josh-fell commented on issue #18102: URL: https://github.com/apache/airflow/issues/18102#issuecomment-916419483
This is a symptom of connections using both custom fields and the classic `Extras` field in the connection form. [This PR](https://github.com/apache/airflow/pull/17269) will fix the collision issue between the custom fields (which use `Extras` under the hood) and classic `Extra` values but it's definitely a good idea if there were explicit fields in the connection form for the parameters that are needed to connect to Snowflake. -- 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]
