zsolt
10/16/2023, 10:22 PMtap_stream_id
comes as <schema name>-<table name>
:
Visiting metadata node for tap_stream_id 'one-Table1', breadcrumb '['properties', 'Column1']'
The loader (target-snowflake
) schema mapping config:
schema_mapping:
one-Table1:
target_schema: ONE_SH
The end result is:
name=target_snowflake level=WARNING message=No columns discovered in the schema "SOMETHING.ONE_SH"
Am I missing something 🤔?
The ideal solution for me would be to get the schemas created in Snowflake (if those do no exist) with the same name as the MS SQL source schemas.