You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Targets (data type handling, batching, SQL object generation, etc.)
Operating System
No response
Description
For SQL targets, if a stream name is hyphenated it is assumed to be fully-qualified and the part after the last hyphen is taken as the table name. In our case, we have a tap stream name of tap_bigquery-weekly_fuel_prices and expect a table of name in similar shape to be created in Snowflake - instead, weekly_fuel_prices is resolved which is not desirable is our case. Is there a reason for this behaviour?
Singer SDK Version
0.44.3
Is this a regression?
Python Version
NA
Bug scope
Targets (data type handling, batching, SQL object generation, etc.)
Operating System
No response
Description
For SQL targets, if a stream name is hyphenated it is assumed to be fully-qualified and the part after the last hyphen is taken as the table name. In our case, we have a tap stream name of
tap_bigquery-weekly_fuel_prices
and expect a table of name in similar shape to be created in Snowflake - instead,weekly_fuel_prices
is resolved which is not desirable is our case. Is there a reason for this behaviour?sdk/singer_sdk/sinks/sql.py
Lines 76 to 85 in 881ffd2
Link to Slack/Linen
No response
The text was updated successfully, but these errors were encountered: