This endpoint lists all the tables created under a certain Snowflake integration.
Response
The response contains a TablesList response, listing all tables accessible using the given integration. When no integration name is provided - the default integration name is "snowflake_default".
TablesList Object
This object contains all tables the user can access using the given integration.
Property | Description | Example |
|---|---|---|
| The tables created within the integration. | [ |
Note:This endpoint is relevant only if the requesting user has a set tables in his Snowflake integration.
IntegrationTable Object
The object contains the information of a table defined within the given integration (usually these tables are created by the user himself).
Property | Description | Example |
|---|---|---|
| The table's columns names. | { |
| The granularity of the data in the table. | "daily" |
| The metrics that their data is included in the table. | [ |
| The full name of the table as appears on Snowflake. Combines the name of the table given by the user with it's account ID. | "my_snowflake_table_12345678" |
| The name of the table. | "my_snowflake_table" |
| The name of the vtable from which the data is extracted. | "traffic_and_engagement" |
