Skip to content

Commit

Permalink
Merge pull request #706 from ccao-data/open-data-sales-rowid-fix
Browse files Browse the repository at this point in the history
Ensure sales view row id is string
  • Loading branch information
wrridgeway authored Jan 14, 2025
2 parents 4a1dc4f + 12c84ee commit f5dab98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt/models/open_data/open_data.vw_parcel_sale.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- Some columns from the feeder view may not be present in this view.

SELECT
sale_key AS row_id,
CAST(sale_key AS VARCHAR) AS row_id,
pin,
year,
township_code,
Expand Down

0 comments on commit f5dab98

Please sign in to comment.