python-docs-samples
python-docs-samples copied to clipboard
Code samples for dataform workflows
Description
Airflow DAG samples that utilize Dataform Airflow operators to create Dataform workflow executions.
Checklist
- [ ] I have followed Sample Guidelines from AUTHORING_GUIDE.MD
- [ ] README is updated to include all relevant information
- [ ] Tests pass:
nox -s py-3.9
(see Test Environment Setup) - [ ] Lint pass:
nox -s lint
(see Test Environment Setup) - [ ] These samples need a new API enabled in testing projects to pass (let us know which ones)
- [ ] These samples need a new/updated env vars in testing projects set to pass (let us know which ones)
- [ ] Please merge this PR for me once it is approved.
- [ ] This sample adds a new sample directory, and I updated the CODEOWNERS file with the codeowners for this sample
Hi there. We don't accept code samples from external contributors. Could you open an issue on https://github.com/GoogleCloudPlatform/python-docs-samples/issues and help explain why you'd like this code sample added?
Nevermind, confirmed that mizeram@ is a Googler!
Here is the summary of changes.
You are about to add 2 region tags.
-
composer/workflows/create_asynchronous_dataform_workflow_invocation.py:15, tag
composer_dataform_async_workflow_invocation
-
composer/workflows/create_dataform_workflow_invocation.py:15, tag
composer_dataform_workflow_invocation
This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run
label or use the checkbox below:
- [ ] Refresh this comment
LGTM code wise, but I'm waiting to make sure compatible Composer environments have been released before merging