[Bug] unordered set causing statements to be executed in incorrect order #72
Labels
bug
Something isn't working
High Severity
bug with significant impact that should be resolved in a reasonable timeframe
Is this a new bug?
Current Behavior
We use a
set
object to store SQL statements to be executed as part of an index operation. Because this is unordered this will occassionally cause us to execute statements in the wrong order.See:
dbt-postgres/dbt/adapters/postgres/relation.py
Line 78 in 6a1897e
Expected Behavior
Statements are ordered correctly
Steps To Reproduce
Run this a couple of times:
Relevant log output
No response
Environment
Additional Context
No response
The text was updated successfully, but these errors were encountered: