Skip to main content

custom

sand connectors upsert custom

Upsert a Custom connector

sand connectors upsert custom [flags]

Examples

$ sand connectors upsert custom --name="myconnector" --properties=props.json --entrypoint="mypackage.setup_custom_connector"

✅ Connector upserted successfully!
Connector ID: cnc-3a9819d7fcb50347

Options

      --cluster string      Cluster to associate this connector with
--entrypoint string Initialization function (package.functionName) (required)
-h, --help Help for custom
--json Return json output
--name string Connector name (required)
--properties string Connector properties (as a json object)
--secrets string List of secret connector properties

SEE ALSO