-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Add namespace test in destination acceptance test #10793
Conversation
/test connector=connectors/destination-snowflake
|
/test connector=connectors/destination-bigquery
|
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.
@@ -0,0 +1,51 @@ | |||
[ | |||
{ | |||
"id": "s1-1", |
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.
nitpick: can these IDs be a little more descriptive (e.g. all_caps
) to make them easier to cross-reference? right now if a test fails, it'll just log that case s1-1
failed, and then the developer would need to find this file to understand why.
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.
Done. I also updated the exception message to ask people to look into the namespace_test_case.json
for details.
/test connector=connectors/destination-snowflake
|
/test connector=connectors/destination-bigquery
|
We don't want to introduce changes that will affect existing connections for now.
/test connector=connectors/destination-bigquery-denormalized
|
/test connector=connectors/destination-bigquery
|
/test connector=connectors/destination-snowflake
|
/test connector=connectors/destination-bigquery
|
/test connector=connectors/destination-bigquery-denormalized
|
/test connector=connectors/destination-bigquery-denormalized
|
/test connector=connectors/destination-bigquery-denormalized
|
/test connector=connectors/destination-bigquery
|
/test connector=connectors/destination-snowflake
|
What
How
Recommended reading order
DestinationAcceptanceTest.java
namespace_test_cases.json
SnowflakeInternalStagingDestinationAcceptanceTest.java
🚨 User Impact 🚨