Replies: 1 comment 4 replies
-
Can you please take a look at the recent discussion and AIP proposal about OpenTelemetry? Proposal here: https://cwiki.apache.org/confluence/display/AIRFLOW/AIP-49+OpenTelemetry+Support+for+Apache+Airflow I believe implementing open-telemetry reporting (with tracing) will allow to use any tool of your choice supporting Open Telemetry to query it in the way you want. It makes completely no sense for Airflow to implement the graphing and DB solution for that if there is a ready-to-use protocol solution that allows to do it in the way that you already do it for your other apps. Amy comments/review/support/encouragement there is most welcome. (or constructive criticisim if what is proposed there is not good for you) |
Beta Was this translation helpful? Give feedback.
-
It would be nice to have a "tab" in airflow dag view that allows the user to query/view/analyze the results of the process. Now I have to load that somewhere else. Would just be nice to have it in the Airflow app. For instance, a way to execute a quick SQL query of your data from an ETL process to see that it completed as desired. Or a dashboard of some sort that plots the data that was loaded. Could be implemented by (1) leveraging Jupyter (see image below), or (2) some simple query + graphing code (like a SQL program), or (3) the ability to view an html page that the user can generate in their Airflow process.
Beta Was this translation helpful? Give feedback.
All reactions