Questions tagged [metabase]

Metabase is an open source browser based analytics/data visualization tool.

Metabase is an open source browser based analytics/data visualization tool.

Its backend is implemented in Clojure and the frontend is built with React. Since Clojure is a JVM based language it can be deployed cross-platform as a single .jar.

382 questions
3
votes
0 answers

Metabase: Date Range filter to dashboards created by native query

I use Metabase for data visualization. Druid (imply-2.2.3) is data storage. Created Metabase Questions I put on the dashboard and filter them all by Date Range. When I try to add Date Range filter to question created by native query, metabase just…
Bo.
  • 605
  • 1
  • 12
  • 28
3
votes
2 answers

IIS 7 Configuration Paths

I am trying to make my c++ ahadmin application compatible to IIS 7. My app needs to read the websites configuration (via metabase properties in IIS 6). I read a lot of articles about the configuration paths and I think I have a good idea of how it…
Ron
  • 103
  • 1
  • 4
  • 7
3
votes
1 answer

Getting IIS 7 Site properties

I have a C++ application that needs to retrieve an IIS 7 site's properties (such as metabase properties similar to those in IIS6 - Path, AppFriendlyName etc). With IIS 7, my code does this: Get the AppHostWritableAdminManager and commit the path…
Ron
  • 103
  • 1
  • 4
  • 7
3
votes
4 answers

Redshift: Detect and Cancel Long running queries Per User Connection

I am running Redshift queries with Metabase as the front end. I want to detect and cancel long running queries for a particular user. How do I automate this process with a script?
Achyuth
  • 33
  • 1
  • 1
  • 3
3
votes
4 answers

Unable to connect to Metabase h2 DB

I can not initialize the metabase setup, as I am getting error when connecting metabase to h2 db. I did so far as below 1.Downloaded metabase.jar from here 2.From cmd prompt i executed java -jar metabase.jar I am getting Below error 04-25…
Supraj V
  • 967
  • 1
  • 10
  • 19
3
votes
1 answer

Heroku: Fail to connect to database externaly using metabase

I'm trying to use metabase to connect my Heroku app database. And it failed, give the return org.postgresql.util.PSQLException: FATAL: password authentication failed for user "myuseraccount" the screenshot look like this The info I eneter is found…
ZK Zhao
  • 19,885
  • 47
  • 132
  • 206
3
votes
2 answers

Where is the metabase key for my IIS7 web site?

I'm trying to set up the automated (nightly) installation of my web site setup project. I can specify some install-time values on the command line; in particular, adding a TARGETSITE value defines the web site to which my new deployment will…
ladenedge
  • 13,197
  • 11
  • 60
  • 117
3
votes
2 answers

IIS 6 forces AppRoot/Starting Point to upper case when Virtual Directory is imported from a file

I have searched the web for this and couldn't find anything (well one remotely relevant post), so here I am. We have multiple ASP.NET apps in IIS 6 using Forms Authentication with dedicated path for each app. Since path is case sensitive it must…
user276464
  • 31
  • 4
3
votes
2 answers

Get the metabase path for an IIS entry (Installation stopped because the specified path is not a valid web application)

I'm by no means a sysadmin so please correct me if I'm wrong. I want to run aspnet_regiis.exe -s. This requires the metabase path of my website. How do I find this metabase path?
Boris Callens
  • 90,659
  • 85
  • 207
  • 305
3
votes
1 answer

How to restore an IIS Metabase backup using C#

I've found the Stack Overflow question describing how to backup the IIS Metabase in C# here, and I have been successful at getting that to work using the code referenced here. However, I am having difficulty restoring those backups (or indeed any…
JamesW
  • 849
  • 2
  • 14
  • 27
2
votes
1 answer

Sqlproxy in GCE Virtual Machine can't connect to CloudSQL postgres database

I am trying to get Metbase runnning on a Google VM using a CloudSQL postgres instance as as database. In the startup script I have the following code to start a sqlproxy: sudo docker service create --name sqlproxy --network host \ …
2
votes
1 answer

Switch to Docker-based deployment of Metabase (>=v0.46) on Heroku

Since Metabase deprecated Heroku support with the release of v0.45, the metabase-deploy workflow doesn't upgrade to the latest version anymore. Going forward, it seems we need to use Docker-based deployments on Heroku, but the Upgrading Metabase…
Naoki Peter
  • 51
  • 2
  • 7
2
votes
0 answers

Automating redshift foreign key mapping on Metabase UI

I have a data pipeline running which brings in data from multiple data sources to AWS redshift. All the data within redshift have their own foreign key mappings done and then the data is added. When I go to the connected metabase instance, all the…
2
votes
1 answer

Pull a saved query into Metabase

I created a saved query in Bigquery and I would like to pull that saved query into metabase. Does anyone know if this is possible? I am not able to export it to a JSON file. Saved Query in my database These are my only options: Export Options
2
votes
0 answers

Create custom column with 2 "count" fields

I'm trying to create a metabase query, where I want to calculate the % of a particular feedback-label by total, grouped by start-batter I count all columns by start-battery I then join that count with the original data again, so each column has the…
Himmators
  • 14,278
  • 36
  • 132
  • 223
1 2
3
25 26