sdebruyn opened a new pull request #19442: URL: https://github.com/apache/airflow/pull/19442
My connection to Azure Data Factory was not working with the current version and after investigation I found out that it was looking for different keys in my connection than the ones in the documentation. The key in the docs: `factoryName` The key that actually worked: `extra__azure_data_factory__factory_name ` I changed both the hook and the documentation and used `_` for consistency in the keys. @ reviewer: I am unsure about my changes in `get_connection_form_widgets` Feedback is welcome. -- 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]
