mongobq icon indicating copy to clipboard operation
mongobq copied to clipboard

Command Line Tool to import MongoDB collection into BigQuery

Results 7 mongobq issues
Sort by recently updated
recently updated
newest added

First, thanks for a very clean and well written repo, and sorry for the torrent of issues and prs. Not sure if there is a clean way to implement this....

You probably don't want to merge this but I thought I'd pr it anyway. This allows for blacklisting fields rather than only white listing, and in general just passes through...

- Added support for RECORD type column, nested RECORD, and RECORD ins…ide array. - Added "underscore-deep-extend" dependency. - Updated tests for the new functions. - Added .idea & *.iml in...

Sometimes I want to append data into BigQuery not truncate and insert. (eg. Export yesterday's data only and append it by daily job)

enhancement