Skip to content

Commit

Permalink
feat(pipeline) : Add fredo to the stats monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
vperron authored and vmttn committed Sep 17, 2024
1 parent 641cbc5 commit c04a42b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pipeline/dbt/models/_sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,12 @@ sources:

- name: fredo
schema: fredo
meta:
is_provider: true
tables:
- name: structures
meta:
kind: structure

- name: action_logement
schema: action_logement
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ models:
- dora
- emplois_de_linclusion
- france_travail
- fredo
- mediation_numerique
- mes_aides
- monenfant
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
-- depends_on: {{ ref('stg_france_travail__services') }}
-- depends_on: {{ ref('int_france_travail__services') }}
-- depends_on: {{ ref('int_france_travail__structures') }}
-- depends_on: {{ ref('stg_fredo__structures') }}
-- depends_on: {{ ref('int_fredo__structures') }}
-- depends_on: {{ ref('stg_mediation_numerique__services') }}
-- depends_on: {{ ref('stg_mediation_numerique__structures') }}
-- depends_on: {{ ref('int_mediation_numerique__services') }}
Expand Down

0 comments on commit c04a42b

Please sign in to comment.