mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-31 20:30:37 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user