featurebyte.Catalog.get¶ get( name: str ) -> Catalog Description¶ Gets a Catalog object by its name. Parameters¶ name: str Name of the catalog to retrieve. Returns¶ Catalog Catalog object. Examples¶ Get a Catalog object that is already saved. >>> catalog = fb.Catalog.get(<catalog_name>)