fastbcp_preview_export
Preview a database export command without execution. Shows the exact CLI command with passwords masked and auto-suggests parallelism method based on source type.
Instructions
Build and preview a FastBCP export command WITHOUT executing it. Shows the exact CLI command with passwords masked. If no parallelism method is specified, one is auto-suggested based on the source database type. Does NOT test connectivity or execute the export. After reviewing, pass the command to fastbcp_execute_export.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | ||
| output | Yes | ||
| options | No | ||
| config_file | No | Path to a YAML configuration file (--config parameter, requires FastBCP 0.30+) | |
| os_type | No | Target operating system for command formatting | linux |