tl;dr; redash API で パラメータを動的に変えてクエリを受け付ける方法を紹介します。 サードパーティを使わず行います。今回の version は redash v6ですがおそらくそれ以降でも可能かと思います。 手順をご紹介する前の前提条件 私の環境では検証環境としてすぐ起動できる redash の環境を利用します。 # git clone git clone https://github.com/GitSumito/redash-blue.git cd redash-blue # DB 初期化 docker-compose run --rm server create_db docker-compose up # 起動 docker-compose up -d http://127.0.0.1/ へ接続し、データソースの設定などを適宜行います。 DBのcredential