resource_provider
Summary​
Declare a ResourceProviderParameters
name: Optional[str] = NoneUnique name for resource provider, Defaults to function name.description: Optional[str] = NoneDescription of Resource Providerowner: Optional[str] = NoneOwner of resource provider (typically email)tags: Optional[Dict[str, str]] = NoneTags associated with this Tecton Object (key-value pairs of arbitrary metadata).secrets: Optional[Dict[str,Union[Secret, str]]] = NoneA 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 typeResourceProvider