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 2022/07/12 17:48:15 UTC

[GitHub] [airflow] davidkl97 opened a new pull request, #25005: support dag_ids arguments to db_cleanup util in airflow cli

davidkl97 opened a new pull request, #25005:
URL: https://github.com/apache/airflow/pull/25005

   <!--
   Thank you for contributing! Please make sure that your code changes
   are covered with tests. And in case of new features or big changes
   remember to adjust the documentation.
   
   Feel free to ping committers for the review!
   
   In case of an existing issue, reference it using one of the following:
   
   closes: #ISSUE
   related: #ISSUE
   
   How to write a good git commit message:
   http://chris.beams.io/posts/git-commit/
   -->
   closes: #24828
   
   this PR adds `dag_ids` configuration and cleanup logic to support cleanup on dag-level tables.
   tests and adjustment to cli provided.
   
   
   


-- 
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] uranusjr commented on a diff in pull request #25005: support dag_ids arguments to db_cleanup util in airflow cli

Posted by GitBox <gi...@apache.org>.
uranusjr commented on code in PR #25005:
URL: https://github.com/apache/airflow/pull/25005#discussion_r919746969


##########
airflow/cli/cli_parser.py:
##########
@@ -421,6 +421,11 @@ def string_lower_type(val):
     ),
     type=string_list_type,
 )
+ARG_DB_DAG_IDS = Arg(
+    ("-d", "--dag-ids"),
+    help="Dag ids to perform maintenance on (use comma-separated list).\n",

Review Comment:
   ```suggestion
       help="DAG IDs to perform maintenance on (use comma-separated list).\n",
   ```



-- 
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] github-actions[bot] commented on pull request #25005: support dag_ids arguments to db_cleanup util in airflow cli

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #25005:
URL: https://github.com/apache/airflow/pull/25005#issuecomment-1229592775

   This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 5 days if no further activity occurs. Thank you for your contributions.


-- 
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] github-actions[bot] closed pull request #25005: support dag_ids arguments to db_cleanup util in airflow cli

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed pull request #25005: support dag_ids arguments to db_cleanup util in airflow cli
URL: https://github.com/apache/airflow/pull/25005


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