tap.
The Provider Plugin owns how each stream is fetched: transport, pagination,
incremental behavior, extraction, traversal, and rate limits. A Workspace
controls whether the stream is enabled and any supported connection-level
overlay.
List streams
Enable, update, or disable a stream
Enabling a stream makes it eligible for synchronization; data does not appear
until the connection successfully runs that stream. Inspect the SQL catalog
before assuming a table has rows.
To understand the resulting table names and columns, see the
Provider Pool. To define transport,
pagination, traversal, or schema behavior for a custom plugin, use the
Provider Plugin authoring guides.