bulk_import_upload_part: Upload bulk import part
Description
Upload bulk import part
Usage
bulk_import_upload_part(conn, name, part_name, file_obj)
Value
Return bulk import status
Arguments
- conn
Td client
- name
Bulk import session name
- part_name
Bulk import part name
- file_obj
File connection. Should be msgpack stream with gzip compressed. Should have "time" column
Examples
Run this codeif (FALSE) {
conn <- Td(apikey = "xxxx")
}
Run the code above in your browser using DataLab