featurebyte.DataSource.get_source_table¶
get_source_table(
table_name: str,
database_name: Union[str, NoneType]=None,
schema_name: Union[str, NoneType]=None
) -> SourceTableDescription¶
Gets a SourceTable object by specifying the table name, along with details about the database and database schema to which the table belongs.
Parameters¶
- table_name: str
Name of table. - database_name: Union[str, NoneType]
Name of database. - schema_name: Union[str, NoneType]
Name of schema.
Returns¶
- SourceTable
SourceTable object.
Examples¶
See Also¶
- SourceTable: SourceTable