We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1ed5df commit b96f2e6Copy full SHA for b96f2e6
switch_model/wecc/get_inputs/get_inputs.py
@@ -594,8 +594,8 @@ def query_db(config, skip_cf):
594
p.label || '_M' || date_part('month', timestamp_utc) AS tp_to_hts
595
FROM switch.sampled_timepoint AS tp
596
JOIN switch.period AS p USING(period_id, study_timeframe_id)
597
- WHERE time_sample_id = {time_sample_id}
598
- AND study_timeframe_id = {study_timeframe_id}
+ WHERE time_sample_id = {params.time_sample_id}
+ AND study_timeframe_id = {params.study_timeframe_id}
599
ORDER BY 1;
600
""",
601
)
0 commit comments