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

Invalid tmp table name when using: unique_tmp_table_suffix #754

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

atommych
Copy link

@atommych atommych commented Nov 8, 2024

Description

When using unique_tmp_table_suffix=True, the UUID added generated contain dashes which causes the following error:
mismatched input '-'. Expecting: '(', '.', 'AS', 'COMMENT', 'WITH'

Checklist

  • You followed contributing section
  • You kept your Pull Request small and focused on a single feature or bug fix.
  • You added unit testing when necessary
  • You added functional testing when necessary

@atommych atommych requested a review from a team as a code owner November 8, 2024 16:05
@atommych atommych changed the title remove dashes from ´__dbt_tmp´ suffix Invalid tmp table name when using: unique_tmp_table_suffix Nov 8, 2024
@nicor88
Copy link
Contributor

nicor88 commented Nov 9, 2024

@atommych could you have a look at the interagration tests? They might need to be readapted

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.

2 participants