post https://api.triplewhale.com/api/v2/orcabase/api/sql
Run custom SQL queries for structured data retrieval. The response returns the query results in a JSON format.
Select Specific ColumnsAvoid using
SELECT *
in your queries. Our schema is dynamic, and using wildcard selection can lead to broken or inconsistent results as fields change. Always specify the exact columns you need.
Compare with Data Warehouse SyncUse Data Warehouse Sync instead if you want to push data to BigQuery, Snowflake, AWS S3, or GCS on a set schedule.