Skip to content

Commit

Permalink
Merge pull request #16 from OpenSourcePolitics/remove_email_on_notifi…
Browse files Browse the repository at this point in the history
…cation

feat(projects): remove email on notification
  • Loading branch information
JeanLouisLamezec authored Sep 10, 2024
2 parents fd9a8b4 + 72fc185 commit 506f300
Show file tree
Hide file tree
Showing 22 changed files with 2 additions and 617 deletions.
17 changes: 2 additions & 15 deletions projects/app_dev_k8s/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,10 @@ clean-targets: # directories to be removed by `dbt clean`
models:
demo:
staging:
decidim:
stg_decidim_users:
+enabled: false
matomo:
stg_matomo_referrers:
+enabled: false
stg_matomo_page_titles:
+enabled: false
intermediate:
users:
int_users:
+enabled: false
marts:
users:
users:
+enabled: false
k8s:
# Config indicated by + and applies to all files under models/example/
example:
+materialized: view
app_dev_k8s:
+materialized: table
77 changes: 0 additions & 77 deletions projects/app_dev_k8s/models/intermediate/users/int_users.sql

This file was deleted.

22 changes: 0 additions & 22 deletions projects/app_dev_k8s/models/intermediate/users/schema.yml

This file was deleted.

80 changes: 0 additions & 80 deletions projects/app_dev_k8s/models/marts/users/users.sql

This file was deleted.

42 changes: 0 additions & 42 deletions projects/app_dev_k8s/models/staging/decidim/stg_decidim_users.sql

This file was deleted.

13 changes: 0 additions & 13 deletions projects/cea/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,5 @@ clean-targets: # directories to be removed by `dbt clean`
# directory as views. These settings can be overridden in the individual model
# files using the `{{ config(...) }}` macro.
models:
demo:
staging:
decidim:
stg_decidim_users:
+enabled: false
intermediate:
users:
int_users:
+enabled: false
marts:
users:
users:
+enabled: false
cea:
+materialized: table
Empty file added projects/cea/models/.gitkeep
Empty file.
46 changes: 0 additions & 46 deletions projects/cea/models/intermediate/int_users.sql

This file was deleted.

64 changes: 0 additions & 64 deletions projects/cea/models/marts/users.sql

This file was deleted.

Loading

0 comments on commit 506f300

Please sign in to comment.