mik-laj commented on issue #10306: URL: https://github.com/apache/airflow/issues/10306#issuecomment-678878973
Small update: I have a working PR, but it still needs some care to make everything easily accessible with the breeze command. One problem has already been found thanks to system tests. Snowflake-connector-python library monkey patch Python core. It enforce SSL certificates verification ,so it cannot be turned off certificate verification for developing purposes. We will probably have to report the bug to the maintainers of this library, and for now I will have to skip tests for Salesforce. https://github.com/snowflakedb/snowflake-connector-python/blob/master/src/snowflake/connector/network.py#L89-L92 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
