question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Job not found errors as of 5.3.0 -> 5.4.0 upgrade

See original GitHub issue

This is a client library issue.

Environment details

  • @google-cloud/bigquery version: 5.4.0

Steps to reproduce

I can’t give concrete steps to reproduce; we’re still working on reliable repro instructions, this is more of a heads-up.

In https://github.com/dataform-co/dataform/pull/1076 we upgraded @google-cloud/bigquery from 5.3.0 to 5.4.0, specifically to move past the fix for https://github.com/googleapis/nodejs-bigquery/issues/857.

However, it seems like the code has changed in some way such that location is now a required option (see https://github.com/dataform-co/dataform/pull/1079 for a proposed workaround on our end). We saw some of our EU users complain about Job Not Found errors (e.g. https://dataform-users.slack.com/archives/CHMJK8MKM/p1604399268146500). (US users being presumably unaffected because it’s the default location.)

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:10 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
stephenpluspluscommented, Nov 5, 2020

Thank you for digging through that. I have sent #890 with a similar fix, however it relies on what the API used for the job as opposed to the one that the user provided. I’m not sure exactly how the dataform library is handling user-provided “location” options at this time, but that would be good to make sure is coming through to this layer (which I think you’re about to do with https://github.com/dataform-co/dataform/pull/1079).

2reactions
stephenpluspluscommented, Nov 4, 2020

Thanks for reporting. I will have a fix shortly.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Upgrading a Major Version (e.g. 5.4.0 to 6.0.0) - Symfony
1) Make your Code Deprecation Free. Deprecations in PHPUnit · 2) Update to the New Major Version via Composer. Dependency Errors; Upgrading other...
Read more >
Kernel package processing and update-initramfs issues after ...
I just upgraded my Ubuntu from 19.04 to 19.10 a few days ago and ever since then I have faced an issue with...
Read more >
Upgrade - Laravel guide
Upgrading To 5.4.0 From 5.3; Upgrading To 5.3.0 From 5.2; Upgrading To 5.2.0 ... Now, the method will return null if no policy...
Read more >
Git PullRequest job failed. Couldn't find any revision to build ...
After some time I understood branch names are different that's why it's not taking. The solution is in my repo is main and...
Read more >
Upgrade Guide | FortiSIEM 6.6.2
Note: These steps (6a-d) are not required while upgrading from versions 6.2.1 or later. Upgrade Pre-5.3.0 Deployment. If you are running FortiSIEM that...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found