Skip to content

Commit 4236eb5

Browse files
committed
more tweaks
1 parent 576f7a1 commit 4236eb5

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

products/cscl/models/log_files/log__lion_centerline_or_proto_seglocstatus_mismatch.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ SELECT
3030
'segmentid' AS record_id_type,
3131
segmentid AS record_id,
3232
FORMAT(
33-
'Segment from feature layer %s with globalid %s has calculated seglocstatus %s and source field seglocstatus %s',
33+
'Segment from feature layer "%s" with globalid "%s" has calculated seglocstatus "%s" and source field seglocstatus "%s"',
3434
source_table,
3535
globalid,
3636
segment_locational_status,

products/cscl/models/log_files/log__lion_protosegment_orphans.sql

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ SELECT
33
globalid,
44
source_table AS source_feature_layer,
55
'segmentid' AS record_id_type,
6-
segmentid AS record_id
6+
segmentid AS record_id,
7+
FORMAT(
8+
'Protosegment with globalid "%s" and segmentid "%s" has no corresponding geometry-modeled segment.',
9+
globalid,
10+
segmentid::INT
11+
) AS message
712
FROM {{ ref('int__protosegments') }}
813
WHERE geom IS NULL

0 commit comments

Comments
 (0)