Re: [I] Task with "wait_for_downstream" doesn't wait, because start_date is mishandled [airflow]

2024-07-29 Thread via GitHub
shai-ikko commented on issue #40841: URL: https://github.com/apache/airflow/issues/40841#issuecomment-2256026832 Hi, I've looked a little more into documentation and code. Since I think the `start_date`/`execution_date` comparison is utterly wrong, I've tried just commenting it out. I

Re: [I] Task with "wait_for_downstream" doesn't wait, because start_date is mishandled [airflow]

2024-07-29 Thread via GitHub
omkar-foss commented on issue #40841: URL: https://github.com/apache/airflow/issues/40841#issuecomment-2255245212 Hey @shai-ikko, good to hear from you. Apologies on my delayed response here. So in [this PR](https://github.com/apache/airflow/pull/40963), the check I've added - to chec

Re: [I] Task with "wait_for_downstream" doesn't wait, because start_date is mishandled [airflow]

2024-07-24 Thread via GitHub
shai-ikko commented on issue #40841: URL: https://github.com/apache/airflow/issues/40841#issuecomment-2247433686 Hi @omkar-foss , thanks for this! Indeed, I've checked again, and the `start_date` on the DAG itself is updated -- so it does not represent "this is when this DAG came into

Re: [I] Task with "wait_for_downstream" doesn't wait, because start_date is mishandled [airflow]

2024-07-23 Thread via GitHub
omkar-foss commented on issue #40841: URL: https://github.com/apache/airflow/issues/40841#issuecomment-2245709461 Hey @shai-ikko, based on the steps you provided above, I was able to reproduce this issue in my local Airflow. I tried out your sensor DAG and observed that the dep check

Re: [I] Task with "wait_for_downstream" doesn't wait, because start_date is mishandled [airflow]

2024-07-18 Thread via GitHub
shai-ikko commented on issue #40841: URL: https://github.com/apache/airflow/issues/40841#issuecomment-2236365767 There may have been some misunderstanding here - I am willing, in principle, to submit a PR, but I have no clue about the fix. The bug submission form promised that guidance may

Re: [I] Task with "wait_for_downstream" doesn't wait, because start_date is mishandled [airflow]

2024-07-17 Thread via GitHub
boring-cyborg[bot] commented on issue #40841: URL: https://github.com/apache/airflow/issues/40841#issuecomment-2233573341 Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for ap

[I] Task with "wait_for_downstream" doesn't wait, because start_date is mishandled [airflow]

2024-07-17 Thread via GitHub
shai-ikko opened a new issue, #40841: URL: https://github.com/apache/airflow/issues/40841 ### Apache Airflow version main (development) ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? Airflow has two `start_date` fields