Skip to content

Is there a way to replicate all tables in a database to target? #219

Closed Answered by flarco
alberttwong asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, but you need a replication.yaml file, see https://docs.slingdata.io/sling-cli/run/configuration/replication#overview:

source: MY_POSTGRES
target: MY_SNOWFLAKE

# default config options which apply to all streams
defaults:
  mode: full-refresh
  object: new_schema.{stream_schema}_{stream_table}

streams:
  my_schema.*:

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by flarco
Comment options

You must be logged in to vote
1 reply
@flarco
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants