Hello team, do you have any airflow dag code to ro...
# ingestion
c
Hello team, do you have any airflow dag code to rollback or delete all datasets or any other suggestion? I guess you are planning to delete entities by GraphQL, how about it?
g
Hey @curved-jordan-15657, have you seen the delete API? https://datahubproject.io/docs/how/delete-metadata/
does this doc answer your question?
c
unfortunately no
i can’t run these commands from my local since it runs on our k8s cluster
g
you aren't able to install the datahub CLI?
or is it that you need to communicate via kafka rather than rest
c
we use kafka
and also we can’t install datahub cli to k8s
g
I see- there are also rest commands for these actions
c
but we can ingest via airflow
g
you could construct a curl yourself, would that work?
or would it need to be a message passed via kafka