Apache supersetでCSVアップロードするまで。

1.インストールと起動

$ git clone https://github.com/apache/superset

# Enter the repository you just cloned
$ cd superset

# Set the repo to the state associated with the latest official version
$ git checkout tags/5.0.0

# Fire up Superset using Docker Compose
$ docker compose -f docker-compose-image-tag.yml up

2. ログイン

管理者権限でログイン

3. ヘッダメニューの右端のSettings > Data > “Database Connection”を選ぶ。

DatabaseのEditでADVANCEDタブ開いてSecurityを選んで、”Allow file uploads to database”にチェックを入れて”FINISH”ボタンを押す。

4. CSVアップロード

“Upload file to database”を選んで”Upload CSV”を選ぶ。このとき、CSVにヘッダー行があってもRowsの「Header Row」は0にしておく。

コメントをどうぞ

メールアドレスが公開されることはありません。 が付いている欄は必須項目です