Export Flow Books to Notion and Google Sheets
Publish your Flow Book results directly to a Notion page or Google Sheets workbook. Cells render as proper Notion blocks (code blocks, tables, charts as images). Useful for sharing analysis with non-QueryFlow team members.

An Anonymous User about 20 hours ago
Export Flow Books to Notion and Google Sheets
Publish your Flow Book results directly to a Notion page or Google Sheets workbook. Cells render as proper Notion blocks (code blocks, tables, charts as images). Useful for sharing analysis with non-QueryFlow team members.

An Anonymous User about 20 hours ago
Collaboration via shared queries and pipelines
Optional sharing of queries and pipelines with team members. Shareable links generate a read-only or editable view. Comments inline on specific cells. Designed for small teams where iCloud isn't enough but full enterprise collab is overkill.

An Anonymous User about 20 hours ago
Collaboration via shared queries and pipelines
Optional sharing of queries and pipelines with team members. Shareable links generate a read-only or editable view. Comments inline on specific cells. Designed for small teams where iCloud isn't enough but full enterprise collab is overkill.

An Anonymous User about 20 hours ago
AI chart suggestions in Flow Books
After running a query, Claude AI analyzes the result columns and suggests the best chart type. One click to generate the matplotlib/plotly code in a new Python cell. Smart defaults based on data types and column count.

An Anonymous User about 20 hours ago
AI chart suggestions in Flow Books
After running a query, Claude AI analyzes the result columns and suggests the best chart type. One click to generate the matplotlib/plotly code in a new Python cell. Smart defaults based on data types and column count.

An Anonymous User about 20 hours ago
Custom Python package install in Flow Books
Currently Flow Books ship with pandas, numpy, matplotlib, requests, boto3 pre-installed. Custom pip install via Pyodide would let users add their own dependencies per workspace (e.g., openai, anthropic SDKs, custom ML packages).

An Anonymous User about 20 hours ago
Custom Python package install in Flow Books
Currently Flow Books ship with pandas, numpy, matplotlib, requests, boto3 pre-installed. Custom pip install via Pyodide would let users add their own dependencies per workspace (e.g., openai, anthropic SDKs, custom ML packages).

An Anonymous User about 20 hours ago
Query version history with lightweight snapshots
Automatic versioning of saved queries with diff view. See what changed between versions. Restore any previous version with one click. Lightweight SwiftData snapshots — no Git complexity.

An Anonymous User about 20 hours ago
Query version history with lightweight snapshots
Automatic versioning of saved queries with diff view. See what changed between versions. Restore any previous version with one click. Lightweight SwiftData snapshots — no Git complexity.

An Anonymous User about 20 hours ago
Real-time CDC mode for Postgres and MySQL
Stream change events from Postgres logical replication or MySQL binlog instead of running scheduled snapshots. Sub-second replication SLAs for use cases that need them. Trade-off: meaningfully more complex setup than batch snapshots.

An Anonymous User about 20 hours ago
Real-time CDC mode for Postgres and MySQL
Stream change events from Postgres logical replication or MySQL binlog instead of running scheduled snapshots. Sub-second replication SLAs for use cases that need them. Trade-off: meaningfully more complex setup than batch snapshots.

An Anonymous User about 20 hours ago
iCloud sync for saved queries and pipelines
Optional iCloud-backed sync of your QueryFlow workspace across multiple Macs. Pipelines, saved queries, and schedules sync automatically. Credentials stay in each Mac's Keychain — never synced.

An Anonymous User about 20 hours ago
iCloud sync for saved queries and pipelines
Optional iCloud-backed sync of your QueryFlow workspace across multiple Macs. Pipelines, saved queries, and schedules sync automatically. Credentials stay in each Mac's Keychain — never synced.

An Anonymous User about 20 hours ago
SSH tunneling for Postgres and MySQL
Connect to databases behind firewalls via SSH tunnel — the standard pattern for production databases requiring jump host access. Supports password and key-based SSH authentication, multi-hop tunnels.

An Anonymous User about 20 hours ago
SSH tunneling for Postgres and MySQL
Connect to databases behind firewalls via SSH tunnel — the standard pattern for production databases requiring jump host access. Supports password and key-based SSH authentication, multi-hop tunnels.

An Anonymous User about 20 hours ago
ETL migration from legacy tools — the kill shot
Connect QueryFlow to your existing Informatica, AWS Glue, Airflow, or Talend instance. Claude reads every job definition and rebuilds it in QueryFlow's native format. The goal: cancel your enterprise ETL contract in an afternoon.

An Anonymous User about 20 hours ago
ETL migration from legacy tools — the kill shot
Connect QueryFlow to your existing Informatica, AWS Glue, Airflow, or Talend instance. Claude reads every job definition and rebuilds it in QueryFlow's native format. The goal: cancel your enterprise ETL contract in an afternoon.

An Anonymous User about 20 hours ago
Planned
Calendar-based job triggers with iCal/iCloud sync
Schedule jobs to fire relative to calendar events. Examples: '48 hours before every home game' for sports analytics, '1 hour after every standup' for team operations. iCal import plus live iCloud Calendar sync with event-matching rules.

An Anonymous User about 20 hours ago
Planned
Calendar-based job triggers with iCal/iCloud sync
Schedule jobs to fire relative to calendar events. Examples: '48 hours before every home game' for sports analytics, '1 hour after every standup' for team operations. iCal import plus live iCloud Calendar sync with event-matching rules.

An Anonymous User about 20 hours ago
Planned
Salesforce as a write destination beyond field mapper
Extending Salesforce write operations beyond the Visual ETL field mapper — direct destination support in pipelines so any source can push to Salesforce without the mapper UX.

An Anonymous User about 20 hours ago
Planned
Salesforce as a write destination beyond field mapper
Extending Salesforce write operations beyond the Visual ETL field mapper — direct destination support in pipelines so any source can push to Salesforce without the mapper UX.

An Anonymous User about 20 hours ago
Planned
Webhook destination for custom HTTP POST
Generic HTTP POST destination for any service that accepts JSON webhooks. Configure URL, headers, and payload format. Works with Microsoft Teams, Discord, Zapier, and any custom endpoint.

An Anonymous User about 20 hours ago
Planned
Webhook destination for custom HTTP POST
Generic HTTP POST destination for any service that accepts JSON webhooks. Configure URL, headers, and payload format. Works with Microsoft Teams, Discord, Zapier, and any custom endpoint.

An Anonymous User about 20 hours ago
Planned
Slack webhook destination
Push query results or job status updates to Slack channels via incoming webhooks. Formatted tables using Slack Block Kit. Conditional alerts based on result thresholds (e.g., post only when at-risk deals exceed N).

An Anonymous User about 20 hours ago
Planned
Slack webhook destination
Push query results or job status updates to Slack channels via incoming webhooks. Formatted tables using Slack Block Kit. Conditional alerts based on result thresholds (e.g., post only when at-risk deals exceed N).

An Anonymous User about 20 hours ago
Planned
SQLite as a bundled connector
SQLite support via GRDB.swift. Bundled directly into QueryFlow with no separate driver install. Useful for local development, sample data, and quick file-based projects.

An Anonymous User about 20 hours ago
Planned
SQLite as a bundled connector
SQLite support via GRDB.swift. Bundled directly into QueryFlow with no separate driver install. Useful for local development, sample data, and quick file-based projects.

An Anonymous User about 20 hours ago
Planned
ClickHouse connector
ClickHouse via the HTTP interface. Fast columnar query results with ClickHouse-specific syntax highlighting and EXPLAIN support.

An Anonymous User about 20 hours ago
Planned
ClickHouse connector
ClickHouse via the HTTP interface. Fast columnar query results with ClickHouse-specific syntax highlighting and EXPLAIN support.

An Anonymous User about 20 hours ago
Planned
DynamoDB connector
Amazon DynamoDB support via the AWS SDK. Table and item-level operations. PartiQL query support for relational-style access to DynamoDB tables.

An Anonymous User about 20 hours ago
Planned
DynamoDB connector
Amazon DynamoDB support via the AWS SDK. Table and item-level operations. PartiQL query support for relational-style access to DynamoDB tables.

An Anonymous User about 20 hours ago
Planned
MongoDB connector
MongoDB support via mongodb-nio or REST API. Document-aware schema explorer that handles MongoDB's flexible schema. Aggregation pipeline support in the editor.

An Anonymous User about 20 hours ago
Planned
MongoDB connector
MongoDB support via mongodb-nio or REST API. Document-aware schema explorer that handles MongoDB's flexible schema. Aggregation pipeline support in the editor.

An Anonymous User about 20 hours ago
Planned
HubSpot connector (source and destination)
Read Contacts, Companies, Deals, Tickets from HubSpot. Write back records for marketing list imports and reverse ETL. OAuth 2.0 with full API scope.

An Anonymous User about 20 hours ago
Planned
HubSpot connector (source and destination)
Read Contacts, Companies, Deals, Tickets from HubSpot. Write back records for marketing list imports and reverse ETL. OAuth 2.0 with full API scope.

An Anonymous User about 20 hours ago
Planned
BigQuery connector
Native Google BigQuery support alongside Snowflake and Redshift. Service account authentication, standard SQL dialect, scheduled queries with cost-aware billing tier selection.

An Anonymous User about 20 hours ago
Planned
BigQuery connector
Native Google BigQuery support alongside Snowflake and Redshift. Service account authentication, standard SQL dialect, scheduled queries with cost-aware billing tier selection.

An Anonymous User about 20 hours ago
In Progress
Databricks connector
Native Databricks support via the SQL Statement Execution API. OAuth and PAT authentication. Works with both Unity Catalog and legacy workspaces. Lakehouse-aware schema explorer.

An Anonymous User about 20 hours ago
In Progress
Databricks connector
Native Databricks support via the SQL Statement Execution API. OAuth and PAT authentication. Works with both Unity Catalog and legacy workspaces. Lakehouse-aware schema explorer.

An Anonymous User about 20 hours ago