-
Updated
Sep 11, 2020 - JavaScript
bigquery
Here are 507 public repositories matching this topic...
-
Updated
Sep 9, 2020 - JavaScript
-
Updated
Sep 2, 2020 - Python
Is your feature request related to a problem? Please describe.
#878 adds HTTP endpoints and documents such endpoints in Javadoc. However, tools such as OpenAPI does this in a more holistic and visually pleasing manner and is a good to have.
Describe the solution you'd like
Add OpenAPI documentation with Swagger UI.
**Describe altern
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
Sep 5, 2020 - Go
-
Updated
Sep 8, 2020 - Java
-
Updated
Dec 10, 2019 - Python
-
Updated
Jul 15, 2020 - Python
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
-
Updated
Aug 20, 2020 - CSS
-
Updated
Sep 11, 2020 - HTML
Similar to the discussion in #1016 but for the chapters rather than the home page, we should have the facility to embed pull quotes in the chapters to pull out interesting quotes to catch people's eye as they scroll down the page, as well as break up the text.
This is pretty common, for example from Smashing Magazine:
![Sm
As far as I can tell, these functions are completely unused and can be removed:
-
Updated
Sep 11, 2020 - Java
-
Updated
Sep 11, 2020 - TypeScript
-
Updated
Jun 24, 2020 - Python
-
Updated
Aug 31, 2020 - TypeScript
-
Updated
Jul 21, 2020 - Python
-
Updated
Aug 16, 2020 - Jupyter Notebook
@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":
Stencil points to a server which holds file descriptors for the protobufs. We could add doc/script to setup a SimpleHTTPServer for the given protobufs.
-
Updated
Sep 11, 2020 - Java
-
Updated
Aug 19, 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."
I am aggregating some events for 7 days from a partitioned table, and want to use mockTable for integration tests of my SQL.
SELECT flight_id AS flightId, campaign_id AS campaignId, ad_format FROM ad-selfserve.ad_platform_services.clean_flights_* WHERE _TABLE_SUFFIX >= $START_DATE AND _TABLE_SUFFIX < $END_DATE)tests:
`
val CLEAN_FLIGHTS_TABLE_REF = "ad-selfserve:ad