FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

feat: [Backend] Data Quality Monitoring with native compute, multi-backend support, REST API, CLI by jyejare · Pull Request #6202 · feast-dev/feast · GitHub

Merged
44 changes: 30 additions & 14 deletions .secrets.baseline
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,29 @@
"line_number": 11
}
],
"examples/monitoring/monitoring-quickstart.ipynb": [
{
"type": "Base64 High Entropy String",
"filename": "examples/monitoring/monitoring-quickstart.ipynb",
"hashed_secret": "8d921d6d629bc22832e5fae42dfc828b8ce5cf47",
"is_verified": false,
"line_number": 606
},
{
"type": "Base64 High Entropy String",
"filename": "examples/monitoring/monitoring-quickstart.ipynb",
"hashed_secret": "37b47d0b2461457e316f1b0be0eef0f9599d440d",
"is_verified": false,
"line_number": 780
},
{
"type": "Base64 High Entropy String",
"filename": "examples/monitoring/monitoring-quickstart.ipynb",
"hashed_secret": "be6715cc8d40a964c7bd1fd8eff5e840d61ad598",
"is_verified": false,
"line_number": 875
}
],
"examples/online_store/milvus_tutorial/docker-compose.yml": [
{
"type": "Secret Keyword",
Expand Down Expand Up @@ -934,7 +957,7 @@
"filename": "infra/feast-operator/api/v1/featurestore_types.go",
"hashed_secret": "44e17306b837162269a410204daaa5ecee4ec22c",
"is_verified": false,
"line_number": 885
"line_number": 895
}
],
"infra/feast-operator/api/v1/zz_generated.deepcopy.go": [
Expand All @@ -943,21 +966,21 @@
"filename": "infra/feast-operator/api/v1/zz_generated.deepcopy.go",
"hashed_secret": "f914fc9324de1bec1ad13dec94a8ea2ddb41fc87",
"is_verified": false,
"line_number": 785
"line_number": 810
},
{
"type": "Secret Keyword",
"filename": "infra/feast-operator/api/v1/zz_generated.deepcopy.go",
"hashed_secret": "44e17306b837162269a410204daaa5ecee4ec22c",
"is_verified": false,
"line_number": 846
"line_number": 871
},
{
"type": "Secret Keyword",
"filename": "infra/feast-operator/api/v1/zz_generated.deepcopy.go",
"hashed_secret": "c2028031c154bbe86fd69bef740855c74b927dcf",
"is_verified": false,
"line_number": 1496
"line_number": 1521
}
],
"infra/feast-operator/api/v1alpha1/featurestore_types.go": [
Expand Down Expand Up @@ -1087,13 +1110,6 @@
"is_verified": false,
"line_number": 295
},
{
"type": "Secret Keyword",
"filename": "infra/feast-operator/internal/controller/featurestore_controller_db_store_test.go",
"hashed_secret": "bd29b05f76d7125eb94b34447d9cb77cb98cd55f",
"is_verified": false,
"line_number": 679
},
{
"type": "Secret Keyword",
"filename": "infra/feast-operator/internal/controller/featurestore_controller_db_store_test.go",
Expand Down Expand Up @@ -1140,14 +1156,14 @@
"filename": "infra/feast-operator/internal/controller/services/repo_config.go",
"hashed_secret": "44e17306b837162269a410204daaa5ecee4ec22c",
"is_verified": false,
"line_number": 129
"line_number": 133
},
{
"type": "Secret Keyword",
"filename": "infra/feast-operator/internal/controller/services/repo_config.go",
"hashed_secret": "e2fb052132fd6a07a56af2013e0b62a1f510572c",
"is_verified": false,
"line_number": 220
"line_number": 224
}
],
"infra/feast-operator/internal/controller/services/services.go": [
Expand Down Expand Up @@ -1539,5 +1555,5 @@
}
]
},
"generated_at": "2026-05-22T11:36:48Z"
"generated_at": "2026-05-29T12:38:16Z"
}
5 changes: 4 additions & 1 deletion Makefile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,10 @@ install-python-dependencies-minimal: ## Install minimal Python dependencies usin
# Used in github actions/ci
install-python-dependencies-ci: ## Install Python CI dependencies using uv pip sync
# Create virtualenv if it doesn't exist
uv venv .venv
@if [ ! -d .venv ]; then \
echo "Creating virtualenv..."; \
uv venv .venv; \
fi
# Install CPU-only torch first to prevent CUDA dependency issues (Linux only)
@if [ "$$(uname -s)" = "Linux" ]; then \
echo "Installing dependencies with torch CPU index for Linux..."; \
Expand Down
2 changes: 2 additions & 0 deletions docs/SUMMARY.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
* [MCP - AI Agent Example](../examples/mcp_feature_store/README.md)
* [Feast-Powered AI Agent](../examples/agent_feature_store/README.md)
* [Demo Notebooks](tutorials/demo-notebooks.md)
* [Feature Quality Monitoring Quickstart](../examples/monitoring/monitoring-quickstart.ipynb)

## How-to Guides

Expand Down Expand Up @@ -91,6 +92,7 @@
* [Adding or reusing tests](how-to-guides/adding-or-reusing-tests.md)
* [Starting Feast servers in TLS(SSL) Mode](how-to-guides/starting-feast-servers-tls-mode.md)
* [Importing Features from dbt](how-to-guides/dbt-integration.md)
* [Feature Quality Monitoring](how-to-guides/feature-monitoring.md)

## Reference

Expand Down
Loading
Loading

Back | FazBrowse Home | New Git URL