You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
about: Add your organization's name or logo to the Data Wrangler read.me
4
-
title: "[Support Data Wrangler]: <your organization name>"
2
+
name: Support Us
3
+
about: Add your organization's name or logo to the repo read.me
4
+
title: "[Support Us]: <your organization name>"
5
5
labels: ''
6
6
assignees: ''
7
7
8
8
---
9
9
10
-
Thank you for letting us use your organization's name on the Data Wrangler read.me page and letting other customers know that you support the project! If you would like us to also display your organization's logo. please raise a pull request to provide an image file for the logo.
10
+
Thank you for letting us use your organization's name on the repository read.me page and letting other customers know that you support the project! If you would like us to also display your organization's logo. please raise a pull request to provide an image file for the logo.
11
11
12
12
Please add any files to *docs/source/_static/*
13
13
@@ -16,4 +16,4 @@ Your Name:
16
16
Your Position:
17
17
I have included a logo: y/n
18
18
19
-
*By raising a Support Data Wrangler issue (and related pull request), you are granting AWS permission to use your company’s name (and logo) for the limited purpose described here and you are confirming that you have authority to grant such permission.*
19
+
*By raising a Support Us issue (and related pull request), you are granting AWS permission to use your company’s name (and logo) for the limited purpose described here and you are confirming that you have authority to grant such permission.*
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ information to effectively respond to your bug report or contribution.
10
10
11
11
We welcome you to use the GitHub issue tracker to report bugs or suggest features.
12
12
13
-
When filing an issue, please check [existing open](https://github.com/awslabs/aws-data-wrangler/issues), or [recently closed](https://github.com/awslabs/aws-data-wrangler/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), issues to make sure somebody else hasn't already
13
+
When filing an issue, please check [existing open](https://github.com/aws/aws-sdk-pandas/issues), or [recently closed](https://github.com/aws/aws-sdk-pandas/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), issues to make sure somebody else hasn't already
14
14
reported the issue. Please try to include as much information as you can. Details like these are incredibly useful:
15
15
16
16
* A reproducible test case or series of steps
@@ -19,7 +19,7 @@ reported the issue. Please try to include as much information as you can. Detail
19
19
* Anything unusual about your environment or deployment
20
20
21
21
Here is a list of tags to label issues and help us triage them:
22
-
* question: A question on the library. Consider starting a [discussion](https://github.com/awslabs/aws-data-wrangler/discussions) instead
22
+
* question: A question on the library. Consider starting a [discussion](https://github.com/aws/aws-sdk-pandas/discussions) instead
23
23
* bug: An error encountered when using the library
24
24
* feature: A completely new idea not currently covered by the library
25
25
* enhancement: A suggestion to enhance an existing feature
@@ -48,7 +48,7 @@ GitHub provides additional document on [forking a repository](https://help.githu
48
48
49
49
## Finding contributions to work on
50
50
51
-
Looking at the existing issues is a great way to find something to contribute on. As our projects, by default, use the default GitHub issue labels (enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at any ['help wanted'](https://github.com/awslabs/aws-data-wrangler/labels/help%20wanted) issues is a great place to start.
51
+
Looking at the existing issues is a great way to find something to contribute on. As our projects, by default, use the default GitHub issue labels (enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at any ['help wanted'](https://github.com/aws/aws-sdk-pandas/labels/help%20wanted) issues is a great place to start.
52
52
53
53
## Code of Conduct
54
54
@@ -62,7 +62,7 @@ If you discover a potential security issue in this project we ask that you notif
62
62
63
63
## Licensing
64
64
65
-
See the [LICENSE](https://github.com/awslabs/aws-data-wrangler/blob/main/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
65
+
See the [LICENSE](https://github.com/aws/aws-sdk-pandas/blob/main/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
66
66
67
67
We may ask you to sign a [Contributor License Agreement (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes.
68
68
@@ -93,7 +93,7 @@ You can choose from three different environments to test your fixes/changes, bas
93
93
94
94
* Pick up a Linux or MacOS.
95
95
* Install Python 3.7, 3.8 or 3.9 with [poetry](https://github.com/python-poetry/poetry) for package management
96
-
* Fork the AWS Data Wrangler repository and clone that into your development environment
96
+
* Fork the AWS SDK for pandas repository and clone that into your development environment
97
97
* Go to the project's directory create a Python's virtual environment for the project
ERROR: Command errored out with exit status 1: /Users/$USER/Projects/aws-data-wrangler/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/f5/6dztqmhd6tb0mlxyzg2w32xdrmsqz_/T/pip-install-eobnhvyq/python-levenshtein_3ce6f911c6454215835eb21e204f9564/setup.py'"'"'; __file__='"'"'/private/var/folders/f5/6dztqmhd6tb0mlxyzg2w32xdrmsqz_/T/pip-install-eobnhvyq/python-levenshtein_3ce6f911c6454215835eb21e204f9564/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/f5/6dztqmhd6tb0mlxyzg2w32xdrmsqz_/T/pip-record-mh08s0za/install-record.txt --single-version-externally-managed --compile --install-headers /Users/$USER/Projects/aws-data-wrangler/.venv/include/site/python3.7/python-Levenshtein Check the logs for full command output.
58
-
(.venv) ~/Projects/aws-data-wrangler> pip list
57
+
ERROR: Command errored out with exit status 1: /Users/$USER/Projects/aws-sdk-pandas/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/f5/6dztqmhd6tb0mlxyzg2w32xdrmsqz_/T/pip-install-eobnhvyq/python-levenshtein_3ce6f911c6454215835eb21e204f9564/setup.py'"'"'; __file__='"'"'/private/var/folders/f5/6dztqmhd6tb0mlxyzg2w32xdrmsqz_/T/pip-install-eobnhvyq/python-levenshtein_3ce6f911c6454215835eb21e204f9564/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/f5/6dztqmhd6tb0mlxyzg2w32xdrmsqz_/T/pip-record-mh08s0za/install-record.txt --single-version-externally-managed --compile --install-headers /Users/$USER/Projects/aws-sdk-pandas/.venv/include/site/python3.7/python-Levenshtein Check the logs for full command output.
58
+
(.venv) ~/Projects/aws-sdk-pandas> pip list
59
59
```
60
60
61
61
### Solution
@@ -70,33 +70,33 @@ xcode-select --install
70
70
71
71
### Error Message:
72
72
73
-
ImportError: dlopen(/Users/$USER/Projects/aws-data-wrangler/.venv/lib/python3.7/site-packages/pyodbc.cpython-37m-darwin.so, 2): Library not loaded: /usr/local/opt/unixodbc/lib/libodbc.2.dylib
73
+
ImportError: dlopen(/Users/$USER/Projects/aws-sdk-pandas/.venv/lib/python3.7/site-packages/pyodbc.cpython-37m-darwin.so, 2): Library not loaded: /usr/local/opt/unixodbc/lib/libodbc.2.dylib
74
74
75
75
76
76
```
77
-
ImportError while loading conftest '/Users/$USER/Projects/aws-data-wrangler/tests/conftest.py'.
77
+
ImportError while loading conftest '/Users/$USER/Projects/aws-sdk-pandas/tests/conftest.py'.
78
78
tests/conftest.py:6: in <module>
79
79
import awswrangler as wr
80
80
awswrangler/__init__.py:10: in <module>
81
81
from awswrangler import ( # noqa
82
82
awswrangler/sqlserver.py:20: in <module>
83
83
import pyodbc # pylint: disable=import-error
84
-
E ImportError: dlopen(/Users/$USER/Projects/aws-data-wrangler/.venv/lib/python3.7/site-packages/pyodbc.cpython-37m-darwin.so, 2): Library not loaded: /usr/local/opt/unixodbc/lib/libodbc.2.dylib
85
-
E Referenced from: /Users/$USER/Projects/aws-data-wrangler/.venv/lib/python3.7/site-packages/pyodbc.cpython-37m-darwin.so
84
+
E ImportError: dlopen(/Users/$USER/Projects/aws-sdk-pandas/.venv/lib/python3.7/site-packages/pyodbc.cpython-37m-darwin.so, 2): Library not loaded: /usr/local/opt/unixodbc/lib/libodbc.2.dylib
85
+
E Referenced from: /Users/$USER/Projects/aws-sdk-pandas/.venv/lib/python3.7/site-packages/pyodbc.cpython-37m-darwin.so
86
86
E Reason: image not found
87
-
(.venv) ~/Projects/aws-data-wrangler> python
87
+
(.venv) ~/Projects/aws-sdk-pandas> python
88
88
Python 3.7.7 (default, Mar 10 2020, 15:43:27)
89
89
[Clang 10.0.0 (clang-1000.11.45.5)] on darwin
90
90
Type "help", "copyright", "credits" or "license" for more information.
91
91
>>> import awswrangler
92
92
Traceback (most recent call last):
93
93
File "<stdin>", line 1, in <module>
94
-
File "/Users/$USER/Projects/aws-data-wrangler/awswrangler/__init__.py", line 10, in <module>
94
+
File "/Users/$USER/Projects/aws-sdk-pandas/awswrangler/__init__.py", line 10, in <module>
95
95
from awswrangler import ( # noqa
96
-
File "/Users/$USER/Projects/aws-data-wrangler/awswrangler/sqlserver.py", line 20, in <module>
96
+
File "/Users/$USER/Projects/aws-sdk-pandas/awswrangler/sqlserver.py", line 20, in <module>
97
97
import pyodbc # pylint: disable=import-error
98
-
ImportError: dlopen(/Users/$USER/Projects/aws-data-wrangler/.venv/lib/python3.7/site-packages/pyodbc.cpython-37m-darwin.so, 2): Library not loaded: /usr/local/opt/unixodbc/lib/libodbc.2.dylib
During the deployment of `aws-data-wrangler-databases`, the creation of the resource `CodeBuildTestRoleLFPermissions` fails with
119
+
During the deployment of `aws-sdk-pandas-databases`, the creation of the resource `CodeBuildTestRoleLFPermissions` fails with
120
120
121
121
```
122
122
Resource does not exist or requester is not authorized to access requested permissions. (Service: AWSLakeFormation; Status Code: 400; Error Code: AccessDeniedException; Request ID: 14a26718-ee4e-49f2-a7ca-d308e49485f8; Proxy: null)
@@ -128,5 +128,5 @@ The IAM role used to deploy the CloudForation stack does not have permissions to
128
128
129
129
In order to find the role:
130
130
1. Navigate to the CloudFormation console in your account
131
-
1. Select the `aws-data-wrangler-databases` stack which failed to deploy
131
+
1. Select the `aws-sdk-pandas-databases` stack which failed to deploy
132
132
1. Under the "Stack info" tab, find the value for "IAM role". The name of the role should be in the following format: `arn:aws:iam::{ACCOUNT_ID}:role/cdk-{UUID}-cfn-exec-role-{ACCOUNT_ID}-{REGION}`
0 commit comments