ga4-export-fixer 0.2.5-dev.2 → 0.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -43,6 +43,7 @@ The **ga4_events_enhanced** table comes with features such as these:
|
|
|
43
43
|
- **Schema lock** – Lock the table schema to a specific GA4 export date to prevent schema drift
|
|
44
44
|
- **Data freshness tracking** – `data_is_final` flag and `export_type` label on every row
|
|
45
45
|
- **Selective date range re-processing** – Re-process a subset of data without a full table rebuild, using `incrementalStartOverride` and `incrementalEndOverride`
|
|
46
|
+
- **Batch processing** – Process large GA4 exports in smaller batches using the `numberOfDaysToProcess` configuration setting
|
|
46
47
|
- **Timezone-aware datetime** – `event_datetime` converted to a configurable IANA timezone
|
|
47
48
|
- **Column descriptions** – Full column-level documentation included in the Dataform table configuration, reflecting the specific configuration used to build the table
|
|
48
49
|
|
|
@@ -77,7 +78,7 @@ Include the package in the package.json file in your Dataform repository.
|
|
|
77
78
|
{
|
|
78
79
|
"dependencies": {
|
|
79
80
|
"@dataform/core": "3.0.42",
|
|
80
|
-
"ga4-export-fixer": "0.2.
|
|
81
|
+
"ga4-export-fixer": "0.2.5"
|
|
81
82
|
}
|
|
82
83
|
}
|
|
83
84
|
```
|