business-intelligence
Here are 669 public repositories matching this topic...
When adding a new data store database in Metabase it tries to connect first with SSL (if the driver supports SSL), and then without, in that order. If either connection succeeds, the database details are accepted as valid. Yes, you can add driver specific JDBC options to use SSL, but there is no good feed
@madAndroid was kind enough to provide instructions on how to configure Redash with Auth0/SAML on the forum: https://discuss.redash.io/t/auth0-integration/586/5.
We should port this over to the Knowledge Base (either as a section in the Authentication Options page or a dedicated one).
-
Updated
Jul 14, 2020 - Jupyter Notebook
-
Updated
Jun 16, 2020 - TSQL
Describe the feature
Allow dbt users to run dbt source snapshot-freshness --select tag:mytag
DBT already has the ability to do this for models but would love to do this for sources as well.
Business Context:
Describe alternatives you've considered
- Run the whole tree and not use tag selection
Who will this benefit?
Anyone who has dbt monorepo used by multiple team
-
Updated
May 31, 2020 - Java
-
Updated
Jul 13, 2020 - JavaScript
-
Updated
Dec 2, 2016 - Python
Hi, I'm following the document - https://tabix.io/doc/Install/.
Docker is failing to pull the images. This issue is fixed at #66. But doc needs update - Below is the docker log while building the image -
Status: Downloaded newer image for debian:jessie
---> 2c5f66c0d4e0
Step 2/12 : ENV APP_HOME /usr/src/app
---> Running in 9367e950f6ad
Removing intermediate container 9367e950f6a
-
Updated
Jul 8, 2020
-
Updated
Jun 13, 2020 - Vue
-
Updated
Jul 16, 2020 - JavaScript
Tutorial
Is there any tutorial other than quick tutorial, which is good for start, but where to find answers to slightly difficult questions like
- how to create columns like year / month of date columns.
- how to create columns like amount which is computed by a formula.
- how to create drill-down report.
all these samples are available in code but how to create on your tables, right from scra
-
Updated
Jan 27, 2020
-
Updated
Jul 1, 2020 - Java
Summary and Descriptive Statistics
The first operation to perform after importing data is to get some sense of what it looks like. For numerical columns, knowing the descriptive summary statistics can help a lot in understanding the distribution of your data. The transformer "describe" returns a DataFrame containing information such as number of non-null entries (count), mean, standard deviati
-
Updated
Aug 3, 2018 - Scala
Hello,
I'd like to ask documents which provide information to upgrade Metatron discovery and Metatron druid.
Such as, to keep the druid ingested data and permission control, which folder should back-up, etc.
Many thanks,
Today I tried to install Knowage. Since the installer crashed with an exception (bug #90), I wanted to build the project from source. I read through the whole documentation that was referenced in the README.md, but I could not find any hint how to build the project from source.
The only hint I found was in a comment of a closed ticket:
KnowageLabs/Knowage-Server#16
-
Updated
Jun 18, 2020 - JavaScript
-
Updated
Oct 21, 2019 - Python
-
Updated
Jul 1, 2020 - Java
-
Updated
Jul 16, 2020 - TypeScript
-
Updated
Oct 5, 2018 - TypeScript
Details
| Key | Value |
|---|---|
| Key | SPAGOBI-961 |
| Type | New Feature |
| Status | Open |
| Priority | Major |
| Resolution | |
| Affects | 3.4.0, 3.5.0, 3.5.1 |
| Fix | 3.6.0 |
| Components | SERVER/Cockpit/Composed |
| Labels |
People
|Key | Val
-
Updated
Jul 16, 2020 - Python
-
Updated
Aug 28, 2019 - Jupyter Notebook
Improve this page
Add a description, image, and links to the business-intelligence topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the business-intelligence topic, visit your repo's landing page and select "manage topics."


Steps to reproduce:
On a template variable with multi-select:
Actual Result:
The space bar input is appended or prepended to the search text.
Expected Result
The search text should remained unchanged, since focus is on a dropdown item.
**Releva