How to use bulk to load mutiple schema file

Hi,I used export endpoint to export 3 schema file(g01.schema.gz,g02.schema.gz,g03.schema.gz).
when I used bulk to load schema with --schema g01.schema.gz,g02.schema.gz,g03.schema.gz.it occur error about file path not exist.
the bulk --schema dose not support mutiple schema files?

Nope, you should control your schema. Importing multiple schemas at the same time does not guarantee the best schema. If that were possible, still they wouldn’t “merge” as far I can tell - For each file in theory would be a new Alter operation, You could end up with an undesired schema…

So, open your schemas and choose the right one. Or “merge” them.

Cheers.

1 Like

ok,I knew it. thx for your reply