Skip to content

Commit

Permalink
Fix placement
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffxy committed Nov 29, 2023
1 parent 2db448c commit 6571338
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ def main():
new_placement[table.name] = [Engine.Aurora, Engine.Athena]
if table.name == "telemetry":
new_placement[table.name] = [Engine.Athena]
if table.name == "embeddings":
new_placement[table.name] = [Engine.Aurora]
enum_blueprint.set_table_locations(new_placement)

# 6. Transition to the new blueprint.
Expand Down

0 comments on commit 6571338

Please sign in to comment.