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

create mart_ntd_validation #3172

Merged
merged 1 commit into from
Dec 8, 2023
Merged

create mart_ntd_validation #3172

merged 1 commit into from
Dec 8, 2023

Conversation

lauriemerrell
Copy link
Contributor

@lauriemerrell lauriemerrell commented Dec 8, 2023

Description

Describe your changes and why you're making them. Please include the context, motivation, and relevant dependencies.

In #3129, models were created in mart/ntd_validation, but we didn't create a configuration in the dbt_project.yml to actually create that dataset, so the models in that mart folder were created in the staging dataset in BigQuery. This PR adds configuration so that the tables will be created in a mart_ntd_validation dataset in BigQuery.

Resolves #3171

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation

How has this been tested?

Include commands/logs/screenshots as relevant.

Ran locally, confirmed mart is created:
image

Post-merge follow-ups

Document any actions that must be taken post-merge to deploy or otherwise implement the changes in this PR (for example, running a full refresh of some incremental model in dbt). If these actions will take more than a few hours after the merge or if they will be completed by someone other than the PR author, please create a dedicated follow-up issue and link it here to track resolution.

  • No action required
  • Actions required (specified below)

Delete the staging versions of the mart tables to avoid confusion later

@lauriemerrell
Copy link
Contributor Author

Got verbal ok from @kengie in Slack

@lauriemerrell lauriemerrell merged commit 2001067 into main Dec 8, 2023
4 checks passed
@lauriemerrell lauriemerrell deleted the ntd-validation-schema branch December 8, 2023 19:09
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.

NTD validation mart dataset needed
2 participants