Skip to content

Commit b05a156

Browse files
committed
fix ref
1 parent 07434f6 commit b05a156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbt_/models/intermediate/metaux_lourds/int__resultats_pb_udi_dernier.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ WITH pb_dernier_prel AS (
1010
)
1111
AS row_number
1212
FROM
13-
{{ ref(int__resultats_udi_communes) }}
13+
{{ ref('int__resultats_udi_communes') }}
1414
WHERE
1515
cdparametresiseeaux = 'PB'
1616
AND

0 commit comments

Comments
 (0)