Questions tagged [databricks-rest-api]

For questions around Databricks REST APIs that are used for automation of Databricks.

Databricks REST APIs are used to work with Databricks from the code - CI/CD, deployment, ... These APIs are the base for all other tools - Databricks CLI, Databricks Terraform Provider, etc.

31 questions
0
votes
1 answer

Airflow API call returning 400 when clearing and rerunning a task

I am setting up an Airflow environment which runs few databricks notebooks. I have setup a create_cluster task using PythonOperator which creates a cluster, Provide permission and install required libraries all using Databricks REST API 2.0. I am…
Vaishak
  • 607
  • 3
  • 8
  • 30
1 2
3