Trigger metadata refresh for data warehouse connections to discover new tables and schemas
connectionRefresh
mutation triggers an asynchronous job that refreshes the metadata for a data warehouse connection. Specifically, it refreshes the list of databases, tables, and columns for the given connection.
This operation starts a background job and returns immediately without waiting for completion. The refresh process will discover new tables, updated schemas, and column changes in your data warehouse.
QUEUED
or RUNNING
status. Wait for the current sync to complete before starting a new one.Boolean
indicating whether the refresh job was successfully triggered:
true
- Refresh job was successfully startedfalse
.