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
0
votes
2 answers

How do you backup IIS's metabase in C#?

exact code will be helpful. I assume the DirectoryServices namespace does it but I can't find the method that does it. I need actual C# code. All the samples I found so far are VB or VBScript. The C# examples I found are for reading/setting ADSI…
Abdu
  • 16,129
  • 13
  • 59
  • 84
0
votes
0 answers

What are metabase connections in the table analysis

When I am looking at a "Question" in metabase (i.e. a database query), I can click on a book-like icon that says "Learn about your data". Clicking on that icon opens up a view of all the tables in my current database. When I click on a specific…
Ryan Dahl
  • 35
  • 6
0
votes
1 answer

Metabase slow down kubernetes cluster

I have a Kubernetes cluster which have a few different services in it. A flask server, an nginx server for static content, traefik and a metabase service. It all works fine, however, sometimes, when I'm going on the metabase website, the metabase…
fast_cen
  • 1,297
  • 3
  • 11
  • 28
0
votes
0 answers

Google chrome deleting javascript events after opening or closing developer console

I have an iframe embedded in a webpage. This iframe has a some rect elements inside an svg element. The following code is used to bind events to the `rect elements: JS code: $(() => { let bindEvents = () => { let targets =…
0
votes
1 answer

SSH tunnelling failure between Metabase and Postgresql

Trying to add a Postgres database on Metabase via SSH tunneling I ran into an error giving me the following error message: "Server error encountered" My logs are very similar to @williamjacksn 's logs on the…
nootaku
  • 61
  • 9
0
votes
1 answer

airflow metabase the column end_date in table dag_run is null

ENV: 1.8.2 airflow metabase table: dag_run column: end_date 99% value of column end_date : is null 1% value of column end_date : is not null Q: why? is there any idea/setting to fix this situation?
0
votes
1 answer

Reading TCP Port of an IIS 7 website programmatically

I have a C++ application that uses AHADMIN to interface with IIS 7. I know how to get a IAppHostElement object of my website, but no idea how to read properties (found here http://msdn.microsoft.com/en-us/library/aa347565(v=vs.90).aspx, such as…
Ron
  • 103
  • 1
  • 4
  • 7
0
votes
0 answers

Run other query instead of current one

I'm using Metabase for analytics. Sometimes it counts table rows. I catch its query SELECT count(*) AS "count" FROM "dbo"."TableName" But the problem is that TableName isn't a table, it's a view. This view is a union of many tables. That query runs…
Ivanoff
  • 103
  • 2
  • 8
0
votes
1 answer

How to I obtain an IIS Virtual DIrectory name from an IIS metabase path in c++

I have the following metabase path: /lm/w3svc/1/root/foo which I can see in IIS manager maps to the virtual directory: Default Web Site/foo How can I determine the virtual directory name from the metabase path in c++?
deltanine
  • 1,166
  • 1
  • 13
  • 25
0
votes
1 answer

Aggregation in SQL to calculate sum and percentage

I have this data in my database which shows how many users have been invited and participated, and I want to calculate the following: 1- Total invitations (sum of count). 2- Participated (sum of allowed, to_be_paid, already_paid). 3- Responded (sum…
0
votes
2 answers

Metabase returns as killed

Trying to run metabase in a server with 1 GB of RAM. I run below statement java -jar metabase.jar It returns below as 08-29 17:00:59 INFO metabase.util :: Loading Metabase... Killed I could not find any logs
skvsree
  • 487
  • 1
  • 7
  • 19
0
votes
1 answer

Convert preconfigured timestamp in metabase from utc format to ist using sql queries

showing the initial timestamp format Currently I am working on metabase. I have my timestamp something like this 'Friday, June 23, 2017 8:43 AM'. I need to convert this timestamp from utc to ist form. The code is something like this SELECT…
Addictd
  • 57
  • 1
  • 12
0
votes
2 answers

Presto Integration with Metabase

Metabase 0.24 has a welcome presto integration. I'm currently testing it. However I see that it requires Database name, username and password fields to connect. My understanding is that presto setups comprise of multiple databases possibly of…
ebnius
  • 910
  • 2
  • 8
  • 14
0
votes
1 answer

IIS 7 identify virtual directory from metabase path

I am trying to profile the number of "Anonymous Requests" for an ASP.NET web application using perfmon. When I select this key, I have to pick a process of the form _LM_W3SVC_#_ROOT. How do I map the IIS metabase path back to the web application?
Keith
  • 2,618
  • 4
  • 29
  • 44
0
votes
2 answers

Metabase displays wrong time format

My Data are stored in a MySql Database and i use Metabaseto display the data. In phpMyAdmineverything looks like it should, but in Metabase the Dates are displayed like they should. The two datetimes types do not really matter but the time type…
TheDoctor
  • 2,362
  • 4
  • 22
  • 39