hi ,I enable Metadata Service Authentication:<http...
# troubleshoot
a
hi ,I enable Metadata Service Authentication:https://datahubproject.io/docs/introducing-metadata-service-authentication/#if-i-enable-metadata-service-authentication-will-ingestion-stop-working There is a question, I setting up airflow to use datahub as lineage backend, whether it is necessary to set token. But I didn't see DatahubLineageBackend in the DatahubLineageBackend code.
e
Hi @ambitious-cartoon-15344, just to confirm, are you asking how to generate an access token? You should be able to go to
/settings
and generate an access token from there (more info here). Please let me know if I’m not understanding your question correctly!
a
Hi @echoing-airport-49548 ,I have generated token, I passed this document(https://datahubproject.io/docs/lineage/airflow),Combine airflow with datahub,Now there is a problem: I enable Metadata Service Authentication ,`Without an access token, making programmatic requests will result in a 401 result from the server if Metadata Service Authentication is enabled.` Does Airflow need to use token?