Skip to content

Commit

Permalink
@invertase/fix refresh interval (#2268)
Browse files Browse the repository at this point in the history
* chore(firestore-bigquery-export): regen package-lock

* fix(firestore-bigquery-change-tracker): fix refresh interval type
  • Loading branch information
cabljac authored Jan 31, 2025
1 parent 620a6e5 commit 617caa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firestore-bigquery-export/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ params:
For materialized views only: Specifies how often the materialized view
should be refreshed, in minutes. This parameter will only take effect if
View Type is set to a materialized view option.
type: number
type: string
example: 60
validationRegex: ^[1-9][0-9]*$
validationErrorMessage: Must be a positive integer
Expand Down

0 comments on commit 617caa7

Please sign in to comment.