-
Notifications
You must be signed in to change notification settings - Fork 16.4k
AIP-84 - add auth to dag report #47842
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AIP-84 - add auth to dag report #47842
Conversation
|
One issue here. So, DagBag will read all files in the DAG_DIR and also example dags(because we set config include example dags in the test) . But, it does not sync to DB. Because of this, readable_dags_filter(which queries DagModel to fetch dag_id's) will be empty. I am trying to figure out how to update DB with the example_dags + available dags in the test. Also, code needs some refactoring. Which I'll do once I figure out above issue. |
|
I found EDIT: This worked. |
f748335 to
00c7ad7
Compare
* add auth to dag report * sync dags to DB * refactor * refactor(api_fastapi): rewrite dag_report filtering --------- Co-authored-by: Wei Lee <weilee.rx@gmail.com>
* add auth to dag report * sync dags to DB * refactor * refactor(api_fastapi): rewrite dag_report filtering --------- Co-authored-by: Wei Lee <weilee.rx@gmail.com>
related to #42360