lewijw commented on issue #32459: URL: https://github.com/apache/airflow/issues/32459#issuecomment-1627784120
I am sorry I am not being clear. The error message indicates that this string is the problem: "An instance of integration_test.sas_po_hello_world_poc_flow-5cf6ded1-3949-44da-9f6b-9e59839d99ad at 2023-07-07 20:06:57.642492 -0400 EDT" That string is being passed in as the Name in the body of the POST (that may be an error on our part). The dag_id that is passed in the URL is a smaller string: integration_test.sas_po_hello_world_poc_flow-5cf6ded1-3949-44da-9f6b-9e59839d99ad Since the error message is mentioning the larger string that starts with "An instance", it looks like the Name is being subjected to the dag_id validation. -- 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]
