Expected Behavior
Running feast apply works without errors
Current Behavior
Running feast apply runns into an error if client library is not installed https://cloud.google.com/datastore/docs/reference/libraries#client-libraries-install-python
cannot import name 'datastore' from 'google.cloud'
We should mention this dependency in the documentation.
Steps to reproduce
- Run
feast apply in an environment where the datastore client library is not installed
Specifications
- Version: 0.10.0
- Platform: Mac
- Subsystem:
Possible Solution
Install it with pip install --upgrade google-cloud-datastore
Expected Behavior
Running
feast applyworks without errorsCurrent Behavior
Running
feast applyrunns into an error if client library is not installed https://cloud.google.com/datastore/docs/reference/libraries#client-libraries-install-pythonWe should mention this dependency in the documentation.
Steps to reproduce
feast applyin an environment where the datastore client library is not installedSpecifications
Possible Solution
Install it with
pip install --upgrade google-cloud-datastore