Skip to content

Commit 9dba20d

Browse files
authored
BigQuery: include inputUnclaimedActivityRecordAmount in total minted (#2184)
Signed-off-by: Itai Segall <[email protected]>
1 parent d58742b commit 9dba20d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cluster/pulumi/canton-network/src/bigQuery_functions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ const TransferSummary_minted = new BQScalarFunction(
259259
\`$$FUNCTIONS_DATASET$$.daml_record_numeric\`(tr_json, [0]) -- .inputAppRewardAmount
260260
+ \`$$FUNCTIONS_DATASET$$.daml_record_numeric\`(tr_json, [1]) -- .inputValidatorRewardAmount
261261
+ \`$$FUNCTIONS_DATASET$$.daml_record_numeric\`(tr_json, [2]) -- .inputSvRewardAmount
262+
+ IFNULL(\`$$FUNCTIONS_DATASET$$.daml_record_numeric\`(tr_json, [11]), 0) -- .inputUnclaimedActivityRecordAmount (was added only in Splice 0.4.4)
262263
263264
`
264265
);

0 commit comments

Comments
 (0)