cancel
Showing results for 
Search instead for 
Did you mean: 
Hritik_Moon
New Contributor
since Sunday
yesterday

User Stats

  • 9 Posts
  • 0 Solutions
  • 4 Kudos given
  • 4 Kudos received

User Activity

table_name = f"project.bronze.{file_name}"spark.sql(    f"""    CREATE TABLE IF NOT EXISTS {table_name}    USING DELTA    """) what am I getting wrong?
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?
Kudos given to