From eeb0f141cde3d52db6e91762f03dfbf85f091683 Mon Sep 17 00:00:00 2001 From: Jack Forgash <58153492+forgxyz@users.noreply.github.com> Date: Thu, 17 Jul 2025 15:58:17 -0600 Subject: [PATCH] fix dim labels name --- .../tables/{table_dim_labels.md => core__dim_labels.md} | 2 +- models/gold/core/core__dim_labels.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename models/descriptions/tables/{table_dim_labels.md => core__dim_labels.md} (98%) diff --git a/models/descriptions/tables/table_dim_labels.md b/models/descriptions/tables/core__dim_labels.md similarity index 98% rename from models/descriptions/tables/table_dim_labels.md rename to models/descriptions/tables/core__dim_labels.md index dd69495..db0a970 100644 --- a/models/descriptions/tables/table_dim_labels.md +++ b/models/descriptions/tables/core__dim_labels.md @@ -1,4 +1,4 @@ -{% docs table_dim_labels %} +{% docs core__dim_labels %} ## Description This table provides a comprehensive mapping of Flow addresses to human-readable labels, supporting entity identification and classification across the blockchain. Each row represents a unique address and its associated label, with additional metadata such as label type, subtype, and creator. Labels are sourced from both automated algorithms and manual curation, enabling robust address classification for analytics and reporting. The table is continuously updated to reflect new addresses, protocol deployments, and community contributions. diff --git a/models/gold/core/core__dim_labels.yml b/models/gold/core/core__dim_labels.yml index b97fdb9..dce6bec 100644 --- a/models/gold/core/core__dim_labels.yml +++ b/models/gold/core/core__dim_labels.yml @@ -1,7 +1,7 @@ version: 2 models: - name: core__dim_labels - description: '{{ doc("table_dim_labels") }}' + description: '{{ doc("core__dim_labels") }}' columns: - name: BLOCKCHAIN description: '{{ doc("blockchain") }}'