.gitignore
MANIFEST.in
pyproject.toml
setup.cfg
setup.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/requirements.txt
docs/source/conf.py
docs/source/feast.infra.rst
docs/source/feast.loaders.rst
docs/source/feast.protos.feast.core.rst
docs/source/feast.protos.feast.rst
docs/source/feast.protos.feast.serving.rst
docs/source/feast.protos.feast.storage.rst
docs/source/feast.protos.feast.types.rst
docs/source/feast.protos.rst
docs/source/feast.rst
docs/source/feast.staging.rst
docs/source/index.rst
docs/source/modules.rst
feast/__init__.py
feast/cli.py
feast/client.py
feast/config.py
feast/constants.py
feast/data_format.py
feast/data_source.py
feast/driver_test_data.py
feast/entity.py
feast/errors.py
feast/feature.py
feast/feature_store.py
feast/feature_table.py
feast/feature_view.py
feast/names.py
feast/online_response.py
feast/registry.py
feast/repo_config.py
feast/repo_operations.py
feast/telemetry.py
feast/type_map.py
feast/utils.py
feast/value_type.py
feast/version.py
feast/wait.py
feast.egg-info/PKG-INFO
feast.egg-info/SOURCES.txt
feast.egg-info/dependency_links.txt
feast.egg-info/entry_points.txt
feast.egg-info/requires.txt
feast.egg-info/top_level.txt
feast/grpc/auth.py
feast/grpc/grpc.py
feast/infra/__init__.py
feast/infra/gcp.py
feast/infra/key_encoding_utils.py
feast/infra/local.py
feast/infra/provider.py
feast/infra/offline_stores/__init__.py
feast/infra/offline_stores/bigquery.py
feast/infra/offline_stores/file.py
feast/infra/offline_stores/helpers.py
feast/infra/offline_stores/offline_store.py
feast/loaders/__init__.py
feast/loaders/abstract_producer.py
feast/loaders/file.py
feast/loaders/ingest.py
feast/loaders/yaml.py
feast/protos/__init__.py
feast/protos/feast/__init__.py
feast/protos/feast/core/CoreService_pb2.py
feast/protos/feast/core/CoreService_pb2_grpc.py
feast/protos/feast/core/DataFormat_pb2.py
feast/protos/feast/core/DataFormat_pb2_grpc.py
feast/protos/feast/core/DataSource_pb2.py
feast/protos/feast/core/DataSource_pb2_grpc.py
feast/protos/feast/core/Entity_pb2.py
feast/protos/feast/core/Entity_pb2_grpc.py
feast/protos/feast/core/FeatureTable_pb2.py
feast/protos/feast/core/FeatureTable_pb2_grpc.py
feast/protos/feast/core/FeatureView_pb2.py
feast/protos/feast/core/FeatureView_pb2_grpc.py
feast/protos/feast/core/Feature_pb2.py
feast/protos/feast/core/Feature_pb2_grpc.py
feast/protos/feast/core/Registry_pb2.py
feast/protos/feast/core/Registry_pb2_grpc.py
feast/protos/feast/core/Store_pb2.py
feast/protos/feast/core/Store_pb2_grpc.py
feast/protos/feast/core/__init__.py
feast/protos/feast/serving/ServingService_pb2.py
feast/protos/feast/serving/ServingService_pb2_grpc.py
feast/protos/feast/serving/__init__.py
feast/protos/feast/storage/Redis_pb2.py
feast/protos/feast/storage/Redis_pb2_grpc.py
feast/protos/feast/storage/__init__.py
feast/protos/feast/types/EntityKey_pb2.py
feast/protos/feast/types/EntityKey_pb2_grpc.py
feast/protos/feast/types/Field_pb2.py
feast/protos/feast/types/Field_pb2_grpc.py
feast/protos/feast/types/Value_pb2.py
feast/protos/feast/types/Value_pb2_grpc.py
feast/protos/feast/types/__init__.py
feast/staging/__init__.py
feast/staging/entities.py
feast/staging/storage_client.py
feast/templates/README.md
feast/templates/gcp/driver_repo.py
feast/templates/gcp/feature_store.yaml
feast/templates/gcp/test.py
feast/templates/local/bootstrap.py
feast/templates/local/example.py
feast/templates/local/feature_store.yaml
feast/templates/minimal/feature_store.yaml
telemetry_tests/test_telemetry.py
tensorflow_metadata/__init__.py
tensorflow_metadata/proto/__init__.py
tensorflow_metadata/proto/v0/__init__.py
tensorflow_metadata/proto/v0/path_pb2.py
tensorflow_metadata/proto/v0/path_pb2.pyi
tensorflow_metadata/proto/v0/schema_pb2.py
tensorflow_metadata/proto/v0/schema_pb2.pyi
tensorflow_metadata/proto/v0/statistics_pb2.py
tensorflow_metadata/proto/v0/statistics_pb2.pyi
tests/cli_utils.py
tests/conftest.py
tests/dataframes.py
tests/example_feature_repo_1.py
tests/example_feature_repo_2.py
tests/feast_core_server.py
tests/feast_serving_server.py
tests/online_read_write_test.py
tests/online_write_benchmark.py
tests/test_cli_gcp.py
tests/test_cli_local.py
tests/test_client.py
tests/test_config.py
tests/test_e2e_local.py
tests/test_entity.py
tests/test_feature_store.py
tests/test_feature_table.py
tests/test_historical_retrieval.py
tests/test_init.py
tests/test_materialize_from_bigquery_to_datastore.py
tests/test_offline_online_store_consistency.py
tests/test_online_retrieval.py
tests/test_partial_apply.py
tests/test_repo_config.py
tests/data/austin_bikeshare.bikeshare_stations.avro
tests/data/bookings.csv
tests/data/column_mapping_test_entity.csv
tests/data/column_mapping_test_feature.csv
tests/data/customer_driver_pairs.csv
tests/data/customers.csv
tests/data/dev_featuretable.csv
tests/data/driver_features.csv
tests/data/localhost.crt
tests/data/localhost.key
tests/data/localhost.pem
tests/data/transactions.csv
tests/data/tensorflow_metadata/bikeshare_feature_set.yaml
tests/data/tensorflow_metadata/bikeshare_schema.json
tests/grpc/test_auth.py
tests/loaders/__init__.py
tests/loaders/test_file.py