diff --git a/.github/workflows/superset-docs-deploy.yml b/.github/workflows/superset-docs-deploy.yml index c5e329322..2bce8c023 100644 --- a/.github/workflows/superset-docs-deploy.yml +++ b/.github/workflows/superset-docs-deploy.yml @@ -4,6 +4,7 @@ on: push: paths: - "docs/**" + - "README.md" branches: - "master" diff --git a/.rat-excludes b/.rat-excludes index d5d11d9bb..70529a4bd 100644 --- a/.rat-excludes +++ b/.rat-excludes @@ -64,6 +64,7 @@ temporary_superset_ui/* # docs overrides for third party logos we don't have the rights to google-big-query.svg google-sheets.svg +ibm-db2.svg postgresql.svg snowflake.svg diff --git a/README.md b/README.md index 106945e89..5e05ac305 100644 --- a/README.md +++ b/README.md @@ -104,39 +104,39 @@ Superset can query data from any SQL-speaking datastore or data engine (Presto, Here are some of the major database solutions that are supported:

- redshift - google-biquery - snowflake - trino - presto - databricks - druid - firebolt - timescale - rockset - postgresql - mysql - mssql-server - db2 - sqlite - sybase - mariadb - vertica - oracle - firebird - greenplum - clickhouse - exasol - monet-db + redshift + google-biquery + snowflake + trino + presto + databricks + druid + firebolt + timescale + rockset + postgresql + mysql + mssql-server + db2 + sqlite + sybase + mariadb + vertica + oracle + firebird + greenplum + clickhouse + exasol + monet-db apache-kylin hologres netezza - pinot - teradata - yugabyte - databend - starrocks - doris + pinot + teradata + yugabyte + databend + starrocks + doris

**A more comprehensive list of supported databases** along with the configuration instructions can be found [here](https://superset.apache.org/docs/configuration/databases). diff --git a/docs/.gitignore b/docs/.gitignore index 2b3f79afb..290d3a0be 100644 --- a/docs/.gitignore +++ b/docs/.gitignore @@ -21,5 +21,5 @@ yarn-error.log* docs/.zshrc -# Gets copies from the root of the project at build time (yarn start / yarn build) +# Gets copied from the root of the project at build time (yarn start / yarn build) docs/intro.md diff --git a/docs/static/img/databases/ibm-db2.svg b/docs/static/img/databases/ibm-db2.svg new file mode 100644 index 000000000..aae4668ae --- /dev/null +++ b/docs/static/img/databases/ibm-db2.svg @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/static/img/databases/mariadb.png b/docs/static/img/databases/mariadb.png index fbc301a13..6f1bd7926 100644 Binary files a/docs/static/img/databases/mariadb.png and b/docs/static/img/databases/mariadb.png differ diff --git a/docs/static/img/databases/mssql-server.png b/docs/static/img/databases/mssql-server.png index bf8bffe34..4028234e7 100644 Binary files a/docs/static/img/databases/mssql-server.png and b/docs/static/img/databases/mssql-server.png differ diff --git a/docs/static/img/databases/mssql.jpg b/docs/static/img/databases/mssql.jpg new file mode 100644 index 000000000..d76155363 Binary files /dev/null and b/docs/static/img/databases/mssql.jpg differ diff --git a/docs/static/img/databases/mysql.png b/docs/static/img/databases/mysql.png index 025265782..d92befdbc 100644 Binary files a/docs/static/img/databases/mysql.png and b/docs/static/img/databases/mysql.png differ