Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Jun 6, 2024
1 parent cd6ea4f commit 20ece3a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
10 changes: 6 additions & 4 deletions sample/bigquery_crypto_bitcoin/inputs.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ FROM `bigquery-public-data.crypto_bitcoin.transactions` as transactions,

</details>

## Referenced Tables

- [transactions](transactions.md)

## Columns

| Name | Type | Default | Nullable | Children | Parents | Description |
Expand All @@ -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.<br>Data is exported using https://github.com/blockchain-etl/bitcoin-etl<br> | TABLE |

## Relations

![er](inputs.svg)
Expand Down
10 changes: 6 additions & 4 deletions sample/bigquery_crypto_bitcoin/outputs.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ FROM `bigquery-public-data.crypto_bitcoin.transactions` as transactions,

</details>

## Referenced Tables

- [transactions](transactions.md)

## Columns

| Name | Type | Default | Nullable | Children | Parents | Description |
Expand All @@ -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.<br>Data is exported using https://github.com/blockchain-etl/bitcoin-etl<br> | TABLE |

## Relations

![er](outputs.svg)
Expand Down

0 comments on commit 20ece3a

Please sign in to comment.