create-channel

説明

データレイクにチャンネルを作成します。

概要

$ 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.

オプション

-n, --name

チャンネルの名前を指定します。

-d, --description

チャンネルの説明を入力します。

チャンネルの作成

コマンド:

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