We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0350557 commit 8252ea2Copy full SHA for 8252ea2
packages/migrations/src/clickhouse-actions/015-otel-trace.ts
@@ -130,7 +130,7 @@ export const action: Action = async exec => {
130
131
await exec(`
132
CREATE MATERIALIZED VIEW IF NOT EXISTS "otel_traces_normalized_mv" TO "otel_traces_normalized" (
133
- , "target_id" LowCardinality(String)
+ "target_id" LowCardinality(String)
134
, "trace_id" String
135
, "span_id" String
136
, "timestamp" DateTime('UTC')
0 commit comments