Reputation: 43
Please help me with terraform script to run Azure databricks notebook(python)in other environment.Thank you
Upvotes: 0
Views: 1445
Reputation: 3088
You should synchronise Databricks Notebooks via databricks_notebook and scheduling every quartz_cron_expression through databricks_job notebook_task. See example configuration here.
Upvotes: 1
Reputation: 12788
These are the supported developer tools help you develop Azure Databricks applications using the Databricks REST API, Databricks Utilities, Databricks CLI, and tools outside the Azure Databricks environment.
Reference: Azure Databricks - Developer Tools.
Hope this helps.
Upvotes: 0