Skip to content

Commit 7a465f3

Browse files
VersusFacitfa-assistant
authored andcommitted
xdbc: bump dbx driver to parse manifest into arrow schema (#3676)
GitOrigin-RevId: 9cd531ef80c108d046389d1f96c08cf1e6863bff
1 parent 2be36f4 commit 7a465f3

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kind: Under the Hood
2+
body: Bump databricks driver to 0.18.0+dbt0.0.5
3+
time: 2025-05-30T15:06:53.092933-07:00

crates/dbt-xdbc/src/checksums.rs

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pub static SORTED_CDN_DRIVER_CHECKSUMS: [(
1111
&str, // version
1212
),
1313
&str, // checksum
14-
); 72] = [
14+
); 77] = [
1515
(
1616
("bigquery", "apple-darwin", "aarch64", "0.17.0+dbt0.2.2"),
1717
"f8cadc3b234c750b036a40273b74a73ce8fd7a1ea08edf34fb9a51c492ac3233",
@@ -96,6 +96,10 @@ pub static SORTED_CDN_DRIVER_CHECKSUMS: [(
9696
("databricks", "apple-darwin", "aarch64", "0.18.0+dbt0.0.4"),
9797
"3e21c4c8f547c99bc97751b46654cffa0a2be4d2522af8428ea02ea4b1ed6146",
9898
),
99+
(
100+
("databricks", "apple-darwin", "aarch64", "0.18.0+dbt0.0.5"),
101+
"76aa60a979bb141dff6af4ecdf6881b7c341d02364552d2274e954add5f52cb8",
102+
),
99103
(
100104
("databricks", "apple-darwin", "x86_64", "0.17.0+dbt0.0.1"),
101105
"d39bfd60c02a4fc638aa6e36b262aca32d593d16976a6f1d33b33890e0aa4f08",
@@ -112,6 +116,10 @@ pub static SORTED_CDN_DRIVER_CHECKSUMS: [(
112116
("databricks", "apple-darwin", "x86_64", "0.18.0+dbt0.0.4"),
113117
"bcb45c92249b6fc57a7dc98259f2d5d18016466e820f1a423212bc919316cc5b",
114118
),
119+
(
120+
("databricks", "apple-darwin", "x86_64", "0.18.0+dbt0.0.5"),
121+
"2c420960835c8ed7e792937f01022213ca07a975e2c1a0a5b0ad7ad7f8e37851",
122+
),
115123
(
116124
("databricks", "manylinux_2_17-linux-gnu", "aarch64", "0.18.0+dbt0.0.3"),
117125
"890ab22a794423dd8dd21af9eda06661730a8fdbf8d878fa926b40d4c02dd57a",
@@ -120,6 +128,10 @@ pub static SORTED_CDN_DRIVER_CHECKSUMS: [(
120128
("databricks", "manylinux_2_17-linux-gnu", "aarch64", "0.18.0+dbt0.0.4"),
121129
"cc1e2112a2571c77924602829963055d1b7ae64df16bd827a177bc7ecb6cbe55",
122130
),
131+
(
132+
("databricks", "manylinux_2_17-linux-gnu", "aarch64", "0.18.0+dbt0.0.5"),
133+
"83fdc2dc6dd1f821a6a1975ff27fd73cd0b8a43d15ab2a43f874d044e7590dd9",
134+
),
123135
(
124136
("databricks", "manylinux_2_17-linux-gnu", "x86_64", "0.17.0+dbt0.0.1"),
125137
"5277635ca9175ea0c16a8cbdbdf368327c819cbc6ab5df40a0ab41a0c9d580fd",
@@ -136,6 +148,10 @@ pub static SORTED_CDN_DRIVER_CHECKSUMS: [(
136148
("databricks", "manylinux_2_17-linux-gnu", "x86_64", "0.18.0+dbt0.0.4"),
137149
"7fdd7616dfbbc114e0f57fa3c7abe5a2d312562678e295bdc44a5c308c7952ed",
138150
),
151+
(
152+
("databricks", "manylinux_2_17-linux-gnu", "x86_64", "0.18.0+dbt0.0.5"),
153+
"bb9a5773f5ae12f2bf46e113dc9f559e182b0833fe0e9174356ed8145e529996",
154+
),
139155
(
140156
("databricks", "pc-windows-msvc", "x86_64", "0.17.0+dbt0.0.1"),
141157
"7865537ca805bae183614e9e011202136765ba5575a2ea658c70ba886a28df64",
@@ -152,6 +168,10 @@ pub static SORTED_CDN_DRIVER_CHECKSUMS: [(
152168
("databricks", "pc-windows-msvc", "x86_64", "0.18.0+dbt0.0.4"),
153169
"934e8eef44da53431bb7bd7539a0049de83f5254e5db9567ceee327c4acb01c0",
154170
),
171+
(
172+
("databricks", "pc-windows-msvc", "x86_64", "0.18.0+dbt0.0.5"),
173+
"2e55c582a0de81b17f2d5fbd3ddf373e2c404b51c4a7ef6bf9c522b0591c4f66",
174+
),
155175
(
156176
("postgresql", "apple-darwin", "aarch64", "0.17.0+dbt0.0.1"),
157177
"6f1e25c0a4da44697bb449091ebd14575a92bd27e48cce49fdd56d0a7ad5066a",

crates/dbt-xdbc/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ pub fn str_from_sqlstate(sqlstate: &[c_char; 5]) -> &str {
6969
pub const SNOWFLAKE_DRIVER_VERSION: &str = "0.18.0+dbt0.0.7";
7070
pub const BIGQUERY_DRIVER_VERSION: &str = "0.18.0+dbt0.0.3";
7171
pub const POSTGRES_DRIVER_VERSION: &str = "0.18.0+dbt0.0.2";
72-
pub const DATABRICKS_DRIVER_VERSION: &str = "0.18.0+dbt0.0.4";
72+
pub const DATABRICKS_DRIVER_VERSION: &str = "0.18.0+dbt0.0.5";
7373

7474
pub use install::pre_install_driver;
7575

0 commit comments

Comments
 (0)