Libraries for Serverless Compute
Current Setup:I'm working on a project using the Databricks Free Trial, and I'm running my workloads on serverless compute.Issue:Every time I run a pipeline or job, it takes 30 minutes or more to complete. This delay is mainly due to the repeated ins...
- 758 Views
- 1 replies
- 1 kudos
Latest Reply
Hello @akshay_prabhu31! To manage dependencies on Databricks serverless compute, you can use the Environment side panel in the notebook to add the required Python libraries. You can refer to this documentation: https://docs.databricks.com/gcp/en/comp...
- 1 kudos