Hi all, I am trying to ingest MlFeatureTables with...
# troubleshoot
b
Hi all, I am trying to ingest MlFeatureTables with the API. But when I do that I get always an internal error 500. Do you have an idea what the problem is? This is the JSON that I try to ingest. The ingestion shows no errors, just the ui gives me an error.
{ "entity":{ "value":{ "com.linkedin.metadata.snapshot.MLFeatureTableSnapshot":{ "urn":"urnlimlFeatureTable:(urnlidataPlatform:azureml,test_feature_table)", "aspects":[ { "com.linkedin.common.BrowsePaths": { "paths": [ "azureml/test_feature_table_all_feature_dtypes" ] } }, { "com.linkedin.ml.metadata.MLFeatureTableProperties":{ "customProperties": {}, "description": "First Feature Table", "mlFeatures":[ "urnlimlFeature:(FirstFeature,Pregnancies)" ] } } ] } } } }
b
i believe browsepaths need a slash infront, ie "/azureml/test_feature_table_all_feature_dtypes"
b
Still not working, but thanks
e
Hey. What is the error you see?
Error in GMS logs