Closed ivansabik closed 2 years ago
After taking a closer look, a potential solution would be allowing to operate on the /tmp
dir instead of the default. Specifically in " File \"/usr/local/lib/python3.7/site-packages/sodasql/scan/file_system.py\", line 53, in mkdirs\n Path(expanded_path).mkdir(parents=True, exist_ok=True)\n",
if the expanded path could be point to /tmp
that should do the trick.
So how to make this below statement happened?
"After taking a closer look, a potential solution would be allowing to operate on the /tmp dir instead of the default. "
Describe the bug When attempting to run soda-sql in a Python AWS Lambda I'm experiencing an error when instantiating ScanBuilder.
To Reproduce Steps to reproduce the behavior:
from sodasql.scan.scan_builder import ScanBuilder
Verify you get the following error:
Context Include your scan.yml or warehouse.yml when relevant
OS: AWS Lambda Python Version: 3.7 Soda SQL Version: 2.1.3 Warehouse Type: Postgres