Try to verify if the version of Apache Airflow you are using is compatible with the version of the provider you want to install (apache-airflow-providers-databricks
) because sometimes, certain providers are only compatible with specific versions of Airflow.
To follow the best practises, you can use a requirements.txt
file to list all dependencies and locate it in the root directory of your project.