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

🐛 BUG: Setting overwrite in z3z1ma/target-bigquery should be a boolean #1266

Open
edgarrmondragon opened this issue Apr 19, 2023 · 1 comment
Assignees

Comments

@edgarrmondragon
Copy link
Collaborator

Describe the bug

See meltano/meltano#7515 (comment)

@edgarrmondragon
Copy link
Collaborator Author

Hmm, not really.

  • A value of true will write to a temporary table and then overwrite the target table inside a transaction (so it is safe).
  • A value of false will write to the target table directly (append).
  • A value of an array of strings will evaluate the strings in order using fnmatch. At the end of the array, the value of the last match will be used.

@edgarrmondragon edgarrmondragon changed the title 🐛 BUG: Setting override in z3z1ma/target-bigquery should be a boolean 🐛 BUG: Setting overwrite in z3z1ma/target-bigquery should be a boolean Sep 13, 2024
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

No branches or pull requests

2 participants