Hey Folks, has anyone used service principals in d...
# ingestion
c
Hey Folks, has anyone used service principals in databricks instead of their own user to ingest metadata into datahub?
plus1 1
g
I’m not sure if anyone has actually tried it, but you just be able to create an access token for your service principal (as described here https://docs.databricks.com/administration-guide/users-groups/service-principals.html#manage-access-tokens-for-a-service-principal) and then use that access token in your hive/databricks recipe
c
This works, Thanks