Skip to main content

Module command

Module command 

Source
Expand description

Import V2 CLI command.

Structsยง

CopyDatabaseImportTaskExecutor ๐Ÿ”’
Import
Import tool implementation.
ImportV2Command
Import from a snapshot.

Enumsยง

ProgressMode ๐Ÿ”’
Controls progress reporting for import-v2.
ProgressOutputKind ๐Ÿ”’

Functionsยง

canonicalize_schema_filter ๐Ÿ”’
collect_chunk_data_prefixes ๐Ÿ”’
ddl_statement_for_schema ๐Ÿ”’
format_data_import_plan ๐Ÿ”’
is_schema_scoped_statement ๐Ÿ”’
parse_ddl_statements ๐Ÿ”’
progress_bar_supported ๐Ÿ”’
progress_output_kind ๐Ÿ”’
Selects the progress output style for mode given whether stderr is a TTY and whether the terminal environment is suitable for progress-bar control sequences.
starts_with_keyword ๐Ÿ”’
term_supports_progress_bar ๐Ÿ”’
validate_chunk_schema_files ๐Ÿ”’
validate_chunk_statuses ๐Ÿ”’
validate_data_snapshot ๐Ÿ”’