dbt-adapters 1.10.0__py3-none-any.whl → 1.10.1__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.

Potentially problematic release.


This version of dbt-adapters might be problematic. Click here for more details.

dbt/adapters/__about__.py CHANGED
@@ -1 +1 @@
1
- version = "1.10.0"
1
+ version = "1.10.1"
@@ -21,6 +21,9 @@ class Capability(str, Enum):
21
21
  """Indicates support for getting catalog information including table-level and column-level metadata for a single
22
22
  relation."""
23
23
 
24
+ MicrobatchConcurrency = "MicrobatchConcurrency"
25
+ """Indicates support running the microbatch incremental materialization strategy concurrently across threads."""
26
+
24
27
 
25
28
  class Support(str, Enum):
26
29
  Unknown = "Unknown"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: dbt-adapters
3
- Version: 1.10.0
3
+ Version: 1.10.1
4
4
  Summary: The set of adapter protocols and base functionality that supports integration with dbt-core
5
5
  Project-URL: Homepage, https://github.com/dbt-labs/dbt-adapters
6
6
  Project-URL: Documentation, https://docs.getdbt.com
@@ -32,7 +32,7 @@ Description-Content-Type: text/markdown
32
32
  <img src="https://raw.githubusercontent.com/dbt-labs/dbt/ec7dee39f793aa4f7dd3dae37282cc87664813e4/etc/dbt-logo-full.svg" alt="dbt logo" width="500"/>
33
33
  </p>
34
34
 
35
- # dbt-tests-adapter
35
+ # dbt-adapters
36
36
 
37
37
  This package is responsible for:
38
38
 
@@ -40,9 +40,11 @@ This package is responsible for:
40
40
  - caching information from databases
41
41
  - determining how relations are defined
42
42
 
43
- There are two major adapter types: base and sql
43
+ In this repo there is also our testing suite used for tesing adapter functionality
44
+
45
+ # Adapters
44
46
 
45
- # Directories
47
+ There are two major adapter types: base and sql
46
48
 
47
49
  ## `base`
48
50
 
@@ -1,8 +1,8 @@
1
1
  dbt/__init__.py,sha256=iY4jdvOxcDhkdr5FiyOTZPHadKtMZDQ-qC6Fw6_EHPM,277
2
- dbt/adapters/__about__.py,sha256=TYlk0Tf1qPZKLC0jdqErUbXT7WMC6rSmxnveyAPBB4Y,19
2
+ dbt/adapters/__about__.py,sha256=qEmcwZHaCw1wJJwSC5hLmz_Vu3gpADQUnpjSt6Uwq6A,19
3
3
  dbt/adapters/__init__.py,sha256=3noHsg-64qI0_Pw6OR9F7l1vU2_qrJvinq8POTtuaZM,252
4
4
  dbt/adapters/cache.py,sha256=WGy4ewnz-J13LverTACBW2iFhGswrWLgm-wiBrQnMzo,20084
5
- dbt/adapters/capability.py,sha256=-Mbej2AL_bjQatHpFWUgsQ8z0zwnotyE9Y5DYHnX7NE,2364
5
+ dbt/adapters/capability.py,sha256=M3FkC9veKnNB7a7uQyl7EHX_AGNXPChbHAkcY4cgXCY,2534
6
6
  dbt/adapters/factory.py,sha256=9N-LjTnyqBKqK7KARjJdAPdQIRXQbVRfd2cBNDtU4Dc,9378
7
7
  dbt/adapters/protocol.py,sha256=qRsEFAKjUMVnoBspAiCUTICez1ckson-dFS04dTXSco,3818
8
8
  dbt/adapters/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -157,7 +157,7 @@ dbt/include/global_project/macros/utils/right.sql,sha256=EwNG98CAFIwNDmarwopf7Rk
157
157
  dbt/include/global_project/macros/utils/safe_cast.sql,sha256=1mswwkDACmIi1I99JKb_-vq3kjMe4HhMRV70mW8Bt4Y,298
158
158
  dbt/include/global_project/macros/utils/split_part.sql,sha256=fXEIS0oIiYR7-4lYbb0QbZdG-q2TpV63AFd1ky4I5UM,714
159
159
  dbt/include/global_project/tests/generic/builtin.sql,sha256=p94xdyPwb2TlxgLBqCfrcRfJ1QNgsjPvBm8f0Q5eqZM,1022
160
- dbt_adapters-1.10.0.dist-info/METADATA,sha256=2HAfVuOBNknIjeeGnPNfopqWZWPcXG5si_wHyqG1YXU,2477
161
- dbt_adapters-1.10.0.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
162
- dbt_adapters-1.10.0.dist-info/licenses/LICENSE,sha256=9yjigiJhWcCZvQjdagGKDwrRph58QWc5P2bVSQwXo6s,11344
163
- dbt_adapters-1.10.0.dist-info/RECORD,,
160
+ dbt_adapters-1.10.1.dist-info/METADATA,sha256=yUu8RDJV4J0Ik3QyTA8k4G8kxtxavB3fjDLzUMXemQU,2553
161
+ dbt_adapters-1.10.1.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
162
+ dbt_adapters-1.10.1.dist-info/licenses/LICENSE,sha256=9yjigiJhWcCZvQjdagGKDwrRph58QWc5P2bVSQwXo6s,11344
163
+ dbt_adapters-1.10.1.dist-info/RECORD,,