← 返回首页
Allow user to skip validation during feast.apply() · Issue #5857 · feast-dev/feast · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

Allow user to skip validation during feast.apply() #5857

New issue
New issue

Description

Is your feature request related to a problem? Please describe.
At the moment, a user can skip feature view validation only through the Feast CLI during feast apply. We should update the Python SDK to allow skipping Feature View validation as well.

We should document that it's not encouraged but is permissible if the type/validation system is being overly strict. We should also mention to users to please feel free to report to us on github via an issue when they have a problem.

Describe the solution you'd like
An update to FeatureStore.apply(..., skip_validation=True) and FV validation is skipped. This is particularly important for feature transformations that go through our validation (e.g., _construct_random_input in ODFVs)

Metadata

Metadata

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Footer

    © 2026 GitHub, Inc.