jroachgolf84 commented on issue #58313: URL: https://github.com/apache/airflow/issues/58313#issuecomment-3533618854
Looks like this is the case for more than just AWS; there is an explicit check for `conn_type` here: https://github.com/apache/airflow/blob/25203cf924a5bdaf399570c09edfceae87c56025/task-sdk/src/airflow/sdk/definitions/connection.py#L293C1-L301C14 I'm not sure if this is intentional, and `conn_type` should be considered a required field. I wonder if we could fall back to something default if one is not provided? -- 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]
