fix dim labels name

This commit is contained in:
Jack Forgash 2025-07-17 15:58:17 -06:00
parent 88b8b0682a
commit eeb0f141cd
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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") }}'