Hi,
We have delta tables in our data lake and trying to promote them as PDS using below link:
But its failing with {“errorMessage”:“HTTP 404 Not Found”,“moreInfo”:“”}
using POST method:
URL: {baseURL}/api/v3/catalog/{catalogID}
BODY:
{“entityType”:“dataset”,
“path”:[“source”,“f1”,“f2”,“f3”,“f4”,“folder”],
“id”:“dremio:folder_path”,
“type”: “PHYSICAL_DATASET”,
“format”: {“type”: “Delta Lake”}}"