We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a673eb3 + bf30a32 commit c7a9f90Copy full SHA for c7a9f90
1 file changed
dataprocessing/sql_snippets/ego_dp_versioning_mviews.sql
@@ -135,6 +135,7 @@ CREATE MATERIALIZED VIEW supply.ego_dp_res_powerplant_nep2035_mview AS
135
Order by id)
136
AND scenario = 'Status Quo'
137
And preversion = 'v0.3.0'
138
+ AND version = 'v0.3.0'
139
AND electrical_capacity > 0
140
ORDER BY id
141
) as sub
0 commit comments