Hi all, is there anyone looking at creating polici...
# ingestion
w
Hi all, is there anyone looking at creating policies via the datahub python package? Is there currently anything to build
dataHubPolicy
? Things like
make_dataset_urn
? I am trying to create a MCP to ingest new policies by python.
o
Not currently! Most of our policy creation use cases are handled by the UI flow.
thank you 1
m
All the base classes (types) you need should be available in the schema_classes file though
plus1 2
w
Found it, thanks! In my use case, we got way too many datasets… I don’t think clicking via UI will be practical. Is there a solution in inputing created by a specific actor instead of
urn:li:corpuser:UNKNOWN
?
o
Not currently when ingesting through the REST API
plus1 1
w
Thank you so much Ryan.