initial stage
This commit is contained in:
parent
8594587ee5
commit
c9f23d2796
|
@ -181,7 +181,7 @@ def import_EOSC_graph():
|
|||
conn = BaseHook.get_connection('opensearch_default')
|
||||
client = OpenSearch(
|
||||
hosts=[{'host': conn.host, 'port': conn.port}],
|
||||
http_auth=(OPENSEARCH_USER, OPENSEARCH_PASSWD),
|
||||
http_auth=(conn.login, conn.password),
|
||||
use_ssl=True,
|
||||
verify_certs=False,
|
||||
ssl_show_warn=False,
|
||||
|
|
Loading…
Reference in New Issue