-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
|
||
setuptools.setup( | ||
name="instackup", | ||
version="0.2.5", | ||
version="0.2.6", | ||
author="Daniel Lavedonio de Lima", | ||
author_email="[email protected]", | ||
description="A package to ease interaction with cloud services, DB connections and commonly used functionalities in data analytics.", | ||
|
@@ -34,7 +34,7 @@ | |
'google-cloud-bigquery>=1.26.0', | ||
'google-cloud-bigquery-datatransfer>=1.1.0', | ||
'google-cloud-storage>=1.18.0', | ||
'grpcio==1.32.0', | ||
'grpcio==1.34.0', | ||
'gcsfs==0.7.1', | ||
'gspread==3.6.0', | ||
'mysql-connector-python>=8.0.21', | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Version 0.2.6 (beta) | ||
|
||
## Bug fixes: | ||
- Fixed bug in BigQueryTool.upload_from_gcs and BigQueryTool.upload_from_file methods where _ignore_unknown_values_ and _max_bad_records_ parameters weren't passed to the Job | ||
- Updated dependencies |