TableInput
The unique identifier of the connection that provides access to this table.
The name of the database containing this table.Use the following as
database_name for:- BigQuery: Use the Project ID (e.g.,
"my-project-123") - Databricks: Use the Catalog name (e.g.,
"main")
Schema name within the database. Optional for data sources which don’t have the notion of a schema.Use the following as
schema_name for:- BigQuery: Use the Dataset name (e.g.,
"sales_data") - Databricks: Use the Schema name (e.g.,
"default") - MySQL, ClickHouse: Do not pass or leave empty (
"")
The name of the table within the specified database and schema.