0

I have a problem with file names in my s3 location after I use flyway migrate. Somehow the suffix is added to filenames and I don't know why. Example:

I create a schema with a query: create schema MY_SCHEMA with (location='s3:my_bucket/my_folder').
Then I run flyway command to migrate tables in this schema.
What I am expecting to get: migrated tables and metadata files stored in my location like /my_bucket/my_folder/my_table/metadata/my_metadata_file.
And what I actually get is: migrated tables and metadata files stored in my location like /my_bucket/my_folder/my_table-<some_weird_suffix>/metadata/my_metadata_file.
No problem with table names in DB, just in s3 location.

Does anyone knows how to fix it and make it work in a desired way?

0 Answers0