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

Allow pydantic >= 2.0.0 in order to work on Airflow >= 2.8.0 #61

Closed w0ut0 closed 4 months ago

w0ut0 commented 4 months ago

Fixes #60 I'm not sure how this impacts previous version of Airflow, but I assume (?) that Airflow (<2.8) itself has the restriction on pydantic<2.0.0, so we shouldn't explicitly declare it.

tatiana commented 4 months ago

Thank you very much, @w0ut0 , this looks great!