Skip to content

Conversation

@MaksYermak
Copy link
Contributor

In our BigQuery system test we have a wrong configuration for BigQueryUpdateTableOperator. For this operator in fields parameter we should type parameters from table_resource which we want to update in current table and in table_resource you should point a new value for these parameters.

For BigQueryCreateExternalTableOperator we have problem with template_fields. Parameters from template_fields should be assign to self.*. Some of them under the if-clause and in some cases are not assigned.

Co-authored-by: Wojciech Januszek januszek@google.com
Co-authored-by: Lukasz Wyszomirski wyszomirski@google.com
Co-authored-by: Maksim Yermakou maksimy@google.com


^ Add meaningful description above

Read the Pull Request Guidelines for more information.
In case of fundamental code change, 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 UPDATING.md.

@MaksYermak MaksYermak requested a review from turbaszek as a code owner February 4, 2022 11:07
@boring-cyborg boring-cyborg bot added area:providers provider:google Google (including GCP) related issues labels Feb 4, 2022
@github-actions
Copy link

github-actions bot commented Feb 4, 2022

The PR is likely OK to be merged with just subset of tests for default Python and Database versions without running the full matrix of tests, because it does not modify the core of Airflow. If the committers decide that the full tests matrix is needed, they will add the label 'full tests needed'. Then you should rebase to the latest main or amend the last commit of the PR, and push it with --force-with-lease.

@github-actions github-actions bot added the okay to merge It's ok to merge this PR as it does not require more tests label Feb 4, 2022
@potiuk
Copy link
Member

potiuk commented Feb 4, 2022

We seem to have a "failing" docker-compose test which needs fixing. I will take a lok on that shortly. In the meantime I merge this one.

@potiuk potiuk merged commit e840acf into apache:main Feb 4, 2022
@ephraimbuddy ephraimbuddy added the changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..) label Apr 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:providers changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..) okay to merge It's ok to merge this PR as it does not require more tests provider:google Google (including GCP) related issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants