You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…east-dev#81)
Run single Spark job to ingest to both Redis and Delta.
Leverage Feast 0.6.0 change Consolidate ingestion jobs to one job per source feast-dev#817
In application.xml:
# if true one job per source with many stores would be created
# if false one job per source-store pair would be created
consolidate-jobs-per-source: true
Current Behavior
Running the core application fails with error:
As of the python sdk merge. Tests run and pass fine.
Specifications
Possible Solution
Exclude Jackson dependencies from Jinjava and pin Jackson to a specific version.
The text was updated successfully, but these errors were encountered: