question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Rewrite Airflow CLI commands with Click

See original GitHub issue

Converting the Airflow CLI to use Click and rich-click is a large task and will be much easier and quicker if other people pitch in.

I’m creating this issue to track volunteers and progress as we rewrite the Airflow CLI to use Click.

If you would like to help, you can do so by commenting below. I will try to update this list with the people who have volunteered to pitch in.

Proposed Development Process

Once you drop a comment below, you can get to work converting a command. Please submit PRs against my branch (astronomer:convert-to-click-cli), that way we can review any changes separately from the apache/airflow review process and submit all of the conversions against apache:airflow in one go in PR #22613 (and I think Git/GitHub will/should handle all of the attributions automatically).

I’d like to curtail the scope of this issue to just task management/assignments (and related issues). So if you run into an issue while coding, please drop your comment in #22613 and we can handle development issues there.

If you have any suggestions on how to improve this process, this would probably be a better place for it.

Conversion Volunteers

Committer

  • I acknowledge that I ~am a maintainer/committer of the Apache Airflow project~ have gotten permission from a maintainer/commiter of the Apache Airflow project to open this issue.

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:1
  • Comments:10 (9 by maintainers)

github_iconTop GitHub Comments

2reactions
hankehlycommented, Apr 5, 2022

@blag I will take celery and cheat_sheet

1reaction
hankehlycommented, Jun 13, 2022

@blag Please assign the following to me

  • kerberos
  • kubernetes
  • plugins
  • pool
Read more comments on GitHub >

github_iconTop Results From Across the Web

Using the Command Line Interface - Apache Airflow
This document is meant to give an overview of all common tasks while using the CLI. Note. For more information on CLI commands,...
Read more >
Command Line Interface - Apache Airflow
Airflow has a very rich command line interface that allows for many types of operation on a DAG, starting services, and supporting development...
Read more >
Managing Connections — Airflow Documentation
When storing connections in the database, you may manage them using either the web UI or the Airflow CLI. Creating a Connection with...
Read more >
Command Line Interface and Environment Variables Reference
Sub-commands¶ · delete¶. Delete a connection · export¶. All connections can be exported in STDOUT using the following command: airflow connections export -...
Read more >
DAG Runs — Airflow Documentation
Click on the failed task in the Tree or Graph views and then click on Clear. ... You can also clear the task...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found