Avinashreddy29 commented on issue #15008:
URL: https://github.com/apache/airflow/issues/15008#issuecomment-808802935
Hi Team ,
Need sample program how to use REST API to check the list of dags using
python programmatically .
When i below getting 401 error .
import requests
response = requests.get("http://3.81.45.85:8080//api/v1/dags")
print(response)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]