Skip to content

Commit 6430c18

Browse files
max-ostapenkoGCP Dataform
authored andcommitted
cleanup
1 parent 4c19008 commit 6430c18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

definitions/output/reports/report_cwv_by_shopify_theme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ SELECT
194194
"destination": "cloud_storage",
195195
"config": {
196196
"bucket": "${constants.bucket}",
197-
"name": "${constants.storagePath}${pastMonth.replaceAll('-', '_')}/cruxShopifyThemes_test.json"
197+
"name": "${constants.storagePath}${pastMonth.replaceAll('-', '_')}/cruxShopifyThemes.json"
198198
},
199199
"query": "SELECT * FROM ${ctx.self()}"
200200
}'''

0 commit comments

Comments
 (0)