cubetl
cubetl copied to clipboard
CubETL - Framework and tool for data ETL (Extract, Transform and Load) in Python (PERSONAL PROJECT / SELDOM MAINTAINED)
Bumps [lxml](https://github.com/lxml/lxml) from 4.4.1 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...
### Reporting Error and Fix When following the installation procedures provided here (Raspberry Pi OS) we throw an error at _cubestl -h_ **ERROR** LAST LINE OF TRACEBACK _File "/home//cubetl/cubetl/sql/sql.py", line...
Bumps [pygments](https://github.com/pygments/pygments) from 2.3.1 to 2.7.4. Release notes Sourced from pygments's releases. 2.7.4 Updated lexers: Apache configurations: Improve handling of malformed tags (#1656) CSS: Add support for variables (#1633, #1666)...
Bumps [httplib2](https://github.com/httplib2/httplib2) from 0.18.0 to 0.19.0. Changelog Sourced from httplib2's changelog. 0.19.0 auth: parse headers using pyparsing instead of regexp httplib2/httplib2#182 auth: WSSE token needs to be string not bytes...
I am getting this error while running it with cubetl -h Traceback (most recent call last): File "/var/www/html/cubetl/cub_env/bin/cubetl", line 9, in load_entry_point('cubetl', 'console_scripts', 'cubetl')() File "/var/www/html/cubetl/cub_env/lib/python3.5/site-packages/pkg_resources/__init__.py", line 542, in load_entry_point...
I am using python 3.7.4. To reproduce: ``` $ docker-compose run cubetls python -c "import cubetl.geoip" Traceback (most recent call last): File "", line 1, in File "/app/cubetl/geoip/__init__.py", line 26,...