Hey everyone, just wanted to follow-up on `datahub...
# troubleshoot
g
Hey everyone, just wanted to follow-up on
datahub ingest list-runs
from this thread here: https://datahubspace.slack.com/archives/C029A3M079U/p1675534582989809 I figured it out, but I was wondering why I had to manually add my datahub token to the list runs function to get it to work. Am I doing something wrong with my setup possibly or is there something in the code that needs to be updated? Thanks!
1
I also realized the
get_urns_by_filter
function has the same issue when I try this command:
datahub delete --env PROD  --entity_type dataset
As well as here:
_emit_generic
I assume all of these functions needs headers passed in for auth?
m
Use the
datahub init
command to set these params
g
Awesome, thanks @mammoth-bear-12532 !