You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/09/14 16:40:55 UTC

[GitHub] [airflow] alex-astronomer commented on issue #18217: Audit Logging for Variables, Connections, Pools

alex-astronomer commented on issue #18217:
URL: https://github.com/apache/airflow/issues/18217#issuecomment-919323312


   Love that idea.  I was starting to look in the Variables (`variables.py`) and found a `set(...)` function that looks like the root for where variables are set.  That was my first glance, and seemed like a good place to start or add a logging decorator or something.  I like the idea of SQLAlchemy events though.  Makes sure that every time that changes it gets captured.  I'll definitely look into this more before getting assigned.  I think this might be a tough one for an early contributor like me but definitely something I'm willing to take a crack at.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org