WITH geocoded AS (
SELECT
*,
{{ address_to_coordinates( 'ADDRESS_LINE_ONE' ) }} AS METADATA
FROM {{ ref('test_address__mock_data') }}
WHERE
(
address_line_one NOT IN {{ var('mask_data_pattern') }}
AND
address_line_two NOT IN {{ var('mask_data_pattern') }}
)
OR
(
address_line_one IS NULL
AND
address_line_two IS NULL
)
)
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter