You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Raul824 (via GitHub)" <gi...@apache.org> on 2023/09/04 08:07:39 UTC

[GitHub] [airflow] Raul824 opened a new issue, #34069: Delete record of dag run is not being logged in audit logs when clicking on delete button in list dag runs

Raul824 opened a new issue, #34069:
URL: https://github.com/apache/airflow/issues/34069

   ### Apache Airflow version
   
   Other Airflow 2 version (please specify below)
   
   ### What happened
   
   When doing a list dag runs and doing check box selection and in actions delete dags is performed in audit logs we get an event with "action_muldelete".
   
   But if instead of using check box and actions we directly click on delete button provided there is no audit log for the deleted dag run.
   
   
   ### What you think should happen instead
   
   There should be atleast and identifiable event for audit in both scenarios. For one it is present but for other there is no audit.
   
   ### How to reproduce
   
   Go to List dag runs 
   1. Select one dag run using check box and go to actions and delete and confirm. Check audit logs there will be an event of action_muldelete
   2. Go to list dag run and click on delete button which is present beside check box and adjacent to edit record. Check audit logs there will be no event for this action.
   
   ### Operating System
   
   Redhat 8
   
   ### Versions of Apache Airflow Providers
   
   airflow 2.6.1 running on Docker with postgres 13 and pgbouncer.
   
   ### Deployment
   
   Docker-Compose
   
   ### Deployment details
   
   airflow 2.6.1 running on Docker with postgres 13 and pgbouncer.
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


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

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


[GitHub] [airflow] uranusjr closed issue #34069: Delete record of dag run is not being logged in audit logs when clicking on delete button in list dag runs

Posted by "uranusjr (via GitHub)" <gi...@apache.org>.
uranusjr closed issue #34069: Delete record of dag run is not being logged in audit logs when clicking on delete button in list dag runs
URL: https://github.com/apache/airflow/issues/34069


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


[GitHub] [airflow] hussein-awala commented on issue #34069: Delete record of dag run is not being logged in audit logs when clicking on delete button in list dag runs

Posted by "hussein-awala (via GitHub)" <gi...@apache.org>.
hussein-awala commented on issue #34069:
URL: https://github.com/apache/airflow/issues/34069#issuecomment-1705718883

   I think we have the same problem in different views and different event types.
   
   I will try to fix them all with a simple solution


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