airflowctl icon indicating copy to clipboard operation
airflowctl copied to clipboard

A CLI tool to streamline getting started with Apache Airflow™ and managing multiple Airflow projects

Results 7 airflowctl issues
Sort by recently updated
recently updated
newest added

updates: - [github.com/psf/black: 24.4.0 → 24.4.2](https://github.com/psf/black/compare/24.4.0...24.4.2) - [github.com/astral-sh/ruff-pre-commit: v0.3.7 → v0.4.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.7...v0.4.4)

Airflowctl is working perfectly for me. ![image](https://github.com/kaxil/airflowctl/assets/7424153/e5c46acf-2623-424f-b3f9-58a5a65bc3cd) spark provider installed. ![image](https://github.com/kaxil/airflowctl/assets/7424153/e74bdd46-7f27-49d2-b3b4-000c982b9ab4)

Similar to the following, there should be a "Next Steps" doc printed after someone runs `airflowctl build` to show them the following and their usage: For `init`: - settings.yaml (airflow_version...

enhancement
good first issue

Airflow installation can fail because of the following: - Constraints file doesn't exist because Python version wasn't supported when that specific Airflow version was released - Verify passed python version...

enhancement

airflowctl is affected by the chicken-and-egg problem of Python version. No surprisingly it has the same burden as other Python environment & project managers (e.g., `hatch`, `pipx`, `pyenv`) : If...

Add an option `--persona` in the `airflowctl init` command with the following options: - Data Engineer - Data Scientist - Data Analyst - DevOps Engineer Add directories for those persona...

enhancement
good first issue