Tags & Wildcards
Wildcards
source: my_source_db
target: my_target_db
defaults:
# will dynamically create the object name based on the schema and table name
object: my_schema.{stream_schema}_{stream_table}
streams:
# match all tables in my_schema
my_schema.*:
# match all tables in another_schema that start with a prefix
another_schema.prefix_*:
# match all tables in another_schema that end with a suffix
another_schema.*_suffix:Tags
Create a Platform Job for a specific Tag

Calling with CLI
Last updated
Was this helpful?