The Wayback Machine - https://web.archive.org/web/20201115062605/https://github.com/topics/bigquery
Skip to content
#

bigquery

Here are 530 public repositories matching this topic...

bcleenders
bcleenders commented Oct 2, 2020

When a user wants to stream data to a date-partitioned BQ table, the way to do this is:

//noinspection ScalaStyle
class DayPartitionFunction()
  extends SerializableFunction[ValueInSingleWindow[TableRow], TableDestination] {
  override def apply(input: ValueInSingleWindow[TableRow]): TableDestination = {
    val partition = DateTimeFormat.forPattern("yyyyMMdd").withZone(DateTimeZo
kunaldeo
kunaldeo commented Sep 10, 2020

In the following file:
https://github.com/feast-dev/feast/blob/master/infra/charts/feast/values-batch-serving.yaml

stores:
      - name: historical
        type: BIGQUERY
        config:
          project_id: <google_project_id>
          dataset_id: <bigquery_dataset_id>

If you provide the actual dataset_id, which is in the format of project:dataset_name feast will not able

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

Issue-Label-Bot

Code For The Issue Label Bot, an App that automatically labels issues using machine learning, available on the GitHub Marketplace. This is also code for the blog article: "How to automate tasks on GitHub with machine learning for fun and profit"
  • Updated Sep 27, 2020
  • CSS
SuperLSH
SuperLSH commented Apr 29, 2020

@medvedev1088
Hi,
I found that there ara two kinds of output in transactions.json.
One is nonstandard, and the other is pubkeyhash.
I thought the nonstandard output is the op_return output, but i found outputs of many (not all ) coinbase txs also are nonstandard. And address of miner is like“nonstandard3318537dfb3135df9f3d950dbdf8a7ae68dd7c7d”.
Here is an example:
transaction: {
"hash":

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.