exists_catalog#
- swordfish.connection.exists_catalog(catalog)#
Checkes if a catalog exists.
- Args:
catalog (str): The name of the catalog to check.
- Returns:
bool: True if the catalog exists, False otherwise.
- Examples:
>>> sf.exists_catalog("trading") True
- Return type:
bool