-
Notifications
You must be signed in to change notification settings - Fork 428
Bug: Missing dependency jsonpath_ng for Data Masking in package version 3.3.0 #5715
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
Comments
Thanks for opening your first issue here! We'll come back to you as soon as we can. |
Hi @tzahari ! The DataMasking utility requires some additional dependencies that aren't included in the core package. To resolve this issue, you'll need to ensure you're installing the datamasking extras. Here's how you can do that: If you're installing directly with pip, for example: This will ensure all necessary dependencies, including We appreciate you taking the time to report this. It's a great opportunity to clarify this aspect of Powertools and hopefully help other users who might encounter the same situation. Let us know if you have any further questions or if you need any more assistance! |
Hi @anafalcao , |
|
Expected Behaviour
Usage of the DataMasking tool is working without import error.
Current Behaviour
The following error occurred:
ModuleNotFoundError: No module named 'jsonpath_ng'
Code snippet
Possible Solution
Add
jsonpath_ng
to the package dependenciesSteps to Reproduce
Powertools for AWS Lambda (Python) version
3.3.0
AWS Lambda function runtime
3.12
Packaging format used
PyPi
Debugging logs
The text was updated successfully, but these errors were encountered: