-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30 from jackdbd/canary
Merge `canary` into `main`
- Loading branch information
Showing
32 changed files
with
2,074 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
[ | ||
{ | ||
"name": "sensorId", | ||
"type": "STRING", | ||
"mode": "NULLABLE" | ||
}, | ||
{ | ||
"name": "timecollected", | ||
"description": "UTC date string of when the sensor reading was collected", | ||
"type": "TIMESTAMP", | ||
"mode": "NULLABLE" | ||
}, | ||
{ | ||
"name": "zipcode", | ||
"type": "INTEGER", | ||
"mode": "NULLABLE" | ||
}, | ||
{ | ||
"name": "latitude", | ||
"type": "FLOAT", | ||
"mode": "NULLABLE" | ||
}, | ||
{ | ||
"name": "longitude", | ||
"type": "FLOAT", | ||
"mode": "NULLABLE" | ||
}, | ||
{ | ||
"name": "temperature", | ||
"description": "temperature in Farhenheit", | ||
"type": "FLOAT", | ||
"mode": "NULLABLE" | ||
}, | ||
{ | ||
"name": "humidity", | ||
"type": "FLOAT", | ||
"mode": "NULLABLE" | ||
}, | ||
{ | ||
"name": "dewpoint", | ||
"type": "FLOAT", | ||
"mode": "NULLABLE" | ||
}, | ||
{ | ||
"name": "pressure", | ||
"type": "FLOAT", | ||
"mode": "NULLABLE" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,9 @@ bindings: | |
- members: | ||
- serviceAccount:sa-artifact-registry-writer@prj-kitchen-sink.iam.gserviceaccount.com | ||
role: roles/artifactregistry.writer | ||
- members: | ||
- serviceAccount:[email protected] | ||
role: roles/bigquery.dataEditor | ||
- members: | ||
- serviceAccount:service-1051247446620@gcp-sa-bigquerydatatransfer.iam.gserviceaccount.com | ||
role: roles/bigquerydatatransfer.serviceAgent | ||
|
@@ -23,7 +26,7 @@ bindings: | |
- members: | ||
- serviceAccount:[email protected] | ||
- serviceAccount:[email protected] | ||
- serviceAccount:[email protected] | ||
- serviceAccount:[email protected] | ||
role: roles/clouddebugger.agent | ||
- members: | ||
- serviceAccount:[email protected] | ||
|
@@ -66,30 +69,46 @@ bindings: | |
- members: | ||
- serviceAccount:[email protected] | ||
role: roles/containerregistry.ServiceAgent | ||
- members: | ||
- serviceAccount:service-1051247446620@dataflow-service-producer-prod.iam.gserviceaccount.com | ||
role: roles/dataflow.serviceAgent | ||
- members: | ||
- serviceAccount:[email protected] | ||
role: roles/dataflow.worker | ||
- members: | ||
- serviceAccount:service-1051247446620@gcp-sa-datapipelines.iam.gserviceaccount.com | ||
role: roles/datapipelines.serviceAgent | ||
- members: | ||
- serviceAccount:[email protected] | ||
role: roles/datastore.user | ||
- members: | ||
- serviceAccount:sa-firestore-viewer-test@prj-kitchen-sink.iam.gserviceaccount.com | ||
role: roles/datastore.viewer | ||
- members: | ||
- serviceAccount:[email protected] | ||
role: roles/editor | ||
- members: | ||
- serviceAccount:[email protected] | ||
- serviceAccount:[email protected] | ||
- serviceAccount:[email protected] | ||
- serviceAccount:[email protected] | ||
role: roles/errorreporting.writer | ||
- members: | ||
- serviceAccount:[email protected] | ||
role: roles/eventarc.serviceAgent | ||
- members: | ||
- serviceAccount:[email protected] | ||
role: roles/firestore.serviceAgent | ||
- members: | ||
- serviceAccount:sa-artifact-registry-writer@prj-kitchen-sink.iam.gserviceaccount.com | ||
- group:[email protected] | ||
- serviceAccount:sa-artifact-registry-writer@prj-kitchen-sink.iam.gserviceaccount.com | ||
- serviceAccount:[email protected] | ||
role: roles/iam.serviceAccountTokenCreator | ||
- members: | ||
- group:[email protected] | ||
- serviceAccount:[email protected] | ||
- serviceAccount:[email protected] | ||
- serviceAccount:[email protected] | ||
- group:[email protected] | ||
role: roles/iam.serviceAccountUser | ||
- members: | ||
- serviceAccount:[email protected] | ||
|
@@ -127,9 +146,9 @@ bindings: | |
- serviceAccount:[email protected] | ||
- serviceAccount:[email protected] | ||
- serviceAccount:[email protected] | ||
- serviceAccount:[email protected] | ||
- serviceAccount:[email protected] | ||
- serviceAccount:[email protected] | ||
- serviceAccount:[email protected] | ||
- serviceAccount:[email protected] | ||
- serviceAccount:[email protected] | ||
role: roles/secretmanager.secretAccessor | ||
- members: | ||
|
@@ -138,7 +157,7 @@ bindings: | |
role: roles/storage.admin | ||
- members: | ||
- serviceAccount:[email protected] | ||
role: roles/storage.objectCreator | ||
role: roles/storage.objectAdmin | ||
- members: | ||
- serviceAccount:[email protected] | ||
role: roles/storage.objectViewer | ||
|
@@ -156,5 +175,5 @@ bindings: | |
- members: | ||
- serviceAccount:[email protected] | ||
role: roles/workflows.viewer | ||
etag: BwXm9qe8mgc= | ||
etag: BwXoe2STVgM= | ||
version: 1 |
Oops, something went wrong.