Azure databricks API and DLT databricks
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2023 09:21 AM
2 REPLIES 2
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2023 09:33 PM
Hi @milena chambe
Great to meet you, and thanks for your question!
Let's see if your peers in the community have an answer to your question. Thanks.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2024 03:36 AM
The error you are encountering usually occurs when a widget referenced in a Databricks notebook is not defined. In your case, the issue is likely related to how you pass parameters from Azure Data Factory (ADF) to Delta Live Tables (DLT) in Databricks.
- Create Widgets in Your Databricks Notebook
You need to define widgets to receive the parameters passed from ADF.
- Configure Azure Data Factory Pipeline to Pass Parameters
In ADF, when you call the Databricks notebook through the "Notebook" activity, you need to provide the parameters in the base parameters section.