Oleksii Prudkyi

Results 2 comments of Oleksii Prudkyi

it looks like the problem is with table with 'SYNONYM' i.e. ``` CREATE TABLE data_access_cache_allowed_ids_2025_07_30 ( ... SYNONYM(data_access_cache_allowed_ids), ) ``` i.e. export (Cloud_Spanner_to_GCS_Avro) saves synonym as separate table and import...

as workaround works next In spanner-export.json - removed all rows for tables which actually synonyms - moved rows of original tables into place of synonyms (I am not sure if...