Skip to content

Commit 617caa7

Browse files
authored
@invertase/fix refresh interval (#2268)
* chore(firestore-bigquery-export): regen package-lock * fix(firestore-bigquery-change-tracker): fix refresh interval type
1 parent 620a6e5 commit 617caa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firestore-bigquery-export/extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ params:
380380
For materialized views only: Specifies how often the materialized view
381381
should be refreshed, in minutes. This parameter will only take effect if
382382
View Type is set to a materialized view option.
383-
type: number
383+
type: string
384384
example: 60
385385
validationRegex: ^[1-9][0-9]*$
386386
validationErrorMessage: Must be a positive integer

0 commit comments

Comments
 (0)