Kaxil Naik

Results 44 issues of Kaxil Naik

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

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

~~We use [PyDocStyle](https://github.com/PyCQA/pydocstyle) in pre-commit to enforce [docstring style](https://github.com/apache/airflow/blob/079d7b59464921f7fd7d615b6c74195a9c2f831f/.pre-commit-config.yaml#L195-L203)~~ We use Ruff to enforce docsting style https://github.com/apache/airflow/blob/23b8e839a35e84d57c5cf38b0b21171ac3bd1ecc/pyproject.toml#L47-L74 We follow pep257 style (http://www.pydocstyle.org/en/stable/error_codes.html) for checks. Currently, we ignore the following rules:...

kind:feature
good first issue
contributors-workshop