Skip to content

Conversation

@josh-fell
Copy link
Contributor

Some system tests in the Google provider were duplicated and/or were referencing a different service than what was being tested. This PR simply aligns the class names of these system tests to what's being tested.


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

@boring-cyborg boring-cyborg bot added area:providers provider:google Google (including GCP) related issues labels Dec 2, 2021
@uranusjr
Copy link
Member

uranusjr commented Dec 2, 2021

What’s the criteria you’re using to decide whether to prefix a class with GCP or not?

@josh-fell
Copy link
Contributor Author

josh-fell commented Dec 2, 2021

What’s the criteria you’re using to decide whether to prefix a class with GCP or not?

That portion of the class names I didn't change. I did take a little liberty using "GCS" instead of "GoogleCloudStorage" if the class name was getting wildly long and unreadable. There didn't seem to be a clear naming convention that was followed. I just focused on making sure the class name at least contained the name of related service based on the file name and example DAG.

@potiuk potiuk merged commit 347c067 into apache:main Dec 2, 2021
@josh-fell josh-fell deleted the rename-google-system-test-class-names branch December 3, 2021 03:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:providers provider:google Google (including GCP) related issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants