TableImport
| Name | Type | Required | Description |
|---|---|---|---|
| rid | TableImportRid | Yes | |
| connection_rid | ConnectionRid | Yes | The RID of the Connection (also known as a source) that the Table Import uses to import data. |
| dataset_rid | DatasetRid | Yes | The RID of the output dataset. Can not be modified after the table import is created. |
| branch_name | Optional[BranchName] | No | The branch name in the output dataset that will contain the imported data. Defaults to master for most enrollments. Can not be modified after the table import is created. |
| display_name | TableImportDisplayName | Yes | |
| import_mode | TableImportMode | Yes | |
| allow_schema_changes | TableImportAllowSchemaChanges | Yes | Allow the TableImport to succeed if the schema of imported rows does not match the existing dataset's schema. Defaults to false for new table imports. |
| config | TableImportConfig | Yes |