Andy Carter
02/28/2023, 9:28 AMAndy Carter
02/28/2023, 9:28 AMsuperset db upgrade
failed`
- [error ] Fatal Python error: _Py_HashRandomization_Init: failed to get random numbers to initialize Python
- Try Metabase
- Need to run via docker, install and run.
- Discover no native duckdb driver for MB.
- Download and install custom driver.
- Add custom plugins dir to metabase ENV variables.
- Now can select duckdb driver in MB, but when I do so, receive error message.
- Known issue with alpine MB base image
- Need to build custom docker image, not sure how to do this on Windows, move on.
- Try sqlite as source instead of duckdb
- target-sqlite fails. AttributeError: module 'time' has no attribute 'clock'
- time.clock removed in py3.8
- sqlalchemy upgrade attempted but conflict with typing requirement
- Try superset_ext
- meltano install
results in 0 plugins installed.
- With debug: Found plugin parent parent=metabase plugin=metabase source=lockfile
- Remove metabase to see what happens!
- Still nothing installed
Give up!?janis_puris
02/28/2023, 7:52 PMAndy Carter
02/28/2023, 7:58 PMjanis_puris
02/28/2023, 8:00 PM