potiuk commented on issue #17064: URL: https://github.com/apache/airflow/issues/17064#issuecomment-885740096
OK @soltanianalytics - found the problem. In mongo and airflow operator you are using SelectField which is not supported by Connection Form. I will add some protection for that in future Airflow (see #17193) but for now what can help is if you replace it with text field and add custom validator that will only allow specific values. Since we are going to mostly rewrite UI (and this mechanism will likely change anyway in Airflow 3), there is little point in investing in fixing SelectField (unless you would like to invest a little time and add support for it for example). -- 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]
