-
Notifications
You must be signed in to change notification settings - Fork 165
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
Add missing attribute 'DbtSourceGcpCloudRunJobOperator' in module 'cosmos.operators.gcp_cloud_run_job' #1290
base: main
Are you sure you want to change the base?
Conversation
… 'cosmos.operators.gcp_cloud_run_job'
✅ Deploy Preview for sunny-pastelito-5ecb04 canceled.
|
Hello @tatiana My PR is ready for a review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@anai-s this looks great! Thanks for reporting the issue and creating the PR to fix it.
Could we also have a test related to this?
It may be possible to accomplish this by extending an existing test, such as test_dbt_gcp_cloud_run_job_build_command
:
https://github.com/astronomer/astronomer-cosmos/blob/main/tests/operators/test_gcp_cloud_run_job.py
Tests are important so we make sure we don't have a regression on this in the future.
@tatiana sure I will add the test! Thank you for the review. |
@tatiana I added the test for the module |
Description
this PR add a missing attribute
DbtSourceGcpCloudRunJobOperator
incosmos.operators.gcp_cloud_run_job.py
to be able to use the source_rendering_behavior params incosmos.config.RenderConfig
class with the new GCP_CLOUD_RUN_JOB execution mode (available in 1.7.0) .Related Issue(s)
closes #1276
Breaking Change?
Checklist