You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,8 @@ Uses [vertica-python](https://github.com/vertica/vertica-python) to connect to V
8
8
9
9
### dbt Core Features
10
10
11
-
Below is a table for what features the current Vertica adapter supports for dbt. This is constantly improving and changing as both dbt adds new functionality, as well as the dbt-vertica driver improves.
11
+
Below is a table for what features the current Vertica adapter supports for dbt. This is constantly improving and changing as both dbt adds new functionality, as well as the dbt-vertica driver improves. This list is based upon dbt 1.0.3.
@@ -45,6 +46,10 @@ Below is a table for what features the current Vertica adapter supports for Vert
45
46
46
47
## Changes
47
48
49
+
### 1.0.3
50
+
- Refactored the adapter to model after dbt's global_project macros
51
+
- Unimplemented functions should throw an exception that it's not implemented. If you stumble across this, please open an Issue or PR so we can investigate.
52
+
48
53
### 1.0.2
49
54
- Added support for snapshot timestamp with passing tests
50
55
- Added support for snapshot check cols with passing tests
Below is a table for what macros the current Vertica adapter supports for dbt. This is constantly improving and changing as both dbt adds new functionality, as well as the dbt-vertica driver improves. This list is based upon dbt 1.0.3, with the list found under https://github.com/dbt-labs/dbt-core/tree/main/core/dbt/include/global_project/macros.
4
+
5
+
## dbt Macros - adapters
6
+
7
+
| dbt Macros - adapters | Function | Implemented |
0 commit comments