Hi all, I’m wondering if anyone has any suggestion...
# general
p
Hi all, I’m wondering if anyone has any suggestion for monitoring the status of BigQuery jobs deployed from Pulumi I’m able to create a job using code from the example here https://www.pulumi.com/docs/reference/pkg/gcp/bigquery/job/ however the Pulumi deployment returns successful whether the job passed or failed I see there’s a way to look up an existing job resource and view it’s status but not sure how I can make it work with polling, as it looks like this creates a new Pulumi resource with ID and I’d need to potentially check the status many times until the job is done or times out