Skip to content

Commit

Permalink
Merge pull request #1167 from elementary-data/ele-1763-move-sync-mate…
Browse files Browse the repository at this point in the history
…rializations-to-cloud-dbt-project

Move sync materializations to cloud dbt project.
  • Loading branch information
elongl authored Sep 19, 2023
2 parents fb01967 + e77a215 commit 439d61c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 46 deletions.
7 changes: 0 additions & 7 deletions elementary/monitor/dbt_project/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,3 @@ quoting:
database: "{{ env_var('DATABASE_QUOTING', 'None') | as_native }}"
schema: "{{ env_var('SCHEMA_QUOTING', 'None') | as_native }}"
identifier: "{{ env_var('IDENTIFIER_QUOTING', 'None') | as_native }}"

# In this example config, we tell dbt to build all models in the example/ directory
# as tables. These settings can be overridden in the individual model files
# using the `{{ config(...) }}` macro.
models:
# Required in order to apply table schema changes in the table materialization.
+on_schema_change: "append_new_columns"

This file was deleted.

20 changes: 0 additions & 20 deletions elementary/monitor/dbt_project/macros/materializations/table.sql

This file was deleted.

0 comments on commit 439d61c

Please sign in to comment.