mlflow / mlflow-export-import

Apache License 2.0
139 stars 87 forks source link

export-experiment ---check-nested-runs on Databricks does not work for exported runs. #197

Open banuatav opened 2 months ago

banuatav commented 2 months ago

Runs that have been exported with mlflow-export-import before no longer have a rootRunId. Due to this, the search using a filter on rootRunId is unsuccessful.

I see a different implementation for OSS mlflow, would it be possible to use this way of filtering for both cases?