simple test DAG
This commit is contained in:
parent
fa3214dc2c
commit
bf939c0254
|
@ -88,7 +88,8 @@ def eosc_catalog_import():
|
|||
)
|
||||
|
||||
for entity in ENTITIES:
|
||||
client.indices.delete(entity)
|
||||
if client.indices.existsentity:
|
||||
client.indices.delete(entity)
|
||||
client.indices.create(entity, {
|
||||
"settings": {
|
||||
"index": {
|
||||
|
|
Loading…
Reference in New Issue