We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fdf395 commit 4e255d4Copy full SHA for 4e255d4
awswrangler/redshift.py
@@ -395,7 +395,7 @@ def connect(
395
user=attrs.user,
396
database=attrs.database,
397
password=attrs.password,
398
- port=attrs.port,
+ port=int(attrs.port),
399
host=attrs.host,
400
ssl=ssl,
401
timeout=timeout,
requirements-dev.txt
@@ -5,7 +5,7 @@ flake8==3.8.4
5
mypy==0.800
6
pydocstyle==5.1.1
7
doc8==0.8.1
8
-tox==3.21.2
+tox==3.21.3
9
pytest==6.2.2
10
pytest-cov==2.11.1
11
pytest-xdist==2.2.0
@@ -17,7 +17,7 @@ twine==3.3.0
17
sphinx==3.4.3
18
sphinx_bootstrap_theme==0.7.1
19
moto==1.3.16
20
-jupyterlab==3.0.5
+jupyterlab==3.0.6
21
s3fs==0.4.2
22
python-Levenshtein==0.12.1
23
-e .[sqlserver]
0 commit comments