airflow
airflow copied to clipboard
Add docs on Audit Logs
What do you see as an issue?
There is very little documentation related to Audit Logs in Airflow. This includes:
- What are audit logs?
- At what level do they exist? (Task, user)
- Where do they show in the Airflow UI?
- What are the events that you can track? (e.g. There’s a separate event for a task failure (
failed
)and a user setting a task as failed (action_set_failed
)
I'm surely missing other things.
Solving the problem
Either create a new doc or add a section to this doc: https://airflow.apache.org/docs/apache-airflow/stable/administration-and-deployment/security/access-control.html
cc: @RNHTTR
Are you willing to submit PR?
- [X] Yes I am willing to submit a PR!
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for approval.
Sure. Feel free to add those @paolaperaza :)
@paolaperaza if you are busy I can help to close this. CC : @potiuk
FYI @lzdanski