kitaru importer register
Create an importer and its first version.
Usage
kitaru importer register NAME [OPTIONS]Supported --output modes: auto, text, json.
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
NAME | string | Yes | New importer name. |
Options
| Name | Type | Required | Description |
|---|---|---|---|
--description | string | No | Parent description. |
--metadata | JSON object | No | Parent metadata. |
--provider | string | No | Source provider. |
--connection-schema | path | No | JSON Schema file describing the connection values. |
--script | path | No | Python script to upload. |
--package | requirement | No | Pinned package requirement. |
--entrypoint | string | Yes | Script attribute or module reference. |
--display-version | string | No | Human-readable version. |
Every command also accepts the global options listed on the CLI overview page.