Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
201875f
Enabling feature flag
yardz Mar 1, 2021
acfe85e
"fix"
yardz Mar 1, 2021
488da65
feat(viz): implement time picker on filter box (#13377)
zhaoyongjie Mar 1, 2021
f19a830
refactor(self-trigger): Split native filters state (#13137)
simcha90 Mar 2, 2021
b04aebf
fix(alerts&reports): Alerts & Reports will use values from WEBDRIVER_…
iercan Mar 2, 2021
70e12ed
chore: bump pyarrow and pandas (#12882)
villebro Mar 2, 2021
f261629
chore: convert chartReducer to TypeScript (#13374)
ktmud Mar 2, 2021
694ae6f
fix(query-object): extra time-range-endpoints (#13331)
john-bodley Mar 3, 2021
7d270bc
test: ErrorMessage components tests (#13358)
geido Mar 3, 2021
e9d5d3b
Adds tests and storybook to CopyToClipboard component (#13359)
michael-s-molina Mar 3, 2021
45aa812
test: Adds storybook to EditableTitle component (#13362)
michael-s-molina Mar 3, 2021
c3e19b2
test: Adds storybook to IconTooltip component (#13415)
michael-s-molina Mar 3, 2021
51f05ea
test: Adds storybook to AnchorLink component (#13406)
michael-s-molina Mar 3, 2021
327e9b0
test: Adds storybook to FormRow component (#13407)
michael-s-molina Mar 3, 2021
65cec18
chore: Removes unused Hotkeys component (#13408)
michael-s-molina Mar 3, 2021
dc17039
feat(dashboard_rbac): manage roles for dashboard (#13145)
simcha90 Mar 3, 2021
8b38d63
changes added (#13431)
mayurnewase Mar 3, 2021
26b75fa
chore: Added rockset and firebird (#13418)
srinify Mar 3, 2021
9c9862f
feat: Added Rows Returned (#13190)
AAfghahi Mar 3, 2021
66a7318
refactor: Query search into functional component (#13102)
AAfghahi Mar 3, 2021
26e36ae
fix: annotation layer modal err handling (#12341)
riahk Mar 3, 2021
026782e
use semver for badge sort (#13424)
eschutho Mar 3, 2021
dc1eb30
refactor: convert controlUtils to TypeScript (1 of 2) (#13401)
ktmud Mar 3, 2021
cfc83c2
chore: Moves TableSelector tests to component's folder (#13411)
michael-s-molina Mar 3, 2021
ca27b00
chore: disable drag metrics and columns in datasourcePanel (#13450)
zhaoyongjie Mar 4, 2021
7f0fbb5
refactor: add set data mask to build query (#13417)
simcha90 Mar 4, 2021
6026e7d
chore: Improve japannese translation (#13376)
tesshy Mar 4, 2021
09e5ea1
docs: Fix typo in footer (#13455)
thinkh Mar 4, 2021
95809e5
Adding v0 import/export fields to dashboard metadata schema (#13425)
michellethomas Mar 4, 2021
483405f
chore: Migrating dashboard/components/menu from jsx to tsx (#13361)
a5net Mar 4, 2021
0318b6d
feat: Add error pages (#13144)
samtfm Mar 4, 2021
2a5eb0e
Enabling feature flag
yardz Mar 1, 2021
e840a35
"fix"
yardz Mar 1, 2021
c095710
Merge branch 'bug-Chart' of github.com:yardz/superset into bug-Chart
yardz Mar 4, 2021
6a5f9c2
Specifying the prop's transformation only in case this error occurred
yardz Mar 4, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Superset
=========

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/apache/superset)
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/apache/superset?sort=semver)
[![Build Status](https://github.com/apache/superset/workflows/Python/badge.svg)](https://github.com/apache/superset/actions)
[![PyPI version](https://badge.fury.io/py/apache-superset.svg)](https://badge.fury.io/py/apache-superset)
[![Coverage Status](https://codecov.io/github/apache/superset/coverage.svg?branch=master)](https://codecov.io/github/apache/superset)
Expand Down
5 changes: 5 additions & 0 deletions docs/gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -664,4 +664,9 @@ exports.createPages = ({ actions }) => {
toPath: '/docs/miscellaneous/issue-codes#issue-1005',
isPermanent: true,
});
createRedirect({
fromPath: '/docs/installation/email-reports',
toPath: '/docs/installation/alerts-reports',
isPermanent: true,
});
};
2 changes: 1 addition & 1 deletion docs/src/components/MainMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export default class MainMenu extends React.Component {
const { visible } = this.state;
return (
<Layout.Header css={headerStyle}>
<a href="https://superset.apache.org">
<a href="/">
<img height="50" css={logoStyle} src={logoSvg} alt="logo" />
</a>
<MenuItems toggleDrawer={this.toggleDrawer} mode="horizontal" />
Expand Down
2 changes: 1 addition & 1 deletion docs/src/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const LayoutFooter = () => (
{new Date().getFullYear()}
,
<a href="http://www.apache.org/" target="_blank" rel="noreferrer">
&nbsp;The Apache Software Fountation
&nbsp;The Apache Software Foundation
</a>
, &nbsp;Licensed under the Apache
<a
Expand Down
Binary file added docs/src/images/databases/rockset.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/images/databases/trino.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/images/databases/trino2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions docs/src/pages/docs/Connecting to Databases/firebird.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Firebird
menu: Connecting to Databases
route: /docs/databases/firebird
index: 30
version: 1
---

## Firebird

The recommended connector library for Firebird is [sqlalchemy-firebird](https://pypi.org/project/sqlalchemy-firebird/).
Superset has been tested on `sqlalchemy-firebird>=0.7.0, <0.8`.

The recommended connection string is:

```
firebird+fdb://{username}:{password}@{host}:{port}//{path_to_db_file}
```

Here's a connection string example of Superset connecting to a local Firebird database:

```
firebird+fdb://SYSDBA:masterkey@192.168.86.38:3050//Library/Frameworks/Firebird.framework/Versions/A/Resources/examples/empbuild/employee.fdb
```
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The resulting file should have this structure:
"auth_uri": "...",
"token_uri": "...",
"auth_provider_x509_cert_url": "...",
"client_x509_cert_url": "...",
"client_x509_cert_url": "..."
}
}
```
Expand Down
17 changes: 17 additions & 0 deletions docs/src/pages/docs/Connecting to Databases/rockset.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Rockset
menu: Connecting to Databases
route: /docs/databases/rockset
index: 29
version: 1
---

## Rockset

The connection string for Rockset is:

```
rockset://apikey:{your-apikey}@api.rs2.usw2.rockset.com/
```

For more complete instructions, we recommend the [Rockset documentation](https://docs.rockset.com/apache-superset/).
4 changes: 2 additions & 2 deletions docs/src/pages/docs/Connecting to Databases/sql-server.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: SQL Server
name: Microsoft SQL Server
menu: Connecting to Databases
route: /docs/databases/sql-server
index: 24
Expand All @@ -13,5 +13,5 @@ The recommended connector library for SQL Server is [pymssql](https://github.com
The connection string for SQL Server looks like this:

```
mssql+pymssql://UserName@DB:Password@DB_Host:1433/TestSchema
mssql+pymssql://<Username>:<Password>@<Host>:<Port-default:1433>/<Database Name>/?Encrypt=yes
```
2 changes: 1 addition & 1 deletion docs/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ const Theme = () => {
title="Integrates with modern databases"
descr={`
Superset can connect to any SQL based datasource
through SQL Alchemy, including modern cloud native databases
through SQLAlchemy, including modern cloud native databases
and engines at petabyte scale.
`}
/>
Expand Down
10 changes: 10 additions & 0 deletions docs/src/resources/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,16 @@ export const Databases = [
href: 'https://www.sqlite.org/index.html',
imgName: 'sqllite.png',
},
{
title: 'Trino',
href: 'https://trino.io/',
imgName: 'trino2.jpg',
},
{
title: 'Rockset',
href: 'https://rockset.com/',
imgName: 'rockset.png',
},
{
title: 'Vertica',
href: 'https://www.vertica.com/',
Expand Down
Loading