Hi, One way I can think of to achieve this is by calling the rest API of Databricks job (Create a job with only one task)Check out this documentation for more details.https://docs.databricks.com/api/workspace/jobs/runnow
Hi,There are two ways to import functions from other notebook:%run ../notebook path : This command will run the entire notebook and the function along with all the variable names will be imported. [This function should ideally be used to import the f...
Hi, It is possible to create multiple workspace from a single azure account.Go to Azure portal click on Azure Databricks.Click on Create.Fill all the details and your new workspace is ready.
Hi delta live tables are not stored in the metastore they are stored in specified storage location, Changing the "Target" parameter in the new pipeline settings will allow you to re-register the tables in a new schema without reprocessing the data....