astronomer / astro-provider-databricks

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

Remove setting of xcom pickling enabler var; cleanup and update CODEOWNERS #17

Closed pankajkoti closed 1 year ago

pankajkoti commented 1 year ago

Following up PR https://github.com/astronomer/astro-providers-databricks/pull/15, remove setting up the environment variable AIRFLOW__CORE__ENABLE_XCOM_PICKLING from the noxfile target as it would no longer be required for running the tests. The PR also removes the usage of the optional dependency group all as it's does not exist in pyproject.toml and also not needed. Additionally, this PR removes references to the old project name and also updates CODEOWNERS for the repository.

codecov-commenter commented 1 year ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (main@684c603). Click here to learn what that means. Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #17 +/- ## ======================================= Coverage ? 78.57% ======================================= Files ? 5 Lines ? 420 Branches ? 47 ======================================= Hits ? 330 Misses ? 73 Partials ? 17 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=astronomer). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=astronomer)

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