dbt-firebolt 1.9.1__py3-none-any.whl → 1.9.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- dbt/adapters/firebolt/__init__.py +1 -1
- dbt/adapters/firebolt/connections.py +1 -2
- {dbt_firebolt-1.9.1.dist-info → dbt_firebolt-1.9.2.dist-info}/METADATA +2 -2
- {dbt_firebolt-1.9.1.dist-info → dbt_firebolt-1.9.2.dist-info}/RECORD +7 -7
- {dbt_firebolt-1.9.1.dist-info → dbt_firebolt-1.9.2.dist-info}/LICENSE +0 -0
- {dbt_firebolt-1.9.1.dist-info → dbt_firebolt-1.9.2.dist-info}/WHEEL +0 -0
- {dbt_firebolt-1.9.1.dist-info → dbt_firebolt-1.9.2.dist-info}/top_level.txt +0 -0
@@ -20,8 +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.
|
24
|
-
from firebolt.db import ARRAY, DECIMAL
|
23
|
+
from firebolt.db import ARRAY, DECIMAL, ExtendedType
|
25
24
|
from firebolt.db import connect as sdk_connect
|
26
25
|
from firebolt.db.connection import Connection as SDKConnection
|
27
26
|
from firebolt.db.cursor import Cursor
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: dbt_firebolt
|
3
|
-
Version: 1.9.
|
3
|
+
Version: 1.9.2
|
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
|
@@ -21,7 +21,7 @@ Description-Content-Type: text/markdown
|
|
21
21
|
License-File: LICENSE
|
22
22
|
Requires-Dist: dbt-adapters <2.0,>=1.0
|
23
23
|
Requires-Dist: dbt-core >=1.8.0
|
24
|
-
Requires-Dist: firebolt-sdk >=1.
|
24
|
+
Requires-Dist: firebolt-sdk >=1.8.1
|
25
25
|
Requires-Dist: pydantic >=0.23
|
26
26
|
Provides-Extra: dev
|
27
27
|
Requires-Dist: allure-pytest ==2.* ; extra == 'dev'
|
@@ -1,13 +1,13 @@
|
|
1
|
-
dbt/adapters/firebolt/__init__.py,sha256=
|
1
|
+
dbt/adapters/firebolt/__init__.py,sha256=BqeuV6kaWEP3BG901X9rr9ifw8y-qBwHuB2ulefwbHo,411
|
2
2
|
dbt/adapters/firebolt/__version__.py,sha256=zRlZGglif76ZVuWWSjsH_MMPgtVQqmj-SryYJW25FL4,69
|
3
3
|
dbt/adapters/firebolt/column.py,sha256=COo_wjhCFgS3GFcPIPcoq7WAWgzN6DB2XqG-gk51WBc,539
|
4
|
-
dbt/adapters/firebolt/connections.py,sha256
|
4
|
+
dbt/adapters/firebolt/connections.py,sha256=dNdha5dDEYUPhLvlSq8_ftbBA1hiqnUCBukt6wLuZH4,7976
|
5
5
|
dbt/adapters/firebolt/impl.py,sha256=eIqnXzoMoyHq2lp1yMz7O62WJ0apM16H8IssTTwDMiw,15075
|
6
6
|
dbt/adapters/firebolt/relation.py,sha256=Xg3Nrjw3UrF_qwnuGbPT97rSXRiDP1GlIAoBF4b7QnY,1922
|
7
7
|
dbt/adapters/firebolt/relation_configs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
8
8
|
dbt/include/firebolt/__init__.py,sha256=vBGWeG-dHHkimfnX8axBJ4IgAowFw8xADmo6Auzn2xc,52
|
9
|
-
dbt_firebolt-1.9.
|
10
|
-
dbt_firebolt-1.9.
|
11
|
-
dbt_firebolt-1.9.
|
12
|
-
dbt_firebolt-1.9.
|
13
|
-
dbt_firebolt-1.9.
|
9
|
+
dbt_firebolt-1.9.2.dist-info/LICENSE,sha256=Nn0EGvW3qmoZpBV_JVM3iPukFf3RiNCIizrWe_2oTHk,11354
|
10
|
+
dbt_firebolt-1.9.2.dist-info/METADATA,sha256=wuRMDg_FlCCBHiC90xZqEJ0OWE27FVJYeUvC83YACss,5237
|
11
|
+
dbt_firebolt-1.9.2.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
|
12
|
+
dbt_firebolt-1.9.2.dist-info/top_level.txt,sha256=B2YH4he17ajilEWOGCKHbRcEJlCuZKwCcgFcLPntLsE,4
|
13
|
+
dbt_firebolt-1.9.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|