Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shirleycohen authored Aug 30, 2023
1 parent 89a8d75 commit dec4569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/query_cookbook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ Create the `summarize_sql` remote function:
```
CREATE OR REPLACE FUNCTION `PROJECT`.query_cookbook.summarize_sql(operation STRING, project STRING, region STRING,
dataset STRING, table STRING, excluded_accounts STRING) RETURNS STRING
REMOTE WITH CONNECTION `tag-engine-run-iap.us-central1.remote-connection`
REMOTE WITH CONNECTION `PROJECT.REGION.remote-connection`
OPTIONS
(endpoint = 'https://REGION-PROJECT.cloudfunctions.net/summarize_sql');
```
Expand Down

0 comments on commit dec4569

Please sign in to comment.