Skip to content

Commit

Permalink
correct exclude of database
Browse files Browse the repository at this point in the history
  • Loading branch information
dataders committed Apr 29, 2024
1 parent 8f4a6a3 commit 21d6cf2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Changelog

### v1.8.0rc2

- fix for [#239](https://github.com/microsoft/dbt-synapse/issues/239)

### v1.8.0rc1

## Features
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
{% macro ref(model_name) %}

{% do return(builtins.ref(model_name).include(database=false)) %}

{% endmacro %}


{% macro synapse__get_replace_materialized_view_as_sql(relation, sql, existing_relation, backup_relation, intermediate_relation) %}
{# Synapse does not have ALTER...RENAME function, so use synapse__rename_relation_script #}

Expand Down

0 comments on commit 21d6cf2

Please sign in to comment.