Hi all, I've followed this guide (<https://datahub...
# ingestion
b
Hi all, I've followed this guide (https://datahubproject.io/docs/lineage/airflow) to enable datahub as my lineage backed for Airflow v2. Emitting metadata gets 401 when authentication is enabled. Where should I put the bearer access token? I tried putting it as extra parameter in the hook but no luck. Thanks in advance.
d
You should put into the Datahub Rest Connection’s password field
b
oh got it, I'll try that. thanks!