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
Currently, completeStreamIngestion uses direct queries against job table
to select the job, and update the job record. This is not great -- we should be using
jobs.Update api.