How to Migrate from SeekWell to SaturnSQL

Last updated May 18, 2026 ยท By the SaturnSQL team

Deadline: July 31, 2026

SeekWell reaches end of life on this date. After shutdown, ThoughtSpot deletes all remaining customer data within 30 days. Move your queries and schedules before then.

ThoughtSpot has announced that SeekWell will reach end of life on July 31, 2026. This guide walks through moving your SQL queries, schedules, and Google Sheets syncs to SaturnSQL. For most teams the migration takes under 30 minutes.

Not sure SaturnSQL is the right fit? Compare all SeekWell alternatives first, including ThoughtSpot Sync (the official path), Query Streams, Hex, and Mode.

Before you start: what carries over and what does not

SeekWell and SaturnSQL overlap on the core workflow but are not identical products. A few things to know going in:

  • Carries over: SQL queries, database connections (Postgres, MySQL, SQL Server, Redshift), scheduled runs, and Google Sheets delivery.
  • Needs a different approach: SaturnSQL does not have built-in Slack message delivery or Salesforce write-back. If those are critical, see ThoughtSpot Sync instead.
  • Not currently supported: BigQuery and Snowflake as data sources. SaturnSQL is on the roadmap for both but not available today.

Step 1: Inventory your SeekWell queries and schedules

Before touching SaturnSQL, take stock of what you have in SeekWell. Make a simple list (a Google Sheet works well) with one row per query:

  • Query name
  • Database connection (Postgres, MySQL, etc.)
  • Schedule (daily 9am, every Monday, etc.)
  • Destination (which Google Sheet and tab, Slack channel, Excel file)
  • Owner or recipients

This inventory is what you will check off as you move each item over. It is also useful for spotting duplicates or obsolete schedules that you can quietly retire instead of migrating.

Step 2: Copy your SQL out of SeekWell

SeekWell does not have a bulk export of saved queries, so the safe path is to copy each query's SQL text out manually. For each saved query:

  1. Open the query in SeekWell
  2. Select all of the SQL text in the editor
  3. Copy it and paste it into a local file named after the query (e.g. daily-revenue-by-region.sql)
  4. Save the file in a folder you can find again

Tip: Do this even if you plan to migrate later. After July 31, 2026, customer data is deleted, so a local backup of your SQL is cheap insurance.

Step 3: Create your SaturnSQL account and connect your database

Sign up for SaturnSQL and connect your database. You will need the same connection details you used in SeekWell: host, port, database name, username, and password. SaturnSQL encrypts credentials at rest, so connection details are stored securely.

See the database connection guide if you need help with SSH tunnels, IP allowlisting, or read-only users.

Step 4: Recreate your queries in SaturnSQL

For each .sql file you exported:

  1. Open the .sql file in a text editor
  2. Copy the SQL content
  3. In SaturnSQL, create a new query
  4. Paste the SQL and save with the same name you used in SeekWell
  5. Run it once to confirm it returns the same results

Once saved, every query is available to the rest of your team through the shared query library, with folders and tags to keep things findable.

Step 5: Recreate schedules and Google Sheets syncs

This is the SeekWell-specific part. For each scheduled query in your inventory:

  1. Open the saved query in SaturnSQL
  2. Set the same cadence (daily, weekly, specific time) you had in SeekWell
  3. Choose Google Sheets as the destination and connect the Google account that owns the target sheet
  4. Pick the target spreadsheet and tab. Use the same sheet you were writing to from SeekWell so existing dashboards keep working
  5. Run the schedule manually once and verify the data lands in the right cells

Tip: Run both SeekWell and SaturnSQL in parallel for a week. If both produce matching output, you can safely turn off the SeekWell schedules before shutdown.

Step 6: Invite your team

Go to Settings > Team Members to invite your colleagues. They will get access to all shared queries and database connections. SaturnSQL supports role-based access, so you can control who can edit queries vs. who can only view and run them.

What you get with SaturnSQL

SaturnSQL covers the core SeekWell workflow and adds team-collaboration features on top:

  • Browser-based SQL editor โ€” nothing to install, schema-aware autocomplete out of the box
  • Scheduled queries to Google Sheets โ€” the SeekWell core, kept self-serve
  • Shared query library โ€” queries are searchable across the team, not buried in individual accounts
  • AI SQL assistant โ€” on the Pro plan, generate and explain queries using your actual schema
  • Multi-database support โ€” PostgreSQL, MySQL/MariaDB, SQL Server, Amazon Redshift, and DynamoDB
  • Encrypted credentials โ€” database connection details encrypted at rest

Migrating from PopSQL instead? Many teams use both SeekWell and PopSQL. If PopSQL is also on your shutdown list, see the PopSQL to SaturnSQL migration guide.

Common questions

What happens to my SeekWell data after July 31, 2026?

According to the official ThoughtSpot announcement, SeekWell will be shut down on July 31, 2026. Scheduled queries stop running, alerts cease, and the product becomes inaccessible. All remaining customer data is deleted within 30 days of shutdown. Export your SQL and document your schedules before then.

Can I import all my SeekWell queries at once?

SeekWell does not provide a bulk export, so the migration is one query at a time. For teams with dozens of saved queries, work through them in batches by owner or by destination sheet, and use the inventory list from Step 1 to track progress.

Does SaturnSQL support the same databases as SeekWell?

SaturnSQL supports PostgreSQL, MySQL/MariaDB, SQL Server, Amazon Redshift, and DynamoDB. If you were using SeekWell with BigQuery or Snowflake, SaturnSQL does not support those yet. Check our alternatives comparison for tools that cover those warehouses.

What about my Slack and Salesforce destinations?

SaturnSQL does not currently send results directly to Slack channels or write back to Salesforce. For Slack, a common pattern is to schedule the query to Google Sheets and use a separate Slack-from-Sheets tool. For Salesforce write-back specifically, ThoughtSpot Sync remains the closest like-for-like replacement.

Will my existing Google Sheets dashboards keep working?

Yes, as long as you point SaturnSQL at the same target sheets and tabs. The downstream dashboards, pivot tables, and Looker Studio connections that read from those sheets do not care which tool refreshed the data. Run SaturnSQL and SeekWell in parallel for a week to confirm.

How long does the full migration take?

For a team with a handful of scheduled queries, plan for 30 minutes end-to-end. For teams with dozens of queries and multiple destinations, budget a few hours over a day or two and run both tools in parallel during the cutover. Start well before the July 31, 2026 deadline so you are not migrating under pressure.

Ready to migrate from SeekWell?