Skip to content

Commit

Permalink
Fix table ref
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnerlmichael committed Jan 8, 2025
1 parent 7ef468b commit 35ae7f8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions dbt/models/default/default.vw_pin_sale_combined.sql
Original file line number Diff line number Diff line change
Expand Up @@ -344,14 +344,14 @@ combined_sales AS (
md_sales.mydec_deed_type,
md_sales.sale_filter_ptax_flag,
md_sales.mydec_property_advertised,
mydec_sales.mydec_line_9_no_changes,
mydec_sales.mydec_line_9_demolition_damage,
mydec_sales.mydec_line_9_additions,
mydec_sales.mydec_line_9_major_remodeling,
mydec_sales.mydec_line_9_new_construction,
mydec_sales.mydec_line_9_other_change,
mydec_sales.mydec_line_9_other_change_description,
mydec_sales.mydec_line_9_date_of_significant_change,
md_sales.mydec_line_9_no_changes,
md_sales.mydec_line_9_demolition_damage,
md_sales.mydec_line_9_additions,
md_sales.mydec_line_9_major_remodeling,
md_sales.mydec_line_9_new_construction,
md_sales.mydec_line_9_other_change,
md_sales.mydec_line_9_other_change_description,
md_sales.mydec_line_9_date_of_significant_change,
md_sales.mydec_is_installment_contract_fulfilled,
md_sales.mydec_is_sale_between_related_individuals_or_corporate_affiliates, --noqa
md_sales.mydec_is_transfer_of_less_than_100_percent_interest,
Expand Down

0 comments on commit 35ae7f8

Please sign in to comment.