mirror command submits a job to a Kyuubi server.
Options
Options
--merge-keysstringoptional: Comma-separated columns used to match and merge data when themodeismerge.--modestringrequired: How to write data to the table. Values:append,overwrite, ormerge.--namestringrequired: Name of the data mirroring job.--schedulestringoptional: Cron expression that specifies when or how often the mirroring runs.--source-catalogstringrequired: Source Trino catalog for the mirror.--source-schemastringrequired: Source schema for the mirror.--source-tablestringrequired: Source table for the mirror.--target-catalogstringrequired: Target Trino catalog for the mirror.--target-schemastringrequired: Target schema for the mirror.--target-tablestringrequired: Target table for the mirror.
Global options
Global options
--api-keystringoptional: API key or theNX1_API_KEYvariable.--config-filestringoptional: YAML config file.--help-hoptional: Shows help messages and exit.--hoststringoptional: API host.--no-verify-ssloptional: Disables SSL verification.--output-ooptional: Output format. Allowed values:json,yaml, ortable.--profile-pstringoptional: Profile name from~/.nx1/profiles.--timeoutintegeroptional: Requests when to timeout. Default is30.--verbose-voptional: Verbose output.