Kitaru

kitaru importer register

Create an importer and its first version.

Usage

kitaru importer register NAME [OPTIONS]

Supported --output modes: auto, text, json.

Arguments

NameTypeRequiredDescription
NAMEstringYesNew importer name.

Options

NameTypeRequiredDescription
--descriptionstringNoParent description.
--metadataJSON objectNoParent metadata.
--providerstringNoSource provider.
--connection-schemapathNoJSON Schema file describing the connection values.
--scriptpathNoPython script to upload.
--packagerequirementNoPinned package requirement.
--entrypointstringYesScript attribute or module reference.
--display-versionstringNoHuman-readable version.

Every command also accepts the global options listed on the CLI overview page.

On this page