business-intelligence
Here are 660 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
Jun 18, 2020 - Jupyter Notebook
数据源对接jdbc presto,presto sql不复杂,但一个任务对接多个看板,返回数据 是null,查看 代码:
synchronized (context) {
context.wait(10 * 60 * 1000);
}
唤醒代码:
synchronized (context) {
context.setData(data);
context.notify();
}
返回的data=null,
我将自动等待时长加到30 * 60 * 1000,错误还是一样
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
Jun 5, 2020 - JavaScript
Please include a tutorial on how to set up Connections, Cubes, Schedulers, etc., including steps on how to troubleshoot any connection problems in particular.
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
May 12, 2020
-
Updated
Jun 13, 2020 - Vue
-
Updated
Jun 6, 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
Do tests of scaling out on Docker and prepare some documentation. Would be good to attache some screens or logs from terminal.
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
We should add some stuff to contributors.md. Something like:
- when opening a PR, feel free to immediately request a review, probably from @BenBirt or @lewish
- one reviewer is fine, add two or more though if you want to get something in faster / want more eyes reviewing
- after resolving a round of PR comments, hit the "re-request review" button
- once the PR is approved & you have resolved any
-
Updated
Jun 15, 2020 - Java
-
Updated
Jun 6, 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
Jun 19, 2020 - Python
-
Updated
Jun 8, 2020 - C#
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