Skip to content

Commit d0e82c0

Browse files
malachi-constantjaidisidoNickCorbett
authored
Repository Rename -> main (#1540)
* AWS SDK for Pandas Rename * Rename logo * Wrangler to awswrangler * changing wrangler refs to sdk-pandas * changing ssm param name * Remove legacy links Co-authored-by: Abdel Jaidi <jaidisido@gmail.com> Co-authored-by: Nick Corbett <nick.corbett@gmail.com>
1 parent c5d5343 commit d0e82c0

File tree

90 files changed

+532
-535
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+532
-535
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ body:
5858
required: true
5959
- type: input
6060
attributes:
61-
label: AWS DataWrangler version
61+
label: AWS SDK for pandas version
6262
validations:
6363
required: true
6464
- type: textarea

.github/ISSUE_TEMPLATE/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
contact_links:
22
- name: Discussion
3-
url: https://join.slack.com/t/aws-data-wrangler/shared_invite/zt-sxdx38sl-E0coRfAds8WdpxXD2Nzfrg
4-
about: Public Slack channel for the AWS Data Wrangler community.
3+
url: https://join.slack.com/t/aws-sdk-pandas/shared_invite/zt-sxdx38sl-E0coRfAds8WdpxXD2Nzfrg
4+
about: Public Slack channel for the AWS SDK for pandas community.
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
name: Support Data Wrangler
3-
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>"
55
labels: ''
66
assignees: ''
77

88
---
99

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.
1111

1212
Please add any files to *docs/source/_static/*
1313

@@ -16,4 +16,4 @@ Your Name:
1616
Your Position:
1717
I have included a logo: y/n
1818

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.*

CONTRIBUTING.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ information to effectively respond to your bug report or contribution.
1010

1111
We welcome you to use the GitHub issue tracker to report bugs or suggest features.
1212

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
1414
reported the issue. Please try to include as much information as you can. Details like these are incredibly useful:
1515

1616
* 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
1919
* Anything unusual about your environment or deployment
2020

2121
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
2323
* bug: An error encountered when using the library
2424
* feature: A completely new idea not currently covered by the library
2525
* enhancement: A suggestion to enhance an existing feature
@@ -48,7 +48,7 @@ GitHub provides additional document on [forking a repository](https://help.githu
4848

4949
## Finding contributions to work on
5050

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.
5252

5353
## Code of Conduct
5454

@@ -62,7 +62,7 @@ If you discover a potential security issue in this project we ask that you notif
6262

6363
## Licensing
6464

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.
6666

6767
We may ask you to sign a [Contributor License Agreement (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes.
6868

@@ -93,7 +93,7 @@ You can choose from three different environments to test your fixes/changes, bas
9393

9494
* Pick up a Linux or MacOS.
9595
* 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
9797
* Go to the project's directory create a Python's virtual environment for the project
9898

9999
`python3 -m venv .venv && source .venv/bin/activate`
@@ -124,7 +124,7 @@ or
124124

125125
* Pick up a Linux or MacOS.
126126
* Install Python 3.7, 3.8 or 3.9 with [poetry](https://github.com/python-poetry/poetry) for package management
127-
* Fork the AWS Data Wrangler repository and clone that into your development environment
127+
* Fork the AWS SDK for pandas repository and clone that into your development environment
128128
* Go to the project's directory create a Python's virtual environment for the project
129129

130130
`python3 -m venv .venv && source .venv/bin/activate`
@@ -185,7 +185,7 @@ or
185185

186186
* Pick up a Linux or MacOS.
187187
* Install Python 3.7, 3.8 or 3.9 with [poetry](https://github.com/python-poetry/poetry) for package management
188-
* Fork the AWS Data Wrangler repository and clone that into your development environment
188+
* Fork the AWS SDK for pandas repository and clone that into your development environment
189189
* Go to the project's directory create a Python's virtual environment for the project
190190

191191
`python -m venv .venv && source .venv/bin/activate`
@@ -223,7 +223,7 @@ or
223223

224224
``./deploy-stack.sh opensearch``
225225

226-
* Go to the `EC2 -> SecurityGroups` console, open the `aws-data-wrangler-*` security group and configure to accept your IP from any TCP port.
226+
* Go to the `EC2 -> SecurityGroups` console, open the `aws-sdk-pandas-*` security group and configure to accept your IP from any TCP port.
227227
- Alternatively run:
228228

229229
``./security-group-databases-add-local-ip.sh``
@@ -277,7 +277,7 @@ or
277277
## Common Errors
278278

279279
Check the file below to check the common errors and solutions
280-
[ERRORS](https://github.com/awslabs/aws-data-wrangler/blob/main/CONTRIBUTING_COMMON_ERRORS.md)
280+
[ERRORS](https://github.com/aws/aws-sdk-pandas/blob/main/CONTRIBUTING_COMMON_ERRORS.md)
281281

282282
## Bumping version
283283
When there is a new release you can use `bump2version` for updating the version number in relevant files.

CONTRIBUTING_COMMON_ERRORS.md

+15-15
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Installing collected packages: awswrangler, python-Levenshtein
1919
Running setup.py develop for awswrangler
2020
Running setup.py install for python-Levenshtein ... error
2121
ERROR: Command errored out with exit status 1:
22-
command: /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
22+
command: /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
2323
cwd: /private/var/folders/f5/6dztqmhd6tb0mlxyzg2w32xdrmsqz_/T/pip-install-eobnhvyq/python-levenshtein_3ce6f911c6454215835eb21e204f9564/
2424
Complete output (31 lines):
2525
running install
@@ -50,12 +50,12 @@ Installing collected packages: awswrangler, python-Levenshtein
5050
building 'Levenshtein._levenshtein' extension
5151
creating build/temp.macosx-10.13-x86_64-3.7
5252
creating build/temp.macosx-10.13-x86_64-3.7/Levenshtein
53-
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/$USER/Projects/aws-data-wrangler/.venv/include -I/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7/include/python3.7m -c Levenshtein/_levenshtein.c -o build/temp.macosx-10.13-x86_64-3.7/Levenshtein/_levenshtein.o
53+
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/$USER/Projects/aws-sdk-pandas/.venv/include -I/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7/include/python3.7m -c Levenshtein/_levenshtein.c -o build/temp.macosx-10.13-x86_64-3.7/Levenshtein/_levenshtein.o
5454
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
5555
error: command 'clang' failed with exit status 1
5656
----------------------------------------
57-
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
5959
```
6060

6161
### Solution
@@ -70,33 +70,33 @@ xcode-select --install
7070

7171
### Error Message:
7272

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
7474

7575

7676
```
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'.
7878
tests/conftest.py:6: in <module>
7979
import awswrangler as wr
8080
awswrangler/__init__.py:10: in <module>
8181
from awswrangler import ( # noqa
8282
awswrangler/sqlserver.py:20: in <module>
8383
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
8686
E Reason: image not found
87-
(.venv) ~/Projects/aws-data-wrangler> python
87+
(.venv) ~/Projects/aws-sdk-pandas> python
8888
Python 3.7.7 (default, Mar 10 2020, 15:43:27)
8989
[Clang 10.0.0 (clang-1000.11.45.5)] on darwin
9090
Type "help", "copyright", "credits" or "license" for more information.
9191
>>> import awswrangler
9292
Traceback (most recent call last):
9393
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>
9595
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>
9797
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
99-
Referenced from: /Users/$USER/Projects/aws-data-wrangler/.venv/lib/python3.7/site-packages/pyodbc.cpython-37m-darwin.so
98+
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
99+
Referenced from: /Users/$USER/Projects/aws-sdk-pandas/.venv/lib/python3.7/site-packages/pyodbc.cpython-37m-darwin.so
100100
Reason: image not found
101101
>>>
102102
KeyboardInterrupt
@@ -116,7 +116,7 @@ brew install unixodbc
116116

117117
### Error Message
118118

119-
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
120120

121121
```
122122
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
128128

129129
In order to find the role:
130130
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
132132
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}`

NOTICE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
AWS Data Wrangler
1+
AWS SDK for pandas
22
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.

0 commit comments

Comments
 (0)