Skip to content

Commit 7e6ff20

Browse files
committed
rename to fct
1 parent e1b13aa commit 7e6ff20

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed
File renamed without changes.
File renamed without changes.

models/intermediate/int_electricity.yml renamed to models/intermediate/fct_electricity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2
22

33
models:
4-
- name: int_electricity
4+
- name: fct_electricity
55
description: Electricity usage data coming from Fluvius, by quarter
66
columns:
77
- name: from_timestamp

models/marts/mrt_capacity_tariff.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ with usage_data as (
33
from_timestamp,
44
to_timestamp,
55
usage
6-
from {{ ref('int_electricity') }}
6+
from {{ ref('fct_electricity') }}
77
),
88

99
components as (

models/marts/mrt_validated.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ with usage_data as (
33
usage,
44
injection,
55
validated
6-
from {{ ref('int_electricity') }}
6+
from {{ ref('fct_electricity') }}
77
),
88

99
final as (

0 commit comments

Comments
 (0)