Skip to content

Commit

Permalink
Update tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Fajardo committed Dec 4, 2024
1 parent b76018b commit baa0d3f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions models/marts/facts/fct_daily_orders.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{{ config(
materialized="table",
tags="orders"
) }}

with

int_daily_orders_fact as (
Expand Down

0 comments on commit baa0d3f

Please sign in to comment.