Bas Harenslak

Results 18 issues of Bas Harenslak

I have a project with a whitespace in the filename. This results in a rather useless error "ERROR: File not found! Please provide a valid filename as an argument.". After...

## Description I suggest applying Python's file naming conventions to the example DAGs. Python never uses hyphens, instead uses underscores to name everything. This PR renames the example DAG filenames....

Airflow deprecated the `AIRFLOW__CORE__SQL_ALCHEMY_CONN` option in Airflow 2.3.0 in favour of `AIRFLOW__DATABASE__SQL_ALCHEMY_CONN` ([link](https://airflow.apache.org/docs/apache-airflow/stable/release_notes.html#database-configuration-moved-to-new-section-22284)). Using the old option shows a deprecation warning in the logs: ``` /usr/local/lib/python3.9/site-packages/airflow/configuration.py:528: DeprecationWarning: The sql_alchemy_conn option...

kind/bug
team/ma-practitioner
app/astro-cli

### Apache Airflow version 2.4.0 ### What happened When running `zip()` with different-length lists, I get an unexpected result: ```python from datetime import datetime from airflow import DAG from airflow.decorators...

kind:bug
area:core
reported_version:2.4

This PR reverts a change made in https://github.com/apache/airflow/pull/25657 to the Airflow docs home page. I understand the desire to push TaskFlow usage but don't think this is the right place....

kind:documentation

To me, the Airflow documentation is difficult to navigate. One reason is that the search results prioritize machine-generated reference pages over human-written documentation. For example, I would expect the human-written...

Added a Dockerfile and wrote in the readme how to build & run.