How do I programmatically get the database name in a DLT notebook?

Jennifer_Lu
New Contributor III

I have configured a database in the settings of my DLT pipeline. Is there a way to retrieve that value programmatically from within a notebook? I want to do something like

spark.read.table(f"{database}.table")