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

Deprecate DbtCloudRunJobOperatorAsync and DbtCloudJobRunSensorAsync #1452

Merged
merged 2 commits into from
Jan 23, 2024

Conversation

pankajkoti
Copy link
Collaborator

This PR deprecates the operator DbtCloudRunJobOperatorAsync
and the sensor DbtCloudJobRunSensorAsync from the dbt provider
by proxying them to their Airflow OSS provider's counterpart.

closes: #1414

@pankajkoti
Copy link
Collaborator Author

DAG runs entering into deferrable mode and then succeeding

Screenshot 2024-01-23 at 5 53 15 PM Screenshot 2024-01-23 at 5 55 22 PM

@pankajkoti pankajkoti mentioned this pull request Jan 23, 2024
2 tasks
This PR deprecates the operator DbtCloudRunJobOperatorAsync and the
sensor DbtCloudJobRunSensorAsync from the dbt provider by proxying
them to their Airflow OSS provider's counterpart.

closes: #1414
@pankajkoti pankajkoti force-pushed the deprecate-dbt-provider branch from 7f9e19b to 15cb47f Compare January 23, 2024 12:58
Copy link

codecov bot commented Jan 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ec3e539) 98.39% compared to head (b0edbd9) 98.23%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1452      +/-   ##
==========================================
- Coverage   98.39%   98.23%   -0.17%     
==========================================
  Files          91       91              
  Lines        5175     5152      -23     
==========================================
- Hits         5092     5061      -31     
- Misses         83       91       +8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pankajkoti pankajkoti marked this pull request as ready for review January 23, 2024 13:09
@pankajkoti pankajkoti merged commit 1c66272 into main Jan 23, 2024
11 checks passed
@pankajkoti pankajkoti deleted the deprecate-dbt-provider branch January 23, 2024 13:18
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.

Deprecate dbt async provider
2 participants