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

docs: Add sample shell script and documentation to execute validations at a BigQuery dataset level #910

Merged
merged 4 commits into from
Aug 2, 2023

Conversation

helensilva14
Copy link
Contributor

@helensilva14 helensilva14 commented Jul 21, 2023

Simple example for a use case commonly asked by users

@conventional-commit-lint-gcf
Copy link

conventional-commit-lint-gcf bot commented Jul 21, 2023

🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use automerge label. Good luck human!

-- conventional-commit-lint bot
https://conventionalcommits.org/

@helensilva14 helensilva14 changed the title docs: Add shell script and documentation to execute validations at a BigQuery dataset level docs: Add sample shell script and documentation to execute validations at a BigQuery dataset level Jul 21, 2023
@helensilva14
Copy link
Contributor Author

helensilva14 commented Jul 21, 2023

/gcbrun

samples/bq_utils/bq-dataset-level-validation.sh Outdated Show resolved Hide resolved

## Dataset-level

Currently, we do not natively support validations of an entire BQ dataset yet. This is a workaround to execute this task.
Copy link
Collaborator

Choose a reason for hiding this comment

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

I would remove this line because it's not on the roadmap. Usually customers want to do table-specific validations instead of only COUNT(*) validations, so we'll probably use this example unless there's more demand in the future

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I rewrote the sentence to just state that is not supported, please check what you think!

samples/bq_utils/README.md Outdated Show resolved Hide resolved
samples/bq_utils/README.md Outdated Show resolved Hide resolved
samples/bq_utils/README.md Outdated Show resolved Hide resolved
samples/bq_utils/README.md Outdated Show resolved Hide resolved
@helensilva14 helensilva14 merged commit a84da45 into develop Aug 2, 2023
3 checks passed
@helensilva14 helensilva14 deleted the bq-dataset-level-documentation branch August 2, 2023 15:17
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.

None yet

2 participants