Bulat Yapparov
Bulat Yapparov
Closes: #444 This would help to implement something similar to [BigQuery Magics](https://googleapis.dev/python/bigquery/latest/magics.html) in Rmarkdown https://github.com/yihui/knitr/issues/1867
I need to pass parameters to the query via DBI interface to implement parameterised query integration in knitr . ```r DBI::dbGetQuery(con, "SELECT @value", params = (value = 1)) ```
bq_table_stream() is an alternative to inserting data into the table, which is covered by quota limits and will not work for a lot of small writes. This implementation does not...
Closes #298
see: https://github.com/Homebrew/homebrew-cask/issues/35645 Error message > Updating Homebrew... > Error: caskroom/cask was moved. Tap homebrew/cask instead.
Fixes #624 Some BigQuery configurations incorrectly return NUMERIC/BIGNUMERIC columns with INTEGER type in the schema, causing them to be parsed as integer64 and then converted to regular integers when bigint="integer"....
Fixes #633 BigQuery views don't have numRows metadata populated, causing bq_table_download() to calculate n_max=0 and return empty results. This change detects views using bq_table_meta() and handles them differently by using...