best-umbrella-24804
07/07/2022, 4:09 AMbetter-orange-49102
07/07/2022, 4:25 AMdatahub ingest list-runs
rollback: datahub ingest rollback --run-idbest-umbrella-24804
07/07/2022, 4:28 AMbest-umbrella-24804
07/07/2022, 4:28 AMbest-umbrella-24804
07/07/2022, 4:29 AMbetter-orange-49102
07/07/2022, 4:34 AMbetter-orange-49102
07/07/2022, 4:35 AMbetter-orange-49102
07/07/2022, 4:35 AMbest-umbrella-24804
07/07/2022, 4:46 AMimport requests, json
url = '<http://datahub-gms.metigy.com:8080/entities?action=search>'
body = {
"input": "",
"entity": "dataset",
"container": "bi_staging",
"env": "PROD",
"start": 0,
"count": 10,
# "filter": {
# "criteria": [
# {
# "field": "title",
# "value": "Baz Chart 1",
# "condition": "EQUAL"
# }
# ]
# }
}
but container and env attribute makes no difference, is there an api doc how to use this endpoint, I can't find ibetter-orange-49102
07/07/2022, 5:09 AMbest-umbrella-24804
07/07/2022, 5:36 AMbetter-orange-49102
07/07/2022, 5:45 AM