[PR] Opensearch operator set connection type [airflow]

2024-05-23 Thread via GitHub
Lukas1v opened a new pull request, #39788: URL: https://github.com/apache/airflow/pull/39788 --- We ran into issues when trying the Opensearch operator to connect to an endpoint with a self-signed certificate. It even failed with the following connection s

Re: [PR] Opensearch operator set connection type [airflow]

2024-05-24 Thread via GitHub
Taragolis commented on code in PR #39788: URL: https://github.com/apache/airflow/pull/39788#discussion_r1613189149 ## airflow/providers/opensearch/hooks/opensearch.py: ## @@ -40,15 +46,49 @@ class OpenSearchHook(BaseHook): conn_type = "opensearch" hook_name = "OpenSear

Re: [PR] Opensearch operator set connection type [airflow]

2024-05-24 Thread via GitHub
Taragolis commented on PR #39788: URL: https://github.com/apache/airflow/pull/39788#issuecomment-2129088897 >It even failed with the following connection settings: > >{ > "use_ssl": "True", > "verify_certs": "False" >} ```json { "use_ssl": true, "veri

Re: [PR] Opensearch operator set connection type [airflow]

2024-05-27 Thread via GitHub
Lukas1v commented on code in PR #39788: URL: https://github.com/apache/airflow/pull/39788#discussion_r1615833735 ## airflow/providers/opensearch/hooks/opensearch.py: ## @@ -40,15 +46,49 @@ class OpenSearchHook(BaseHook): conn_type = "opensearch" hook_name = "OpenSearch

Re: [PR] Opensearch operator set connection type [airflow]

2024-05-31 Thread via GitHub
Taragolis commented on code in PR #39788: URL: https://github.com/apache/airflow/pull/39788#discussion_r1623019564 ## airflow/providers/opensearch/hooks/opensearch.py: ## @@ -40,13 +44,20 @@ class OpenSearchHook(BaseHook): conn_type = "opensearch" hook_name = "OpenSear

Re: [PR] Opensearch operator set connection type [airflow]

2024-06-03 Thread via GitHub
Lukas1v commented on code in PR #39788: URL: https://github.com/apache/airflow/pull/39788#discussion_r1623951792 ## airflow/providers/opensearch/hooks/opensearch.py: ## @@ -40,13 +44,20 @@ class OpenSearchHook(BaseHook): conn_type = "opensearch" hook_name = "OpenSearch

Re: [PR] Opensearch operator set connection type [airflow]

2024-06-07 Thread via GitHub
eladkal merged PR #39788: URL: https://github.com/apache/airflow/pull/39788 -- 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: commits-unsubscr...@airflow.