ga4-export-fixer 0.4.6-dev.2 → 0.4.7-dev.0
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 +1 -1
- package/createTable.js +58 -0
- package/defaultConfig.js +0 -66
- package/documentation.js +222 -306
- package/index.js +1 -1
- package/inputValidation.js +0 -184
- package/package.json +3 -3
- package/tables/ga4EventsEnhanced/config.js +68 -0
- package/tables/{ga4EventsEnhanced.js → ga4EventsEnhanced/index.js} +28 -54
- package/tables/ga4EventsEnhanced/tableDescription.js +103 -0
- package/tables/ga4EventsEnhanced/validation.js +185 -0
- package/utils.js +22 -1
- /package/{columns → tables/ga4EventsEnhanced/columns}/columnDescriptions.json +0 -0
- /package/{columns → tables/ga4EventsEnhanced/columns}/columnLineage.json +0 -0
- /package/{columns → tables/ga4EventsEnhanced/columns}/columnTypicalUse.json +0 -0
- /package/{columns → tables/ga4EventsEnhanced/columns}/tableAgentInstructions.json +0 -0
package/documentation.js
CHANGED
|
@@ -1,306 +1,222 @@
|
|
|
1
|
-
const
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
if (sections.
|
|
19
|
-
parts.push(sections.
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
if (sections.
|
|
23
|
-
parts.push(`
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
if (sections.
|
|
27
|
-
parts.push(`
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
*
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
const
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
};
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
*
|
|
59
|
-
*
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
*
|
|
124
|
-
*
|
|
125
|
-
*
|
|
126
|
-
*
|
|
127
|
-
* @param {Object}
|
|
128
|
-
* @
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
const
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
const
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
*
|
|
176
|
-
*
|
|
177
|
-
* @param {string[]}
|
|
178
|
-
* @
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
*
|
|
188
|
-
*
|
|
189
|
-
*
|
|
190
|
-
* @param {Object} config - The merged configuration object.
|
|
191
|
-
* @
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
if (config.eventParamsToColumns && config.eventParamsToColumns.length > 0) {
|
|
224
|
-
config.eventParamsToColumns.forEach(p => {
|
|
225
|
-
const columnName = p.columnName || p.name;
|
|
226
|
-
keyFieldLines.push(`- ${columnName}: Promoted event parameter '${p.name}'. Available as a top-level column for direct filtering.`);
|
|
227
|
-
});
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
if (keyFieldLines.length > 0) {
|
|
231
|
-
sections.push('KEY FIELDS:\n' + keyFieldLines.join('\n'));
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
// 3. Synonyms
|
|
235
|
-
const synonymLines = tableAgentInstructions.synonyms
|
|
236
|
-
.filter(s => !isExcluded(s.dependsOn, excludedColumns))
|
|
237
|
-
.map(s => `- "${s.terms.join('" / "')}" → ${s.sql}`);
|
|
238
|
-
|
|
239
|
-
if (synonymLines.length > 0) {
|
|
240
|
-
sections.push('SYNONYMS:\n' + synonymLines.join('\n'));
|
|
241
|
-
}
|
|
242
|
-
|
|
243
|
-
// 4. Filtering and Grouping
|
|
244
|
-
const guidanceLines = tableAgentInstructions.filteringGuidance
|
|
245
|
-
.filter(g => !isExcluded(g.dependsOn, excludedColumns))
|
|
246
|
-
.map(g => `- ${g.text}`);
|
|
247
|
-
|
|
248
|
-
if (guidanceLines.length > 0) {
|
|
249
|
-
sections.push('FILTERING AND GROUPING:\n' + guidanceLines.join('\n'));
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
// 5. Event Vocabulary
|
|
253
|
-
const vocabParts = [];
|
|
254
|
-
const autoEvents = tableAgentInstructions.eventVocabulary.autoCollectedAndEnhanced
|
|
255
|
-
.filter(e => !excludedEvents.includes(e));
|
|
256
|
-
if (autoEvents.length > 0) {
|
|
257
|
-
vocabParts.push(`Auto-collected and enhanced measurement: ${autoEvents.join(', ')}`);
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
if (!isExcluded(['ecommerce'], excludedColumns)) {
|
|
261
|
-
const ecomEvents = tableAgentInstructions.eventVocabulary.ecommerce
|
|
262
|
-
.filter(e => !excludedEvents.includes(e));
|
|
263
|
-
if (ecomEvents.length > 0) {
|
|
264
|
-
vocabParts.push(`Ecommerce (recommended): ${ecomEvents.join(', ')}`);
|
|
265
|
-
}
|
|
266
|
-
}
|
|
267
|
-
|
|
268
|
-
if (vocabParts.length > 0) {
|
|
269
|
-
sections.push('COMMON EVENT NAMES:\n' + vocabParts.join('\n'));
|
|
270
|
-
}
|
|
271
|
-
|
|
272
|
-
// 6. Table Features
|
|
273
|
-
const featureLines = [
|
|
274
|
-
'Combines daily, intraday, and fresh exports; the best available version of each event is used.',
|
|
275
|
-
'Incremental updates: non-final data is replaced with the latest available data on every run.',
|
|
276
|
-
'Promotes key fields (e.g. page_location, session_id) to top-level columns for faster queries.',
|
|
277
|
-
'Session-level fields: landing_page, user_id resolution, and configurable session parameters.',
|
|
278
|
-
];
|
|
279
|
-
sections.push('TABLE FEATURES:\n' + featureLines.map(f => `- ${f}`).join('\n'));
|
|
280
|
-
|
|
281
|
-
// 7. Package Attribution
|
|
282
|
-
sections.push(`${constants.TABLE_DESCRIPTION_SUFFIX}\n${constants.TABLE_DESCRIPTION_DOCUMENTATION_LINK}`);
|
|
283
|
-
|
|
284
|
-
// 8. Config JSON dump
|
|
285
|
-
const configForDump = Object.fromEntries(
|
|
286
|
-
Object.entries(config).filter(([key]) => !key.startsWith('default'))
|
|
287
|
-
);
|
|
288
|
-
// Strip description and columns from dataformTableConfig to avoid circular reference and bloat
|
|
289
|
-
if (configForDump.dataformTableConfig) {
|
|
290
|
-
const { description, columns, ...rest } = configForDump.dataformTableConfig;
|
|
291
|
-
configForDump.dataformTableConfig = rest;
|
|
292
|
-
}
|
|
293
|
-
const configJson = JSON.stringify(configForDump, null, 2);
|
|
294
|
-
sections.push(`The last full table refresh was done using this configuration:\n${configJson}`);
|
|
295
|
-
|
|
296
|
-
return sections.join('\n\n');
|
|
297
|
-
};
|
|
298
|
-
|
|
299
|
-
module.exports = {
|
|
300
|
-
columnDescriptions,
|
|
301
|
-
getColumnDescriptions,
|
|
302
|
-
getTableDescription,
|
|
303
|
-
composeDescription,
|
|
304
|
-
getLineageText,
|
|
305
|
-
buildConfigNotes,
|
|
306
|
-
};
|
|
1
|
+
const constants = require('./constants');
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Composes a multi-section column description string from individual sections.
|
|
5
|
+
* Sections with null/undefined/empty values are omitted.
|
|
6
|
+
* Sections are separated by line breaks for readability.
|
|
7
|
+
*
|
|
8
|
+
* @param {Object} sections - { base, lineage, typicalUse, config }
|
|
9
|
+
* @returns {string} Composed description
|
|
10
|
+
*/
|
|
11
|
+
const composeDescription = (sections) => {
|
|
12
|
+
const parts = [];
|
|
13
|
+
|
|
14
|
+
if (sections.base) {
|
|
15
|
+
parts.push(sections.base);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
if (sections.lineage) {
|
|
19
|
+
parts.push(`Lineage: ${sections.lineage}`);
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
if (sections.typicalUse) {
|
|
23
|
+
parts.push(`Typical use: ${sections.typicalUse}`);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
if (sections.config) {
|
|
27
|
+
parts.push(`Config: ${sections.config}`);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
return parts.join('\n\n');
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* Returns a formatted lineage text string for a column, or null if no lineage data exists.
|
|
35
|
+
*
|
|
36
|
+
* @param {string} columnName - The column name to look up.
|
|
37
|
+
* @param {Object} columnLineage - The lineage data object mapping column names to { source, note }.
|
|
38
|
+
* @returns {string|null} Formatted lineage string, e.g. "Derived -- Concatenation of ..."
|
|
39
|
+
*/
|
|
40
|
+
const getLineageText = (columnName, columnLineage) => {
|
|
41
|
+
const entry = columnLineage[columnName];
|
|
42
|
+
if (!entry) return null;
|
|
43
|
+
|
|
44
|
+
const sourceLabels = {
|
|
45
|
+
'ga4_export': 'Standard GA4 export field',
|
|
46
|
+
'ga4_export_modified': 'GA4 export field (modified)',
|
|
47
|
+
'derived': 'Derived',
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
const label = sourceLabels[entry.source] || entry.source;
|
|
51
|
+
return entry.note ? `${label} -- ${entry.note}` : label;
|
|
52
|
+
};
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Builds a map of config-specific notes for columns based on the provided configuration.
|
|
56
|
+
* Extracts the configuration-dependent description suffixes into a { columnName: "note" } map.
|
|
57
|
+
*
|
|
58
|
+
* @param {Object} config - The merged configuration object.
|
|
59
|
+
* @returns {Object} Map of column names to config note strings.
|
|
60
|
+
*/
|
|
61
|
+
const buildConfigNotes = (config) => {
|
|
62
|
+
const notes = {};
|
|
63
|
+
|
|
64
|
+
if (!config) return notes;
|
|
65
|
+
|
|
66
|
+
const append = (key, text) => {
|
|
67
|
+
notes[key] = notes[key] ? `${notes[key]}. ${text}` : text;
|
|
68
|
+
};
|
|
69
|
+
|
|
70
|
+
// timezone
|
|
71
|
+
if (config.timezone) {
|
|
72
|
+
append('event_datetime', `Timezone: ${config.timezone}`);
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
// customTimestampParam
|
|
76
|
+
if (config.customTimestampParam) {
|
|
77
|
+
append('event_datetime', `Custom timestamp parameter: '${config.customTimestampParam}'`);
|
|
78
|
+
append('event_custom_timestamp', `Source parameter: '${config.customTimestampParam}'`);
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
// data_is_final
|
|
82
|
+
if (config.dataIsFinal) {
|
|
83
|
+
const method = config.dataIsFinal.detectionMethod;
|
|
84
|
+
if (method === 'DAY_THRESHOLD') {
|
|
85
|
+
append('data_is_final', `Detection method: DAY_THRESHOLD (${config.dataIsFinal.dayThreshold} days)`);
|
|
86
|
+
} else {
|
|
87
|
+
append('data_is_final', `Detection method: EXPORT_TYPE`);
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
// excludedEvents
|
|
92
|
+
if (config.excludedEvents && config.excludedEvents.length > 0) {
|
|
93
|
+
append('event_name', `Excluded events: ${config.excludedEvents.join(', ')}`);
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
// excludedEventParams
|
|
97
|
+
if (config.excludedEventParams && config.excludedEventParams.length > 0) {
|
|
98
|
+
append('event_params', `Excluded parameters: ${config.excludedEventParams.join(', ')}`);
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
// sessionParams
|
|
102
|
+
if (config.sessionParams && config.sessionParams.length > 0) {
|
|
103
|
+
append('session_params', `Configured parameters: ${config.sessionParams.join(', ')}`);
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
// includedExportTypes
|
|
107
|
+
if (config.includedExportTypes) {
|
|
108
|
+
const types = Object.entries(config.includedExportTypes)
|
|
109
|
+
.filter(([, enabled]) => enabled)
|
|
110
|
+
.map(([type]) => type);
|
|
111
|
+
if (types.length > 0) {
|
|
112
|
+
append('export_type', `Included export types: ${types.join(', ')}`);
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
return notes;
|
|
117
|
+
};
|
|
118
|
+
|
|
119
|
+
/**
|
|
120
|
+
* Returns a deep copy of the column descriptions, enriched with
|
|
121
|
+
* lineage, typical use, and configuration-specific sections composed into
|
|
122
|
+
* multi-section descriptions.
|
|
123
|
+
*
|
|
124
|
+
* @param {Object} config - The merged configuration object.
|
|
125
|
+
* @param {Object} columnMetadata - Column metadata provided by the table module.
|
|
126
|
+
* @param {Object} columnMetadata.descriptions - Column descriptions (Dataform ITableConfig columns format).
|
|
127
|
+
* @param {Object} columnMetadata.lineage - Column lineage data mapping column names to { source, note }.
|
|
128
|
+
* @param {Object} columnMetadata.typicalUse - Column typical use mapping column names to description strings.
|
|
129
|
+
* @returns {Object} Column descriptions object in Dataform ITableConfig columns format.
|
|
130
|
+
*/
|
|
131
|
+
const getColumnDescriptions = (config, columnMetadata) => {
|
|
132
|
+
const descriptions = JSON.parse(JSON.stringify(columnMetadata.descriptions));
|
|
133
|
+
|
|
134
|
+
const configNotes = buildConfigNotes(config);
|
|
135
|
+
|
|
136
|
+
// Compose multi-section descriptions for each top-level column
|
|
137
|
+
for (const key of Object.keys(descriptions)) {
|
|
138
|
+
const isStruct = typeof descriptions[key] === 'object' && descriptions[key].description;
|
|
139
|
+
const baseDesc = isStruct ? descriptions[key].description : (typeof descriptions[key] === 'string' ? descriptions[key] : null);
|
|
140
|
+
|
|
141
|
+
if (!baseDesc) continue;
|
|
142
|
+
|
|
143
|
+
const composed = composeDescription({
|
|
144
|
+
base: baseDesc,
|
|
145
|
+
lineage: getLineageText(key, columnMetadata.lineage),
|
|
146
|
+
typicalUse: columnMetadata.typicalUse[key] || null,
|
|
147
|
+
config: configNotes[key] || null,
|
|
148
|
+
});
|
|
149
|
+
|
|
150
|
+
if (isStruct) {
|
|
151
|
+
descriptions[key].description = composed;
|
|
152
|
+
} else {
|
|
153
|
+
descriptions[key] = composed;
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
// Add descriptions for dynamically promoted event parameter columns
|
|
158
|
+
if (config && config.eventParamsToColumns && config.eventParamsToColumns.length > 0) {
|
|
159
|
+
config.eventParamsToColumns.forEach(p => {
|
|
160
|
+
const columnName = p.columnName || p.name;
|
|
161
|
+
const type = p.type ? ` (${p.type})` : ' (any data type)';
|
|
162
|
+
descriptions[columnName] = composeDescription({
|
|
163
|
+
base: `Promoted from event parameter '${p.name}'${type}`,
|
|
164
|
+
lineage: `Derived -- Promoted from the event_params array`,
|
|
165
|
+
typicalUse: 'Promoted event parameter available as a top-level column for direct filtering and aggregation',
|
|
166
|
+
config: null,
|
|
167
|
+
});
|
|
168
|
+
});
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
return descriptions;
|
|
172
|
+
};
|
|
173
|
+
|
|
174
|
+
/**
|
|
175
|
+
* Checks whether a column (or its parent struct) is excluded by the config.
|
|
176
|
+
*
|
|
177
|
+
* @param {string[]} dependsOn - Column names this entry depends on.
|
|
178
|
+
* @param {string[]} excludedColumns - Combined excluded columns from config.
|
|
179
|
+
* @returns {boolean} True if ALL dependsOn columns are excluded.
|
|
180
|
+
*/
|
|
181
|
+
const isExcluded = (dependsOn, excludedColumns) => {
|
|
182
|
+
if (!dependsOn || dependsOn.length === 0) return false;
|
|
183
|
+
return dependsOn.every(col => excludedColumns.includes(col));
|
|
184
|
+
};
|
|
185
|
+
|
|
186
|
+
/**
|
|
187
|
+
* Builds the full table description by combining table-specific sections
|
|
188
|
+
* with shared sections (package attribution, config JSON dump).
|
|
189
|
+
*
|
|
190
|
+
* @param {Object} config - The merged configuration object.
|
|
191
|
+
* @param {string[]} tableSections - Table-specific description sections (provided by the table module).
|
|
192
|
+
* @returns {string} The composed table description.
|
|
193
|
+
*/
|
|
194
|
+
const buildTableDescription = (config, tableSections) => {
|
|
195
|
+
const sections = [...tableSections];
|
|
196
|
+
|
|
197
|
+
// Package Attribution
|
|
198
|
+
sections.push(`${constants.TABLE_DESCRIPTION_SUFFIX}\n${constants.TABLE_DESCRIPTION_DOCUMENTATION_LINK}`);
|
|
199
|
+
|
|
200
|
+
// Config JSON dump
|
|
201
|
+
const configForDump = Object.fromEntries(
|
|
202
|
+
Object.entries(config).filter(([key]) => !key.startsWith('default'))
|
|
203
|
+
);
|
|
204
|
+
// Strip description and columns from dataformTableConfig to avoid circular reference and bloat
|
|
205
|
+
if (configForDump.dataformTableConfig) {
|
|
206
|
+
const { description, columns, ...rest } = configForDump.dataformTableConfig;
|
|
207
|
+
configForDump.dataformTableConfig = rest;
|
|
208
|
+
}
|
|
209
|
+
const configJson = JSON.stringify(configForDump, null, 2);
|
|
210
|
+
sections.push(`The last full table refresh was done using this configuration:\n${configJson}`);
|
|
211
|
+
|
|
212
|
+
return sections.join('\n\n');
|
|
213
|
+
};
|
|
214
|
+
|
|
215
|
+
module.exports = {
|
|
216
|
+
getColumnDescriptions,
|
|
217
|
+
buildTableDescription,
|
|
218
|
+
composeDescription,
|
|
219
|
+
getLineageText,
|
|
220
|
+
buildConfigNotes,
|
|
221
|
+
isExcluded,
|
|
222
|
+
};
|
package/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const helpers = require('./helpers/index.js');
|
|
2
|
-
const ga4EventsEnhanced = require('./tables/ga4EventsEnhanced
|
|
2
|
+
const ga4EventsEnhanced = require('./tables/ga4EventsEnhanced');
|
|
3
3
|
const { setPreOperations: setPreOperationsRaw } = require('./preOperations.js');
|
|
4
4
|
const { validateBaseConfig } = require('./inputValidation.js');
|
|
5
5
|
const { mergeSQLConfigurations } = require('./utils.js');
|