Skip to content

Tags: mara/mara-db

Tags

4.11.0

bump version 4.11.0

4.10.0

bump version 4.10.0

4.9.2

bump version 4.9.2

4.9.1

bump 4.9.1

4.9.0

bump version 4.9.0

4.8.0

bump version 4.8.0

4.7.1

Release 4.7.1

4.7.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bigquery integration (#30)

* Add BigQueryDB(DB) class, bigquery_cursor_context, query_command and copy_from_stdin_command for BQ (wip)

* Minor

* Add copy_command from PG to BQ

* improve bq load to use a GCS bucked during file upload

* fix PostgreSQL + add other DBs to BigQueryDB

* update readme

* Adjust default behaviour of copy_from_stdin_command. Update README

* Improve bigquery_cursor_context. Adjust README

* fix variable name

* Change version

Co-authored-by: Leonhard Schick <[email protected]>
Co-authored-by: Martin Loetzsch <[email protected]>

4.6.1

bug fix

4.6.0

Release 4.6.0

- Escape double quotes in copy_from_sdtin_command for PostgreSQL (#33)
- Add overview page to visualization

**required changes**

If you use quotes in tables names in `Copy` commands, check whether they still work.