Tim Sweña (Swast)

Results 91 issues of Tim Sweña (Swast)

**Is your feature request related to a problem? Please describe.** I'm trying to implement some fixes for the BigQuery Storage API Write client in https://github.com/googleapis/python-bigquery-storage/pull/278 so that it's easier to...

type: feature request
priority: p3

This issue if for the [subtree-merges.asc](/progit/progit2/tree/master/book/07-git-tools/sections/subtree-merges.asc) file published [here](https://git-scm.com/book/en/v1/Git-Tools-Subtree-Merging). I tried the command ``` git diff-tree -p rack_branch ``` and ``` git diff-tree -p rack_remote/master ``` but every time I...

I found it amazingly easy to install postgres with it. It even generated a password for me.

### Is your feature request related to a problem? It's difficult for me to do some things that I'm used to doing in BigQuery, such as `UNNEST([...])` on a bunch...

feature
bigquery

### Is your feature request related to a problem? In the BigQuery DataFrames library we define several custom operations. These are mostly to expose BigQuery-specific SQL that didn't necessarily make...

feature
udf

I noticed in https://github.com/conda-forge/pandas-gbq-feedstock/pull/47 that we don't have the necessary version of google-cloud-bigquery-storage on conda-forge, but our conda-based tests were still passing. We should catch when our dependencies need to...

type: process
api: bigquery

The BigQuery Storage API accepts a `row_restriction` parameter. It'd be nice to be able to plumb that through to the API. See: https://cloud.google.com/bigquery/docs/reference/storage/rpc/google.cloud.bigquery.storage.v1#google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions.FIELDS.string.google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions.row_restriction For related work, see "filters" in pandas...

type: feature request
priority: p3
api: bigquery

I get a `NotFound` error where pandas-gbq has tried to send a query with an empty string as the project ID. This could be improved to show a better error...

type: feature request
api: bigquery

If on a remote server (e.g. using `auth_local_webserver=False`), then there's a good chance the code is running on a shared machine (e.g. a VM or Colab notebook). In these cases,...

type: feature request
api: bigquery

The Float64Dtype more closely matches the BigQuery semantics. Ideally we'd allow folks to use this to avoid the slight data loss of mapping both NULL and NaN to NaN with...

type: feature request
api: bigquery