Skip to content

Commit 569b0df

Browse files
committed
Correct Partition Field(s) in the Hubble data dictionary
Verified every `Partition Field(s)` entry in the data dictionary against BigQuery (INFORMATION_SCHEMA DDL, plus `bq show` on the tables that changed), resolving each page to its table via the dbt-docs link the page itself declares. Twelve entries were wrong; the rest are correct and untouched. The ten `*_current` tables are documented as MONTH-partitioned on batch_run_date or closed_at, but none of them are partitioned at all — the dbt models declare no `partition_by`, and BigQuery confirms no partitioning on any of the ten. Readers filtering on batch_run_date to bound cost were getting no pruning from it. enriched_history_operations and enriched_history_operations_soroban were repartitioned from MONTH to DAY on closed_at on 2026-07-29, so the MONTH entries are now stale. Partitioning only. The `Clustered Field(s)` entries on the `*_current` pages are also out of date (for example accounts-current lists two clustering columns for a table with none); that is left for a separate change.
1 parent f42f6bf commit 569b0df

12 files changed

Lines changed: 12 additions & 12 deletions

docs/data/analytics/hubble/data-catalog/data-dictionary/silver/account-signers-current.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: ""
1111
| Property | Configuration |
1212
| --- | --- |
1313
| Natural Key(s) | account_id, signer, closed_at |
14-
| Partition Field(s) | batch_run_date (MONTH partition) |
14+
| Partition Field(s) | N/A |
1515
| Clustered Field(s) | account_id, signer, last_modified_ledger |
1616
| Documentation | [dbt docs](http://www.stellar-dbt-docs.com/#!/model/model.stellar_dbt_public.account_signers_current) |
1717

docs/data/analytics/hubble/data-catalog/data-dictionary/silver/accounts-current.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: ""
1111
| Property | Configuration |
1212
| --- | --- |
1313
| Natural Key(s) | account_id, closed_at |
14-
| Partition Field(s) | batch_run_date (MONTH partition) |
14+
| Partition Field(s) | N/A |
1515
| Clustered Field(s) | account_id, last_modified_ledger |
1616
| Documentation | [dbt docs](http://www.stellar-dbt-docs.com/#!/model/model.stellar_dbt_public.accounts_current) |
1717

docs/data/analytics/hubble/data-catalog/data-dictionary/silver/claimable-balances-current.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: ""
1111
| Property | Configuration |
1212
| --- | --- |
1313
| Natural Key(s) | balance_id, closed_at |
14-
| Partition Field(s) | batch_run_date (MONTH partition) |
14+
| Partition Field(s) | N/A |
1515
| Clustered Field(s) | asset_id, last_modified_ledger |
1616
| Documentation | [dbt docs](http://www.stellar-dbt-docs.com/#!/model/model.stellar_dbt_public.claimable_balances_current) |
1717

docs/data/analytics/hubble/data-catalog/data-dictionary/silver/config-settings-current.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: ""
1111
| Property | Configuration |
1212
| --- | --- |
1313
| Natural Key(s) | config_setting_id, closed_at |
14-
| Partition Field(s) | closed_at (MONTH partition) |
14+
| Partition Field(s) | N/A |
1515
| Clustered Field(s) | last_modified_ledger |
1616
| Documentation | [dbt docs](http://www.stellar-dbt-docs.com/#!/model/model.stellar_dbt_public.config_settings_current) |
1717

docs/data/analytics/hubble/data-catalog/data-dictionary/silver/contract-code-current.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: ""
1111
| Property | Configuration |
1212
| --- | --- |
1313
| Natural Key(s) | contract_code_hash, closed_at |
14-
| Partition Field(s) | closed_at (MONTH partition) |
14+
| Partition Field(s) | N/A |
1515
| Clustered Field(s) | last_modified_ledger, contract_code_hash |
1616
| Documentation | [dbt docs](http://www.stellar-dbt-docs.com/#!/model/model.stellar_dbt_public.contract_code_current) |
1717

docs/data/analytics/hubble/data-catalog/data-dictionary/silver/contract-data-current.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: ""
1111
| Property | Configuration |
1212
| --- | --- |
1313
| Natural Key(s) | ledger_key_hash, closed_at |
14-
| Partition Field(s) | closed_at (MONTH partition) |
14+
| Partition Field(s) | N/A |
1515
| Clustered Field(s) | last_modified_ledger, contract_id |
1616
| Documentation | [dbt docs](http://www.stellar-dbt-docs.com/#!/model/model.stellar_dbt_public.contract_data_current) |
1717

docs/data/analytics/hubble/data-catalog/data-dictionary/silver/enriched-history-operations-soroban.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: ""
1111
| Property | Configuration |
1212
| --- | --- |
1313
| Natural Key(s) | op_id |
14-
| Partition Field(s) | closed_at (MONTH partition) |
14+
| Partition Field(s) | closed_at (DAY partition) |
1515
| Clustered Field(s) | ledger_sequence, transaction_id, op_account_id, type |
1616
| Documentation | [dbt_docs](http://www.stellar-dbt-docs.com/#!/model/model.stellar_dbt_public.enriched_history_operations_soroban) |
1717

docs/data/analytics/hubble/data-catalog/data-dictionary/silver/enriched-history-operations.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: ""
1111
| Property | Configuration |
1212
| --- | --- |
1313
| Natural Key(s) | op_id |
14-
| Partition Field(s) | closed_at (MONTH partition) |
14+
| Partition Field(s) | closed_at (DAY partition) |
1515
| Clustered Field(s) | ledger_sequence, transaction_id, op_account_id, type |
1616
| Documentation | [dbt_docs](http://www.stellar-dbt-docs.com/#!/model/model.stellar_dbt_public.enriched_history_operations) |
1717

docs/data/analytics/hubble/data-catalog/data-dictionary/silver/liquidity-pools-current.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: ""
1111
| Property | Configuration |
1212
| --- | --- |
1313
| Natural Key(s) | liquidity_pool_id, closed_at |
14-
| Partition Field(s) | batch_run_date (MONTH partition) |
14+
| Partition Field(s) | N/A |
1515
| Clustered Field(s) | liquidity_pool_id, asset_a_id, asset_b_id, last_modified_ledger |
1616
| Documentation | [dbt docs](http://www.stellar-dbt-docs.com/#!/model/model.stellar_dbt_public.liquidity_pools_current) |
1717

docs/data/analytics/hubble/data-catalog/data-dictionary/silver/offers-current.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: ""
1111
| Property | Configuration |
1212
| --- | --- |
1313
| Natural Key(s) | offer_id, closed_at |
14-
| Partition Field(s) | batch_run_date (MONTH partition) |
14+
| Partition Field(s) | N/A |
1515
| Clustered Field(s) | selling_asset_id, buying_asset_id, last_modified_ledger |
1616
| Documentation | [dbt docs](http://www.stellar-dbt-docs.com/#!/model/model.stellar_dbt_public.offers_current) |
1717

0 commit comments

Comments
 (0)