You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**columns** | [**Dict[str, ColumnDefinition]**](ColumnDefinition.md) | Optional explicit column definitions. Keys are column names, values are type specs. When provided, the schema is built from these definitions instead of being inferred. | [optional]
10
-
**format** | **object** | | [optional]
8
+
**columns** | **Dict[str, str]** | Optional explicit column definitions. Keys are column names, values are type specs. When provided, the schema is built from these definitions instead of being inferred. | [optional]
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Refresh schema metadataor table data. The behavior depends on the request fields:
15
+
Refresh schema metadata, table data, or dataset data. The behavior depends on the request fields:
16
16
17
17
-**Schema refresh (all)**: omit all fields — re-discovers tables for every connection.
18
18
-**Schema refresh (single)**: set `connection_id` — re-discovers tables for one connection.
19
19
-**Data refresh (single table)**: set `connection_id`, `schema_name`, `table_name`, and `data: true`.
20
20
-**Data refresh (connection)**: set `connection_id` and `data: true` — refreshes all cached tables. Set `include_uncached: true` to also sync tables that haven't been cached yet.
21
+
-**Dataset refresh**: set `dataset_id` — re-runs the dataset's source (URL fetch or saved query) and creates a new version. Mutually exclusive with `connection_id`.
21
22
22
-
Set `async: true` on data refresh operations to run in the background and return a job ID for polling.
23
+
Set `async: true` on data or dataset refresh operations to run in the background and return a job ID for polling.
0 commit comments