From 20ece3a47f1956cce21af8c98a618045da68fb94 Mon Sep 17 00:00:00 2001 From: k1LoW Date: Thu, 6 Jun 2024 20:15:55 +0900 Subject: [PATCH] Fix --- sample/bigquery_crypto_bitcoin/inputs.md | 10 ++++++---- sample/bigquery_crypto_bitcoin/outputs.md | 10 ++++++---- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/sample/bigquery_crypto_bitcoin/inputs.md b/sample/bigquery_crypto_bitcoin/inputs.md index 715d4d101..827838286 100644 --- a/sample/bigquery_crypto_bitcoin/inputs.md +++ b/sample/bigquery_crypto_bitcoin/inputs.md @@ -30,10 +30,6 @@ FROM `bigquery-public-data.crypto_bitcoin.transactions` as transactions, -## Referenced Tables - -- [transactions](transactions.md) - ## Columns | Name | Type | Default | Nullable | Children | Parents | Description | @@ -53,6 +49,12 @@ FROM `bigquery-public-data.crypto_bitcoin.transactions` as transactions, | addresses | STRING | | true | | | | | value | NUMERIC | | true | | | | +## Referenced Tables + +| Name | Columns | Description | Type | +| ---- | ------- | ------- | ---- | +| [transactions](transactions.md) | 34 | All transactions.
Data is exported using https://github.com/blockchain-etl/bitcoin-etl
| TABLE | + ## Relations ![er](inputs.svg) diff --git a/sample/bigquery_crypto_bitcoin/outputs.md b/sample/bigquery_crypto_bitcoin/outputs.md index a9be509c5..d475e3bda 100644 --- a/sample/bigquery_crypto_bitcoin/outputs.md +++ b/sample/bigquery_crypto_bitcoin/outputs.md @@ -27,10 +27,6 @@ FROM `bigquery-public-data.crypto_bitcoin.transactions` as transactions, -## Referenced Tables - -- [transactions](transactions.md) - ## Columns | Name | Type | Default | Nullable | Children | Parents | Description | @@ -47,6 +43,12 @@ FROM `bigquery-public-data.crypto_bitcoin.transactions` as transactions, | addresses | STRING | | true | | | | | value | NUMERIC | | true | | | | +## Referenced Tables + +| Name | Columns | Description | Type | +| ---- | ------- | ------- | ---- | +| [transactions](transactions.md) | 34 | All transactions.
Data is exported using https://github.com/blockchain-etl/bitcoin-etl
| TABLE | + ## Relations ![er](outputs.svg)