Notebook1 as a list output (d_list) and stored in a taskValueI have provided this as input to a loop for notebook 2These are the parameters for notebook2 How do I get the value of the parameters file_name and file_format inside notebook2?when I try ...
How do I pass dynamic value to a databricks job?I created a notebook which will extract the names of files in the catalog, I want to pass these names as parameter to another notebook task in a job.What are the ways I can do this?
I will explain what I am tryin to do,I have create a cataloag and schema as:project files raw_files orders.json orders.csv bronze Notebook1 reads the file present in raw_files splits the name...