Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass only required attributes of LSI's while creating table #198

Merged
merged 3 commits into from
Feb 23, 2023

Conversation

DilLip-Chowdary-Codes
Copy link
Contributor

Fixes issues in create_table, when table has local secondary indexes

Fixes issues in create_table, when table has local secondary indexes
@DilLip-Chowdary-Codes
Copy link
Contributor Author

Related Issue #197

Copy link
Owner

@bchew bchew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR @DilLip-Chowdary-Codes! Could you please fix the linting issue (this project uses black) as it's failing CI.

Not required but if you can add a test for this change that would be great too, thanks!

@DilLip-Chowdary-Codes
Copy link
Contributor Author

@bchew I've applied black, and when I run black --check ., i got below output:

All done! ✨ 🍰 ✨
5 files would be left unchanged.

@bchew
Copy link
Owner

bchew commented Feb 22, 2023

@bchew I've applied black, and when I run black --check ., i got below output:

All done! ✨ 🍰 ✨
5 files would be left unchanged.

I've just done a check and CI output is valid, perhaps you might not be running the current version of Black as per what's used by this project (there were some changes when Black got upgraded to v23)? You can install all the dev requirements as per https://github.com/bchew/dynamodump#development

@sonarcloud
Copy link

sonarcloud bot commented Feb 22, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@bchew bchew linked an issue Feb 23, 2023 that may be closed by this pull request
@bchew bchew merged commit 05a4ee2 into bchew:master Feb 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LocalSecondaryIndexes
2 participants