cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Machine Learning
Dive into the world of machine learning on the Databricks platform. Explore discussions on algorithms, model training, deployment, and more. Connect with ML enthusiasts and experts.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Azure databricks API and DLT databricks

girl_chan
New Contributor II

how can i pass parameter from Azure data factory rest web API to delta live Databricks?

I get this error: "Py4JJavaError: An error occurred while calling o382.getArgument.

: com.databricks.dbutils_v1.InputWidgetNotDefined: No input widget named *** defined"

2 REPLIES 2

Anonymous
Not applicable

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.

Panda
Valued Contributor

@girl_chan 

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.

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโ€™t want to miss the chance to attend and share knowledge.

If there isnโ€™t a group near you, start one and help create a community that brings people together.

Request a New Group