-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Snowflake destination : Enable DAT tests #12912
Conversation
+ move method of putting text values into node to util a class + format
/test connector=connectors/destination-snowflake
|
/test connector=connectors/destination-mssql
looks like we have a new bug for the Python team. |
/test connector=connectors/destination-postgres
|
/test connector=connectors/destination-redshift
|
// Temporarily disabling the behavior of the ExtendedNameTransformer, see (issue #1785) so we don't | ||
// use quoted names | ||
// if (!tableName.startsWith("\"")) { | ||
// // Currently, Normalization always quote tables identifiers | ||
// tableName = "\"" + tableName + "\""; | ||
// } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we need to delete the comment?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like an ancient artifact. Probably waiting for archaeologists.
Let's do this!
P.S. Actually it's not relevant because we handle it inside the method resolveIdentifier.
* enable new DAT for Snowflake and fix timezone transformation * Make Snowflake in line with new DAT tests. + move method of putting text values into node to util a class + format * Rollback to DestinationAcceptanceTest as a parent class.
What
The Snowflake destination fails the DAT tests. It means that we can't guarantee full data type compliance.
How
Enable DAT tests and fix all errors.
Recommended reading order
SnowflakeDestinationIntegrationTest.java
SnowflakeTestDataComparator.java
SnowflakeTestSourceOperations.java