0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

TROCCO にて kintone から Databricks へのデータ連携の実施手順

Last updated at Posted at 2024-07-16

概要

TROCCO にて kintone から Databricks へのデータ連携の実施手順を共有します。 データの流れとしては、kintone -> TROCCO -> Databricks です。

本手順を検証する過程で TROCCO にて kintone のドメインを入力する値を誤ってしまったのですが、TROCCO の下記ヘルプにて解決できました。

image.png

引用元:kintoneの接続情報 (trocco.io)

実施手順

事前準備

kintone にて連携するデータをもつアプリを作成

image.png

TROCCO の操作

kintone の接続情報を作成

image.png

Databricks の接続情報を作成

image.png

転送設定を作成

image.png

image.png

image.png

image.png

image.png

image.png

転送設定を実行

image.png

image.png

Databricks にてデータ確認

クエリを発行してデータが書きこまれていることを確認

select * from `trocco_test_01`.`shcmea_01`.`data_with_databricks`;

image.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?