File tree 4 files changed +15
-29
lines changed
4 files changed +15
-29
lines changed Original file line number Diff line number Diff line change @@ -281,14 +281,21 @@ def __process():
281
281
""" , timeout = self .timeout )
282
282
283
283
else :
284
+ write_kwargs = merge_dict (
285
+ dict (
286
+ auto_create_table = should_create_table ,
287
+ database = database ,
288
+ schema = schema ,
289
+ # This param makes sure datetime column is written correctly
290
+ use_logical_type = True ,
291
+ ),
292
+ kwargs or dict (),
293
+ )
284
294
write_pandas (
285
295
self .conn ,
286
296
df ,
287
297
table_name ,
288
- database = database ,
289
- schema = schema ,
290
- auto_create_table = should_create_table ,
291
- ** kwargs ,
298
+ ** write_kwargs ,
292
299
)
293
300
294
301
if verbose :
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ requests_mock==1.10.0
34
34
simple_salesforce ~= 1.12.5
35
35
simplejson
36
36
singer_sdk ~= 0.34.1
37
- snowflake-connector-python == 3.2.1
37
+ snowflake-connector-python == 3.4.0
38
38
sshtunnel == 0.4.0
39
39
stripe == 5.5.0
40
40
terminaltables == 3.1.10
Original file line number Diff line number Diff line change @@ -72,14 +72,13 @@ opentelemetry-instrumentation-tornado==0.41b0
72
72
oracledb == 1.3.1
73
73
pinotdb == 5.1.0
74
74
prometheus_client >= 0.18.0
75
- protobuf >= 4.0.0
76
75
psycopg2 == 2.9.3
77
76
psycopg2-binary == 2.9.3
78
77
pydruid == 0.6.5
79
78
pyodbc == 4.0.35
80
79
redshift-connector == 2.0.915
81
80
lxml == 4.9.4
82
- snowflake-connector-python == 3.2.1
81
+ snowflake-connector-python == 3.4.0
83
82
sshtunnel == 0.4.0
84
83
tables == 3.7.0
85
84
trino ~= 0.326
@@ -118,43 +117,23 @@ dbt-sqlserver==1.3.1
118
117
dbt-trino == 1.7.1
119
118
120
119
attrs == 17.4.0
121
- azure-storage-blob == 12.14.1
122
120
backoff
123
121
clickhouse_sqlalchemy
124
122
deltalake == 0.7.0
125
- elasticsearch == 8.9.0
126
123
facebook_business == 17.0.2
127
124
gnupg == 2.3.1
128
125
google-analytics-data == 0.14.2
129
- google-api-python-client == 2.70.0
130
- google-cloud-bigquery ~= 3.0
131
126
google-cloud-bigquery-storage == 2.16.2
132
- google-cloud-storage == 2.5.0
133
- httpx == 0.23.1
134
127
httpx [http2 ]
135
- kafka-python ~= 2.0.2
136
- mysql-connector-python ~= 8.2.0
137
- opensearch-py ~= 2.0.0
138
- oracledb == 1.3.1
139
128
pendulum == 2.1.0
140
- protobuf >= 4.0.0
141
- psycopg2 == 2.9.3
142
- psycopg2-binary == 2.9.3
143
- pymongo == 4.3.3
144
129
pymongo_schema == 0.4.1
145
- python-dateutil == 2.8.2
146
130
python-magic == 0.4.27
147
131
redshift-connector ~= 2.0.915
148
- requests ~= 2.31.0
149
132
requests_mock == 1.10.0
150
133
simple_salesforce ~= 1.12.5
151
- simplejson
152
134
singer_sdk ~= 0.34.1
153
- snowflake-connector-python == 3.2.1
154
- sshtunnel == 0.4.0
155
135
stripe == 5.5.0
156
136
terminaltables == 3.1.10
157
- trino ~= 0.326
158
137
twitter-ads == 11.0.0
159
138
tzlocal == 4.2
160
139
xlsx2csv == 0.8.1
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ def readme():
106
106
'botocore==1.29.60' ,
107
107
],
108
108
'snowflake' : [
109
- 'snowflake-connector-python==3.2.1 ' ,
109
+ 'snowflake-connector-python==3.4.0 ' ,
110
110
],
111
111
'spark' : [
112
112
'boto3==1.26.60' ,
@@ -186,7 +186,7 @@ def readme():
186
186
'redshift-connector==2.0.915' ,
187
187
'lxml==4.9.4' ,
188
188
'requests_aws4auth==1.1.2' ,
189
- 'snowflake-connector-python==3.2.1 ' ,
189
+ 'snowflake-connector-python==3.4.0 ' ,
190
190
'sshtunnel==0.4.0' ,
191
191
'stomp.py==8.1.0' ,
192
192
'thefuzz[speedup]==0.19.0' ,
You can’t perform that action at this time.
0 commit comments