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
Please help me find someone who can assist me with migrating multiple tables from a keyspace at the same time using the Scylla migration tool?
I tried making changes to config.yml, but it did not work.
error:
Exception in thread "main" DecodingFailure(Attempt to decode value on failed cursor, List(DownField(table), DownField(source)))
The text was updated successfully, but these errors were encountered:
<testtable1> you likely need to escape or quote the value in source/table
e.g.
table: "<testtable1>"
but I doubt that is a table name, so you likely need to use proper name there
Hello Team,
Please help me find someone who can assist me with migrating multiple tables from a keyspace at the same time using the Scylla migration tool?
I tried making changes to config.yml, but it did not work.
error:
Exception in thread "main" DecodingFailure(Attempt to decode value on failed cursor, List(DownField(table), DownField(source)))
The text was updated successfully, but these errors were encountered: