From 04fcf0f27ba43a5c01ba78cca27eb8fd53cfc857 Mon Sep 17 00:00:00 2001 From: winnie <91998347+gwenwindflower@users.noreply.github.com> Date: Sat, 20 Apr 2024 18:53:13 -0500 Subject: [PATCH] docs(README): update postgres support --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 913599c..6eb8a32 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ If you're new to dbt, [check out the wiki](https://github.com/gwenwindflower/tbd - [x] Snowflake - [ ] Redshift - [ ] Databricks -- [ ] Postgres +- [x] Postgres - [x] DuckDB If you don't have a cloud warehouse, but want to spin up a dbt project with `tbd` I recommend either: @@ -123,7 +123,7 @@ I'm going to experiment very soon with using structured output conformed to dbt' - [x] Add support for BigQuery - [ ] Add support for Redshift - [ ] Add support for Databricks -- [ ] Add support for Postgres +- [x] Add support for Postgres - [x] Add support for DuckDB - [ ] Build on Linux - [ ] Build on Windows