-
Updated
Apr 16, 2021 - Python
bigquery
Here are 585 public repositories matching this topic...
-
Updated
Mar 30, 2021 - JavaScript
-
Updated
Apr 10, 2021 - JavaScript
Today batch BigQuery writes require saving the data as GCS Avro files first then LOAD into BQ, which is wasteful if user also save as Avro in the same pipeline. Should we add a syntactic sugar for this?
-
Updated
Apr 16, 2021 - Python
Problem
At the moment, there's one configuration parameter that defines sql type of the column in DB representation of the event. This parameter is called type and is a part of mapping configuration.
Jitsu assumes that every SQL type can be used typecast and table creation both:
CREATE TABLE (a T)insert $value::T
However, this assumption is wrong. One particular case i
The functions in this file should be factored out to a separate utility lib as they are reused in bitcoin-etl https://github.com/blockchain-etl/ethereum-etl/blob/develop/ethereumetl/misc_utils.py
-
Updated
Apr 1, 2021 - Go
-
Updated
Apr 16, 2021 - Java
The tutorial uses at one point the -> operator.
# Finding most popular name for each year.
@OrderBy(TopNameByYear, "year");
TopNameByYear(year) ArgMax= name -> NameCountByYear(name:, year:);
While this seems to be a variant on the functional aggregation method, it's not documented anywhere. Is there a more complete language reference that can be linked?
Thanks!
-
Updated
Oct 16, 2020 - Python
-
Updated
Apr 14, 2021 - Java
-
Updated
Feb 20, 2021 - Python
-
Updated
Jan 22, 2021 - SCSS
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
As far as I can tell, these functions are completely unused and can be removed:
-
Updated
Apr 16, 2021 - Java
-
Updated
Apr 16, 2021 - TypeScript
-
Updated
Feb 23, 2021 - Python
-
Updated
Apr 16, 2021 - TypeScript
@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":
-
Updated
Dec 2, 2020 - Jupyter Notebook
-
Updated
Jul 21, 2020 - Python
-
Updated
Apr 16, 2021 - Stata
Improve this page
Add a description, image, and links to the bigquery topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bigquery topic, visit your repo's landing page and select "manage topics."
Describe the bug
I want to connect to Redis Memory store in GCP and got the following error:
*To Reproduce