simple test DAG
This commit is contained in:
parent
7d2da06118
commit
d4f33496aa
|
@ -80,9 +80,7 @@ def bulk_load():
|
|||
data=json.dumps(data),
|
||||
headers={"Content-Type": "application/json"},
|
||||
verify=False)
|
||||
session.put("https://opensearch-cluster.lot1-opensearch-cluster.svc.cluster.local:9200/organization_index/_refresh",
|
||||
data="",
|
||||
headers={"Content-Type": "application/json"},
|
||||
session.post("https://opensearch-cluster.lot1-opensearch-cluster.svc.cluster.local:9200/organization_index/_refresh",
|
||||
verify=False)
|
||||
|
||||
with DAG(
|
||||
|
|
Loading…
Reference in New Issue