MCPcopy Index your code
hub / github.com/feast-dev/feast / apply_data_source

Method apply_data_source

sdk/python/feast/infra/registry/sql.py:671–676  ·  view source on GitHub ↗
(
        self, data_source: DataSource, project: str, commit: bool = True
    )

Source from the content-addressed store, hash-verified

669 )
670
671 def apply_data_source(
672 self, data_source: DataSource, project: str, commit: bool = True
673 ):
674 return self._apply_object(
675 data_sources, project, "data_source_name", data_source, "data_source_proto"
676 )
677
678 def apply_feature_view(
679 self,

Callers 3

applyMethod · 0.45
ApplyDataSourceMethod · 0.45
apply_diff_to_registryFunction · 0.45

Calls 1

_apply_objectMethod · 0.95

Tested by

no test coverage detected