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
thrownewError(`Event table not found for application ${applicationId}`);
454
+
}
455
+
456
+
const[rows]=awaitconnection.query(`
457
+
SELECT DISTINCT param_value
458
+
FROM (
459
+
SELECT \`${eventParametersTable.paramsNameField}\` as param_value, \`${eventParametersTable.dateBasedCreatedAtField??eventParametersTable.createdAtField}\` as date
460
+
FROM \`${eventParametersTable.name}\`
461
+
ORDER BY \`${eventParametersTable.dateBasedCreatedAtField??eventParametersTable.createdAtField}\` DESC
0 commit comments