astronomer / astro-provider-databricks

Orchestrate your Databricks notebooks in Airflow and execute them as Databricks Workflows
Apache License 2.0
20 stars 10 forks source link

Remove retries from example DAGS (users should use repair) #48

Closed tatiana closed 1 year ago

tatiana commented 1 year ago

Retries can lead to issues in the current implementation, especially if the previous job execution has not yet been finished. If users have issues, they are encouraged to use the repair feature.

codecov-commenter commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (b9b2ef2) 78.33% compared to head (1821a8d) 78.33%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #48 +/- ## ======================================= Coverage 78.33% 78.33% ======================================= Files 5 5 Lines 480 480 Branches 64 64 ======================================= Hits 376 376 Misses 83 83 Partials 21 21 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.