You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The native Python SpannerIO implementation in apache_beam/io/gcp/experimental has been marked as experimental and less maintained. It is being deprecated in favor of the cross-language SpannerIO implementation in apache_beam/io/gcp/spanner.
This change adds module-level and class-level deprecation warnings to clear state that the native implementation will be removed in Beam 3.0.
Migration Guidance: For reads, migrate to apache_beam.io.gcp.spanner.ReadFromSpanner. For writes, migrate to apache_beam.io.gcp.spanner.SpannerInsert, SpannerUpdate, etc.
0 commit comments