diff --git a/dbt/models/legacy/tx_refus_siae.sql b/dbt/models/legacy/tx_refus_siae.sql index 8c9a4517..d9bd75ee 100644 --- a/dbt/models/legacy/tx_refus_siae.sql +++ b/dbt/models/legacy/tx_refus_siae.sql @@ -20,11 +20,8 @@ select cel.type_structure, cel."nom_département_structure", cel."région_structure", - cel.ville, - cel.nom_epci, - cel.code_commune, - cel.nom_arrondissement, - cel.bassin_d_emploi, + cel.epci, + cel.bassin_emploi_structure, count(distinct cel.id) filter ( where @@ -81,8 +78,5 @@ group by cel."nom_département_structure", cel."région_structure", etp_conventionnes.nombre_etp_conventionnes, - cel.ville, - cel.nom_epci, - cel.code_commune, - cel.nom_arrondissement, - cel.bassin_d_emploi + cel.epci, + cel.bassin_emploi_structure diff --git a/dbt/models/marts/suivi_auto_prescription.sql b/dbt/models/marts/suivi_auto_prescription.sql index 6de9c007..1b95264f 100644 --- a/dbt/models/marts/suivi_auto_prescription.sql +++ b/dbt/models/marts/suivi_auto_prescription.sql @@ -1,5 +1,5 @@ select - {{ pilo_star(ref('stg_candidatures_autoprescription')) }}, + {{ pilo_star(ref('stg_candidatures_autoprescription'), relation_alias='autopr_all') }}, s.siret as siret, s.active as active, s.ville as ville,