-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Fix BIGQUERY_JOB_DETAILS_LINK_FMT in BigQueryConsoleLink
#31457
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Please provide motivations to the changes and add acompanying tests. |
|
Hi @potiuk ! |
39a53b0 to
acad221
Compare
shahar1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall LGTM - had some small comments.
CC: @eladkal
9c27b7f to
8e12705
Compare
shahar1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall LGTM, one last comment to take care of and you're done
shahar1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job!
BIGQUERY_JOB_DETAILS_LINK_FMT in BigQueryConsoleLink
…pache#31457)" This reverts commit c7072c0.
|
Hey @bkossakowska - we need to revert this one for now - seems that it caused error in API tests (one of the API tests failed with bigquery link retrieval) and started failing main. You will need to re-open this one -then we will apply "full tests needed" and you will be able to fix the problem. |
|
sorry for the trouble @bkossakowska - our test matrix make some assumptions (so we won't always run all tests due to costs and time) so sometimes while it gives green build but actually hides an error. As @potiuk suggested please start a new PR with the same code modifications we will make sure it runs with full tests and then you will be able to modify the code to make it work. |
…31457) Co-authored-by: Beata Kossakowska <bkossakowska@google.com> Co-authored-by: eladkal <45845474+eladkal@users.noreply.github.com>
…pache#31457)" (apache#31935) This reverts commit c7072c0.
This PR fixes BIGQUERY_JOB_DETAILS_LINK_FMT in BigQueryConsoleLink.
The "BigQuery Console" button had an error "Invalid value for location: undefined is not a valid value".
Parameters should be passed:
project_id:location:job_idinstead ofjob_id^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named
{pr_number}.significant.rstor{issue_number}.significant.rst, in newsfragments.