astronomer / astronomer-providers

Airflow Providers containing Deferrable Operators & Sensors from Astronomer
https://astronomer-providers.rtfd.io/
Apache License 2.0
128 stars 25 forks source link

Deprecate DatabricksSubmitRunOperatorAsync and DatabricksRunNowOperatorAsync #1460

Closed pankajkoti closed 5 months ago

pankajkoti commented 5 months ago

This PR deprecates the operators DatabricksSubmitRunOperatorAsync and DatabricksRunNowOperatorAsync from the databricks provider by proxying them to their Airflow OSS provider's counterpart.

closes: #1416

pankajkoti commented 5 months ago

DAG runs showing the operators entering into deferral state and then succeeding with these changes

Screenshot 2024-01-29 at 2 08 55 PM Screenshot 2024-01-29 at 2 16 34 PM Screenshot 2024-01-29 at 2 19 02 PM
codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (1c3ec6e) 98.22% compared to head (48d4f31) 98.22%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1460 +/- ## ========================================== - Coverage 98.22% 98.22% -0.01% ========================================== Files 91 91 Lines 4801 4733 -68 ========================================== - Hits 4716 4649 -67 + Misses 85 84 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.