pyflink.table.catalog.Catalog.table_exists#
- Catalog.table_exists(table_path: ObjectPath) bool[source]#
Check if a table or view exists in this catalog.
- Parameters:
table_path – Path
ObjectPathof the table or view.- Returns:
true if the given table exists in the catalog false otherwise.
- Raise:
CatalogException in case of any runtime exception.