.dockerignore
.gitbook.yaml
.gitignore
.gitpod.yml
.helmdocsignore
.pre-commit-config.yaml
.prow.yaml
.readthedocs.yml
.releaserc.js
CHANGELOG.md
CODEOWNERS
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
OWNERS
README.md
environment-setup.md
go.mod
go.sum
pyproject.toml
setup.cfg
setup.py
.devcontainer/devcontainer.json
.github/auto_assign.yml
.github/issue_label_bot.yaml
.github/pull_request_template.md
.github/stale.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/fork_workflows/fork_pr_integration_tests_aws.yml
.github/fork_workflows/fork_pr_integration_tests_gcp.yml
.github/fork_workflows/fork_pr_integration_tests_snowflake.yml
.github/workflows/build_wheels.yml
.github/workflows/java_master_only.yml
.github/workflows/java_pr.yml
.github/workflows/lint_pr.yml
.github/workflows/linter.yml
.github/workflows/master_only.yml
.github/workflows/nightly-ci.yml
.github/workflows/pr_integration_tests.yml
.github/workflows/pr_local_integration_tests.yml
.github/workflows/publish.yml
.github/workflows/release.yml
.github/workflows/unit_tests.yml
.prow/config.yaml
.prow/plugins.yaml
community/README.md
community/governance.md
community/maintainers.md
go/README.md
go/__init__.py
go/embedded/online_features.go
go/internal/__init__.py
go/internal/feast/__init__.py
go/internal/feast/featurestore.go
go/internal/feast/featurestore_test.go
go/internal/feast/model/basefeatureview.go
go/internal/feast/model/entity.go
go/internal/feast/model/featureservice.go
go/internal/feast/model/featureview.go
go/internal/feast/model/featureviewprojection.go
go/internal/feast/model/field.go
go/internal/feast/model/ondemandfeatureview.go
go/internal/feast/onlineserving/serving.go
go/internal/feast/onlineserving/serving_test.go
go/internal/feast/onlinestore/onlinestore.go
go/internal/feast/onlinestore/redisonlinestore.go
go/internal/feast/onlinestore/redisonlinestore_test.go
go/internal/feast/onlinestore/sqliteonlinestore.go
go/internal/feast/onlinestore/sqliteonlinestore_test.go
go/internal/feast/registry/local.go
go/internal/feast/registry/registry.go
go/internal/feast/registry/registrystore.go
go/internal/feast/registry/repoconfig.go
go/internal/feast/registry/repoconfig_test.go
go/internal/feast/server/grpc_server.go
go/internal/feast/server/grpc_server_test.go
go/internal/feast/server/http_server.go
go/internal/feast/server/http_server_test.go
go/internal/feast/server/logging/featureserviceschema.go
go/internal/feast/server/logging/featureserviceschema_test.go
go/internal/feast/server/logging/filelogsink.go
go/internal/feast/server/logging/logger.go
go/internal/feast/server/logging/logger_test.go
go/internal/feast/server/logging/memorybuffer.go
go/internal/feast/server/logging/memorybuffer_test.go
go/internal/feast/server/logging/offlinestoresink.go
go/internal/feast/server/logging/service.go
go/internal/feast/transformation/transformation.go
go/internal/test/go_integration_test_utils.go
go/internal/test/feature_repo/__init__.py
go/internal/test/feature_repo/driver_stats.parquet
go/internal/test/feature_repo/example.py
go/internal/test/feature_repo/feature_store.yaml
go/types/typeconversion.go
go/types/typeconversion_test.go
protos/README.md
protos/feast/core/Aggregation.proto
protos/feast/core/DataFormat.proto
protos/feast/core/DataSource.proto
protos/feast/core/DatastoreTable.proto
protos/feast/core/DynamoDBTable.proto
protos/feast/core/Entity.proto
protos/feast/core/Feature.proto
protos/feast/core/FeatureService.proto
protos/feast/core/FeatureTable.proto
protos/feast/core/FeatureView.proto
protos/feast/core/FeatureViewProjection.proto
protos/feast/core/InfraObject.proto
protos/feast/core/OnDemandFeatureView.proto
protos/feast/core/Registry.proto
protos/feast/core/SavedDataset.proto
protos/feast/core/SqliteTable.proto
protos/feast/core/Store.proto
protos/feast/core/StreamFeatureView.proto
protos/feast/core/Transformation.proto
protos/feast/core/ValidationProfile.proto
protos/feast/registry/RegistryServer.proto
protos/feast/serving/Connector.proto
protos/feast/serving/GrpcServer.proto
protos/feast/serving/ServingService.proto
protos/feast/serving/TransformationService.proto
protos/feast/storage/Redis.proto
protos/feast/third_party/grpc/health/v1/HealthService.proto
protos/feast/types/EntityKey.proto
protos/feast/types/Field.proto
protos/feast/types/Value.proto
sdk/python/.gitignore
sdk/python/README.md
sdk/python/pyproject.toml
sdk/python/pytest.ini
sdk/python/docs/Makefile
sdk/python/docs/conf.py
sdk/python/docs/index.rst
sdk/python/docs/requirements.txt
sdk/python/docs/source/conf.py
sdk/python/docs/source/feast.diff.rst
sdk/python/docs/source/feast.dqm.profilers.rst
sdk/python/docs/source/feast.dqm.rst
sdk/python/docs/source/feast.infra.materialization.contrib.bytewax.rst
sdk/python/docs/source/feast.infra.materialization.contrib.rst
sdk/python/docs/source/feast.infra.materialization.lambda.rst
sdk/python/docs/source/feast.infra.materialization.rst
sdk/python/docs/source/feast.infra.offline_stores.contrib.athena_offline_store.rst
sdk/python/docs/source/feast.infra.offline_stores.contrib.athena_offline_store.tests.rst
sdk/python/docs/source/feast.infra.offline_stores.contrib.mssql_offline_store.rst
sdk/python/docs/source/feast.infra.offline_stores.contrib.mssql_offline_store.tests.rst
sdk/python/docs/source/feast.infra.offline_stores.contrib.postgres_offline_store.rst
sdk/python/docs/source/feast.infra.offline_stores.contrib.postgres_offline_store.tests.rst
sdk/python/docs/source/feast.infra.offline_stores.contrib.rst
sdk/python/docs/source/feast.infra.offline_stores.contrib.spark_offline_store.rst
sdk/python/docs/source/feast.infra.offline_stores.contrib.spark_offline_store.tests.rst
sdk/python/docs/source/feast.infra.offline_stores.contrib.trino_offline_store.connectors.rst
sdk/python/docs/source/feast.infra.offline_stores.contrib.trino_offline_store.rst
sdk/python/docs/source/feast.infra.offline_stores.contrib.trino_offline_store.test_config.rst
sdk/python/docs/source/feast.infra.offline_stores.contrib.trino_offline_store.tests.rst
sdk/python/docs/source/feast.infra.offline_stores.rst
sdk/python/docs/source/feast.infra.online_stores.contrib.cassandra_online_store.rst
sdk/python/docs/source/feast.infra.online_stores.contrib.hazelcast_online_store.rst
sdk/python/docs/source/feast.infra.online_stores.contrib.hbase_online_store.rst
sdk/python/docs/source/feast.infra.online_stores.contrib.mysql_online_store.rst
sdk/python/docs/source/feast.infra.online_stores.contrib.rockset_online_store.rst
sdk/python/docs/source/feast.infra.online_stores.contrib.rst
sdk/python/docs/source/feast.infra.online_stores.rst
sdk/python/docs/source/feast.infra.registry.rst
sdk/python/docs/source/feast.infra.registry_stores.rst
sdk/python/docs/source/feast.infra.rst
sdk/python/docs/source/feast.infra.transformation_servers.rst
sdk/python/docs/source/feast.infra.utils.postgres.rst
sdk/python/docs/source/feast.infra.utils.rst
sdk/python/docs/source/feast.loaders.rst
sdk/python/docs/source/feast.protos.feast.core.rst
sdk/python/docs/source/feast.protos.feast.rst
sdk/python/docs/source/feast.protos.feast.serving.rst
sdk/python/docs/source/feast.protos.feast.storage.rst
sdk/python/docs/source/feast.protos.feast.types.rst
sdk/python/docs/source/feast.protos.rst
sdk/python/docs/source/feast.rst
sdk/python/docs/source/feast.ui.rst
sdk/python/docs/source/index.rst
sdk/python/docs/source/modules.rst
sdk/python/feast/__init__.py
sdk/python/feast/aggregation.py
sdk/python/feast/base_feature_view.py
sdk/python/feast/batch_feature_view.py
sdk/python/feast/cli.py
sdk/python/feast/constants.py
sdk/python/feast/data_format.py
sdk/python/feast/data_source.py
sdk/python/feast/driver_test_data.py
sdk/python/feast/entity.py
sdk/python/feast/errors.py
sdk/python/feast/feast_object.py
sdk/python/feast/feature.py
sdk/python/feast/feature_logging.py
sdk/python/feast/feature_server.py
sdk/python/feast/feature_service.py
sdk/python/feast/feature_store.py
sdk/python/feast/feature_view.py
sdk/python/feast/feature_view_projection.py
sdk/python/feast/field.py
sdk/python/feast/file_utils.py
sdk/python/feast/flags_helper.py
sdk/python/feast/importer.py
sdk/python/feast/inference.py
sdk/python/feast/names.py
sdk/python/feast/on_demand_feature_view.py
sdk/python/feast/online_response.py
sdk/python/feast/project_metadata.py
sdk/python/feast/proto_json.py
sdk/python/feast/py.typed
sdk/python/feast/registry_server.py
sdk/python/feast/repo_config.py
sdk/python/feast/repo_contents.py
sdk/python/feast/repo_operations.py
sdk/python/feast/repo_upgrade.py
sdk/python/feast/saved_dataset.py
sdk/python/feast/stream_feature_view.py
sdk/python/feast/transformation_server.py
sdk/python/feast/type_map.py
sdk/python/feast/types.py
sdk/python/feast/ui_server.py
sdk/python/feast/usage.py
sdk/python/feast/utils.py
sdk/python/feast/value_type.py
sdk/python/feast/version.py
sdk/python/feast/wait.py
sdk/python/feast/diff/__init__.py
sdk/python/feast/diff/infra_diff.py
sdk/python/feast/diff/property_diff.py
sdk/python/feast/diff/registry_diff.py
sdk/python/feast/dqm/__init__.py
sdk/python/feast/dqm/errors.py
sdk/python/feast/dqm/profilers/__init__.py
sdk/python/feast/dqm/profilers/ge_profiler.py
sdk/python/feast/dqm/profilers/profiler.py
sdk/python/feast/embedded_go/__init__.py
sdk/python/feast/embedded_go/online_features_service.py
sdk/python/feast/embedded_go/type_map.py
sdk/python/feast/infra/__init__.py
sdk/python/feast/infra/aws.py
sdk/python/feast/infra/gcp.py
sdk/python/feast/infra/infra_object.py
sdk/python/feast/infra/key_encoding_utils.py
sdk/python/feast/infra/local.py
sdk/python/feast/infra/passthrough_provider.py
sdk/python/feast/infra/provider.py
sdk/python/feast/infra/contrib/__init__.py
sdk/python/feast/infra/contrib/azure_provider.py
sdk/python/feast/infra/contrib/grpc_server.py
sdk/python/feast/infra/contrib/spark_kafka_processor.py
sdk/python/feast/infra/contrib/stream_processor.py
sdk/python/feast/infra/feature_servers/__init__.py
sdk/python/feast/infra/feature_servers/base_config.py
sdk/python/feast/infra/feature_servers/aws_lambda/Dockerfile
sdk/python/feast/infra/feature_servers/aws_lambda/__init__.py
sdk/python/feast/infra/feature_servers/aws_lambda/app.py
sdk/python/feast/infra/feature_servers/aws_lambda/config.py
sdk/python/feast/infra/feature_servers/aws_lambda/requirements.txt
sdk/python/feast/infra/feature_servers/gcp_cloudrun/Dockerfile
sdk/python/feast/infra/feature_servers/gcp_cloudrun/__init__.py
sdk/python/feast/infra/feature_servers/gcp_cloudrun/app.py
sdk/python/feast/infra/feature_servers/gcp_cloudrun/config.py
sdk/python/feast/infra/feature_servers/gcp_cloudrun/requirements.txt
sdk/python/feast/infra/feature_servers/local_process/__init__.py
sdk/python/feast/infra/feature_servers/local_process/config.py
sdk/python/feast/infra/feature_servers/multicloud/Dockerfile
sdk/python/feast/infra/feature_servers/multicloud/Dockerfile.dev
sdk/python/feast/infra/feature_servers/multicloud/__init__.py
sdk/python/feast/infra/materialization/__init__.py
sdk/python/feast/infra/materialization/batch_materialization_engine.py
sdk/python/feast/infra/materialization/local_engine.py
sdk/python/feast/infra/materialization/snowflake_engine.py
sdk/python/feast/infra/materialization/aws_lambda/Dockerfile
sdk/python/feast/infra/materialization/aws_lambda/app.py
sdk/python/feast/infra/materialization/aws_lambda/lambda_engine.py
sdk/python/feast/infra/materialization/contrib/__init__.py
sdk/python/feast/infra/materialization/contrib/bytewax/Dockerfile
sdk/python/feast/infra/materialization/contrib/bytewax/__init__.py
sdk/python/feast/infra/materialization/contrib/bytewax/bytewax_materialization_dataflow.py
sdk/python/feast/infra/materialization/contrib/bytewax/bytewax_materialization_engine.py
sdk/python/feast/infra/materialization/contrib/bytewax/bytewax_materialization_job.py
sdk/python/feast/infra/materialization/contrib/bytewax/bytewax_materialization_task.py
sdk/python/feast/infra/materialization/contrib/bytewax/dataflow.py
sdk/python/feast/infra/materialization/contrib/bytewax/entrypoint.sh
sdk/python/feast/infra/materialization/contrib/spark/spark_materialization_engine.py
sdk/python/feast/infra/materialization/kubernetes/Dockerfile
sdk/python/feast/infra/materialization/kubernetes/__init__.py
sdk/python/feast/infra/materialization/kubernetes/k8s_materialization_engine.py
sdk/python/feast/infra/materialization/kubernetes/k8s_materialization_job.py
sdk/python/feast/infra/materialization/kubernetes/k8s_materialization_task.py
sdk/python/feast/infra/materialization/kubernetes/main.py
sdk/python/feast/infra/offline_stores/__init__.py
sdk/python/feast/infra/offline_stores/bigquery.py
sdk/python/feast/infra/offline_stores/bigquery_source.py
sdk/python/feast/infra/offline_stores/duckdb.py
sdk/python/feast/infra/offline_stores/file.py
sdk/python/feast/infra/offline_stores/file_source.py
sdk/python/feast/infra/offline_stores/ibis.py
sdk/python/feast/infra/offline_stores/offline_store.py
sdk/python/feast/infra/offline_stores/offline_utils.py
sdk/python/feast/infra/offline_stores/redshift.py
sdk/python/feast/infra/offline_stores/redshift_source.py
sdk/python/feast/infra/offline_stores/snowflake.py
sdk/python/feast/infra/offline_stores/snowflake_source.py
sdk/python/feast/infra/offline_stores/contrib/__init__.py
sdk/python/feast/infra/offline_stores/contrib/athena_repo_configuration.py
sdk/python/feast/infra/offline_stores/contrib/mssql_repo_configuration.py
sdk/python/feast/infra/offline_stores/contrib/postgres_repo_configuration.py
sdk/python/feast/infra/offline_stores/contrib/spark_repo_configuration.py
sdk/python/feast/infra/offline_stores/contrib/trino_repo_configuration.py
sdk/python/feast/infra/offline_stores/contrib/athena_offline_store/__init__.py
sdk/python/feast/infra/offline_stores/contrib/athena_offline_store/athena.py
sdk/python/feast/infra/offline_stores/contrib/athena_offline_store/athena_source.py
sdk/python/feast/infra/offline_stores/contrib/athena_offline_store/tests/__init__.py
sdk/python/feast/infra/offline_stores/contrib/athena_offline_store/tests/data_source.py
sdk/python/feast/infra/offline_stores/contrib/doris_offline_store/__init__.py
sdk/python/feast/infra/offline_stores/contrib/doris_offline_store/doris.py
sdk/python/feast/infra/offline_stores/contrib/doris_offline_store/doris_source.py
sdk/python/feast/infra/offline_stores/contrib/mssql_offline_store/__init__.py
sdk/python/feast/infra/offline_stores/contrib/mssql_offline_store/mssql.py
sdk/python/feast/infra/offline_stores/contrib/mssql_offline_store/mssqlserver_source.py
sdk/python/feast/infra/offline_stores/contrib/mssql_offline_store/tests/__init__.py
sdk/python/feast/infra/offline_stores/contrib/mssql_offline_store/tests/data_source.py
sdk/python/feast/infra/offline_stores/contrib/postgres_offline_store/__init__.py
sdk/python/feast/infra/offline_stores/contrib/postgres_offline_store/postgres.py
sdk/python/feast/infra/offline_stores/contrib/postgres_offline_store/postgres_source.py
sdk/python/feast/infra/offline_stores/contrib/postgres_offline_store/tests/__init__.py
sdk/python/feast/infra/offline_stores/contrib/postgres_offline_store/tests/data_source.py
sdk/python/feast/infra/offline_stores/contrib/spark_offline_store/__init__.py
sdk/python/feast/infra/offline_stores/contrib/spark_offline_store/spark.py
sdk/python/feast/infra/offline_stores/contrib/spark_offline_store/spark_source.py
sdk/python/feast/infra/offline_stores/contrib/spark_offline_store/tests/__init__.py
sdk/python/feast/infra/offline_stores/contrib/spark_offline_store/tests/data_source.py
sdk/python/feast/infra/offline_stores/contrib/trino_offline_store/README.md
sdk/python/feast/infra/offline_stores/contrib/trino_offline_store/__init__.py
sdk/python/feast/infra/offline_stores/contrib/trino_offline_store/trino.py
sdk/python/feast/infra/offline_stores/contrib/trino_offline_store/trino_queries.py
sdk/python/feast/infra/offline_stores/contrib/trino_offline_store/trino_source.py
sdk/python/feast/infra/offline_stores/contrib/trino_offline_store/trino_type_map.py
sdk/python/feast/infra/offline_stores/contrib/trino_offline_store/connectors/__init__.py
sdk/python/feast/infra/offline_stores/contrib/trino_offline_store/connectors/upload.py
sdk/python/feast/infra/offline_stores/contrib/trino_offline_store/test_config/__init__.py
sdk/python/feast/infra/offline_stores/contrib/trino_offline_store/test_config/manual_tests.py
sdk/python/feast/infra/offline_stores/contrib/trino_offline_store/test_config/properties/memory.properties
sdk/python/feast/infra/offline_stores/contrib/trino_offline_store/tests/__init__.py
sdk/python/feast/infra/offline_stores/contrib/trino_offline_store/tests/data_source.py
sdk/python/feast/infra/offline_stores/contrib/trino_offline_store/tests/catalog/memory.properties
sdk/python/feast/infra/online_stores/__init__.py
sdk/python/feast/infra/online_stores/bigtable.py
sdk/python/feast/infra/online_stores/datastore.py
sdk/python/feast/infra/online_stores/dynamodb.py
sdk/python/feast/infra/online_stores/helpers.py
sdk/python/feast/infra/online_stores/online_store.py
sdk/python/feast/infra/online_stores/redis.py
sdk/python/feast/infra/online_stores/snowflake.py
sdk/python/feast/infra/online_stores/sqlite.py
sdk/python/feast/infra/online_stores/contrib/__init__.py
sdk/python/feast/infra/online_stores/contrib/cassandra_repo_configuration.py
sdk/python/feast/infra/online_stores/contrib/hazelcast_repo_configuration.py
sdk/python/feast/infra/online_stores/contrib/hbase_repo_configuration.py
sdk/python/feast/infra/online_stores/contrib/mysql_repo_configuration.py
sdk/python/feast/infra/online_stores/contrib/postgres.py
sdk/python/feast/infra/online_stores/contrib/postgres_repo_configuration.py
sdk/python/feast/infra/online_stores/contrib/cassandra_online_store/README.md
sdk/python/feast/infra/online_stores/contrib/cassandra_online_store/__init__.py
sdk/python/feast/infra/online_stores/contrib/cassandra_online_store/cassandra_online_store.py
sdk/python/feast/infra/online_stores/contrib/hazelcast_online_store/README.md
sdk/python/feast/infra/online_stores/contrib/hazelcast_online_store/__init__.py
sdk/python/feast/infra/online_stores/contrib/hazelcast_online_store/hazelcast_online_store.py
sdk/python/feast/infra/online_stores/contrib/hbase_online_store/README.md
sdk/python/feast/infra/online_stores/contrib/hbase_online_store/__init__.py
sdk/python/feast/infra/online_stores/contrib/hbase_online_store/hbase.py
sdk/python/feast/infra/online_stores/contrib/mysql_online_store/README.md
sdk/python/feast/infra/online_stores/contrib/mysql_online_store/__init__.py
sdk/python/feast/infra/online_stores/contrib/mysql_online_store/mysql.py
sdk/python/feast/infra/online_stores/contrib/rockset_online_store/__init__.py
sdk/python/feast/infra/online_stores/contrib/rockset_online_store/rockset.py
sdk/python/feast/infra/registry/__init__.py
sdk/python/feast/infra/registry/base_registry.py
sdk/python/feast/infra/registry/caching_registry.py
sdk/python/feast/infra/registry/file.py
sdk/python/feast/infra/registry/gcs.py
sdk/python/feast/infra/registry/proto_registry_utils.py
sdk/python/feast/infra/registry/registry.py
sdk/python/feast/infra/registry/registry_store.py
sdk/python/feast/infra/registry/remote.py
sdk/python/feast/infra/registry/s3.py
sdk/python/feast/infra/registry/snowflake.py
sdk/python/feast/infra/registry/sql.py
sdk/python/feast/infra/registry/contrib/__init__.py
sdk/python/feast/infra/registry/contrib/azure/__init__.py
sdk/python/feast/infra/registry/contrib/azure/azure_registry_store.py
sdk/python/feast/infra/registry/contrib/postgres/__init__.py
sdk/python/feast/infra/registry/contrib/postgres/postgres_registry_store.py
sdk/python/feast/infra/transformation_servers/Dockerfile
sdk/python/feast/infra/transformation_servers/__init__.py
sdk/python/feast/infra/transformation_servers/app.py
sdk/python/feast/infra/utils/__init__.py
sdk/python/feast/infra/utils/aws_utils.py
sdk/python/feast/infra/utils/hbase_utils.py
sdk/python/feast/infra/utils/doris/__init__.py
sdk/python/feast/infra/utils/doris/connection_util.py
sdk/python/feast/infra/utils/doris/doris_config.py
sdk/python/feast/infra/utils/postgres/__init__.py
sdk/python/feast/infra/utils/postgres/connection_utils.py
sdk/python/feast/infra/utils/postgres/postgres_config.py
sdk/python/feast/infra/utils/snowflake/__init__.py
sdk/python/feast/infra/utils/snowflake/snowflake_utils.py
sdk/python/feast/infra/utils/snowflake/registry/__init__.py
sdk/python/feast/infra/utils/snowflake/registry/snowflake_table_creation.sql
sdk/python/feast/infra/utils/snowflake/registry/snowflake_table_deletion.sql
sdk/python/feast/infra/utils/snowflake/snowpark/__init__.py
sdk/python/feast/infra/utils/snowflake/snowpark/snowflake_python_udfs_creation.sql
sdk/python/feast/infra/utils/snowflake/snowpark/snowflake_python_udfs_deletion.sql
sdk/python/feast/infra/utils/snowflake/snowpark/snowflake_udfs.py
sdk/python/feast/loaders/__init__.py
sdk/python/feast/loaders/yaml.py
sdk/python/feast/templates/README.md
sdk/python/feast/templates/athena/__init__.py
sdk/python/feast/templates/athena/feature_repo/__init__.py
sdk/python/feast/templates/athena/feature_repo/feature_store.yaml
sdk/python/feast/templates/athena/feature_repo/test_workflow.py
sdk/python/feast/templates/aws/README.md
sdk/python/feast/templates/aws/__init__.py
sdk/python/feast/templates/aws/bootstrap.py
sdk/python/feast/templates/aws/feature_repo/__init__.py
sdk/python/feast/templates/aws/feature_repo/example_repo.py
sdk/python/feast/templates/aws/feature_repo/feature_store.yaml
sdk/python/feast/templates/aws/feature_repo/test_workflow.py
sdk/python/feast/templates/cassandra/__init__.py
sdk/python/feast/templates/cassandra/bootstrap.py
sdk/python/feast/templates/cassandra/feature_repo/__init__.py
sdk/python/feast/templates/cassandra/feature_repo/example_repo.py
sdk/python/feast/templates/cassandra/feature_repo/feature_store.yaml
sdk/python/feast/templates/cassandra/feature_repo/test_workflow.py
sdk/python/feast/templates/gcp/README.md
sdk/python/feast/templates/gcp/__init__.py
sdk/python/feast/templates/gcp/feature_repo/__init__.py
sdk/python/feast/templates/gcp/feature_repo/example_repo.py
sdk/python/feast/templates/gcp/feature_repo/feature_store.yaml
sdk/python/feast/templates/gcp/feature_repo/test_workflow.py
sdk/python/feast/templates/hazelcast/__init__.py
sdk/python/feast/templates/hazelcast/bootstrap.py
sdk/python/feast/templates/hazelcast/feature_repo/__init__.py
sdk/python/feast/templates/hazelcast/feature_repo/example_repo.py
sdk/python/feast/templates/hazelcast/feature_repo/feature_store.yaml
sdk/python/feast/templates/hazelcast/feature_repo/test_workflow.py
sdk/python/feast/templates/hbase/__init__.py
sdk/python/feast/templates/hbase/bootstrap.py
sdk/python/feast/templates/hbase/feature_repo/__init__.py
sdk/python/feast/templates/hbase/feature_repo/example_repo.py
sdk/python/feast/templates/hbase/feature_repo/feature_store.yaml
sdk/python/feast/templates/hbase/feature_repo/test_workflow.py
sdk/python/feast/templates/local/README.md
sdk/python/feast/templates/local/__init__.py
sdk/python/feast/templates/local/bootstrap.py
sdk/python/feast/templates/local/feature_repo/__init__.py
sdk/python/feast/templates/local/feature_repo/example_repo.py
sdk/python/feast/templates/local/feature_repo/feature_store.yaml
sdk/python/feast/templates/local/feature_repo/test_workflow.py
sdk/python/feast/templates/minimal/__init__.py
sdk/python/feast/templates/minimal/feature_repo/__init__.py
sdk/python/feast/templates/minimal/feature_repo/feature_store.yaml
sdk/python/feast/templates/postgres/__init__.py
sdk/python/feast/templates/postgres/bootstrap.py
sdk/python/feast/templates/postgres/feature_repo/__init__.py
sdk/python/feast/templates/postgres/feature_repo/example_repo.py
sdk/python/feast/templates/postgres/feature_repo/feature_store.yaml
sdk/python/feast/templates/postgres/feature_repo/test_workflow.py
sdk/python/feast/templates/rockset/README.md
sdk/python/feast/templates/rockset/__init__.py
sdk/python/feast/templates/rockset/bootstrap.py
sdk/python/feast/templates/rockset/feature_repo/feature_store.yaml
sdk/python/feast/templates/snowflake/README.md
sdk/python/feast/templates/snowflake/bootstrap.py
sdk/python/feast/templates/snowflake/test_workflow.py
sdk/python/feast/templates/snowflake/feature_repo/driver_repo.py
sdk/python/feast/templates/snowflake/feature_repo/feature_store.yaml
sdk/python/feast/templates/spark/__init__.py
sdk/python/feast/templates/spark/bootstrap.py
sdk/python/feast/templates/spark/feature_store.yaml
sdk/python/feast/templates/spark/feature_repo/__init__.py
sdk/python/feast/templates/spark/feature_repo/example_repo.py
sdk/python/feast/templates/spark/feature_repo/feature_store.yaml
sdk/python/feast/templates/spark/feature_repo/test_workflow.py
sdk/python/feast/transformation/__init__.py
sdk/python/feast/transformation/pandas_transformation.py
sdk/python/feast/transformation/python_transformation.py
sdk/python/feast/transformation/substrait_transformation.py
sdk/python/feast/ui/README.md
sdk/python/feast/ui/__init__.py
sdk/python/feast/ui/package.json
sdk/python/feast/ui/yarn.lock
sdk/python/feast/ui/public/favicon.ico
sdk/python/feast/ui/public/feast-favicon-300x300.png
sdk/python/feast/ui/public/feast-favicon-36x36.png
sdk/python/feast/ui/public/index.html
sdk/python/feast/ui/public/manifest.json
sdk/python/feast/ui/public/projects-list.json
sdk/python/feast/ui/public/robots.txt
sdk/python/feast/ui/src/index.css
sdk/python/feast/ui/src/index.tsx
sdk/python/feast_doris.egg-info/PKG-INFO
sdk/python/feast_doris.egg-info/SOURCES.txt
sdk/python/feast_doris.egg-info/dependency_links.txt
sdk/python/feast_doris.egg-info/entry_points.txt
sdk/python/feast_doris.egg-info/requires.txt
sdk/python/feast_doris.egg-info/top_level.txt
sdk/python/requirements/py3.10-ci-requirements.txt
sdk/python/requirements/py3.10-requirements.txt
sdk/python/requirements/py3.11-ci-requirements.txt
sdk/python/requirements/py3.11-requirements.txt
sdk/python/requirements/py3.9-ci-requirements.txt
sdk/python/requirements/py3.9-requirements.txt