Skip to content

Fix and improve GCP BigTable hook and system test#13896

Merged
turbaszek merged 2 commits intoapache:masterfrom
PolideaInternal:improve-gcp-big-table
Jan 27, 2021
Merged

Fix and improve GCP BigTable hook and system test#13896
turbaszek merged 2 commits intoapache:masterfrom
PolideaInternal:improve-gcp-big-table

Conversation

@TobKed
Copy link
Contributor

@TobKed TobKed commented Jan 25, 2021

Improve environment variables in GCP BigTable system test

It will help to parametrize system tests


^ 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.

Improve environment variables in GCP BigTable system test

It will help to parametrize system tests
@boring-cyborg boring-cyborg bot added the provider:google Google (including GCP) related issues label Jan 25, 2021
@TobKed
Copy link
Contributor Author

TobKed commented Jan 25, 2021

cc: @mik-laj @turbaszek

instance_labels=json.loads(CBT_INSTANCE_LABELS),
cluster_nodes=int(CBT_CLUSTER_NODES),
cluster_storage_type=int(CBT_CLUSTER_STORAGE_TYPE),
cluster_storage_type=int(int(CBT_CLUSTER_STORAGE_TYPE)),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it needed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Of course it is mistake. Thank you for pointing this out

@TobKed TobKed requested a review from mik-laj January 27, 2021 10:11
@github-actions
Copy link

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 master 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 Jan 27, 2021
@turbaszek turbaszek merged commit 810c15e into apache:master Jan 27, 2021
@turbaszek turbaszek deleted the improve-gcp-big-table branch January 27, 2021 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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