MANIFEST.in
README.md
pyproject.toml
setup.py
feathr/__init__.py
feathr/client.py
feathr/constants.py
feathr.egg-info/PKG-INFO
feathr.egg-info/SOURCES.txt
feathr.egg-info/dependency_links.txt
feathr.egg-info/entry_points.txt
feathr.egg-info/requires.txt
feathr.egg-info/top_level.txt
feathr/definition/__init__.py
feathr/definition/_materialization_utils.py
feathr/definition/aggregation.py
feathr/definition/anchor.py
feathr/definition/dtype.py
feathr/definition/feathrconfig.py
feathr/definition/feature.py
feathr/definition/feature_derivations.py
feathr/definition/lookup_feature.py
feathr/definition/materialization_settings.py
feathr/definition/monitoring_settings.py
feathr/definition/query_feature_list.py
feathr/definition/repo_definitions.py
feathr/definition/settings.py
feathr/definition/sink.py
feathr/definition/source.py
feathr/definition/transformation.py
feathr/definition/typed_key.py
feathr/protobuf/__init__.py
feathr/protobuf/featureValue_pb2.py
feathr/registry/__init__.py
feathr/registry/_feathr_registry_client.py
feathr/registry/_feature_registry_purview.py
feathr/registry/feature_registry.py
feathr/registry/registry_utils.py
feathr/secrets/__init__.py
feathr/secrets/akv_client.py
feathr/spark_provider/__init__.py
feathr/spark_provider/_abc.py
feathr/spark_provider/_databricks_submission.py
feathr/spark_provider/_synapse_submission.py
feathr/spark_provider/feathr_configurations.py
feathr/udf/__init__.py
feathr/udf/_preprocessing_pyudf_manager.py
feathr/udf/feathr_pyspark_driver_template.py
feathr/utils/__init__.py
feathr/utils/_envvariableutil.py
feathr/utils/_file_utils.py
feathr/utils/feature_printer.py
feathr/utils/job_utils.py
feathrcli/__init__.py
feathrcli/cli.py
feathrcli/data/feathr_user_workspace/feathr_config.yaml
feathrcli/data/feathr_user_workspace/nyc_driver_demo.ipynb
feathrcli/data/feathr_user_workspace/features/agg_features.py
feathrcli/data/feathr_user_workspace/features/non_agg_features.py
feathrcli/data/feathr_user_workspace/features/request_features.py
feathrcli/data/feathr_user_workspace/mockdata/feathrazuretest3fs@feathrazuretest3storage.dfs.core.windows.net/demo_data/green_tripdata_2020-04.csv
feathrcli/data/feathr_user_workspace/mockdata/feathrazuretest3fs@feathrazuretest3storage.dfs.core.windows.net/product_recommendation_sample/product_detail_mock_data.csv
feathrcli/data/feathr_user_workspace/mockdata/feathrazuretest3fs@feathrazuretest3storage.dfs.core.windows.net/product_recommendation_sample/user_observation_mock_data.csv
feathrcli/data/feathr_user_workspace/mockdata/feathrazuretest3fs@feathrazuretest3storage.dfs.core.windows.net/product_recommendation_sample/user_profile_mock_data.csv
feathrcli/data/feathr_user_workspace/mockdata/feathrazuretest3fs@feathrazuretest3storage.dfs.core.windows.net/product_recommendation_sample/user_purchase_history_mock_data.csv
test/test_azure_feature_monitoring_e2e.py
test/test_azure_kafka_e2e.py
test/test_azure_snowflake_e2e.py
test/test_azure_spark_e2e.py
test/test_azure_spark_maven_e2e.py
test/test_cli.py
test/test_config_loading.py
test/test_derived_features.py
test/test_feature_anchor.py
test/test_feature_materialization.py
test/test_feature_name_validation.py
test/test_feature_registry.py
test/test_fixture.py
test/test_input_output_sources.py
test/test_lookup_feature.py
test/test_observation_setting.py
test/test_pyduf_preprocessing_e2e.py
test/test_registry_client.py
test/test_secrets_read.py
test/test_sql_source.py