Skip to content

Commit

Permalink
Update docs to include experimental support for soda-core-teradata pa…
Browse files Browse the repository at this point in the history
…ckage (sodadata#1916)
  • Loading branch information
janet-can authored Aug 1, 2023
1 parent 9081187 commit 464e3f5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Use Soda Core to scan a variety of data sources.<br />

<table>
<tr>
<td>Amazon Athena<br /> Amazon Redshift<br /> Apache Spark DataFrames<sup>1</sup><br /> Apache Spark for Databricks SQL<br /> Azure Synapse (Experimental)<br />ClickHouse (Experimental)<br /> Dask and Pandas (Experimental)<sup>1</sup><br /> Denodo (Experimental)<br />Dremio <br />DuckDB (Experimental)</td>
<td>GCP Big Query<br /> IBM DB2<br /> Local file using Dask<sup>1</sup><br />MS SQL Server<br /> MySQL<br > OracleDB<br /> PostgreSQL<br /> Snowflake<br /> Trino<br /> Vertica (Experimental)</td>
<td>Amazon Athena<br /> Amazon Redshift<br /> Apache Spark DataFrames<sup>1</sup><br /> Apache Spark for Databricks SQL<br /> Azure Synapse (Experimental)<br />ClickHouse (Experimental)<br /> Dask and Pandas (Experimental)<sup>1</sup><br /> Denodo (Experimental)<br />Dremio <br />DuckDB (Experimental)<br /> GCP Big Query</td>
<td>IBM DB2<br /> Local file using Dask<sup>1</sup><br />MS SQL Server<br /> MySQL<br > OracleDB<br /> PostgreSQL<br /> Snowflake<br /> Teradata (Experimental) <br />Trino<br /> Vertica (Experimental)</td>
</tr>
</table>
<sup>1</sup> For use with programmatic Soda scans, only.
Expand Down Expand Up @@ -69,6 +69,7 @@ If you have not already installed Python, consider using <a href="https://github
| OracleDB | `soda-core-oracle` |
| PostgreSQL | `soda-core-postgres` |
| Snowflake | `soda-core-snowflake` |
| Teradata | `soda-core-teradata` |
| Trino | `soda-core-trino` |
| Vertica (Experimental) | `soda-core-vertica` |

Expand Down Expand Up @@ -113,6 +114,7 @@ deactivate
| OracleDB | `soda-core-oracle` |
| PostgreSQL | `soda-core-postgres` |
| Snowflake | `soda-core-snowflake` |
| Teradata | `soda-core-teradata` |
| Trino | `soda-core-trino` |
| Vertica (Experimental) | `soda-core-vertica` |

Expand Down

0 comments on commit 464e3f5

Please sign in to comment.