Skip to content

Commit 71fa9e7

Browse files
committed
fix env var
1 parent 77f355d commit 71fa9e7

14 files changed

+14
-14
lines changed

definitions/output/reports/cwv_tech_adoption.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ GROUP BY
3535
JSON '''{
3636
"destination": "firestore",
3737
"config": {
38-
"databaseId": "tech-report-apis-{constants.environment}",
38+
"databaseId": "tech-report-apis-${constants.environment}",
3939
"collectionName": "adoption",
4040
"collectionType": "report",
4141
"date": "${pastMonth}"

definitions/output/reports/cwv_tech_categories.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ FROM total_pages
9696
JSON '''{
9797
"destination": "firestore",
9898
"config": {
99-
"databaseId": "tech-report-apis-{constants.environment}",
99+
"databaseId": "tech-report-apis-${constants.environment}",
100100
"collectionName": "categories",
101101
"collectionType": "dict"
102102
},

definitions/output/reports/cwv_tech_core_web_vitals.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ GROUP BY
103103
JSON '''{
104104
"destination": "firestore",
105105
"config": {
106-
"databaseId": "tech-report-apis-{constants.environment}",
106+
"databaseId": "tech-report-apis-${constants.environment}",
107107
"collectionName": "core_web_vitals",
108108
"collectionType": "report",
109109
"date": "${pastMonth}"

definitions/output/reports/cwv_tech_lighthouse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ GROUP BY
8080
JSON '''{
8181
"destination": "firestore",
8282
"config": {
83-
"databaseId": "tech-report-apis-{constants.environment}",
83+
"databaseId": "tech-report-apis-${constants.environment}",
8484
"collectionName": "lighthouse",
8585
"collectionType": "report",
8686
"date": "${pastMonth}"

definitions/output/reports/cwv_tech_page_weight.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ GROUP BY
7070
JSON '''{
7171
"destination": "firestore",
7272
"config": {
73-
"databaseId": "tech-report-apis-{constants.environment}",
73+
"databaseId": "tech-report-apis-${constants.environment}",
7474
"collectionName": "page_weight",
7575
"collectionType": "report",
7676
"date": "${pastMonth}"

definitions/output/reports/cwv_tech_technologies.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ FROM total_pages
9191
JSON '''{
9292
"destination": "firestore",
9393
"config": {
94-
"databaseId": "tech-report-apis-{constants.environment}",
94+
"databaseId": "tech-report-apis-${constants.environment}",
9595
"collectionName": "technologies",
9696
"collectionType": "dict"
9797
},

definitions/output/reports/tech_report_adoption.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ SELECT
3737
JSON '''{
3838
"destination": "firestore",
3939
"config": {
40-
"databaseId": "tech-report-api-{constants.environment}",
40+
"databaseId": "tech-report-api-${constants.environment}",
4141
"collectionName": "adoption",
4242
"collectionType": "report",
4343
"date": "${pastMonth}"

definitions/output/reports/tech_report_audits.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ GROUP BY
9191
JSON '''{
9292
"destination": "firestore",
9393
"config": {
94-
"databaseId": "tech-report-api-{constants.environment}",
94+
"databaseId": "tech-report-api-${constants.environment}",
9595
"collectionName": "audits",
9696
"collectionType": "report",
9797
"date": "${pastMonth}"

definitions/output/reports/tech_report_categories.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ FROM (
9696
JSON '''{
9797
"destination": "firestore",
9898
"config": {
99-
"databaseId": "tech-report-api-{constants.environment}",
99+
"databaseId": "tech-report-api-${constants.environment}",
100100
"collectionName": "categories",
101101
"collectionType": "dict"
102102
},

definitions/output/reports/tech_report_core_web_vitals.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ GROUP BY
105105
JSON '''{
106106
"destination": "firestore",
107107
"config": {
108-
"databaseId": "tech-report-api-{constants.environment}",
108+
"databaseId": "tech-report-api-${constants.environment}",
109109
"collectionName": "core_web_vitals",
110110
"collectionType": "report",
111111
"date": "${pastMonth}"

0 commit comments

Comments
 (0)