klagerquist1 commented on issue #48533: URL: https://github.com/apache/airflow/issues/48533#issuecomment-2773155640
This is due to the scopes field being a StringField, as defined within `KiotaRequestAdapterHook.get_connection_form_widgets()`. Change your connection type to Generic and update the "scopes" value within extra to be an array of strings. -- 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]
