-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Ct 1518/convert 063 relation names tests #6304
Conversation
Add documentation. Adapt and reenable previously skipped test.
# Backup table name generation: | ||
# 1. for len(relation name) <= 51, backfills | ||
# 2. for len(relation name) > 51 characters, overwrites | ||
# the last 12 characters with __dbt_backup |
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.
nit: does this still need to be here?
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.
Absolutely imo. It's the comments that explain what's going on with the backup name truncation rules!
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.
This all look good to me other than my one question about some comments.
resolves #6274
Description
Conversion of a test, but I took the time to shape them up for modern standards and rewrite code/document it in a way (I hope) that makes their intent more readable.
Checklist