Re: [I] dry_run not optional in api for set task instances state [airflow]

2023-11-25 Thread via GitHub
eladkal closed issue #35166: dry_run not optional in api for set task instances state URL: https://github.com/apache/airflow/issues/35166 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

Re: [I] dry_run not optional in api for set task instances state [airflow]

2023-10-24 Thread via GitHub
boring-cyborg[bot] commented on issue #35166: URL: https://github.com/apache/airflow/issues/35166#issuecomment-1777914542 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] dry_run not optional in api for set task instances state [airflow]

2023-10-24 Thread via GitHub
austinau opened a new issue, #35166: URL: https://github.com/apache/airflow/issues/35166 ### Apache Airflow version 2.7.2 ### What happened Sent request without dry_run parameter to dags/{dag_id}/updateTaskInstancesState and got a 500 error. ### What you think sho