dbt-firebolt 1.8.1__tar.gz → 1.8.2__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/PKG-INFO +1 -1
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/adapters/firebolt/__init__.py +1 -1
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/materializations/models/incremental/strategies.sql +2 -2
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt_firebolt.egg-info/PKG-INFO +1 -1
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/LICENSE +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/MANIFEST.in +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/README.md +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/adapters/firebolt/__version__.py +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/adapters/firebolt/column.py +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/adapters/firebolt/connections.py +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/adapters/firebolt/impl.py +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/adapters/firebolt/relation.py +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/adapters/firebolt/relation_configs/__init__.py +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/__init__.py +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/dbt_project.yml +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/adapters/apply_grants.sql +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/adapters/relation.sql +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/adapters.sql +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/catalog.sql +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/dbt_external_tables/create_external_table.sql +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/dbt_external_tables/dropif.sql +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/dbt_external_tables/get_external_build_plan.sql +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/materializations/clone.sql +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/materializations/materialized_view.sql +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/materializations/models/incremental/column_helpers.sql +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/materializations/models/incremental/incremental.sql +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/materializations/models/incremental/is_incremental.sql +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/materializations/models/incremental/merge.sql +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/materializations/models/incremental/on_schema_change.sql +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/materializations/seed.sql +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/materializations/table.sql +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/materializations/test.sql +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/materializations/view.sql +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/relations/materialized_view/alter.sql +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/relations/materialized_view/create.sql +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/relations/materialized_view/describe.sql +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/relations/materialized_view/drop.sql +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/relations/materialized_view/refresh.sql +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/relations/table/create.sql +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/relations/table/drop.sql +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/relations/table/rename.sql +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/relations/table/replace.sql +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/relations/view/create.sql +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/relations/view/drop.sql +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/relations/view/rename.sql +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/relations/view/replace.sql +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/utils/array_append.sql +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/utils/array_concat.sql +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/utils/array_construct.sql +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/utils/bool_or.sql +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/utils/cast_bool_to_text.sql +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/utils/dateadd.sql +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/utils/datediff.sql +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/utils/except.sql +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/utils/intersect.sql +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/utils/listagg.sql +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/utils/position.sql +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/utils/right.sql +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/utils/split_part.sql +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/utils/timestamps.sql +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt_firebolt.egg-info/SOURCES.txt +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt_firebolt.egg-info/dependency_links.txt +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt_firebolt.egg-info/requires.txt +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt_firebolt.egg-info/top_level.txt +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/pyproject.toml +0 -0
- {dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/setup.cfg +0 -0
@@ -64,7 +64,7 @@
|
|
64
64
|
|
65
65
|
SELECT
|
66
66
|
{% if partition_cols is iterable and partition_cols is not string -%}
|
67
|
-
DISTINCT
|
67
|
+
DISTINCT {{ partition_cols | join(', ') }}
|
68
68
|
{%- else -%}
|
69
69
|
DISTINCT {{ partition_cols }}
|
70
70
|
{%- endif %}
|
@@ -110,7 +110,7 @@
|
|
110
110
|
of extra work. -#}
|
111
111
|
'{{ vals | join(', ') }}'
|
112
112
|
{%- else -%}
|
113
|
-
{{ vals | join(', ') }}
|
113
|
+
'{{ vals | join("', '") }}'
|
114
114
|
{%- endif -%}
|
115
115
|
{%- endif -%}
|
116
116
|
{%- else -%}
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/adapters/firebolt/relation_configs/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/adapters/apply_grants.sql
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/dbt_external_tables/dropif.sql
RENAMED
File without changes
|
File without changes
|
{dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/materializations/clone.sql
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/materializations/seed.sql
RENAMED
File without changes
|
{dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/materializations/table.sql
RENAMED
File without changes
|
{dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/materializations/test.sql
RENAMED
File without changes
|
{dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/materializations/view.sql
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/relations/table/create.sql
RENAMED
File without changes
|
{dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/relations/table/drop.sql
RENAMED
File without changes
|
{dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/relations/table/rename.sql
RENAMED
File without changes
|
{dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/relations/table/replace.sql
RENAMED
File without changes
|
{dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/relations/view/create.sql
RENAMED
File without changes
|
{dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/relations/view/drop.sql
RENAMED
File without changes
|
{dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/relations/view/rename.sql
RENAMED
File without changes
|
{dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/relations/view/replace.sql
RENAMED
File without changes
|
{dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/utils/array_append.sql
RENAMED
File without changes
|
{dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/utils/array_concat.sql
RENAMED
File without changes
|
{dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/utils/array_construct.sql
RENAMED
File without changes
|
File without changes
|
{dbt_firebolt-1.8.1 → dbt_firebolt-1.8.2}/dbt/include/firebolt/macros/utils/cast_bool_to_text.sql
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|