Releases: sirkozuch/ex-looker
Releases · sirkozuch/ex-looker
Primary key fix
Primary key can now be specified and will be used in KBC
More logging adjustments to accommodate KBC
0.3.6 More adjustments to logging of information to KBC.
Logging to adjusted to print correct messages.
0.3.5 Conflicts
Changes to overall look of extractor.
Clean-up of code and unused stuff.
Traceback limit changed
0.3.2 Changed traceback limit
Changes to KBC logging
Adjusted logging to meet KBC standards.
Limits, primary keys, incremental and requests
Changes to way data is downloaded via Looker API (now uses requests
library instead of custom library before). Due to limitations of Looker API, all downloads with pivot columns are restricted to 5000 limits. This limit may be overwritten, but data dimensionality is reduced, i.e. all pivot columns and measures are omitted. The limitation does not apply to non-pivoted tables. User is also able to specify primary key and whether load to storage should be incremental.
Fixed Dockerfile
0.2.4 Dockerfile dix
Fixed bug with incorrect API endpoint.
0.2.3 Fixed bug with incorrect API endpoint.
Query type removed
Query type produced buggy behavior, so removing it from extractor.