Skip to content

featurebyte.UserDefinedFunction.is_global

is_global: bool

Description

Whether the user-defined function is global across all catalogs or not. Global user-defined functions can be used in any catalogs (as long as the feature store is the same), while local user-defined functions can only be used in the catalog where they are created.

Returns

  • bool