16. Pass values to notebook parameters from another notebook using run command in Azure Databricks

preview_player
Показать описание
In this video, I discussed about passing values to notebook parameters from another notebook using run() command in Azure databricks.

Link for Python Playlist:

Link for Azure Synapse Analytics Playlist:

Link for Azure Data bricks Play list:

Link for Azure Functions Play list:

Link for Azure Basics Play list:

Link for Azure Data factory Play list:

Link for Azure Data Factory Real time Scenarios

Link for Azure Logic Apps playlist

#Azure #Databricks #AzureDatabricks
Рекомендации по теме
Комментарии
Автор

Thank you for your lucid explainations🙏

Koustav
Автор

For combobox and textbox we can set dynamically any value other than given choices but in case of dropdown and multiselect we can't set dynamically value other than given choices then how we can set parameters for them from another notebook which are not in their choices
Eg Sir you are passing parameters as 'dropdown' and 'multiselect' but these values are not in their choices so how is it working? Please correct me

rohitbadgujar
Автор

Great video. Pls also make the code snippets that u use available for instant use.

saurabhshrivastava
Автор

Is there a way to pass a dataframe as a value using run() to another notebook??

VIGNESHvignesh-jrlo
Автор

How does it take value for dropdown by using parameter, meaning you said in last video dropdown values have to be pre-defined and it will not accept any other values, so in your example, you havent cleared the previous dropdown list so how is it not throwing error, when you send the dropdown parameter value.

libithagohul
Автор

Thanks for all these explanations, it's really great content, just wanted to check can we get the notebooks used in all the practicals if it is available in some github repository.. Thanks again!

abhishekstatus_
Автор

Hi, I am a big fan of yours. Thanks a lot for sharing very good videos. I have a question, if you have created any video on how to pass a value from Databricks to Azure pipeline and use this value in pipeline for further processing . Using command dbutils.notebook.exit('some value'), i can pass value from databricks to pipeline

bookworld
Автор

nice video.. in real time scenario..if I want to pass the date every day in a notebook..

dbutils.widgets.text("p_file_date", " ")
v_file_date =

in the empty space I will supply parameter...

pls correct me if am wrong ..

saipraneeth
Автор

Hi,
I have one question
How can use one cluster table for another cluster ( Share one cluster table with other clusters), if yes, please let me know how it works.

kcsvenkat
Автор

Hi Wafa,
Thanks for making these videos they are very crisp and clear.
I'm getting error while executing run utility, will I need to pay to upgrade it?
IllegalArgumentException: requirement failed: To enable notebook workflows, please upgrade your Databricks subscription.

FYI I signed in using community edition.

kripaligandhi
Автор

is there any way to pass the arguments dinamically?
building a f''' something like {"argument": "data", "argument2": "data2", ...} and then pass it like a variable?

gastondemundo
Автор

Can we able to communicate with another notebooks from one notebook without subscription in Community edition?

vamsikrishnabapatla
Автор

I'm getting error while executing run utility, will I need to pay to upgrade it?
IllegalArgumentException: requirement failed:

sandeepsandy
Автор

But it is not accepting in community edition. It is asking for the databricks subscription.

ramyamarella