Bowrna commented on issue #38163: URL: https://github.com/apache/airflow/issues/38163#issuecomment-2022036079
@Taragolis I think issue specifically occurs if we are creating connection via JSON format. https://github.com/apache/airflow/blob/a03324382b2f891fbcecf5ff637213a08e9b877b/airflow/cli/commands/connection_command.py#L250-L271 Here you see that conn_uri and else case part of the code validates the extra param when `set_extra` function is invoked. But for the case of conn-json, the extra part in the param is not validated. -- 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]
