Skip to content
#

bigquery

Here are 471 public repositories matching this topic...

woop
woop commented Mar 23, 2020

Expected Behavior

Python unit tests should not depend on GCP service accounts being available

Current Behavior

Currently the test test_get_batch_features in the Python SDK leads to a failure when it is run from an environment where GOOGLE_APPLICATION_CREDENTIALS are not available, or it cannot infer a local Gcloud configuration. This is triggered because the Job object initiali

tbls
mjpieters
mjpieters commented Apr 22, 2020

Currently, the README.md file lists all tables with their full table comment.

I'm putting a lot of info in some of my table descriptions, including SQL code blocks. These render rather badly in the comment column of the central Tables table, which treats markdown just a little different.

Perhaps the Tables table should only use the first paragraph of each table description.

E.g.

singh-ashutosh1
singh-ashutosh1 commented Mar 15, 2020

Is it mandatory to put windowing in unbounded pcollection from pubsub if i'm not using any aggregation steps i.e groupbyKey?

A note in following link is as follows.
https://cloud.google.com/dataflow/docs/guides/specifying-exec-params

**If your pipeline uses unbounded data sources and sinks, it is necessary to pick a Windowing strategy for your unbounded PCollections before you use any aggre

idreeskhan
idreeskhan commented Dec 30, 2019

Over time we've had some things leak into the diff methods that make it more cumbersome to use BigDiffy via code instead of CLI.

For example diffAvro here https://github.com/spotify/ratatool/blob/master/ratatool-diffy/src/main/scala/com/spotify/ratatool/diffy/BigDiffy.scala#L284

User has to manually pass in schema otherwise we they receive a non-informative error regarding null schema, add

Improve this page

Add a description, image, and links to the bigquery topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bigquery topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.