Get data source schema
get_data_source_schemaList the tables and columns available in a connected data source, so you can write correct widget queries. Supported for PostgreSQL, MySQL, SQL Server, Oracle, Aurora, Redshift and Google Sheets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | No | Return only this table. Useful when a database has many tables. | |
| dataSourceId | Yes | Data source id. |