Bas Harenslak

Results 20 comments of Bas Harenslak

I don't think the intro page is the right place for introducing multiple ways to do one thing. An intro page is for an "Airflow-curious" person, that just wants to...

I expect an "Airflow curious" person to understand what Airflow is after reading the home page: an orchestration tool that allows you to manage the execution of tasks using different...

At the end of the day, Airflow is a framework that you use to write code. So I think it's relevant to show a code sample to convey "here's how...

I'm hesitant to show the TaskFlow style in this example because decorators are typically not learned on day 1 of Python. The home page should be understandable to all audiences....

> Have you actually tried to find out that Airflow has a task flow using the current documentation? Actually, yes I do. I understand perfectly fine there's a taskflow API....

To inform the user that a software limit has been reached. For example, unless you enable debug logging there's no way to tell from the logs that `AIRFLOW__CORE__PARALLELISM` was reached....

+1 for this, got another request for supporting output format consistently. Customer specifically mentioned `astro deployment list`, but would ultimately like to have it in all commands.

+1 on this. No input validation is performed so you can run e.g. `astro dev init -v foobar` and initialize a project with a non-existent tag.

Thanks for pointing this out. I have seen other people version their DAGs too, it would indeed make sense to allow the DAG to start with the filename and have...