Skip to content
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

DC-1160: Use a random prefix for relationship tables to avoid name collision #1735

Closed

Conversation

pshapiro4broad
Copy link
Member

Jira ticket: https://broadworkbench.atlassian.net/browse/DC-1160

Addresses

Summary of changes

WIP changes; updated test data and GCP tests; azure test not working correctly yet

Testing Strategy

toTableName, String.format("%s_%s_relationship", fromTableName, toTableName)),
toTableName,
String.format(
"%s_%s_%s_relationship", ShortUUID.get(), fromTableName, toTableName)),
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the interesting change here

@pshapiro4broad
Copy link
Member Author

This turned out to be more work than expected, so ticket is going back into the backlog for now.

@pshapiro4broad pshapiro4broad deleted the ps/dc-1160-azure-snapshot-creation-collision branch October 21, 2024 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant