ClickHouse / metabase-clickhouse-driver

ClickHouse database driver for the Metabase business intelligence front-end
Apache License 2.0
461 stars 84 forks source link

Support Metabase actions #167

Open phantom943 opened 1 year ago

phantom943 commented 1 year ago

Describe the bug

Clickhouse driver for Metabase currently does not support Metabase Actions image I would love for Metabase Actions to be supported

Steps to reproduce

  1. Create new dashboard
  2. Edit -> Add action button -> Pick an action -> Choose any model -> Create new action
  3. Put any text into the Action text field
  4. Click Save -> Enter name -> Save

Expected behaviour

Actions can be created

Error log

clickhouse Database 2 "Clickhouse" does not support actions.

Configuration

Environment

slvrtrn commented 1 year ago

We should implement this when the actions API is fully stabilized. Currently, the feature is not fully stable and unlikely to work if we just enable it for CH; as I understood, even in the Metabase core integrations, it is implemented only in MySQL/Postgres/H2.