You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also opened PR to presto-python-client to add support for self-signed SSL certificate: trinodb/trino-python-client#36
I will have to prepare some documents so that this change can be merged, but that doesn't block us as I have a workaround.
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
Description
Airflow should be able to use kerberos security features to run queries against a kerberized presto cluster from an airflow task.
Use case / motivation
Schedule queries on a kerberized presto infrastructure using airflow.
Related Issues
abandoned / stale PR w/ lack of test coverage requesting same feature
#8491
The text was updated successfully, but these errors were encountered: