[BUG] materialize_features
fails with some combinations of features
#920
Labels
materialize_features
fails with some combinations of features
#920
Willingness to contribute
No. I cannot contribute a bug fix at this time.
Feathr version
0.9.0
System information
Describe the problem
Materialize job fails on some combinations of features, throwing following errors:
Tracking information
No response
Code to reproduce bug
feature_names=["account_country"]
,feature_names=["avg_transaction_amount"]
, and other combinations like['account_country', 'num_transaction_count_in_day']
work without errors.Only
["account_country", "avg_transaction_amount"]
this combination fails.What component(s) does this bug affect?
Python Client
: This is the client users use to interact with most of our API. Mostly written in Python.Computation Engine
: The computation engine that execute the actual feature join and generation work. Mostly in Scala and Spark.Feature Registry API
: The frontend API layer supports SQL, Purview(Atlas) as storage. The API layer is in Python(FAST API)Feature Registry Web UI
: The Web UI for feature registry. Written in ReactThe text was updated successfully, but these errors were encountered: