Skip to content

Commit

Permalink
fix: DBTP-1641 - Add missing postgres plans to validation schema (#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnStainsby authored Jan 7, 2025
1 parent ab9f0ab commit bacee31
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dbt_platform_helper/providers/platform_config_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,12 @@ def __postgres_schema() -> dict:
"x-large",
"x-large-ha",
"x-large-high-io",
"2x-large",
"2x-large-ha",
"2x-large-high-io",
"4x-large",
"4x-large-ha",
"4x-large-high-io",
)

# Todo: Move to Postgres provider?
Expand Down

0 comments on commit bacee31

Please sign in to comment.