featurebyte.DataSource.get_source_table¶
get_source_table( 
table_name: str, 
database_name: Optional[str]=None, 
schema_name: Optional[str]=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: Optional[str]
 Name of database.
- schema_name: Optional[str]
 Name of schema.
Returns¶
- SourceTable
 SourceTable object.
Examples¶
See Also¶
- SourceTable: SourceTable