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