simple test DAG
This commit is contained in:
parent
cbdb6f3640
commit
5502f449a5
|
@ -88,7 +88,9 @@ def skg_if_pipeline():
|
||||||
)
|
)
|
||||||
|
|
||||||
for entity in ENTITIES:
|
for entity in ENTITIES:
|
||||||
|
if client.indices.exists(entity):
|
||||||
client.indices.delete(entity)
|
client.indices.delete(entity)
|
||||||
|
|
||||||
client.indices.create(entity, {
|
client.indices.create(entity, {
|
||||||
"settings": {
|
"settings": {
|
||||||
"index": {
|
"index": {
|
||||||
|
|
Loading…
Reference in New Issue