Commit bc90790
Custom transformation for Cassandra to Spanner SourceDB (#2201)
* RR custom transformation feature (#102)
* sync upstream/main (#98)
* Custom transformation fixes
* Added Custom Transformation
* Added Custom Transformation
* Added Fixes
* Address null to all columns
* Added Null Assert
* Added Timeout fixes
* Added Spotless fixes
* reverse merge the main
* Added Custom Fixes
* Added Drop Keys
---------
* Move null test case into previous tests
Move null test case into previous tests
* Issue fix
* Null fix
* Null fix for varint
* Removed unwanted code
* Added Bytes Fixes
* Missing Bytes Error Code Pushed
* PR comment fixes (#114)
* Regex fixes to validate binary string vs base64
* Added Review Comments (#122)
* Added Review Comments
* Address TODO
* Added POM File
* Added Ignore Case in table name check
* Reference Mismatch
* Added full_name as we are skiping extra column and adding as null
* Schema Fixes
* Added Missing Alignment issue with CustomTransformation
* Removed binaryString encoded Support
* removed unwanted log
* Keep Log Level As warm
---------
Co-authored-by: pawankashyapollion <v-pawan.kumar@ollion.com>1 parent e0d274c commit bc90790
File tree
11 files changed
+669
-310
lines changed- v2
- spanner-custom-shard/src/main/java/com/custom
- spanner-to-sourcedb/src
- main/java/com/google/cloud/teleport/v2/templates/dbutils/dml
- test
- java/com/google/cloud/teleport/v2/templates
- dbutils/dml
- resources/SpannerToCassandraSourceIT
11 files changed
+669
-310
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
369 | 369 | | |
370 | 370 | | |
371 | 371 | | |
| 372 | + | |
372 | 373 | | |
373 | 374 | | |
374 | 375 | | |
| |||
Lines changed: 54 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
Lines changed: 36 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
| 120 | + | |
120 | 121 | | |
121 | 122 | | |
122 | 123 | | |
| |||
166 | 167 | | |
167 | 168 | | |
168 | 169 | | |
169 | | - | |
| 170 | + | |
| 171 | + | |
170 | 172 | | |
171 | 173 | | |
172 | 174 | | |
| |||
287 | 289 | | |
288 | 290 | | |
289 | 291 | | |
| 292 | + | |
290 | 293 | | |
291 | 294 | | |
292 | 295 | | |
| |||
299 | 302 | | |
300 | 303 | | |
301 | 304 | | |
302 | | - | |
| 305 | + | |
| 306 | + | |
303 | 307 | | |
304 | 308 | | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
305 | 313 | | |
306 | 314 | | |
307 | 315 | | |
308 | 316 | | |
309 | 317 | | |
310 | 318 | | |
311 | 319 | | |
312 | | - | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
313 | 330 | | |
314 | 331 | | |
315 | 332 | | |
316 | 333 | | |
317 | 334 | | |
318 | 335 | | |
319 | | - | |
320 | 336 | | |
321 | 337 | | |
322 | 338 | | |
| |||
344 | 360 | | |
345 | 361 | | |
346 | 362 | | |
| 363 | + | |
347 | 364 | | |
348 | 365 | | |
349 | 366 | | |
| |||
357 | 374 | | |
358 | 375 | | |
359 | 376 | | |
360 | | - | |
| 377 | + | |
| 378 | + | |
361 | 379 | | |
362 | 380 | | |
363 | | - | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
364 | 385 | | |
365 | 386 | | |
366 | 387 | | |
| |||
373 | 394 | | |
374 | 395 | | |
375 | 396 | | |
376 | | - | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
377 | 405 | | |
378 | 406 | | |
379 | 407 | | |
| |||
Lines changed: 8 additions & 32 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| 175 | + | |
| 176 | + | |
175 | 177 | | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | 178 | | |
200 | 179 | | |
201 | 180 | | |
| |||
322 | 301 | | |
323 | 302 | | |
324 | 303 | | |
325 | | - | |
| 304 | + | |
| 305 | + | |
326 | 306 | | |
327 | 307 | | |
328 | 308 | | |
329 | 309 | | |
330 | 310 | | |
331 | | - | |
332 | | - | |
333 | | - | |
334 | | - | |
335 | | - | |
336 | | - | |
337 | | - | |
338 | | - | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
339 | 315 | | |
340 | 316 | | |
341 | 317 | | |
| |||
0 commit comments