| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| Expand Up | @@ -210,6 +210,17 @@ test-python-universal-spark: ## Run Python Spark integration tests | |
| not test_snowflake" \ | ||
| sdk/python/tests | ||
|
|
||
| test-python-historical-retrieval: | ||
|
Comment thread
Copy link
Copy Markdown
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Qualitynice!
Sorry, something went wrong.
astronautas reacted with heart emoji
All reactions
|
||
| ## Run Python historical retrieval integration tests | ||
| PYTHONPATH='.' \ | ||
| FULL_REPO_CONFIGS_MODULE=sdk.python.feast.infra.offline_stores.contrib.spark_repo_configuration \ | ||
| PYTEST_PLUGINS=feast.infra.offline_stores.contrib.spark_offline_store.tests \ | ||
| python -m pytest -n 8 --integration \ | ||
| -k "test_historical_retrieval_with_validation or \ | ||
| test_historical_features_persisting or \ | ||
| test_historical_retrieval_fails_on_validation" \ | ||
| sdk/python/tests | ||
|
|
||
| test-python-universal-trino: ## Run Python Trino integration tests | ||
| PYTHONPATH='.' \ | ||
| FULL_REPO_CONFIGS_MODULE=sdk.python.feast.infra.offline_stores.contrib.trino_repo_configuration \ | ||
| Expand Down | ||
| Back | FazBrowse Home | New Git URL |
Uh oh!
There was an error while loading. Please reload this page.