Skip to main content
Version: 1.1

resource_provider

Summary​

Declare a ResourceProvider

Parameters

  • name: Optional[str] = None Unique name for resource provider, Defaults to function name.
  • description: Optional[str] = None Description of Resource Provider
  • owner: Optional[str] = None Owner of resource provider (typically email)
  • tags: Optional[Dict[str, str]] = None Tags associated with this Tecton Object (key-value pairs of arbitrary metadata).
  • secrets: Optional[Dict[str,Union[Secret, str]]] = None A dictionary of Secret references that will be resolved and provided to the resource provider at runtime of the Feature View that this resource is used in. During local development and testing, strings may be used instead Secret references.

Returns

An object of type ResourceProvider

Was this page helpful?