Skip to content

feast apply and Google Datastore dependency #1485

@SaschaHeyer

Description

@SaschaHeyer

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

  1. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions