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

Follow up #9611 #9629

Merged
merged 1 commit into from
Apr 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ polyglot java import com.google.analytics.data.v1beta.RunReportRequest

read_api_data property_id:Text dimensions:Vector metrics:Vector start_date:Date end_date:Date credentials:Google_Credential -> Table =
managed_analytics_data = case credentials of
Google_Credential.Default -> Managed_Resource (BetaAnalyticsDataClient.create) r-> r.close
Google_Credential.Default -> Managed_Resource.register (BetaAnalyticsDataClient.create) r-> r.close
Google_Credential.From_File _ ->
betaAnalyticsDataSettings = BetaAnalyticsDataSettings.newBuilder
. setCredentialsProvider credentials.as_java
Expand Down
Loading