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: CHANGELOG.md
+13
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,16 @@
1
+
# dbt_fivetran_log v1.7.3
2
+
[PR #126](https://github.com/fivetran/dbt_fivetran_log/pull/126) includes the following updates:
3
+
4
+
## Performance Improvements
5
+
- Updated the sequence of JSON parsing for model `fivetran_platform__audit_table` to reduce runtime.
6
+
7
+
## Bug Fixes
8
+
- Updated model `fivetran_platform__audit_user_activity` to correct the JSON parsing used to determine column `email`. This fixes an issue introduced in v1.5.0 where `fivetran_platform__audit_user_activity` could potentially have 0 rows.
9
+
10
+
## Under the hood
11
+
- Updated logic for macro `fivetran_log_lookback` to align with logic used in similar macros in other packages.
12
+
- Updated logic for the postgres dispatch of macro `fivetran_log_json_parse` to utilize `jsonb` instead of `json` for performance.
13
+
1
14
# dbt_fivetran_log v1.7.2
2
15
[PR #123](https://github.com/fivetran/dbt_fivetran_log/pull/123) includes the following updates:
- Generates a comprehensive data dictionary of your Fivetran Platform connector (previously called Fivetran Log) data via the [dbt docs site](https://fivetran.github.io/dbt_fivetran_log/)
19
-
- Produces staging models in the format described by [this ERD](https://fivetran.com/docs/logs/fivetran-log#schemainformation) which clean, test, and prepare your Fivetran data from [Fivetran's free connector](https://fivetran.com/docs/applications/fivetran-log) and generates analysis ready end models.
19
+
- Produces staging models in the format described by [this ERD](https://fivetran.com/docs/logs/fivetran-platform#schemainformation) which clean, test, and prepare your Fivetran data from [Fivetran's free connector](https://fivetran.com/docs/logs/fivetran-platform)) and generates analysis ready end models.
20
20
- The above mentioned models enable you to better understand how you are spending money in Fivetran according to our [consumption-based pricing model](https://fivetran.com/docs/getting-started/consumption-based-pricing) as well as providing details about the performance and status of your Fivetran connectors. This is achieved by:
21
21
- Displaying consumption data at the table, connector, destination, and account levels
22
22
- Providing a history of measured free and paid monthly active rows (MAR), credit consumption, and the relationship between the two
0 commit comments