dataloop-ai / dtlpy

Python SDK and CLI for Dataloop Platform
Apache License 2.0
16 stars 15 forks source link

[DAT-45701] Update the item without new id_id creation #42

Open NaveenDTLP opened 1 year ago

NaveenDTLP commented 1 year ago

If the report already exist with the same name then update it using a revision, currently it's overwriting it and creating a new item id which is leading to report breakage when refreshing the report since the item_id is getting over written

Now with this change, if report already exists then we're updating it without the creation of new item_id and if the report doesn't exist then it would create the report with an item_id