MarkEdmondson1234 / googleCloudRunner

Easy R scripts on Google Cloud Platform via Cloud Run, Cloud Build and Cloud Scheduler
https://code.markedmondson.me/googleCloudRunner/
Other
80 stars 25 forks source link

Data getting overwritten #173

Closed muschellij2 closed 2 years ago

muschellij2 commented 2 years ago

The line https://github.com/MarkEdmondson1234/googleCloudRunner/blob/3e09c48501cee76e0aeae15affd13e2bdfa29acb/R/cloudbuild_schedule.R#L287 overrides https://github.com/MarkEdmondson1234/googleCloudRunner/blob/3e09c48501cee76e0aeae15affd13e2bdfa29acb/R/cloudbuild_schedule.R#L281 and the_data is overwritten even if PubsubMessage is passed through and data = NULL

MarkEdmondson1234 commented 2 years ago

Ah great thanks! Wrong order in there, I think should be fixed now?