dbt-firebolt 1.9.0__tar.gz → 1.9.1__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/PKG-INFO +11 -2
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/adapters/firebolt/__init__.py +1 -1
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/adapters/firebolt/connections.py +4 -2
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/adapters/firebolt/impl.py +2 -3
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/adapters.sql +8 -6
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/dbt_external_tables/create_external_table.sql +7 -3
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt_firebolt.egg-info/PKG-INFO +12 -3
- dbt_firebolt-1.9.1/dbt_firebolt.egg-info/SOURCES.txt +74 -0
- dbt_firebolt-1.9.0/dbt_firebolt.egg-info/SOURCES.txt +0 -66
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/LICENSE +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/MANIFEST.in +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/README.md +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/adapters/firebolt/__version__.py +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/adapters/firebolt/column.py +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/adapters/firebolt/relation.py +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/adapters/firebolt/relation_configs/__init__.py +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/__init__.py +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/dbt_project.yml +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/adapters/apply_grants.sql +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/adapters/relation.sql +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/catalog.sql +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/dbt_external_tables/dropif.sql +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/dbt_external_tables/get_external_build_plan.sql +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/materializations/clone.sql +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/materializations/materialized_view.sql +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/materializations/models/incremental/column_helpers.sql +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/materializations/models/incremental/incremental.sql +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/materializations/models/incremental/is_incremental.sql +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/materializations/models/incremental/merge.sql +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/materializations/models/incremental/on_schema_change.sql +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/materializations/models/incremental/strategies.sql +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/materializations/seed.sql +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/materializations/snapshot_merge.sql +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/materializations/table.sql +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/materializations/test.sql +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/materializations/view.sql +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/relations/materialized_view/alter.sql +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/relations/materialized_view/create.sql +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/relations/materialized_view/describe.sql +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/relations/materialized_view/drop.sql +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/relations/materialized_view/refresh.sql +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/relations/table/create.sql +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/relations/table/drop.sql +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/relations/table/rename.sql +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/relations/table/replace.sql +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/relations/view/create.sql +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/relations/view/drop.sql +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/relations/view/rename.sql +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/relations/view/replace.sql +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/utils/array_append.sql +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/utils/array_concat.sql +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/utils/array_construct.sql +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/utils/bool_or.sql +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/utils/cast_bool_to_text.sql +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/utils/dateadd.sql +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/utils/datediff.sql +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/utils/except.sql +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/utils/intersect.sql +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/utils/listagg.sql +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/utils/position.sql +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/utils/right.sql +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/utils/split_part.sql +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/utils/timestamps.sql +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt_firebolt.egg-info/dependency_links.txt +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt_firebolt.egg-info/requires.txt +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt_firebolt.egg-info/top_level.txt +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/pyproject.toml +0 -0
- {dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: dbt_firebolt
|
3
|
-
Version: 1.9.
|
3
|
+
Version: 1.9.1
|
4
4
|
Summary: The Firebolt adapter plugin for dbt (data build tool)
|
5
5
|
Home-page: https://github.com/firebolt-db/dbt-firebolt
|
6
6
|
Author: Firebolt
|
@@ -18,8 +18,17 @@ Classifier: Programming Language :: Python :: 3.11
|
|
18
18
|
Classifier: Programming Language :: Python :: 3.12
|
19
19
|
Requires-Python: >=3.8
|
20
20
|
Description-Content-Type: text/markdown
|
21
|
-
Provides-Extra: dev
|
22
21
|
License-File: LICENSE
|
22
|
+
Requires-Dist: dbt-adapters<2.0,>=1.0
|
23
|
+
Requires-Dist: dbt-core>=1.8.0
|
24
|
+
Requires-Dist: firebolt-sdk>=1.5.0
|
25
|
+
Requires-Dist: pydantic>=0.23
|
26
|
+
Provides-Extra: dev
|
27
|
+
Requires-Dist: allure-pytest==2.*; extra == "dev"
|
28
|
+
Requires-Dist: dbt-tests-adapter~=1.6; extra == "dev"
|
29
|
+
Requires-Dist: mypy==1.4.1; extra == "dev"
|
30
|
+
Requires-Dist: pre-commit==3.5.0; extra == "dev"
|
31
|
+
Requires-Dist: pytest==7.*; extra == "dev"
|
23
32
|
|
24
33
|
<img width="1113" alt="Screen Shot 2021-12-10 at 1 09 09 PM" src="https://user-images.githubusercontent.com/7674553/145641621-a7dabe78-da92-4f0a-bbd2-54ccf7f34b57.png">
|
25
34
|
|
@@ -20,6 +20,7 @@ from dbt_common.exceptions import (
|
|
20
20
|
)
|
21
21
|
from firebolt.client import DEFAULT_API_URL
|
22
22
|
from firebolt.client.auth import Auth, ClientCredentials, UsernamePassword
|
23
|
+
from firebolt.common._types import ExtendedType
|
23
24
|
from firebolt.db import ARRAY, DECIMAL
|
24
25
|
from firebolt.db import connect as sdk_connect
|
25
26
|
from firebolt.db.connection import Connection as SDKConnection
|
@@ -191,8 +192,8 @@ class FireboltConnectionManager(SQLConnectionManager):
|
|
191
192
|
raise NotImplementedError('`cancel` is not implemented for this adapter!')
|
192
193
|
|
193
194
|
@classmethod
|
194
|
-
def data_type_code_to_name(
|
195
|
-
cls, type_code: Union[type,
|
195
|
+
def data_type_code_to_name(
|
196
|
+
cls, type_code: Union[type, ExtendedType] # type: ignore[override] # FIR-29423
|
196
197
|
) -> str:
|
197
198
|
"""
|
198
199
|
Convert a Firebolt data type code to a string representing the data type.
|
@@ -218,6 +219,7 @@ class FireboltConnectionManager(SQLConnectionManager):
|
|
218
219
|
return 'bytea'
|
219
220
|
else:
|
220
221
|
return 'text'
|
222
|
+
return 'text'
|
221
223
|
|
222
224
|
|
223
225
|
def _determine_auth(credentials: FireboltCredentials) -> Auth:
|
@@ -120,13 +120,12 @@ class FireboltIndexConfig(dbtClassMixin):
|
|
120
120
|
'for join indexes.'
|
121
121
|
)
|
122
122
|
if index_config.index_type.upper() == 'AGGREGATING' and not (
|
123
|
-
index_config.
|
123
|
+
index_config.aggregation
|
124
124
|
):
|
125
125
|
raise CompilationError(
|
126
126
|
'Invalid aggregating index definition:\n'
|
127
127
|
f' Got: {index_config}.\n'
|
128
|
-
'
|
129
|
-
'for aggregating indexes.'
|
128
|
+
' aggregation must be specified for aggregating indexes.'
|
130
129
|
)
|
131
130
|
return index_config
|
132
131
|
except ValidationError as exc:
|
@@ -75,18 +75,20 @@
|
|
75
75
|
create_statement (str): either "CREATE JOIN INDEX" or
|
76
76
|
"CREATE AND GENERATE AGGREGATING INDEX"
|
77
77
|
spine_col ([str]):
|
78
|
-
if agg index, key columns
|
78
|
+
if agg index, key columns - can be none
|
79
79
|
if join index, join column
|
80
80
|
other_col ([str]):
|
81
81
|
if agg index, aggregating columns
|
82
82
|
if join index, dimension column
|
83
83
|
#}
|
84
84
|
{{ create_statement }} "{{ index_name }}" ON {{ relation }} (
|
85
|
-
{% if spine_col
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
85
|
+
{% if spine_col -%}
|
86
|
+
{% if spine_col is iterable and spine_col is not string -%}
|
87
|
+
{{ spine_col | join(', ') }},
|
88
|
+
{% else -%}
|
89
|
+
{{ spine_col }},
|
90
|
+
{% endif -%}
|
91
|
+
{%- endif -%}
|
90
92
|
{% if other_col is iterable and other_col is not string -%}
|
91
93
|
{{ other_col | join(', ') }}
|
92
94
|
{%- else -%}
|
@@ -51,6 +51,7 @@
|
|
51
51
|
{# COPY FROM is only available in Firebolt 2.0. #}
|
52
52
|
{%- set external = source_node.external -%}
|
53
53
|
{%- set credentials = external.credentials -%}
|
54
|
+
{%- set where_clause = external.where -%}
|
54
55
|
{%- set options = external.options -%}
|
55
56
|
{%- set csv_options = options.csv_options -%}
|
56
57
|
{%- set error_file_credentials = options.error_file_credentials -%}
|
@@ -75,7 +76,7 @@
|
|
75
76
|
)
|
76
77
|
{%- endif %}
|
77
78
|
FROM '{{external.url}}'
|
78
|
-
{%- if options %}
|
79
|
+
{%- if options or credentials %}
|
79
80
|
WITH
|
80
81
|
{%- if options.object_pattern %}
|
81
82
|
PATTERN = '{{options.object_pattern}}'
|
@@ -130,8 +131,11 @@
|
|
130
131
|
TIMESTAMP_FORMAT = '{{ csv_options.timestamp_format }}'
|
131
132
|
{%- endif %}
|
132
133
|
{%- endif %}
|
134
|
+
{%- if credentials %}
|
135
|
+
CREDENTIALS = (AWS_KEY_ID = '{{credentials.aws_key_id}}' AWS_SECRET_KEY = '{{credentials.aws_secret_key}}')
|
136
|
+
{%- endif %}
|
133
137
|
{%- endif %}
|
134
|
-
{%- if
|
135
|
-
|
138
|
+
{%- if where_clause %}
|
139
|
+
WHERE {{ where_clause }}
|
136
140
|
{%- endif %}
|
137
141
|
{% endmacro %}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
|
-
Name:
|
3
|
-
Version: 1.9.
|
2
|
+
Name: dbt_firebolt
|
3
|
+
Version: 1.9.1
|
4
4
|
Summary: The Firebolt adapter plugin for dbt (data build tool)
|
5
5
|
Home-page: https://github.com/firebolt-db/dbt-firebolt
|
6
6
|
Author: Firebolt
|
@@ -18,8 +18,17 @@ Classifier: Programming Language :: Python :: 3.11
|
|
18
18
|
Classifier: Programming Language :: Python :: 3.12
|
19
19
|
Requires-Python: >=3.8
|
20
20
|
Description-Content-Type: text/markdown
|
21
|
-
Provides-Extra: dev
|
22
21
|
License-File: LICENSE
|
22
|
+
Requires-Dist: dbt-adapters<2.0,>=1.0
|
23
|
+
Requires-Dist: dbt-core>=1.8.0
|
24
|
+
Requires-Dist: firebolt-sdk>=1.5.0
|
25
|
+
Requires-Dist: pydantic>=0.23
|
26
|
+
Provides-Extra: dev
|
27
|
+
Requires-Dist: allure-pytest==2.*; extra == "dev"
|
28
|
+
Requires-Dist: dbt-tests-adapter~=1.6; extra == "dev"
|
29
|
+
Requires-Dist: mypy==1.4.1; extra == "dev"
|
30
|
+
Requires-Dist: pre-commit==3.5.0; extra == "dev"
|
31
|
+
Requires-Dist: pytest==7.*; extra == "dev"
|
23
32
|
|
24
33
|
<img width="1113" alt="Screen Shot 2021-12-10 at 1 09 09 PM" src="https://user-images.githubusercontent.com/7674553/145641621-a7dabe78-da92-4f0a-bbd2-54ccf7f34b57.png">
|
25
34
|
|
@@ -0,0 +1,74 @@
|
|
1
|
+
LICENSE
|
2
|
+
MANIFEST.in
|
3
|
+
README.md
|
4
|
+
pyproject.toml
|
5
|
+
setup.cfg
|
6
|
+
./dbt/adapters/firebolt/__init__.py
|
7
|
+
./dbt/adapters/firebolt/__version__.py
|
8
|
+
./dbt/adapters/firebolt/column.py
|
9
|
+
./dbt/adapters/firebolt/connections.py
|
10
|
+
./dbt/adapters/firebolt/impl.py
|
11
|
+
./dbt/adapters/firebolt/relation.py
|
12
|
+
./dbt/adapters/firebolt/relation_configs/__init__.py
|
13
|
+
./dbt/include/firebolt/__init__.py
|
14
|
+
dbt/adapters/firebolt/__init__.py
|
15
|
+
dbt/adapters/firebolt/__version__.py
|
16
|
+
dbt/adapters/firebolt/column.py
|
17
|
+
dbt/adapters/firebolt/connections.py
|
18
|
+
dbt/adapters/firebolt/impl.py
|
19
|
+
dbt/adapters/firebolt/relation.py
|
20
|
+
dbt/adapters/firebolt/relation_configs/__init__.py
|
21
|
+
dbt/include/firebolt/__init__.py
|
22
|
+
dbt/include/firebolt/dbt_project.yml
|
23
|
+
dbt/include/firebolt/macros/adapters.sql
|
24
|
+
dbt/include/firebolt/macros/catalog.sql
|
25
|
+
dbt/include/firebolt/macros/adapters/apply_grants.sql
|
26
|
+
dbt/include/firebolt/macros/adapters/relation.sql
|
27
|
+
dbt/include/firebolt/macros/dbt_external_tables/create_external_table.sql
|
28
|
+
dbt/include/firebolt/macros/dbt_external_tables/dropif.sql
|
29
|
+
dbt/include/firebolt/macros/dbt_external_tables/get_external_build_plan.sql
|
30
|
+
dbt/include/firebolt/macros/materializations/clone.sql
|
31
|
+
dbt/include/firebolt/macros/materializations/materialized_view.sql
|
32
|
+
dbt/include/firebolt/macros/materializations/seed.sql
|
33
|
+
dbt/include/firebolt/macros/materializations/snapshot_merge.sql
|
34
|
+
dbt/include/firebolt/macros/materializations/table.sql
|
35
|
+
dbt/include/firebolt/macros/materializations/test.sql
|
36
|
+
dbt/include/firebolt/macros/materializations/view.sql
|
37
|
+
dbt/include/firebolt/macros/materializations/models/incremental/column_helpers.sql
|
38
|
+
dbt/include/firebolt/macros/materializations/models/incremental/incremental.sql
|
39
|
+
dbt/include/firebolt/macros/materializations/models/incremental/is_incremental.sql
|
40
|
+
dbt/include/firebolt/macros/materializations/models/incremental/merge.sql
|
41
|
+
dbt/include/firebolt/macros/materializations/models/incremental/on_schema_change.sql
|
42
|
+
dbt/include/firebolt/macros/materializations/models/incremental/strategies.sql
|
43
|
+
dbt/include/firebolt/macros/relations/materialized_view/alter.sql
|
44
|
+
dbt/include/firebolt/macros/relations/materialized_view/create.sql
|
45
|
+
dbt/include/firebolt/macros/relations/materialized_view/describe.sql
|
46
|
+
dbt/include/firebolt/macros/relations/materialized_view/drop.sql
|
47
|
+
dbt/include/firebolt/macros/relations/materialized_view/refresh.sql
|
48
|
+
dbt/include/firebolt/macros/relations/table/create.sql
|
49
|
+
dbt/include/firebolt/macros/relations/table/drop.sql
|
50
|
+
dbt/include/firebolt/macros/relations/table/rename.sql
|
51
|
+
dbt/include/firebolt/macros/relations/table/replace.sql
|
52
|
+
dbt/include/firebolt/macros/relations/view/create.sql
|
53
|
+
dbt/include/firebolt/macros/relations/view/drop.sql
|
54
|
+
dbt/include/firebolt/macros/relations/view/rename.sql
|
55
|
+
dbt/include/firebolt/macros/relations/view/replace.sql
|
56
|
+
dbt/include/firebolt/macros/utils/array_append.sql
|
57
|
+
dbt/include/firebolt/macros/utils/array_concat.sql
|
58
|
+
dbt/include/firebolt/macros/utils/array_construct.sql
|
59
|
+
dbt/include/firebolt/macros/utils/bool_or.sql
|
60
|
+
dbt/include/firebolt/macros/utils/cast_bool_to_text.sql
|
61
|
+
dbt/include/firebolt/macros/utils/dateadd.sql
|
62
|
+
dbt/include/firebolt/macros/utils/datediff.sql
|
63
|
+
dbt/include/firebolt/macros/utils/except.sql
|
64
|
+
dbt/include/firebolt/macros/utils/intersect.sql
|
65
|
+
dbt/include/firebolt/macros/utils/listagg.sql
|
66
|
+
dbt/include/firebolt/macros/utils/position.sql
|
67
|
+
dbt/include/firebolt/macros/utils/right.sql
|
68
|
+
dbt/include/firebolt/macros/utils/split_part.sql
|
69
|
+
dbt/include/firebolt/macros/utils/timestamps.sql
|
70
|
+
dbt_firebolt.egg-info/PKG-INFO
|
71
|
+
dbt_firebolt.egg-info/SOURCES.txt
|
72
|
+
dbt_firebolt.egg-info/dependency_links.txt
|
73
|
+
dbt_firebolt.egg-info/requires.txt
|
74
|
+
dbt_firebolt.egg-info/top_level.txt
|
@@ -1,66 +0,0 @@
|
|
1
|
-
LICENSE
|
2
|
-
MANIFEST.in
|
3
|
-
README.md
|
4
|
-
pyproject.toml
|
5
|
-
setup.cfg
|
6
|
-
./dbt/adapters/firebolt/__init__.py
|
7
|
-
./dbt/adapters/firebolt/__version__.py
|
8
|
-
./dbt/adapters/firebolt/column.py
|
9
|
-
./dbt/adapters/firebolt/connections.py
|
10
|
-
./dbt/adapters/firebolt/impl.py
|
11
|
-
./dbt/adapters/firebolt/relation.py
|
12
|
-
./dbt/adapters/firebolt/relation_configs/__init__.py
|
13
|
-
./dbt/include/firebolt/__init__.py
|
14
|
-
./dbt/include/firebolt/dbt_project.yml
|
15
|
-
./dbt/include/firebolt/macros/adapters.sql
|
16
|
-
./dbt/include/firebolt/macros/catalog.sql
|
17
|
-
./dbt/include/firebolt/macros/adapters/apply_grants.sql
|
18
|
-
./dbt/include/firebolt/macros/adapters/relation.sql
|
19
|
-
./dbt/include/firebolt/macros/dbt_external_tables/create_external_table.sql
|
20
|
-
./dbt/include/firebolt/macros/dbt_external_tables/dropif.sql
|
21
|
-
./dbt/include/firebolt/macros/dbt_external_tables/get_external_build_plan.sql
|
22
|
-
./dbt/include/firebolt/macros/materializations/clone.sql
|
23
|
-
./dbt/include/firebolt/macros/materializations/materialized_view.sql
|
24
|
-
./dbt/include/firebolt/macros/materializations/seed.sql
|
25
|
-
./dbt/include/firebolt/macros/materializations/snapshot_merge.sql
|
26
|
-
./dbt/include/firebolt/macros/materializations/table.sql
|
27
|
-
./dbt/include/firebolt/macros/materializations/test.sql
|
28
|
-
./dbt/include/firebolt/macros/materializations/view.sql
|
29
|
-
./dbt/include/firebolt/macros/materializations/models/incremental/column_helpers.sql
|
30
|
-
./dbt/include/firebolt/macros/materializations/models/incremental/incremental.sql
|
31
|
-
./dbt/include/firebolt/macros/materializations/models/incremental/is_incremental.sql
|
32
|
-
./dbt/include/firebolt/macros/materializations/models/incremental/merge.sql
|
33
|
-
./dbt/include/firebolt/macros/materializations/models/incremental/on_schema_change.sql
|
34
|
-
./dbt/include/firebolt/macros/materializations/models/incremental/strategies.sql
|
35
|
-
./dbt/include/firebolt/macros/relations/materialized_view/alter.sql
|
36
|
-
./dbt/include/firebolt/macros/relations/materialized_view/create.sql
|
37
|
-
./dbt/include/firebolt/macros/relations/materialized_view/describe.sql
|
38
|
-
./dbt/include/firebolt/macros/relations/materialized_view/drop.sql
|
39
|
-
./dbt/include/firebolt/macros/relations/materialized_view/refresh.sql
|
40
|
-
./dbt/include/firebolt/macros/relations/table/create.sql
|
41
|
-
./dbt/include/firebolt/macros/relations/table/drop.sql
|
42
|
-
./dbt/include/firebolt/macros/relations/table/rename.sql
|
43
|
-
./dbt/include/firebolt/macros/relations/table/replace.sql
|
44
|
-
./dbt/include/firebolt/macros/relations/view/create.sql
|
45
|
-
./dbt/include/firebolt/macros/relations/view/drop.sql
|
46
|
-
./dbt/include/firebolt/macros/relations/view/rename.sql
|
47
|
-
./dbt/include/firebolt/macros/relations/view/replace.sql
|
48
|
-
./dbt/include/firebolt/macros/utils/array_append.sql
|
49
|
-
./dbt/include/firebolt/macros/utils/array_concat.sql
|
50
|
-
./dbt/include/firebolt/macros/utils/array_construct.sql
|
51
|
-
./dbt/include/firebolt/macros/utils/bool_or.sql
|
52
|
-
./dbt/include/firebolt/macros/utils/cast_bool_to_text.sql
|
53
|
-
./dbt/include/firebolt/macros/utils/dateadd.sql
|
54
|
-
./dbt/include/firebolt/macros/utils/datediff.sql
|
55
|
-
./dbt/include/firebolt/macros/utils/except.sql
|
56
|
-
./dbt/include/firebolt/macros/utils/intersect.sql
|
57
|
-
./dbt/include/firebolt/macros/utils/listagg.sql
|
58
|
-
./dbt/include/firebolt/macros/utils/position.sql
|
59
|
-
./dbt/include/firebolt/macros/utils/right.sql
|
60
|
-
./dbt/include/firebolt/macros/utils/split_part.sql
|
61
|
-
./dbt/include/firebolt/macros/utils/timestamps.sql
|
62
|
-
dbt_firebolt.egg-info/PKG-INFO
|
63
|
-
dbt_firebolt.egg-info/SOURCES.txt
|
64
|
-
dbt_firebolt.egg-info/dependency_links.txt
|
65
|
-
dbt_firebolt.egg-info/requires.txt
|
66
|
-
dbt_firebolt.egg-info/top_level.txt
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/adapters/firebolt/relation_configs/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/adapters/apply_grants.sql
RENAMED
File without changes
|
File without changes
|
File without changes
|
{dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/dbt_external_tables/dropif.sql
RENAMED
File without changes
|
File without changes
|
{dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/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
|
File without changes
|
{dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/materializations/seed.sql
RENAMED
File without changes
|
File without changes
|
{dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/materializations/table.sql
RENAMED
File without changes
|
{dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/materializations/test.sql
RENAMED
File without changes
|
{dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/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.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/relations/table/create.sql
RENAMED
File without changes
|
{dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/relations/table/drop.sql
RENAMED
File without changes
|
{dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/relations/table/rename.sql
RENAMED
File without changes
|
{dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/relations/table/replace.sql
RENAMED
File without changes
|
{dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/relations/view/create.sql
RENAMED
File without changes
|
{dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/relations/view/drop.sql
RENAMED
File without changes
|
{dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/relations/view/rename.sql
RENAMED
File without changes
|
{dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/relations/view/replace.sql
RENAMED
File without changes
|
{dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/utils/array_append.sql
RENAMED
File without changes
|
{dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/utils/array_concat.sql
RENAMED
File without changes
|
{dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/dbt/include/firebolt/macros/utils/array_construct.sql
RENAMED
File without changes
|
File without changes
|
{dbt_firebolt-1.9.0 → dbt_firebolt-1.9.1}/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
|