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

Feature/customize timestamp expiration #806

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

Conversation

gjskibinski
Copy link

resolves #805
docs dbt-labs/docs.getdbt.com/#

Problem

We have fixed 12h timeout for bigquery temp tables - so e.g. if you run model every 24h, and it fails - temp table will remain for another 12h.

Solution

Align timeout for each table with model timeout

Checklist

  • I have read the contributing guide and understand what's expected of me
  • I have run this code in development and it appears to resolve the stated issue
  • This PR includes tests, or tests are not required/relevant for this PR
  • This PR has no interface changes (e.g. macros, cli, logs, json artifacts, config files, adapter interface, etc) or this PR has already received feedback and approval from Product or DX

@gjskibinski gjskibinski requested a review from a team as a code owner February 9, 2025 13:35
Copy link

cla-bot bot commented Feb 9, 2025

Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: G.
This is most likely caused by a git client misconfiguration; please make sure to:

  1. check if your git client is configured with an email to sign commits git config --list | grep email
  2. If not, set it up using git config --global user.email [email protected]
  3. Make sure that the git commit email is configured in your GitHub account settings, see https://github.com/settings/emails

Copy link

cla-bot bot commented Feb 9, 2025

Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: G.
This is most likely caused by a git client misconfiguration; please make sure to:

  1. check if your git client is configured with an email to sign commits git config --list | grep email
  2. If not, set it up using git config --global user.email [email protected]
  3. Make sure that the git commit email is configured in your GitHub account settings, see https://github.com/settings/emails

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla:yes The PR author has signed the CLA
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Make timeout for bigquery temp table dynamic.
1 participant