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

Address feedback to get this work into Apache Airflow #57

Open tatiana opened 9 months ago

tatiana commented 9 months ago

While discusssing contributing this work into the Apache Airflow repo with @alexott, he gave the following feedback:

tatiana commented 9 months ago

I've contacted @stikkireddy to support him in getting https://github.com/apache/airflow/pull/32221 merged. We're making significant progress, and I expect it to be merged soon.

Given that the Databricks SDK interfaces are still changing (it didn't have a stable 1.0 release yet), we agreed not to have that as a dependency of the Airflow Databricks provider itself until it becomes stable.

On our migration task, I've been testing the DatabricksCreateJobsOperator, and I'm making changes to have DatabricksWorkflowTaskGroup working with this operator. I'm making the changes based on @stikkireddy 's branch.