As far as I can see, both the Python SDK and the Feast CLI client only allows the users to take an action like registration of specifications, running jobs, or retrieving data.
One of the more basic challenges though, is figuring out
- Whether the client (SDK or CLI) is actually connected to Feast and whether the versions match
- Which specifications (features and entities) are registered
Do these commands exist, and if not, should we add them?
As far as I can see, both the Python SDK and the Feast CLI client only allows the users to take an action like registration of specifications, running jobs, or retrieving data.
One of the more basic challenges though, is figuring out
Do these commands exist, and if not, should we add them?