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
5
votes
4 answers

How to run metabase on ec2 instance (without elastic beanstalk)

i am newbie in Metabase, also i don't have much knowledge about AWS. i have EC2 instance and i want to run Metabase on EC2 instance without elastic beanstalk. is this possible? if yes than how? and if no than why?
Vinay Pandya
  • 3,020
  • 2
  • 26
  • 42
4
votes
2 answers

The metabase key '/lm/w3svc' could not be found

I have a laptop with Windows XP on it. Trying to deploy an ASP.NET web application on IIS 6 I received the following error: Error 1 Web deployment task failed.(The metabase key '/lm/w3svc' could not be found.) The metabase key '/lm/w3svc' could…
user1031571
  • 51
  • 1
  • 2
4
votes
2 answers

Metabase Custom Column Casting from Text to Integer

How can I use Custom Column feature in Metabase to cast column from Text to Integer for sum calculation.
newbieLinuxCpp
  • 376
  • 2
  • 8
  • 23
4
votes
0 answers

Metabase API request for query with parameters is constrained to 2000 rows

We are using the python requests module to query Metabase, and trying to figure out how to pass variables to the respective query. The issue is, that while we have been able to successfully pass parameters to Metabase, if the resulting query is…
Brendan McDonald
  • 313
  • 3
  • 13
4
votes
2 answers

"Unknown error (0x80005000)" trying to read remote IIS 6 Metabase with DirectoryEntry and Impersonation (C#)

(EDIT) The plot thickens: The same code (with no need for impersonation!) runs successfully from a Windows 7 client, but NOT from a Windows 2008 R2 client! Here's the code in question. (Original message follows code below.) var entry = new…
JCCyC
  • 16,140
  • 11
  • 48
  • 75
4
votes
0 answers

Metabase - How to use custom JDBC driver? (Databricks)

I'm trying to connect Metabase in my data source that is in Databricks. I tried to use the SparkSQL connector that comes with Metabase but didn't work. Metabase generates a slightly different jdbc connection url that it should be, Metabase generates…
Rafael Leinio
  • 121
  • 1
  • 6
4
votes
0 answers

Can't connect to mongodb via metabase

I'm attempting to connect to a MongoDB using Metabase. It's connecting through a SSH tunnel - these connection details are fine. The error I'm getting from metabase is: com.mongodb.MongoTimeoutException: Timed out after 3000 ms while waiting for a…
Kevin Sedgley
  • 1,049
  • 1
  • 11
  • 22
4
votes
1 answer

How to compare two dates in the mongo aggregation framework?

We're currently using metabase to analyze our data. I've run into a problem with querying with an aggregation query. I wanted all the documents where date1 is before date2. (I used 3 filters to debug my results, it should be possible to put it in 1…
Corne Elshof
  • 53
  • 1
  • 2
  • 5
4
votes
3 answers

Is there a .NET Library or API to interact with/Edit the IIS Metabase?

...or am I stuck rolling my own "XML chopping" functions. I'd like to create a small tasktray app so I can quickly re-point a Virual Directory to one of several of folders on my harddisk. Bit of background: I have 3 different svn branches of our…
Eoin Campbell
  • 43,500
  • 17
  • 101
  • 157
4
votes
2 answers

How to find relative path to C:\Inetpub\AdminScripts\ADSUTIL.VBS?

IIS 6 and older ships with a utility script called ADSUTIL.VBS: Adsutil.vbs is an IIS administration utility that uses Microsoft Visual Basic Scripting Edition (VBScript) with Active Directory Service Interfaces (ADSI) to manipulate the …
Mike Atlas
  • 8,193
  • 4
  • 46
  • 62
3
votes
2 answers

Programatically removing etag suffix (change number) from the metabase IIS6

IIS 6.0 generates eTag values in the format of "hash:changenumber". The changenumber goes up every time IIS resets, so your eTag is only valid for the lifetime of your IIS process. Restart, number goes up, hash:changenumber !=…
crb
  • 8,132
  • 6
  • 37
  • 48
3
votes
2 answers

Convert an array of strings to an array of numbers in Snowflake

How does one convert an array of string values into an array of numbers? Background: Using Snowflake, I have a string input like "123, 45, 89" that I want to convert to an array of numbers (123, 45, 89) so that I can eventually compare against an…
user2529589
  • 330
  • 4
  • 16
3
votes
2 answers

Has anyone deployed Metabase with cloud run?

I did research but couldn't find any "howTo" for deploying Metabase with Cloud Run on GCP, I only found Q&A the problems by deploying it. My goal is to deploy Metabase with Cloud run and use Postgres as database. I have already deployed app by…
3
votes
1 answer

Metabase deploy fails on AWS Beanstalk

I'm trying to deploy Metabase on AWS Beanstalk following the official documentation. Unfortunately, I'm getting the following errors every time: Stack named 'awseb-e-mbmm95mkdq-stack' aborted operation. Current state: 'CREATE_FAILED' Reason: The…
Vladislav
  • 483
  • 2
  • 6
  • 17
3
votes
1 answer

Metabase/Clojure error: Unfreezable type: class org.postgresql.jdbc.PgArray

Anyone knows something about this error in Metabase (or a similar one in any Clojure program)? Unfreezable type: class org.postgresql.jdbc.PgArray It happens regularly, but not always, when I use a postgresql array type (i.e. TEXT[]) in a question…
Joe Samanek
  • 1,644
  • 12
  • 16
1
2
3
25 26