post https://api.sigmacomputing.com/v2/connections//sync
Sync the connection for a data source to retrieve any changes from the data warehouse.
Usage notes
-
Specify the path to a table, schema, or database in your data warehouse that you want to sync.
-
Retrieve the connectionId by calling the /v2/connections endpoint.
-
Different connections support different paths:
- For a Snowflake connection, you can specify
DATABASE.SCHEMA.TABLE
or a less-specific path. - For Amazon Redshift, you can specify
SCHEMA.TABLE
or a less-specific path. - For Databricks, you can specify
CATALOG.SCHEMA.TABLE
or a less-specific path.
- For a Snowflake connection, you can specify