Skip to Content
DocsOperationsLoadSchema

LoadSchema

LoadSchema operation creates a table that contains the schema of the input table. There is still a limitation: LoadSchema will not work with file-based sources (eg Amazon S3). Contact us if you need this functionality.

Parameters:

  • Source, Space, and Table specify the input table.
  • Target Source, Target Space, and Target Table specify the target table. The target table contains the schema of the input table.
  • Distinct on columns contains a list of columns by which duplicates are identified and removed.
Last updated on