Hi @balajij8, As you can see in Called_Notebook, I'm using temporary view. But the issue is in the first line of Caller_Notebook where I'm trying to access temp db so I can use it as schema.My_View in the second line:

My_temp_db = spark.conf.get("spark.sql.globalTempDatabase")
display(table(My_temp_db + "." + returned_table))