Skip to content

Commit

Permalink
Merge pull request #508 from dbt-labs/dc/remove-bq-override
Browse files Browse the repository at this point in the history
remove BQ macro shim
  • Loading branch information
dave-connors-3 authored Oct 25, 2024
2 parents 77384c6 + a8c6906 commit 95297ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'dbt_project_evaluator'
version: '1.0.0'
config-version: 2

require-dbt-version: [">=1.6.0-rc1", "<2.0.0"]
require-dbt-version: [">=1.8.0", "<2.0.0"]

model-paths: ["models"]
analysis-paths: ["analysis"]
Expand Down
9 changes: 1 addition & 8 deletions macros/wrap_string_with_quotes.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,4 @@
{% else %}
{{ dbt.string_literal(str) }}
{% endif %}
{% endmacro %}

{#
To be removed when https://github.com/dbt-labs/dbt-bigquery/pull/1089 is merged
#}
{% macro bigquery__string_literal(value) -%}
'''{{ value }}'''
{%- endmacro %}
{% endmacro %}

0 comments on commit 95297ea

Please sign in to comment.