refactor: replace Copy Format with datasource Format (#1435)

* refactor: replace Copy Format with datasource Format

* chore: apply suggestions from CR

* chore: apply suggestions from CR
This commit is contained in:
Weny Xu
2023-04-23 17:31:54 +09:00
committed by GitHub
parent c5dba29f9e
commit d374859e24
10 changed files with 148 additions and 106 deletions

View File

@@ -259,6 +259,7 @@ pub struct CopyTableRequest {
pub schema_name: String,
pub table_name: String,
pub location: String,
pub with: HashMap<String, String>,
pub connection: HashMap<String, String>,
pub pattern: Option<String>,
pub direction: CopyDirection,