Airflow custom UI plugin development #57831
Replies: 1 comment
-
|
Airflow 3.0.6 API server issues unique TOKEN for each user. In my custom FastAPI backend i was able to use this token to identify user. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Apache Airflow version: 3.0.6
OS Version: RHEL 8
Platform: Redhat Openshift cluster running on AWS
What happened?
I have developed custom plugins in react framework and hooked it to FastAPI backend.
Custom plugins would allow user dag creation, where user provide required fields and submits the request. This is handled and backend to create DAG.
Question:
How to fetch the application context or user info when request is submitted to my custom backend ?
Thanks in advance!!
Beta Was this translation helpful? Give feedback.
All reactions