Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2026 07:58 PM - edited 03-13-2026 08:03 PM
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))