You are viewing documentation about an older version (1.34.0). View latest version

snowflake.snowpark.catalog.Catalog.databaseExists¶

Catalog.databaseExists(database: Union[str, DatabaseModel]) → bool[source]¶

Check if the given database exists.

Parameters:

database – database name or Database object.