Skip to content

Commit

Permalink
Check readiness against filtered index
Browse files Browse the repository at this point in the history
  • Loading branch information
AetherUnbound committed Jul 13, 2023
1 parent a6242cc commit 2a27d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalog/dags/data_refresh/create_filtered_index_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def point_alias(destination_index_suffix: str) -> TaskGroup:
# Await healthy results from the newly created elasticsearch index.
index_readiness_check = ingestion_server.index_readiness_check(
media_type=media_type,
index_suffix=destination_index_suffix,
index_suffix=f"{destination_index_suffix}-filtered",
)

do_point_alias = point_alias(destination_index_suffix=destination_index_suffix)
Expand Down

0 comments on commit 2a27d84

Please sign in to comment.