Databricks SDK for JavaScript
Preparing search index...
@databricks/sdk-sharing
v1
TableDependency
Interface TableDependency
A Table in UC as a dependency.
interface
TableDependency
{
schemaName
?:
string
;
tableName
?:
string
;
}
Index
Properties
schema
Name?
table
Name?
Properties
Optional
schema
Name
schemaName
?:
string
Optional
table
Name
tableName
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
schema
Name
table
Name
Databricks SDK for JavaScript
Loading...
A Table in UC as a dependency.