You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a need to reference the original SQL query from a job. After running job.reload() it's available on a QueryJob instance, but only by reaching into _properties directly:
I had a need to reference the original SQL query from a job. After running
job.reload()it's available on aQueryJobinstance, but only by reaching into_propertiesdirectly:it should be exposed under a more direct public property.