mlflow / mlflow-export-import

Apache License 2.0
110 stars 70 forks source link

Databricks notebook revision download is ignored #113

Closed amesar closed 1 year ago

amesar commented 1 year ago

The "revision_timestamp" parameter of the "/api/2.0/workspace/export" API is not working

ES-684042

amesar commented 1 year ago

Fixed with correct query param: params ["revision"] = { "revision_timestamp": revision_id }