@golemio/flow 1.0.8 → 1.0.9
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.
|
@@ -409,7 +409,3 @@ AS WITH timeline_category AS (
|
|
|
409
409
|
FROM timeline_category t
|
|
410
410
|
LEFT JOIN real_nrow r ON t."timestamp" = r.start_timestamp AND t.cube_id = r.cube_id AND t.sink_id = r.sink_id
|
|
411
411
|
LEFT JOIN expected_nrow er ON t.cube_id = er.cube_id AND t.sink_id = er.sink_id;
|
|
412
|
-
|
|
413
|
-
-- analytic.v_flow_quality source
|
|
414
|
-
|
|
415
|
-
DROP VIEW IF EXISTS analytic.v_flow_quality
|