transfer
carto transfer --source-connection <n> --dest-connection <n> --source-table <t> --dest-table <t>
carto transfer status <jobId> # Fetch status of an async transfer jobOptions
Option
Description
Examples
# Transfer from BigQuery to Snowflake
carto transfer \
--source-connection bigquery-prod \
--dest-connection snowflake-analytics \
--source-table project.dataset.customers \
--dest-table db.schema.customers
# With geography support, async
carto transfer \
--source-connection bq-prod \
--dest-connection postgres-dev \
--source-table project.dataset.geo_data \
--dest-table public.geo_data \
--geography --async
# Poll an async transfer
carto transfer status <jobId>Last updated
Was this helpful?
