Skip to content
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

Remove Google Analytics driver #43352

Merged
merged 3 commits into from
May 30, 2024
Merged

Remove Google Analytics driver #43352

merged 3 commits into from
May 30, 2024

Conversation

camsaul
Copy link
Member

@camsaul camsaul commented May 30, 2024

I think I managed to remove all the special case stuff

Resolves #42792

@metabase-bot metabase-bot bot added the .Team/QueryProcessor :hammer_and_wrench: label May 30, 2024
@camsaul camsaul added the backport Automatically create PR on current release branch on merge label May 30, 2024
junit-name: 'be-tests-googleanalytics-ee'
test-args: ":only ${{ inputs.test }} :times ${{ inputs.times }}"

be-google-related-drivers-classpath-test:
Copy link
Member Author

Choose a reason for hiding this comment

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

this job was to check that Google Analytics and Big Query dependencies didn't conflict with each other so we don't need it anymore

@camsaul camsaul requested a review from a team May 30, 2024 00:06
Copy link

replay-io bot commented May 30, 2024

Status Starting
Commit c293ccd

Copy link
Contributor

@lbrdnk lbrdnk left a comment

Choose a reason for hiding this comment

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

LGTM, with comments.

@@ -21,7 +21,6 @@ on:
- Athena
- BigQuery
- Druid
- Google Analytics
- Google Classpath Test
Copy link
Contributor

Choose a reason for hiding this comment

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

Google Classpath Test should not be removed?

@@ -20,8 +20,7 @@
"/enterprise/backend/src"
"/modules/drivers/bigquery-cloud-sdk/src"
"/modules/drivers/druid/src"
"/modules/drivers/google/src"
"/modules/drivers/googleanalytics/src"
"/modules/drivers/druid-jdbc/src"
Copy link
Contributor

Choose a reason for hiding this comment

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

Thanks!

@@ -33,70 +32,6 @@
(throw (ex-info (format "Did not find %s.%s" (name table) (name column))
{:table table :column column}))))

(deftest ^:parallel field-matching-predicates-test
Copy link
Contributor

Choose a reason for hiding this comment

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

Why to remove whole test and not just ga: related parts?

Copy link
Member Author

Choose a reason for hiding this comment

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

good catch! Fixed

@camsaul camsaul enabled auto-merge (squash) May 30, 2024 16:39
@camsaul camsaul merged commit 52d5ccf into master May 30, 2024
109 checks passed
@camsaul camsaul deleted the remove-googleanalytics-driver branch May 30, 2024 18:22
Copy link

@camsaul Did you forget to add a milestone to the issue for this PR? When and where should I add a milestone?

camsaul added a commit that referenced this pull request Jun 5, 2024
* Remove Google Analytics driver

* Remove more GA-related tests

* Un-remove tests that aren't related to GA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport Automatically create PR on current release branch on merge .Team/QueryProcessor :hammer_and_wrench:
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove Google Analytics driver and related special case stuff
2 participants