import data fixes

This commit is contained in:
Jan Prochazka
2025-02-24 16:14:45 +01:00
parent 805a063fa1
commit 8bea9b8312
7 changed files with 18 additions and 14 deletions

View File

@@ -40,6 +40,7 @@ export interface WriteTableOptions {
truncate?: boolean;
createIfNotExists?: boolean;
commitAfterInsert?: boolean;
targetTableStructure?: TableInfo;
}
export interface EngineAuthType {