Database
Specifies the name of the database in Databricks that the provider uses for the connection.
Data Type
string
Default Value
""
Remarks
A database in Databricks is a logical container for schemas and tables within a catalog. In Unity Catalog environments, each database belongs to a specific catalog, such as catalog_name.database_name.
Set this property to the database that you want the provider to query by default. If no value is provided, the default database for the configured catalog is used.
This property is useful for targeting a specific database when working with multiple data environments or Unity Catalog configurations in Databricks.