[GitHub] [airflow] t4n1o commented on issue #18541: Error when running dag & something to do with parsing the start date

2021-10-11 Thread GitBox
t4n1o commented on issue #18541: URL: https://github.com/apache/airflow/issues/18541#issuecomment-940093303 Even this ulta-simple dag fails: ``` """Test the smtp send email feature with airflow.""" from datetime import timedelta from textwrap import dedent from airflow imp

[GitHub] [airflow] t4n1o commented on issue #18541: Error when running dag & something to do with parsing the start date

2021-10-11 Thread GitBox
t4n1o commented on issue #18541: URL: https://github.com/apache/airflow/issues/18541#issuecomment-940083883 Is there another way to avoid this error? (Like settings start_date to something else?) I can't manually apply a patch, because I've automated installing airflow with ansible --

[GitHub] [airflow] t4n1o commented on issue #18541: Error when running dag & something to do with parsing the start date

2021-09-28 Thread GitBox
t4n1o commented on issue #18541: URL: https://github.com/apache/airflow/issues/18541#issuecomment-928440208 Would it help if I upgraded airflow to a newer version (2.14)? The dag I'm running that caused this has start_date set to: ``` with DAG( 'Archives Mirror', d

[GitHub] [airflow] t4n1o commented on issue #18541: Error when running dag & something to do with parsing the start date

2021-09-27 Thread GitBox
t4n1o commented on issue #18541: URL: https://github.com/apache/airflow/issues/18541#issuecomment-928440208 Would it help if I upgraded airflow to a newer version (2.14)? The dag I'm running that caused this has start_date set to: ``` with DAG( 'Archives Mirror', d