We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f235f1 commit dfec8baCopy full SHA for dfec8ba
definitions/output/reports/reports_dynamic.js
@@ -80,7 +80,7 @@ function buildExportQuery(reportConfig) {
80
} else if (sql.type === 'timeseries') {
81
query = `
82
SELECT
83
- UNIX_DATE(date) * 1000 * 60 * 60 * 24 AS timestamp,
+ CAST(UNIX_DATE(date) * 1000 * 60 * 60 * 24 AS STRING) AS timestamp,
84
FORMAT_DATE('%Y_%m_%d', date) AS date,
85
* EXCEPT(date, metric, lens)
86
FROM \`${EXPORT_CONFIG.dataset}.${tableName}\`
0 commit comments