create-channel

Description

Create channel on the datalake

Synopsis

$ abeja datalake create-channel [--help]
Usage: abeja datalake create-channel [OPTIONS]

  Create DataLake channel

Options:
  -n, --name TEXT         Name
  -d, --description TEXT  Description
  --help                  Show this message and exit.

Options

-n, --name

Specifies the name of the channel.

-d, --description

Input a description of the channel.

Example

channel creation

Command:

$ abeja datalake create-channel --name test-channel-1 \
                                --description "this is a channel for testing"