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
If a feature spec contains reserved column name such as created_timestamp, Feast should not allow the feature set to be registered at all.
created_timestamp
The feature set get registered, and job update fails due to duplicated column in bigquery schema.
Create a feature spec that contains reserved column name.
Feast client should perform verification on feature set spec prior to registering the feature set to Feast core.
The text was updated successfully, but these errors were encountered:
Can we enumerate these?
These come to mind
event_timestamp
ingestion_id
job_id
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Expected Behavior
If a feature spec contains reserved column name such as
created_timestamp
, Feast should not allow the feature set to be registered at all.Current Behavior
The feature set get registered, and job update fails due to duplicated column in bigquery schema.
Steps to reproduce
Create a feature spec that contains reserved column name.
Possible Solution
Feast client should perform verification on feature set spec prior to registering the feature set to Feast core.
The text was updated successfully, but these errors were encountered: