-
Updated
Jul 18, 2021 - Python
bigquery
Here are 653 public repositories matching this topic...
-
Updated
Jul 15, 2021 - JavaScript
-
Updated
May 29, 2021 - JavaScript
ideally this would demonstrate projections, predicates, & tuning options like block size (using the Configuration parameter)
-
Updated
Jul 14, 2021 - Python
Problem
At present, our API documentation and API configuration in Jitsu Server contain some discrepancies. Since Jitsu API grows fast It's unavoidable. We should improve it. Clear documentation is an essential thing in OSS projects.
Solution
We should create Open API specification (yaml file) and generate both Jitsu Server handlers (gin-gonic) and doc
Improve tutorial
I am very curious about experience of newcomers with the tutorial. I am sure it can be improved to make onboarding easier.
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
May 23, 2021 - Go
-
Updated
Jul 19, 2021 - Java
-
Updated
Jul 7, 2021 - JavaScript
-
Updated
Jul 16, 2021 - Java
-
Updated
Oct 16, 2020 - Python
-
Updated
Feb 20, 2021 - Python
-
Updated
Apr 23, 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
Jul 19, 2021 - Java
-
Updated
Jul 19, 2021 - TypeScript
-
Updated
Jul 12, 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
Feb 23, 2021 - Python
O table append deveria:
- Checar se tabela já existe. Se não existir, levantar um erro
- Adicionar dados via Storage.upload
Ele não deveria recriar a tabela no BQ como está acontecendo hoje.
-
Updated
Dec 2, 2020 - Jupyter Notebook
-
Updated
Jul 21, 2020 - Python
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
If I pass 'Next 7 days' into the dateRange in query, the response is not a range over the next 7 days but only the day IN 7 days.
To Reproduce
Steps to reproduce the behavior: