Skip to content

fix: ensure that default spanner API is batch-spanner.googleapis.com #2321

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nielm
Copy link

@nielm nielm commented Apr 15, 2025

Some of the dataflow templates use the incorrect endpoint for batch spanner actions.

This PR renames the defaults from spanner.googleapis.com to batch-spanner.googleapis.com to match the default host in Beam SpannerIO

Fixes #2304

Some of the dataflow templates use the incorrect endpoint for batch
spanner actions.

Fixes GoogleCloudPlatform#2304
Copy link

codecov bot commented Apr 15, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 49.18%. Comparing base (c0afe4d) to head (11e35d2).
Report is 2 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2321      +/-   ##
============================================
- Coverage     49.24%   49.18%   -0.07%     
+ Complexity     4617     4616       -1     
============================================
  Files           924      924              
  Lines         55779    55852      +73     
  Branches       5995     5998       +3     
============================================
- Hits          27471    27469       -2     
- Misses        26331    26406      +75     
  Partials       1977     1977              
Components Coverage Δ
spanner-templates 70.22% <ø> (+<0.01%) ⬆️
spanner-import-export 68.02% <ø> (+0.01%) ⬆️
spanner-live-forward-migration 78.42% <ø> (ø)
spanner-live-reverse-replication 80.40% <ø> (ø)
spanner-bulk-migration 87.77% <ø> (ø)

see 4 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Spanner-related templates use incorrect host endpoints

None yet

1 participant