Snowflake Normalization doesn't work with table prefix starting with numbers #9259
Labels
area/connectors
Connector related issues
connectors/destination/snowflake
connectors/destinations-warehouse
normalization
priority/high
High priority
type/bug
Something isn't working
Environment
Current Behavior
With incremental normalization running Snowflake destination with table prefix starting with numbers break the code.
This is caused because:
airbyte/airbyte-integrations/bases/base-normalization/normalization/transform_catalog/stream_processor.py
Lines 1000 to 1012 in dfebddc
When creating a connection with prefix, eg,
1_stg_table
the code will generate a post-hook for Snowflake as:which is invalid.
Expected Behavior
Correct the normalization to work with number table name prefix.
Logs
If applicable, please upload the logs from the failing operation.
For sync jobs, you can download the full logs from the UI by going to the sync attempt page and
clicking the download logs button at the top right of the logs display window.
LOG
Steps to Reproduce
Are you willing to submit a PR?
Remove this with your answer.
The text was updated successfully, but these errors were encountered: