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
According to documentation: https://docs.feast.dev/how-to-guides/feast-snowflake-gcp-aws/structuring-repos
feast -f staging/feature_store.yaml apply
should work
Usage: feast [OPTIONS] COMMAND [ARGS]... Try 'feast --help' for help. Error: No such option: -f
The text was updated successfully, but these errors were encountered:
I think this is just a docs error. The correct flag is --feature-store-yaml if you need this functionality, eg
--feature-store-yaml
feast --feature-store-yaml=staging/feature_store.yaml apply
Sorry, something went wrong.
I agree.
I'm happy to open a PR to update these docs.
go for it if you have time. :)
Successfully merging a pull request may close this issue.
Expected Behavior
According to documentation:
https://docs.feast.dev/how-to-guides/feast-snowflake-gcp-aws/structuring-repos
should work
Current Behavior
Steps to reproduce
Specifications
The text was updated successfully, but these errors were encountered: