jedcunningham commented on code in PR #46942:
URL: https://github.com/apache/airflow/pull/46942#discussion_r1972683211


##########
clients/python/test_python_client.py:
##########
@@ -111,7 +111,8 @@ def test_python_client():
             print(api_response)
         except airflow_client.client.exceptions.OpenApiException as e:
             print(f"[red]Exception when calling DAGRunAPI->post_dag_run: 
{e}\n")
-            errors = True
+            # TODO(pierrejeambrun): We need to fix post_dag_run to not return 
422

Review Comment:
   Yes, let's do it in a follow up.



-- 
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 comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to