Tags: robomillo/mara-db
Tags
Bigquery integration (mara#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 <leonhard.schick@horze.com> Co-authored-by: Martin Loetzsch <martin.loetzsch@gmail.com>
Squashed commit of the following: commit 73af96b Author: Jieying Yan <jieying.yan@project-a.com> Date: Wed Mar 4 14:56:04 2020 +0100 Set fetch-count 10000 commit 2c57683 Author: Jieying Yan <jieying.yan@project-a.com> Date: Wed Mar 4 14:52:03 2020 +0100 Set fetch-count 10000 commit eca6c22 Author: Jieying Yan <jieying.yan@project-a.com> Date: Wed Mar 4 12:30:09 2020 +0100 Edit changelog for latest update commit e02a653 Author: Jieying Yan <jieying.yan@project-a.com> Date: Wed Mar 4 12:12:11 2020 +0100 set default fetch count for psql query_command
Release 4.4.0 - Implement `copy-from-sdtin` command for Redshift (via tmp file on configuratble s3 bucket) - Refactor database schema visualization so that multiple databases can be implemented - Implement database schema visualization for MySQL - Add function mysql.mysql_cursor_context for connecting to MySQL databases via https://github.com/PyMySQL/mysqlclient-python - Allow to pass a dbs.PostgreSQLDB instance to postgresql.postgres_cursor_context
PreviousNext