File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
dbt/include/iris/macros/materializations Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121 -- BEGIN, in a separate transaction
2222 {%- set preexisting_intermediate_relation = load_cached_relation(intermediate_relation)- %}
2323 {%- set preexisting_backup_relation = load_cached_relation(backup_relation) - %}
24- -- grab current tables grants config for comparision later on
24+ -- grab current tables grants config for comparison later on
2525 {% set grant_config = config .get (' grants' ) %}
2626 {{ drop_relation_if_exists(preexisting_intermediate_relation) }}
2727 {{ drop_relation_if_exists(preexisting_backup_relation) }}
Original file line number Diff line number Diff line change 1616 {%- set backup_relation = make_backup_relation(target_relation, backup_relation_type) - %}
1717 -- as above, the backup_relation should not already exist
1818 {%- set preexisting_backup_relation = load_cached_relation(backup_relation) - %}
19- -- grab current tables grants config for comparision later on
19+ -- grab current tables grants config for comparison later on
2020 {% set grant_config = config .get (' grants' ) %}
2121
2222 -- drop the temp relations if they exist already in the database
Original file line number Diff line number Diff line change 11{#
22
33{% materialization view, adapter= ' iris' - %}
4- -- grab current tables grants config for comparision later on
4+ -- grab current tables grants config for comparison later on
55 {% set grant_config = config .get (' grants' ) %}
66
77 {% set to_return = iris__create_or_replace_view() %}
Original file line number Diff line number Diff line change 1616simple_model_yml = """
1717models:
1818 - name: simple_model
19- description: "is sythentic data ok? my column:"
19+ description: "is synthetic data ok? my column:"
2020 columns:
2121 - name: my_column
2222 description: asked and answered
You can’t perform that action at this time.
0 commit comments