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

Updates to get dbt models running in prod #292

Merged
merged 6 commits into from
Jan 31, 2024
Merged

Updates to get dbt models running in prod #292

merged 6 commits into from
Jan 31, 2024

Conversation

chowbao
Copy link
Contributor

@chowbao chowbao commented Jan 29, 2024

Update/Add variables to get dbt models working in prod

@chowbao chowbao requested a review from a team as a code owner January 29, 2024 20:57
Copy link
Contributor

@sydneynotthecity sydneynotthecity left a comment

Choose a reason for hiding this comment

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

Looks good

@@ -24,7 +24,7 @@
default_args=get_default_dag_args(),
start_date=datetime(2023, 1, 1, 0, 0),
description="This DAG automates daily updates to partner tables in BigQuery.",
schedule_interval="20 15 * * *",
schedule_interval="0 13 * * *",
Copy link
Contributor

Choose a reason for hiding this comment

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

note: MGI does not deliver the file until 16:00 UTC, so we'll be polling for a bit before the file shows up

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That should be fine. Seems like we were waiting then anyways lol.

Also the way the cross dependency function is written makes it weird cause it's hard coded to accept a minutes before offset

@chowbao chowbao merged commit f7aa73f into master Jan 31, 2024
4 checks passed
@sydneynotthecity sydneynotthecity deleted the dbt-prod-fixes branch February 1, 2024 16:10
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