MCPcopy
hub / github.com/feast-dev/feast / get

Method get

sdk/python/tests/integration/rest_api/conftest.py:33–37  ·  view source on GitHub ↗
(self, endpoint, params=None)

Source from the content-addressed store, hash-verified

31 return f"{self.base_url}{self.api_prefix}{endpoint}"
32
33 def get(self, endpoint, params=None):
34 params = params or {}
35 params.setdefault("allow_cache", "false")
36 url = self._build_url(endpoint)
37 return requests.get(url, params=params, verify=False)
38
39
40def _wait_for_http_ready(

Callers 15

createRidgelinePlotFunction · 0.80
animateFunction · 0.80
get_propertyMethod · 0.80
from_dictMethod · 0.80
from_dictMethod · 0.80
from_dictMethod · 0.80
to_dictMethod · 0.80
_extract_store_infoFunction · 0.80
_nb_onlineFunction · 0.80
_get_entity_mapsFunction · 0.80
_get_table_entity_valuesFunction · 0.80

Calls 1

_build_urlMethod · 0.95

Tested by

no test coverage detected