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 Refer to this brilliant answer they have also included the Project Plan for Migration: https://docs.google.com/spreadsheets/d/1X6BmrC0pMoKakqDVZapc5oCfDYOrwE2CvV8BHPWeT0E/edit?gid=14709253#gid=14709253 https://community.databricks.com/t5/technica...
Hi,It's recommended to have one workspace per AWS VPC to ensure isolation and security of resources. This approach allows for better control over network configurations, access permissions, and resource management within each VPC. Additionally, it si...