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

Connection to Databricks #79

Open khaledelgewily opened 2 months ago

khaledelgewily commented 2 months ago

I am trying to connect to databricks cluster , I am getting this error: HTTPError: 403 Client Error: Forbidden for url: Any thoughts about the reason for that?

tatiana commented 1 month ago

@khaledelgewily could you share more information on how you're creating the connection to Databricks, without sharing sensitive values?

khaledelgewily commented 1 month ago

We are connecting by defining a connection in Admin -> Connections, and then calling the connection in the DAG.