GitHub user klagerquist1 added a comment to the discussion: Microsoft Graph API - Scopes should be an empty list or a list of strings Error
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. GitHub link: https://github.com/apache/airflow/discussions/64624#discussioncomment-16421904 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
