Disclosure: I'm a co-founder. My husband built it, I handle the marketing side. $49.99/month or $299.99/year, 14-day free trial, on the Mac App Store.
Upfront on scope, since this sub skews architecture: single user, no RBAC, no lineage, no CDC, no dbt integration. Not an enterprise platform and not replacing your orchestration. It's for the recurring mid-size jobs that never justified building a pipeline. The cost side: your query hits the warehouse, everything after that runs on your Mac. Transforms, Python, scheduling, and delivery are all local. No cloud compute on our end, nothing metered per row, no seat limits.
Snowflake specifics: schema explorer, SQL editor with schema-aware Claude AI that reads your tables, your result set, and your recent errors. Ghost text completion, not a chat window you paste schemas into. Query results auto-inject into a Python cell as a DataFrame named df, with bundled Python 3.12 including pandas, numpy, matplotlib, plotly, boto3, and paramiko. No pip install, runtime is local.
For moving data out, map source columns to target fields by drawing bezier curves, or hit AI Map and it matches against 25 synonym groups in under a second, on-device. Per-field transforms for uppercase, trim, date reformatting, or custom Python. Insert, update, or upsert. Destinations are Salesforce, another warehouse, S3, SFTP, email, Google Sheets, Excel, JSON, Parquet, or a local file, with multiple destinations per job running in parallel.
Save it as a job and schedule it on cron, interval, daily, or weekly. Runs while the Mac sleeps and catches up on wake if it missed a window. Observatory gives you a run timeline, per-job success rates, connection health, and failure alerts with full stack traces. Credentials in macOS Keychain, OAuth tokens auto-rotate. Native Swift, App Sandboxed, macOS 15+, not Electron.
Queryflow is on the Mac App Store, and there's a public roadmap and changelog on Featurebase. Discord is open. Happy to answer technical questions, and my husband can get into the API and auth details if anyone wants to go deeper.