We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pytests should pass.
Currently failing tests:
tests/sdk/test_client.py::TestClient::test_serving_response_to_df_with_missing_value FAILED tests/sdk/test_client.py::TestClient::test_serving_response_to_df_with_time_filter FAILED tests/sdk/utils/test_bq_utils.py::test_get_table_name FAILED tests/sdk/utils/test_bq_utils.py::test_query_to_dataframe FAILED
# install requirements pip install -r test-requirements.txt # additionally install fastavro pip install fastavro # install feast pip install -e /path/to/feast/sdk/python # run pytest in python sdk folder pytest -v
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
pytests should pass.
Current Behavior
Currently failing tests:
Steps to reproduce
Specifications
The text was updated successfully, but these errors were encountered: