Hi community. Is there a DataHub CLI code that I c...
# ingestion
a
Hi community. Is there a DataHub CLI code that I can delete all Datasets, that has been marked as
Deprecated
?
c
@acoustic-dusk-3739 Please use below query: datahub delete --entity_type 'dataset' --query 'deprecated:true'
thank you 1