I am using Airflow for a few weeks now and I use a lot xcoms to send informations from one task to another. I just figured out that these xcoms ( as the return values of the Python Operators tasks) are accessible directly from the web UI. However, I send data like credentials, etc that I don't want to be displayed in the web UI of Airflow.
I have tried to look into the airflow config file but the only option that can be changed is the possibility to pickle xcoms.
Does anyone have a solution to my problem ? Thank you