Skip to content

Commit

Permalink
switch to view
Browse files Browse the repository at this point in the history
  • Loading branch information
billettc committed Nov 8, 2023
1 parent 887e61b commit 1ef6eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .dbt/hivemapper/models/example/fleet_count_model.sql
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Try changing "table" to "view" below
*/

{{ config(materialized='table') }}
{{ config(materialized='view') }}

select count(*) as fleet_count
from hivemapper.fleets
Expand Down

0 comments on commit 1ef6eca

Please sign in to comment.