Skip to content

List Tables Node

Data/Databricks/Unity Catalog

List Tables

List all tables in a schema

data_databricks_list_tablesdata
Inputs4
Outputs5
Security exposure2/10
Packagedata

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
2/10High
PrivacyPotential sensitivity of processed data.
4/10Medium
PerformanceRuntime or resource pressure.
3/10High
GovernancePolicy, audit, or compliance impact.
2/10High
ReliabilityOperational stability considerations.
1/10High
CostExternal or compute cost impact.
2/10High

Input Pins

4

Input

Execution
exec_in

Trigger

Provider

Struct
provider

Databricks provider

DatabricksProviderDatabricksProvider3 fields
provider_idstringrequired
access_tokenstringrequired
workspace_urlstringrequired
Schema enforced

Catalog Name

String
catalog_name

The name of the catalog

Schema Name

String
schema_name

The name of the schema

Output Pins

5

Success

Execution
exec_out

Triggered on success

Error

Execution
error

Triggered on error

Tables

Struct Array
tables

Array of tables

DatabricksTableDatabricksTable10 fields
namestringrequired
catalog_namestringrequired
schema_namestringrequired
table_typestringrequired
data_source_formatstring | null
ownerstring | null
commentstring | null
created_atinteger | null
format int64
updated_atinteger | null
format int64
storage_locationstring | null
Schema enforced

Count

Integer
count

Number of tables

Error Message

String
error_message

Error details if the request fails

Node Info

Internal name
data_databricks_list_tables
Category
Data/Databricks/Unity Catalog