File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
functions-python/refresh_materialized_view/src Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 11import logging
2+ import os
23import functions_framework
34from flask import Request , jsonify
45from google .cloud import tasks_v2
Original file line number Diff line number Diff line change @@ -1502,7 +1502,7 @@ resource "google_project_iam_member" "service_account_workflow_act_as_binding" {
15021502 member = " serviceAccount:${ google_service_account . functions_service_account . email } "
15031503}
15041504
1505- 15 . functions/ refresh_materialized_view
1505+ # 15. functions/refresh_materialized_view
15061506resource "google_cloudfunctions2_function" "refresh_materialized_view" {
15071507 name = local. function_refresh_materialized_view_config . name
15081508 description = local. function_refresh_materialized_view_config . description
You can’t perform that action at this time.
0 commit comments