mirror of
https://github.com/FlipsideCrypto/axelar-models.git
synced 2026-02-06 13:11:49 +00:00
1 line
812 KiB
JSON
1 line
812 KiB
JSON
{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/catalog/v1.json", "dbt_version": "1.3.2", "generated_at": "2023-02-10T16:49:03.349143Z", "invocation_id": "713b9858-b3a8-4ddb-8b8e-cdeccf3b49de", "env": {}}, "nodes": {"model.axelar.streamline__validators_realtime": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "VALIDATORS_REALTIME", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": ""}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.axelar.streamline__validators_realtime"}, "model.axelar.core__fact_transactions": {"metadata": {"type": "BASE TABLE", "schema": "CORE", "name": "FACT_TRANSACTIONS", "database": "AXELAR_DEV", "comment": "Records of all transactions that have occurred on Axelar, dating back to the genesis block.", "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": "The block height the block was recorded at."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "TX_FROM": {"type": "TEXT", "index": 4, "name": "TX_FROM", "comment": "The wallet address of the individual who initiated the transaction"}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 5, "name": "TX_SUCCEEDED", "comment": "Transaction status is \"TRUE\" if the transaction went through, \"FALSE\" if the transaction failed."}, "CODESPACE": {"type": "VARIANT", "index": 6, "name": "CODESPACE", "comment": "Namespace for the code."}, "FEE": {"type": "TEXT", "index": 7, "name": "FEE", "comment": "The fee is paid by the initiator of the transaction. Fee = gas * gas price and is given in micro-AXL."}, "FEE_DENOM": {"type": "TEXT", "index": 8, "name": "FEE_DENOM", "comment": "The denominator of the transaction fee."}, "GAS_USED": {"type": "NUMBER", "index": 9, "name": "GAS_USED", "comment": "The amount of gas consumed by the transaction."}, "GAS_WANTED": {"type": "NUMBER", "index": 10, "name": "GAS_WANTED", "comment": "Amount of gas requested for a transaction. It is provided by users when the transaction is generated."}, "TX_CODE": {"type": "NUMBER", "index": 11, "name": "TX_CODE", "comment": "A number that corresponds to various error codes. When \"0\", the transaction is successful. Non-zero numbers signify different types of transaction failures."}, "TX_LOG": {"type": "TEXT", "index": 12, "name": "TX_LOG", "comment": "A string that contains the transaction logs, which are logs written by the program interacted with during the transaction."}, "MSGS": {"type": "VARIANT", "index": 13, "name": "MSGS", "comment": "The underlying json from the messages or events within the transactions"}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "_INSERTED_TIMESTAMP", "comment": ""}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 49416705536.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE)", "include": true, "description": "The key used to cluster this table"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 22592931.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.axelar.core__fact_transactions"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_MSG_INDEX.d0e91438b3": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_MSG_ATTRIBUTES_MSG_INDEX", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_MSG_INDEX.d0e91438b3"}, "model.axelar.streamline__blocks_realtime": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "BLOCKS_REALTIME", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": ""}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.axelar.streamline__blocks_realtime"}, "test.axelar.not_null_silver__validators_RAW_METADATA.fb6370f348": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "VALIDATORS_RAW_METADATA", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ADDRESS": {"type": "TEXT", "index": 1, "name": "ADDRESS", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 2, "name": "BLOCKCHAIN", "comment": null}, "CREATOR": {"type": "TEXT", "index": 3, "name": "CREATOR", "comment": null}, "LABEL_TYPE": {"type": "TEXT", "index": 4, "name": "LABEL_TYPE", "comment": null}, "LABEL_SUBTYPE": {"type": "TEXT", "index": 5, "name": "LABEL_SUBTYPE", "comment": null}, "LABEL": {"type": "TEXT", "index": 6, "name": "LABEL", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 7, "name": "PROJECT_NAME", "comment": null}, "DELEGATOR_SHARES": {"type": "NUMBER", "index": 8, "name": "DELEGATOR_SHARES", "comment": null}, "JAILED": {"type": "BOOLEAN", "index": 9, "name": "JAILED", "comment": null}, "RATE": {"type": "FLOAT", "index": 10, "name": "RATE", "comment": null}, "MAX_CHANGE_RATE": {"type": "FLOAT", "index": 11, "name": "MAX_CHANGE_RATE", "comment": null}, "MAX_RATE": {"type": "FLOAT", "index": 12, "name": "MAX_RATE", "comment": null}, "MIN_SELF_DELEGATION": {"type": "NUMBER", "index": 13, "name": "MIN_SELF_DELEGATION", "comment": null}, "RANK": {"type": "NUMBER", "index": 14, "name": "RANK", "comment": null}, "RAW_METADATA": {"type": "VARIANT", "index": 15, "name": "RAW_METADATA", "comment": null}, "UNIQUE_KEY": {"type": "TEXT", "index": 16, "name": "UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__validators_RAW_METADATA.fb6370f348"}, "test.axelar.not_null_core__fact_transactions_TX_FROM.7ddc5dd2a3": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "FACT_TRANSACTIONS_TX_FROM", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_FROM": {"type": "TEXT", "index": 4, "name": "TX_FROM", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 5, "name": "TX_SUCCEEDED", "comment": null}, "CODESPACE": {"type": "VARIANT", "index": 6, "name": "CODESPACE", "comment": null}, "FEE": {"type": "TEXT", "index": 7, "name": "FEE", "comment": null}, "FEE_DENOM": {"type": "TEXT", "index": 8, "name": "FEE_DENOM", "comment": null}, "GAS_USED": {"type": "NUMBER", "index": 9, "name": "GAS_USED", "comment": null}, "GAS_WANTED": {"type": "NUMBER", "index": 10, "name": "GAS_WANTED", "comment": null}, "TX_CODE": {"type": "NUMBER", "index": 11, "name": "TX_CODE", "comment": null}, "TX_LOG": {"type": "TEXT", "index": 12, "name": "TX_LOG", "comment": null}, "MSGS": {"type": "VARIANT", "index": 13, "name": "MSGS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_core__fact_transactions_TX_FROM.7ddc5dd2a3"}, "test.axelar.not_null_silver__msg_attributes_BLOCK_TIMESTAMP.ef8fb181e9": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "MSG_ATTRIBUTES_BLOCK_TIMESTAMP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 5, "name": "MSG_GROUP", "comment": null}, "MSG_SUB_GROUP": {"type": "NUMBER", "index": 6, "name": "MSG_SUB_GROUP", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 7, "name": "MSG_INDEX", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 8, "name": "MSG_TYPE", "comment": null}, "ATTRIBUTE_INDEX": {"type": "NUMBER", "index": 9, "name": "ATTRIBUTE_INDEX", "comment": null}, "ATTRIBUTE_KEY": {"type": "TEXT", "index": 10, "name": "ATTRIBUTE_KEY", "comment": null}, "ATTRIBUTE_VALUE": {"type": "TEXT", "index": 11, "name": "ATTRIBUTE_VALUE", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 12, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__msg_attributes_BLOCK_TIMESTAMP.ef8fb181e9"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_ExecutePendingTransfers_SENDER__STRING__VARCHAR.e61440e652": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TRANSFERS_EXECUTEPENDINGTRANSFERS_SENDER", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_ExecutePendingTransfers_SENDER__STRING__VARCHAR.e61440e652"}, "model.axelar.core__fact_governance_submit_proposal": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "FACT_GOVERNANCE_SUBMIT_PROPOSAL", "database": "AXELAR_DEV", "comment": "Records of all proposal submissions on Axelar, dating back to the genesis block.", "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": "The block height the block was recorded at."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": "Transaction status is \"TRUE\" if the transaction went through, \"FALSE\" if the transaction failed."}, "PROPOSER": {"type": "TEXT", "index": 5, "name": "PROPOSER", "comment": "The address of the validator that submitted the proposal."}, "PROPOSAL_ID": {"type": "NUMBER", "index": 6, "name": "PROPOSAL_ID", "comment": "Numeric ID that corresponds to the proposal."}, "PROPOSAL_TYPE": {"type": "TEXT", "index": 7, "name": "PROPOSAL_TYPE", "comment": "The type of proposal that was submitted."}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.axelar.core__fact_governance_submit_proposal"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_COMPLETION_TIME__TIMESTAMP_NTZ.ebc4f994ed": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "STAKING_COMPLETION_TIME", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_COMPLETION_TIME__TIMESTAMP_NTZ.ebc4f994ed"}, "test.axelar.not_null_core__fact_daily_balances_BALANCE.dad6546a8a": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "FACT_DAILY_BALANCES_BALANCE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"DATE": {"type": "DATE", "index": 1, "name": "DATE", "comment": null}, "BALANCE_TYPE": {"type": "TEXT", "index": 2, "name": "BALANCE_TYPE", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 4, "name": "CURRENCY", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 5, "name": "BALANCE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_core__fact_daily_balances_BALANCE.dad6546a8a"}, "model.axelar.silver__staked_balances": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "STAKED_BALANCES", "database": "AXELAR_DEV", "comment": "A table of each staked balance change for wallets on the Axelar chain.", "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": "The block height the block was recorded at."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "BALANCE_TYPE": {"type": "TEXT", "index": 3, "name": "BALANCE_TYPE", "comment": ""}, "ADDRESS": {"type": "TEXT", "index": 4, "name": "ADDRESS", "comment": "Address unique to an individual wallet, validator, or token."}, "CURRENCY": {"type": "TEXT", "index": 5, "name": "CURRENCY", "comment": "The currency that was used in the transaction message."}, "BALANCE": {"type": "NUMBER", "index": 6, "name": "BALANCE", "comment": "The amount of the currency the wallet held at the given time"}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "comment": ""}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 2750976.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:04UTC", "include": true, "description": "The timestamp for last update/change"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp)", "include": true, "description": "The key used to cluster this table"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 66878.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.axelar.silver__staked_balances"}, "test.axelar.dbt_utils_unique_combination_of_columns_silver__staking_TX_ID__MSG_GROUP__ACTION__CURRENCY__DELEGATOR_ADDRESS__VALIDATOR_ADDRESS.eeaa03e7bf": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "STAKING_TX_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_ID": {"type": "TEXT", "index": 1, "name": "TX_ID", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 2, "name": "MSG_GROUP", "comment": null}, "ACTION": {"type": "TEXT", "index": 3, "name": "ACTION", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 4, "name": "CURRENCY", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 5, "name": "DELEGATOR_ADDRESS", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 6, "name": "VALIDATOR_ADDRESS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_utils_unique_combination_of_columns_silver__staking_TX_ID__MSG_GROUP__ACTION__CURRENCY__DELEGATOR_ADDRESS__VALIDATOR_ADDRESS.eeaa03e7bf"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_BLOCK_ID__NUMBER__FLOAT.d78719780d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BLOCKS_BLOCK_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_BLOCK_ID__NUMBER__FLOAT.d78719780d"}, "test.axelar.not_null_silver__validators_RATE.fea467fa10": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "VALIDATORS_RATE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ADDRESS": {"type": "TEXT", "index": 1, "name": "ADDRESS", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 2, "name": "BLOCKCHAIN", "comment": null}, "CREATOR": {"type": "TEXT", "index": 3, "name": "CREATOR", "comment": null}, "LABEL_TYPE": {"type": "TEXT", "index": 4, "name": "LABEL_TYPE", "comment": null}, "LABEL_SUBTYPE": {"type": "TEXT", "index": 5, "name": "LABEL_SUBTYPE", "comment": null}, "LABEL": {"type": "TEXT", "index": 6, "name": "LABEL", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 7, "name": "PROJECT_NAME", "comment": null}, "DELEGATOR_SHARES": {"type": "NUMBER", "index": 8, "name": "DELEGATOR_SHARES", "comment": null}, "JAILED": {"type": "BOOLEAN", "index": 9, "name": "JAILED", "comment": null}, "RATE": {"type": "FLOAT", "index": 10, "name": "RATE", "comment": null}, "MAX_CHANGE_RATE": {"type": "FLOAT", "index": 11, "name": "MAX_CHANGE_RATE", "comment": null}, "MAX_RATE": {"type": "FLOAT", "index": 12, "name": "MAX_RATE", "comment": null}, "MIN_SELF_DELEGATION": {"type": "NUMBER", "index": 13, "name": "MIN_SELF_DELEGATION", "comment": null}, "RANK": {"type": "NUMBER", "index": 14, "name": "RANK", "comment": null}, "RAW_METADATA": {"type": "VARIANT", "index": 15, "name": "RAW_METADATA", "comment": null}, "UNIQUE_KEY": {"type": "TEXT", "index": 16, "name": "UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__validators_RATE.fea467fa10"}, "test.axelar.not_null_silver__msg_attributes_MSG_INDEX.38b80c3717": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "MSG_ATTRIBUTES_MSG_INDEX", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 5, "name": "MSG_GROUP", "comment": null}, "MSG_SUB_GROUP": {"type": "NUMBER", "index": 6, "name": "MSG_SUB_GROUP", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 7, "name": "MSG_INDEX", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 8, "name": "MSG_TYPE", "comment": null}, "ATTRIBUTE_INDEX": {"type": "NUMBER", "index": 9, "name": "ATTRIBUTE_INDEX", "comment": null}, "ATTRIBUTE_KEY": {"type": "TEXT", "index": 10, "name": "ATTRIBUTE_KEY", "comment": null}, "ATTRIBUTE_VALUE": {"type": "TEXT", "index": 11, "name": "ATTRIBUTE_VALUE", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 12, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__msg_attributes_MSG_INDEX.38b80c3717"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_transfers_DECIMAL.20f673d71f": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_TRANSFERS_DECIMAL", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_transfers_DECIMAL.20f673d71f"}, "test.axelar.not_null_silver__staked_balances_BLOCK_ID.0a48a2c189": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKED_BALANCES_BLOCK_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "BALANCE_TYPE": {"type": "TEXT", "index": 3, "name": "BALANCE_TYPE", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 4, "name": "ADDRESS", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 5, "name": "CURRENCY", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 6, "name": "BALANCE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__staked_balances_BLOCK_ID.0a48a2c189"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_TX_SUCCEEDED__BOOLEAN.c3ad0a0d7a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TRANSFERS_TX_SUCCEEDED", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_TX_SUCCEEDED__BOOLEAN.c3ad0a0d7a"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.e3e66ade1c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "GOVERNANCE_VOTES_BLOCK_TIMESTAMP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.e3e66ade1c"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_set_silver__validators_BLOCKCHAIN__axelar.ff7788dcdb": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_SET_SILVER", "name": "VALIDATORS_BLOCKCHAIN", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"VALUE_FIELD": {"type": "TEXT", "index": 1, "name": "VALUE_FIELD", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_set_silver__validators_BLOCKCHAIN__axelar.ff7788dcdb"}, "test.axelar.dbt_expectations_expect_row_values_to_have_recent_data_silver__blocks_BLOCK_TIMESTAMP__day__1.3844f6e7d3": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "BLOCKS_BLOCK_TIMESTAMP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_row_values_to_have_recent_data_silver__blocks_BLOCK_TIMESTAMP__day__1.3844f6e7d3"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_DELEGATOR_ADDRESS__STRING__VARCHAR.fd6280430a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "STAKING_REWARDS_DELEGATOR_ADDRESS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_DELEGATOR_ADDRESS__STRING__VARCHAR.fd6280430a"}, "test.axelar.not_null_silver__msgs_BLOCK_ID.1de1a37994": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "MSGS_BLOCK_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 5, "name": "MSG_GROUP", "comment": null}, "MSG_SUB_GROUP": {"type": "NUMBER", "index": 6, "name": "MSG_SUB_GROUP", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 7, "name": "MSG_INDEX", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 8, "name": "MSG_TYPE", "comment": null}, "MSG": {"type": "VARIANT", "index": 9, "name": "MSG", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 10, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__msgs_BLOCK_ID.1de1a37994"}, "test.axelar.not_null_silver__blockchain_BLOCK_TIMESTAMP.936901e9b8": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BLOCKCHAIN_BLOCK_TIMESTAMP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CHAIN_ID": {"type": "TEXT", "index": 1, "name": "CHAIN_ID", "comment": null}, "BLOCK_ID": {"type": "NUMBER", "index": 2, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_SIZE": {"type": "NUMBER", "index": 4, "name": "BLOCK_SIZE", "comment": null}, "BLOCK_HEADER": {"type": "VARIANT", "index": 5, "name": "BLOCK_HEADER", "comment": null}, "BLOCK_ID_OBJECT": {"type": "VARIANT", "index": 6, "name": "BLOCK_ID_OBJECT", "comment": null}, "NUM_TXS": {"type": "NUMBER", "index": 7, "name": "NUM_TXS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__blockchain_BLOCK_TIMESTAMP.936901e9b8"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_set_silver__validators_LABEL_SUBTYPE__validator.522d73b50b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_SET_SILVER", "name": "VALIDATORS_LABEL_SUBTYPE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"VALUE_FIELD": {"type": "TEXT", "index": 1, "name": "VALUE_FIELD", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_set_silver__validators_LABEL_SUBTYPE__validator.522d73b50b"}, "model.axelar.bronze__blocks": {"metadata": {"type": "BASE TABLE", "schema": "BRONZE", "name": "BLOCKS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"VALUE": {"type": "VARIANT", "index": 1, "name": "VALUE", "comment": null}, "_PARTITION_BY_BLOCK_ID": {"type": "NUMBER", "index": 2, "name": "_PARTITION_BY_BLOCK_ID", "comment": null}, "BLOCK_ID": {"type": "NUMBER", "index": 3, "name": "BLOCK_ID", "comment": null}, "METADATA": {"type": "VARIANT", "index": 4, "name": "METADATA", "comment": null}, "DATA": {"type": "VARIANT", "index": 5, "name": "DATA", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 112924231680.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:01UTC", "include": true, "description": "The timestamp for last update/change"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(_inserted_timestamp::date)", "include": true, "description": "The key used to cluster this table"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 6004506.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.axelar.bronze__blocks"}, "test.axelar.not_null_silver__governance_submit_proposal_BLOCK_TIMESTAMP.59a0f38558": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_SUBMIT_PROPOSAL_BLOCK_TIMESTAMP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "PROPOSER": {"type": "TEXT", "index": 5, "name": "PROPOSER", "comment": null}, "PROPOSAL_ID": {"type": "NUMBER", "index": 6, "name": "PROPOSAL_ID", "comment": null}, "PROPOSAL_TYPE": {"type": "TEXT", "index": 7, "name": "PROPOSAL_TYPE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__governance_submit_proposal_BLOCK_TIMESTAMP.59a0f38558"}, "test.axelar.dbt_expectations_expect_column_values_to_match_regex_silver__staking_REDELEGATE_SOURCE_VALIDATOR_ADDRESS__axelarvaloper_0_9a_z_39_39_.3ea6242b69": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "STAKING_REDELEGATE_SOURCE_VALIDATOR_ADDRESS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_match_regex_silver__staking_REDELEGATE_SOURCE_VALIDATOR_ADDRESS__axelarvaloper_0_9a_z_39_39_.3ea6242b69"}, "test.axelar.not_null_core__dim_labels_LABEL_SUBTYPE.556a65235c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "DIM_LABELS_LABEL_SUBTYPE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "CREATOR": {"type": "TEXT", "index": 2, "name": "CREATOR", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "LABEL_TYPE": {"type": "TEXT", "index": 4, "name": "LABEL_TYPE", "comment": null}, "LABEL_SUBTYPE": {"type": "TEXT", "index": 5, "name": "LABEL_SUBTYPE", "comment": null}, "LABEL": {"type": "TEXT", "index": 6, "name": "LABEL", "comment": null}, "ADDRESS_NAME": {"type": "TEXT", "index": 7, "name": "ADDRESS_NAME", "comment": null}, "RAW_METADATA": {"type": "ARRAY", "index": 8, "name": "RAW_METADATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_core__dim_labels_LABEL_SUBTYPE.556a65235c"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_FOREIGN_ADDRESS__STRING__VARCHAR.6ce3debee0": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TRANSFERS_FOREIGN_ADDRESS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_FOREIGN_ADDRESS__STRING__VARCHAR.6ce3debee0"}, "test.axelar.not_null_silver__staking_rewards_CURRENCY.766ae7c4fc": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKING_REWARDS_CURRENCY", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 5, "name": "TX_CALLER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 6, "name": "ACTION", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_GROUP", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 8, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 9, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 10, "name": "CURRENCY", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 11, "name": "VALIDATOR_ADDRESS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 13, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__staking_rewards_CURRENCY.766ae7c4fc"}, "test.axelar.not_null_silver__staked_balances_BALANCE.df9daa5873": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKED_BALANCES_BALANCE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "BALANCE_TYPE": {"type": "TEXT", "index": 3, "name": "BALANCE_TYPE", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 4, "name": "ADDRESS", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 5, "name": "CURRENCY", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 6, "name": "BALANCE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__staked_balances_BALANCE.df9daa5873"}, "test.axelar.dbt_expectations_expect_row_values_to_have_recent_data_silver__msg_attributes_BLOCK_TIMESTAMP__day__1.e267a0033b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "MSG_ATTRIBUTES_BLOCK_TIMESTAMP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_row_values_to_have_recent_data_silver__msg_attributes_BLOCK_TIMESTAMP__day__1.e267a0033b"}, "test.axelar.dbt_expectations_expect_column_values_to_match_regex_silver__staking_DELEGATOR_ADDRESS__axelar_0_9a_z_39_39_.c029c27dff": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "STAKING_DELEGATOR_ADDRESS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_match_regex_silver__staking_DELEGATOR_ADDRESS__axelar_0_9a_z_39_39_.c029c27dff"}, "model.axelar.silver__staking_rewards": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "STAKING_REWARDS", "database": "AXELAR_DEV", "comment": "Records of all claimed rewards earned from staking that have occurred on Osmosis, dating back to the genesis block. These actions include claim and withdrawal_rewards.", "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": "The block height the block was recorded at."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": ""}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 5, "name": "TX_CALLER_ADDRESS", "comment": "The wallet address of the individual who initiated the transaction."}, "ACTION": {"type": "TEXT", "index": 6, "name": "ACTION", "comment": "<<<<<<< HEAD\nTells what action is happening in the transaction. I.E. is the user adding or removing liquidity to the pool. \n=======\nThe action taken in the msg group. For staking this includes delegate, undelegate, redelegate, withdraw_rewards.\n>>>>>>> main"}, "MSG_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_GROUP", "comment": "Value grouping different messages together to represent a single action. Format will include the numeric msg_group and msg_sub_group with a \":\" seperator. The subgroup will always be 0 except for \"Exec\" actions. NULL group means messages are related to the header (overall transaction)"}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 8, "name": "DELEGATOR_ADDRESS", "comment": "The wallet address of the individual who owns the delegated asset."}, "AMOUNT": {"type": "NUMBER", "index": 9, "name": "AMOUNT", "comment": "The amount that was used in the transaction message."}, "CURRENCY": {"type": "TEXT", "index": 10, "name": "CURRENCY", "comment": "The currency that was used in the transaction message."}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 11, "name": "VALIDATOR_ADDRESS", "comment": "The wallet address of the validator related to the staking action."}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": "The date and time at which the block or transaction was inserted in the bronze tables."}, "_UNIQUE_KEY": {"type": "TEXT", "index": 13, "name": "_UNIQUE_KEY", "comment": ""}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 12739072.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:04UTC", "include": true, "description": "The timestamp for last update/change"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE)", "include": true, "description": "The key used to cluster this table"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 126216.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.axelar.silver__staking_rewards"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validators_BLOCKCHAIN__STRING__VARCHAR.5367cc76f5": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "VALIDATORS_BLOCKCHAIN", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validators_BLOCKCHAIN__STRING__VARCHAR.5367cc76f5"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_msgs_TX_ID.c4b71cafbe": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_MSGS_TX_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_msgs_TX_ID.c4b71cafbe"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_CURRENCY__STRING__VARCHAR.e490885777": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "STAKING_CURRENCY", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_CURRENCY__STRING__VARCHAR.e490885777"}, "test.axelar.not_null_silver__governance_votes_BLOCK_TIMESTAMP.0d2cf87ae5": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_VOTES_BLOCK_TIMESTAMP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "VOTER": {"type": "TEXT", "index": 5, "name": "VOTER", "comment": null}, "PROPOSAL_ID": {"type": "NUMBER", "index": 6, "name": "PROPOSAL_ID", "comment": null}, "VOTE_OPTION": {"type": "NUMBER", "index": 7, "name": "VOTE_OPTION", "comment": null}, "VOTE_WEIGHT": {"type": "NUMBER", "index": 8, "name": "VOTE_WEIGHT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__governance_votes_BLOCK_TIMESTAMP.0d2cf87ae5"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__link_events_TX_SUCCEEDED__BOOLEAN.f0e9c97fc4": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "LINK_EVENTS_TX_SUCCEEDED", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__link_events_TX_SUCCEEDED__BOOLEAN.f0e9c97fc4"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_AMOUNT__NUMBER__FLOAT.d9692a78f1": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TRANSFERS_AMOUNT", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_AMOUNT__NUMBER__FLOAT.d9692a78f1"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_BLOCK_ID.94b5ee163d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_GOVERNANCE_SUBMIT_PROPOSAL_BLOCK_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_BLOCK_ID.94b5ee163d"}, "model.axelar.silver__blockchain": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "BLOCKCHAIN", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CHAIN_ID": {"type": "TEXT", "index": 1, "name": "CHAIN_ID", "comment": ""}, "BLOCK_ID": {"type": "NUMBER", "index": 2, "name": "BLOCK_ID", "comment": ""}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": ""}, "BLOCK_SIZE": {"type": "NUMBER", "index": 4, "name": "BLOCK_SIZE", "comment": ""}, "BLOCK_HEADER": {"type": "VARIANT", "index": 5, "name": "BLOCK_HEADER", "comment": ""}, "BLOCK_ID_OBJECT": {"type": "VARIANT", "index": 6, "name": "BLOCK_ID_OBJECT", "comment": ""}, "NUM_TXS": {"type": "NUMBER", "index": 7, "name": "NUM_TXS", "comment": ""}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": ""}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 369180160.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:04UTC", "include": true, "description": "The timestamp for last update/change"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE)", "include": true, "description": "The key used to cluster this table"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 1321498.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.axelar.silver__blockchain"}, "test.axelar.not_null_silver__link_events_BLOCK_ID.69879351dd": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LINK_EVENTS_BLOCK_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "MODULE": {"type": "TEXT", "index": 5, "name": "MODULE", "comment": null}, "SOURCE_CHAIN": {"type": "TEXT", "index": 6, "name": "SOURCE_CHAIN", "comment": null}, "DEPOSIT_ADDRESS": {"type": "TEXT", "index": 7, "name": "DEPOSIT_ADDRESS", "comment": null}, "DESTINATION_CHAIN": {"type": "TEXT", "index": 8, "name": "DESTINATION_CHAIN", "comment": null}, "DESTINATION_ADDRESS": {"type": "TEXT", "index": 9, "name": "DESTINATION_ADDRESS", "comment": null}, "ASSET": {"type": "TEXT", "index": 10, "name": "ASSET", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "_INSERTED_TIMESTAMP", "comment": null}, "J": {"type": "OBJECT", "index": 12, "name": "J", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__link_events_BLOCK_ID.69879351dd"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_BLOCK_ID__NUMBER__FLOAT.f0526590fd": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "STAKING_REWARDS_BLOCK_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_BLOCK_ID__NUMBER__FLOAT.f0526590fd"}, "model.axelar.silver__governance_proposal_deposits": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "GOVERNANCE_PROPOSAL_DEPOSITS", "database": "AXELAR_DEV", "comment": "Records of all proposal deposits that have occurred on Axelar, dating back to the genesis block.", "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": "The block height the block was recorded at."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": ""}, "DEPOSITOR": {"type": "TEXT", "index": 5, "name": "DEPOSITOR", "comment": "The wallet address of the individual who deposited funds into the proposal. At least 100 AXL must be deposited into a proposal after it is submitted for it to go to vote."}, "PROPOSAL_ID": {"type": "NUMBER", "index": 6, "name": "PROPOSAL_ID", "comment": "Numeric ID that corresponds to the proposal."}, "AMOUNT": {"type": "NUMBER", "index": 7, "name": "AMOUNT", "comment": "The amount that was used in the transaction message."}, "CURRENCY": {"type": "TEXT", "index": 8, "name": "CURRENCY", "comment": "The currency that was used in the transaction message."}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "_INSERTED_TIMESTAMP", "comment": "The date and time at which the block or transaction was inserted in the bronze tables."}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 17408.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:04UTC", "include": true, "description": "The timestamp for last update/change"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE)", "include": true, "description": "The key used to cluster this table"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 58.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.axelar.silver__governance_proposal_deposits"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__link_events_SOURCE_CHAIN__STRING__VARCHAR.44c36e9149": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "LINK_EVENTS_SOURCE_CHAIN", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__link_events_SOURCE_CHAIN__STRING__VARCHAR.44c36e9149"}, "test.axelar.not_null_silver__governance_votes_BLOCK_ID.97979dad9a": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_VOTES_BLOCK_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "VOTER": {"type": "TEXT", "index": 5, "name": "VOTER", "comment": null}, "PROPOSAL_ID": {"type": "NUMBER", "index": 6, "name": "PROPOSAL_ID", "comment": null}, "VOTE_OPTION": {"type": "NUMBER", "index": 7, "name": "VOTE_OPTION", "comment": null}, "VOTE_WEIGHT": {"type": "NUMBER", "index": 8, "name": "VOTE_WEIGHT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__governance_votes_BLOCK_ID.97979dad9a"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__dim_tokens_RAW_METADATA.35e66014b2": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "DIM_TOKENS_RAW_METADATA", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__dim_tokens_RAW_METADATA.35e66014b2"}, "test.axelar.not_null_silver__validators_RANK.2e8e4ef4a4": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "VALIDATORS_RANK", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ADDRESS": {"type": "TEXT", "index": 1, "name": "ADDRESS", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 2, "name": "BLOCKCHAIN", "comment": null}, "CREATOR": {"type": "TEXT", "index": 3, "name": "CREATOR", "comment": null}, "LABEL_TYPE": {"type": "TEXT", "index": 4, "name": "LABEL_TYPE", "comment": null}, "LABEL_SUBTYPE": {"type": "TEXT", "index": 5, "name": "LABEL_SUBTYPE", "comment": null}, "LABEL": {"type": "TEXT", "index": 6, "name": "LABEL", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 7, "name": "PROJECT_NAME", "comment": null}, "DELEGATOR_SHARES": {"type": "NUMBER", "index": 8, "name": "DELEGATOR_SHARES", "comment": null}, "JAILED": {"type": "BOOLEAN", "index": 9, "name": "JAILED", "comment": null}, "RATE": {"type": "FLOAT", "index": 10, "name": "RATE", "comment": null}, "MAX_CHANGE_RATE": {"type": "FLOAT", "index": 11, "name": "MAX_CHANGE_RATE", "comment": null}, "MAX_RATE": {"type": "FLOAT", "index": 12, "name": "MAX_RATE", "comment": null}, "MIN_SELF_DELEGATION": {"type": "NUMBER", "index": 13, "name": "MIN_SELF_DELEGATION", "comment": null}, "RANK": {"type": "NUMBER", "index": 14, "name": "RANK", "comment": null}, "RAW_METADATA": {"type": "VARIANT", "index": 15, "name": "RAW_METADATA", "comment": null}, "UNIQUE_KEY": {"type": "TEXT", "index": 16, "name": "UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__validators_RANK.2e8e4ef4a4"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_BLOCK_ID__NUMBER__FLOAT.c6925be5b1": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "STAKING_BLOCK_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_BLOCK_ID__NUMBER__FLOAT.c6925be5b1"}, "test.axelar.dbt_utils_unique_combination_of_columns_silver__blockchain_BLOCK_ID.70f4075332": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "BLOCKCHAIN_BLOCK_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_utils_unique_combination_of_columns_silver__blockchain_BLOCK_ID.70f4075332"}, "test.axelar.not_null_silver__transactions__INSERTED_TIMESTAMP.3b2b0fb3b0": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSACTIONS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "CODESPACE": {"type": "VARIANT", "index": 4, "name": "CODESPACE", "comment": null}, "GAS_USED": {"type": "NUMBER", "index": 5, "name": "GAS_USED", "comment": null}, "GAS_WANTED": {"type": "NUMBER", "index": 6, "name": "GAS_WANTED", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 7, "name": "TX_SUCCEEDED", "comment": null}, "TX_CODE": {"type": "NUMBER", "index": 8, "name": "TX_CODE", "comment": null}, "MSGS": {"type": "VARIANT", "index": 9, "name": "MSGS", "comment": null}, "TX_LOG": {"type": "TEXT", "index": 10, "name": "TX_LOG", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__transactions__INSERTED_TIMESTAMP.3b2b0fb3b0"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_ExecutePendingTransfers_TX_SUCCEEDED__BOOLEAN.a989938210": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TRANSFERS_EXECUTEPENDINGTRANSFERS_TX_SUCCEEDED", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_ExecutePendingTransfers_TX_SUCCEEDED__BOOLEAN.a989938210"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_TX_SUCCEEDED__BOOLEAN.f71524c0fb": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "STAKING_REWARDS_TX_SUCCEEDED", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_TX_SUCCEEDED__BOOLEAN.f71524c0fb"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_validators_PROJECT_NAME.580ffece96": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_VALIDATORS_PROJECT_NAME", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_validators_PROJECT_NAME.580ffece96"}, "test.axelar.not_null_silver__daily_balances_CURRENCY.eeaa474ed0": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "DAILY_BALANCES_CURRENCY", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"DATE": {"type": "DATE", "index": 1, "name": "DATE", "comment": null}, "BALANCE_TYPE": {"type": "TEXT", "index": 2, "name": "BALANCE_TYPE", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 4, "name": "CURRENCY", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 5, "name": "BALANCE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__daily_balances_CURRENCY.eeaa474ed0"}, "test.axelar.dbt_utils_unique_combination_of_columns_silver__transactions_TX_ID.215714589b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "TRANSACTIONS_TX_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_ID": {"type": "TEXT", "index": 1, "name": "TX_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_utils_unique_combination_of_columns_silver__transactions_TX_ID.215714589b"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.683e76fd93": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "MSG_ATTRIBUTES_BLOCK_TIMESTAMP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.683e76fd93"}, "test.axelar.not_null_silver__blocks_PROPOSER_ADDRESS.00f683ae74": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BLOCKS_PROPOSER_ADDRESS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 3, "name": "CHAIN_ID", "comment": null}, "TX_COUNT": {"type": "NUMBER", "index": 4, "name": "TX_COUNT", "comment": null}, "PROPOSER_ADDRESS": {"type": "TEXT", "index": 5, "name": "PROPOSER_ADDRESS", "comment": null}, "VALIDATOR_HASH": {"type": "TEXT", "index": 6, "name": "VALIDATOR_HASH", "comment": null}, "HEADER": {"type": "VARIANT", "index": 7, "name": "HEADER", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 9, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__blocks_PROPOSER_ADDRESS.00f683ae74"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_validators_JAILED.a889f6621b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_VALIDATORS_JAILED", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_validators_JAILED.a889f6621b"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards__MSG_GROUP.10409d1ef3": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_STAKING_REWARDS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards__MSG_GROUP.10409d1ef3"}, "test.axelar.dbt_expectations_expect_column_values_to_match_regex_silver__staking_VALIDATOR_ADDRESS__axelarvaloper_0_9a_z_39_39_.7f360101d8": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "STAKING_VALIDATOR_ADDRESS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_match_regex_silver__staking_VALIDATOR_ADDRESS__axelarvaloper_0_9a_z_39_39_.7f360101d8"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_transfers_TRANSFER_TYPE.ee95d8d48f": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_TRANSFERS_TRANSFER_TYPE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_transfers_TRANSFER_TYPE.ee95d8d48f"}, "test.axelar.not_null_silver__msg_attributes_TX_ID.34f30240c0": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "MSG_ATTRIBUTES_TX_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 5, "name": "MSG_GROUP", "comment": null}, "MSG_SUB_GROUP": {"type": "NUMBER", "index": 6, "name": "MSG_SUB_GROUP", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 7, "name": "MSG_INDEX", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 8, "name": "MSG_TYPE", "comment": null}, "ATTRIBUTE_INDEX": {"type": "NUMBER", "index": 9, "name": "ATTRIBUTE_INDEX", "comment": null}, "ATTRIBUTE_KEY": {"type": "TEXT", "index": 10, "name": "ATTRIBUTE_KEY", "comment": null}, "ATTRIBUTE_VALUE": {"type": "TEXT", "index": 11, "name": "ATTRIBUTE_VALUE", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 12, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__msg_attributes_TX_ID.34f30240c0"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validators_RATE__NUMBER__FLOAT.b620a8dc1d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "VALIDATORS_RATE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validators_RATE__NUMBER__FLOAT.b620a8dc1d"}, "test.axelar.not_null_silver__msgs_MSG_INDEX.227765e0bf": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "MSGS_MSG_INDEX", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 5, "name": "MSG_GROUP", "comment": null}, "MSG_SUB_GROUP": {"type": "NUMBER", "index": 6, "name": "MSG_SUB_GROUP", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 7, "name": "MSG_INDEX", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 8, "name": "MSG_TYPE", "comment": null}, "MSG": {"type": "VARIANT", "index": 9, "name": "MSG", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 10, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__msgs_MSG_INDEX.227765e0bf"}, "test.axelar.not_null_core__dim_labels_BLOCKCHAIN.a4e09054d7": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "DIM_LABELS_BLOCKCHAIN", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "CREATOR": {"type": "TEXT", "index": 2, "name": "CREATOR", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "LABEL_TYPE": {"type": "TEXT", "index": 4, "name": "LABEL_TYPE", "comment": null}, "LABEL_SUBTYPE": {"type": "TEXT", "index": 5, "name": "LABEL_SUBTYPE", "comment": null}, "LABEL": {"type": "TEXT", "index": 6, "name": "LABEL", "comment": null}, "ADDRESS_NAME": {"type": "TEXT", "index": 7, "name": "ADDRESS_NAME", "comment": null}, "RAW_METADATA": {"type": "ARRAY", "index": 8, "name": "RAW_METADATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_core__dim_labels_BLOCKCHAIN.a4e09054d7"}, "test.axelar.dbt_expectations_expect_column_values_to_match_regex_silver__staking_rewards_TX_CALLER_ADDRESS__axelar_0_9a_z_39_39_.12a1ee41ce": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "STAKING_REWARDS_TX_CALLER_ADDRESS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_match_regex_silver__staking_rewards_TX_CALLER_ADDRESS__axelar_0_9a_z_39_39_.12a1ee41ce"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances_CURRENCY__STRING__VARCHAR.4236c735a0": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "STAKED_BALANCES_CURRENCY", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances_CURRENCY__STRING__VARCHAR.4236c735a0"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_transactions_CODESPACE.31e919d605": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_TRANSACTIONS_CODESPACE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_transactions_CODESPACE.31e919d605"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.9d03af31f1": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TRANSFERS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.9d03af31f1"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_TX_SUCCEEDED__BOOLEAN.68dadbac6f": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "GOVERNANCE_VOTES_TX_SUCCEEDED", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_TX_SUCCEEDED__BOOLEAN.68dadbac6f"}, "test.axelar.not_null_silver__link_events_BLOCK_TIMESTAMP.7b3586bab7": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LINK_EVENTS_BLOCK_TIMESTAMP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "MODULE": {"type": "TEXT", "index": 5, "name": "MODULE", "comment": null}, "SOURCE_CHAIN": {"type": "TEXT", "index": 6, "name": "SOURCE_CHAIN", "comment": null}, "DEPOSIT_ADDRESS": {"type": "TEXT", "index": 7, "name": "DEPOSIT_ADDRESS", "comment": null}, "DESTINATION_CHAIN": {"type": "TEXT", "index": 8, "name": "DESTINATION_CHAIN", "comment": null}, "DESTINATION_ADDRESS": {"type": "TEXT", "index": 9, "name": "DESTINATION_ADDRESS", "comment": null}, "ASSET": {"type": "TEXT", "index": 10, "name": "ASSET", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "_INSERTED_TIMESTAMP", "comment": null}, "J": {"type": "OBJECT", "index": 12, "name": "J", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__link_events_BLOCK_TIMESTAMP.7b3586bab7"}, "model.axelar.silver__staking": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "STAKING", "database": "AXELAR_DEV", "comment": "Records of all staking related transactions that have occurred on Osmosis, dating back to the genesis block. These actions include delegate, undelegate, and redelegate.", "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": "The block height the block was recorded at."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": ""}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 5, "name": "TX_CALLER_ADDRESS", "comment": "The wallet address of the individual who initiated the transaction."}, "ACTION": {"type": "TEXT", "index": 6, "name": "ACTION", "comment": "<<<<<<< HEAD\nTells what action is happening in the transaction. I.E. is the user adding or removing liquidity to the pool. \n=======\nThe action taken in the msg group. For staking this includes delegate, undelegate, redelegate, withdraw_rewards.\n>>>>>>> main"}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 7, "name": "DELEGATOR_ADDRESS", "comment": "The wallet address of the individual who owns the delegated asset."}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 8, "name": "VALIDATOR_ADDRESS", "comment": "The wallet address of the validator related to the staking action."}, "AMOUNT": {"type": "NUMBER", "index": 9, "name": "AMOUNT", "comment": "The amount that was used in the transaction message."}, "CURRENCY": {"type": "TEXT", "index": 10, "name": "CURRENCY", "comment": "The currency that was used in the transaction message."}, "REDELEGATE_SOURCE_VALIDATOR_ADDRESS": {"type": "TEXT", "index": 11, "name": "REDELEGATE_SOURCE_VALIDATOR_ADDRESS", "comment": "The wallet address of the source validator in a redelegation staking action."}, "COMPLETION_TIME": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "COMPLETION_TIME", "comment": "The time at which the undelegate or redelegate staking action is completed."}, "MSG_GROUP": {"type": "NUMBER", "index": 13, "name": "MSG_GROUP", "comment": "Value grouping different messages together to represent a single action. Format will include the numeric msg_group and msg_sub_group with a \":\" seperator. The subgroup will always be 0 except for \"Exec\" actions. NULL group means messages are related to the header (overall transaction)"}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "_INSERTED_TIMESTAMP", "comment": "The date and time at which the block or transaction was inserted in the bronze tables."}, "_UNIQUE_KEY": {"type": "TEXT", "index": 15, "name": "_UNIQUE_KEY", "comment": ""}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 8188416.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:04UTC", "include": true, "description": "The timestamp for last update/change"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE)", "include": true, "description": "The key used to cluster this table"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 68477.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.axelar.silver__staking"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.dfd05a3d5b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "MSGS_BLOCK_TIMESTAMP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.dfd05a3d5b"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validators_UNIQUE_KEY__STRING__VARCHAR.0953163d95": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "VALIDATORS_UNIQUE_KEY", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validators_UNIQUE_KEY__STRING__VARCHAR.0953163d95"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_TX_ID__STRING__VARCHAR.007224ef8b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "MSGS_TX_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_TX_ID__STRING__VARCHAR.007224ef8b"}, "model.axelar.streamline__txs_realtime": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "TXS_REALTIME", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": ""}, "TX_COUNT": {"type": "NUMBER", "index": 2, "name": "TX_COUNT", "comment": ""}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.axelar.streamline__txs_realtime"}, "test.axelar.not_null_silver__transfers_BLOCK_ID.81767d6c3c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSFERS_BLOCK_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "TRANSFER_TYPE": {"type": "TEXT", "index": 5, "name": "TRANSFER_TYPE", "comment": null}, "SENDER": {"type": "TEXT", "index": 6, "name": "SENDER", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 7, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 8, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 9, "name": "DECIMAL", "comment": null}, "RECEIVER": {"type": "TEXT", "index": 10, "name": "RECEIVER", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 11, "name": "MSG_INDEX", "comment": null}, "FOREIGN_ADDRESS": {"type": "TEXT", "index": 12, "name": "FOREIGN_ADDRESS", "comment": null}, "FOREIGN_CHAIN": {"type": "TEXT", "index": 13, "name": "FOREIGN_CHAIN", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 15, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__transfers_BLOCK_ID.81767d6c3c"}, "test.axelar.not_null_silver__governance_votes_VOTER.96fedc99dd": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_VOTES_VOTER", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "VOTER": {"type": "TEXT", "index": 5, "name": "VOTER", "comment": null}, "PROPOSAL_ID": {"type": "NUMBER", "index": 6, "name": "PROPOSAL_ID", "comment": null}, "VOTE_OPTION": {"type": "NUMBER", "index": 7, "name": "VOTE_OPTION", "comment": null}, "VOTE_WEIGHT": {"type": "NUMBER", "index": 8, "name": "VOTE_WEIGHT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__governance_votes_VOTER.96fedc99dd"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_BLOCK_ID.69b7ddd1ef": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_STAKING_REWARDS_BLOCK_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_BLOCK_ID.69b7ddd1ef"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_ACTION__STRING__VARCHAR.27e21a7bde": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "STAKING_REWARDS_ACTION", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_ACTION__STRING__VARCHAR.27e21a7bde"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances_ADDRESS__STRING__VARCHAR.bb27ba6e54": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "STAKED_BALANCES_ADDRESS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances_ADDRESS__STRING__VARCHAR.bb27ba6e54"}, "model.axelar.silver__validators": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "VALIDATORS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ADDRESS": {"type": "TEXT", "index": 1, "name": "ADDRESS", "comment": "Address unique to an individual wallet, validator, or token."}, "BLOCKCHAIN": {"type": "TEXT", "index": 2, "name": "BLOCKCHAIN", "comment": "In this table, always Axelar. Used to join to cross-chain tables."}, "CREATOR": {"type": "TEXT", "index": 3, "name": "CREATOR", "comment": "Name of the label creator - for now, this will always be \"Flipside.\""}, "LABEL_TYPE": {"type": "TEXT", "index": 4, "name": "LABEL_TYPE", "comment": "A broad category that describes what a label is representing."}, "LABEL_SUBTYPE": {"type": "TEXT", "index": 5, "name": "LABEL_SUBTYPE", "comment": "Adds more detail to the label type."}, "LABEL": {"type": "TEXT", "index": 6, "name": "LABEL", "comment": "The label or name of the address."}, "PROJECT_NAME": {"type": "TEXT", "index": 7, "name": "PROJECT_NAME", "comment": "The name of the project the label belongs to."}, "DELEGATOR_SHARES": {"type": "NUMBER", "index": 8, "name": "DELEGATOR_SHARES", "comment": "The number of tokens staked to the validator."}, "JAILED": {"type": "BOOLEAN", "index": 9, "name": "JAILED", "comment": "FALSE when a validator is not jailed, TRUE when a validator is jailed"}, "RATE": {"type": "FLOAT", "index": 10, "name": "RATE", "comment": "The current commission rate the validator is charging stakers."}, "MAX_CHANGE_RATE": {"type": "FLOAT", "index": 11, "name": "MAX_CHANGE_RATE", "comment": "The maximum rate at which a validator can change their commission per day."}, "MAX_RATE": {"type": "FLOAT", "index": 12, "name": "MAX_RATE", "comment": "The maximum commission rate that the validator can charge"}, "MIN_SELF_DELEGATION": {"type": "NUMBER", "index": 13, "name": "MIN_SELF_DELEGATION", "comment": "The minimum number of OSMO tokens that the operator must be staking with their own validator"}, "RANK": {"type": "NUMBER", "index": 14, "name": "RANK", "comment": "The rank of the validator in the validator set. Rank is determined by the number of OSMO tokens staked to the validator"}, "RAW_METADATA": {"type": "VARIANT", "index": 15, "name": "RAW_METADATA", "comment": "Additional details about the validator or token in json format."}, "UNIQUE_KEY": {"type": "TEXT", "index": 16, "name": "UNIQUE_KEY", "comment": "The unique key of the table"}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 48640.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 100.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.axelar.silver__validators"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_PROPOSAL_ID__NUMBER__FLOAT.a3c49bd449": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "GOVERNANCE_VOTES_PROPOSAL_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_PROPOSAL_ID__NUMBER__FLOAT.a3c49bd449"}, "test.axelar.not_null_core__fact_transactions_FEE_DENOM.2f1e97f1ae": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "FACT_TRANSACTIONS_FEE_DENOM", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_FROM": {"type": "TEXT", "index": 4, "name": "TX_FROM", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 5, "name": "TX_SUCCEEDED", "comment": null}, "CODESPACE": {"type": "VARIANT", "index": 6, "name": "CODESPACE", "comment": null}, "FEE": {"type": "TEXT", "index": 7, "name": "FEE", "comment": null}, "FEE_DENOM": {"type": "TEXT", "index": 8, "name": "FEE_DENOM", "comment": null}, "GAS_USED": {"type": "NUMBER", "index": 9, "name": "GAS_USED", "comment": null}, "GAS_WANTED": {"type": "NUMBER", "index": 10, "name": "GAS_WANTED", "comment": null}, "TX_CODE": {"type": "NUMBER", "index": 11, "name": "TX_CODE", "comment": null}, "TX_LOG": {"type": "TEXT", "index": 12, "name": "TX_LOG", "comment": null}, "MSGS": {"type": "VARIANT", "index": 13, "name": "MSGS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_core__fact_transactions_FEE_DENOM.2f1e97f1ae"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_TX_ID__STRING__VARCHAR.0f84a7c8bb": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TRANSFERS_TX_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_TX_ID__STRING__VARCHAR.0f84a7c8bb"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_validators_LABEL.58ea9d5501": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_VALIDATORS_LABEL", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_validators_LABEL.58ea9d5501"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__dim_tokens_PROJECT_NAME.2275550428": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "DIM_TOKENS_PROJECT_NAME", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__dim_tokens_PROJECT_NAME.2275550428"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_VALIDATOR_HASH__STRING__VARCHAR.985e07aa79": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BLOCKS_VALIDATOR_HASH", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_VALIDATOR_HASH__STRING__VARCHAR.985e07aa79"}, "model.axelar.bronze__transactions": {"metadata": {"type": "BASE TABLE", "schema": "BRONZE", "name": "TRANSACTIONS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"VALUE": {"type": "VARIANT", "index": 1, "name": "VALUE", "comment": null}, "_PARTITION_BY_BLOCK_ID": {"type": "NUMBER", "index": 2, "name": "_PARTITION_BY_BLOCK_ID", "comment": null}, "BLOCK_ID": {"type": "NUMBER", "index": 3, "name": "BLOCK_ID", "comment": null}, "METADATA": {"type": "VARIANT", "index": 4, "name": "METADATA", "comment": null}, "DATA": {"type": "VARIANT", "index": 5, "name": "DATA", "comment": null}, "TX_ID": {"type": "TEXT", "index": 6, "name": "TX_ID", "comment": null}, "TX_RESULT": {"type": "VARIANT", "index": 7, "name": "TX_RESULT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 368671600640.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:01UTC", "include": true, "description": "The timestamp for last update/change"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(_inserted_timestamp::date)", "include": true, "description": "The key used to cluster this table"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 22594591.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.axelar.bronze__transactions"}, "test.axelar.not_null_silver__staking_BLOCK_ID.1d5493faed": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKING_BLOCK_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 5, "name": "TX_CALLER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 6, "name": "ACTION", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 7, "name": "DELEGATOR_ADDRESS", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 8, "name": "VALIDATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 9, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 10, "name": "CURRENCY", "comment": null}, "REDELEGATE_SOURCE_VALIDATOR_ADDRESS": {"type": "TEXT", "index": 11, "name": "REDELEGATE_SOURCE_VALIDATOR_ADDRESS", "comment": null}, "COMPLETION_TIME": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "COMPLETION_TIME", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 13, "name": "MSG_GROUP", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 15, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__staking_BLOCK_ID.1d5493faed"}, "model.axelar.core__fact_blocks": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "FACT_BLOCKS", "database": "AXELAR_DEV", "comment": "Records of all blocks that have occurred on Axelar, dating back to the genesis block.", "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": "The block height the block was recorded at."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "CHAIN_ID": {"type": "TEXT", "index": 3, "name": "CHAIN_ID", "comment": "The name and version of the blockchain."}, "TX_COUNT": {"type": "NUMBER", "index": 4, "name": "TX_COUNT", "comment": "The number of transactions that occurred during a block."}, "PROPOSER_ADDRESS": {"type": "TEXT", "index": 5, "name": "PROPOSER_ADDRESS", "comment": "The address of the validator that proposed the block."}, "VALIDATOR_HASH": {"type": "TEXT", "index": 6, "name": "VALIDATOR_HASH", "comment": "The root hash of the new validator set."}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.axelar.core__fact_blocks"}, "model.axelar.core__dim_tokens": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "DIM_TOKENS", "database": "AXELAR_DEV", "comment": "Contains token metadata for assets on the Axelar blockchain. This table was sourced from an API and may not contain every token.", "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": "In this table, always Axelar. Used to join to cross-chain tables."}, "ADDRESS": {"type": "TEXT", "index": 2, "name": "ADDRESS", "comment": "Address unique to an individual wallet, validator, or token."}, "CREATOR": {"type": "TEXT", "index": 3, "name": "CREATOR", "comment": "Name of the label creator - for now, this will always be \"Flipside.\""}, "LABEL_TYPE": {"type": "TEXT", "index": 4, "name": "LABEL_TYPE", "comment": "A broad category that describes what a label is representing."}, "LABEL_SUBTYPE": {"type": "TEXT", "index": 5, "name": "LABEL_SUBTYPE", "comment": "Adds more detail to the label type."}, "LABEL": {"type": "TEXT", "index": 6, "name": "LABEL", "comment": "The label or name of the address."}, "PROJECT_NAME": {"type": "TEXT", "index": 7, "name": "PROJECT_NAME", "comment": "The name of the project the label belongs to."}, "ALIAS": {"type": "TEXT", "index": 8, "name": "ALIAS", "comment": "A secondary address for the token, where available"}, "DECIMAL": {"type": "NUMBER", "index": 9, "name": "DECIMAL", "comment": "Divide amount by decimal to get the actual amount of currency being transferred."}, "RAW_METADATA": {"type": "ARRAY", "index": 10, "name": "RAW_METADATA", "comment": "Additional details about the validator or token in json format."}, "UNIQUE_KEY": {"type": "TEXT", "index": 11, "name": "UNIQUE_KEY", "comment": "The unique key of the table"}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.axelar.core__dim_tokens"}, "test.axelar.not_null_silver__validators_UNIQUE_KEY.cf923edd07": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "VALIDATORS_UNIQUE_KEY", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ADDRESS": {"type": "TEXT", "index": 1, "name": "ADDRESS", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 2, "name": "BLOCKCHAIN", "comment": null}, "CREATOR": {"type": "TEXT", "index": 3, "name": "CREATOR", "comment": null}, "LABEL_TYPE": {"type": "TEXT", "index": 4, "name": "LABEL_TYPE", "comment": null}, "LABEL_SUBTYPE": {"type": "TEXT", "index": 5, "name": "LABEL_SUBTYPE", "comment": null}, "LABEL": {"type": "TEXT", "index": 6, "name": "LABEL", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 7, "name": "PROJECT_NAME", "comment": null}, "DELEGATOR_SHARES": {"type": "NUMBER", "index": 8, "name": "DELEGATOR_SHARES", "comment": null}, "JAILED": {"type": "BOOLEAN", "index": 9, "name": "JAILED", "comment": null}, "RATE": {"type": "FLOAT", "index": 10, "name": "RATE", "comment": null}, "MAX_CHANGE_RATE": {"type": "FLOAT", "index": 11, "name": "MAX_CHANGE_RATE", "comment": null}, "MAX_RATE": {"type": "FLOAT", "index": 12, "name": "MAX_RATE", "comment": null}, "MIN_SELF_DELEGATION": {"type": "NUMBER", "index": 13, "name": "MIN_SELF_DELEGATION", "comment": null}, "RANK": {"type": "NUMBER", "index": 14, "name": "RANK", "comment": null}, "RAW_METADATA": {"type": "VARIANT", "index": 15, "name": "RAW_METADATA", "comment": null}, "UNIQUE_KEY": {"type": "TEXT", "index": 16, "name": "UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__validators_UNIQUE_KEY.cf923edd07"}, "test.axelar.not_null_silver__validators_CREATOR.29e051ca7b": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "VALIDATORS_CREATOR", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ADDRESS": {"type": "TEXT", "index": 1, "name": "ADDRESS", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 2, "name": "BLOCKCHAIN", "comment": null}, "CREATOR": {"type": "TEXT", "index": 3, "name": "CREATOR", "comment": null}, "LABEL_TYPE": {"type": "TEXT", "index": 4, "name": "LABEL_TYPE", "comment": null}, "LABEL_SUBTYPE": {"type": "TEXT", "index": 5, "name": "LABEL_SUBTYPE", "comment": null}, "LABEL": {"type": "TEXT", "index": 6, "name": "LABEL", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 7, "name": "PROJECT_NAME", "comment": null}, "DELEGATOR_SHARES": {"type": "NUMBER", "index": 8, "name": "DELEGATOR_SHARES", "comment": null}, "JAILED": {"type": "BOOLEAN", "index": 9, "name": "JAILED", "comment": null}, "RATE": {"type": "FLOAT", "index": 10, "name": "RATE", "comment": null}, "MAX_CHANGE_RATE": {"type": "FLOAT", "index": 11, "name": "MAX_CHANGE_RATE", "comment": null}, "MAX_RATE": {"type": "FLOAT", "index": 12, "name": "MAX_RATE", "comment": null}, "MIN_SELF_DELEGATION": {"type": "NUMBER", "index": 13, "name": "MIN_SELF_DELEGATION", "comment": null}, "RANK": {"type": "NUMBER", "index": 14, "name": "RANK", "comment": null}, "RAW_METADATA": {"type": "VARIANT", "index": 15, "name": "RAW_METADATA", "comment": null}, "UNIQUE_KEY": {"type": "TEXT", "index": 16, "name": "UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__validators_CREATOR.29e051ca7b"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_FOREIGN_CHAIN__STRING__VARCHAR.b8136efe5d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TRANSFERS_FOREIGN_CHAIN", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_FOREIGN_CHAIN__STRING__VARCHAR.b8136efe5d"}, "test.axelar.not_null_silver__governance_proposal_deposits_AMOUNT.0396b06362": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_PROPOSAL_DEPOSITS_AMOUNT", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "DEPOSITOR": {"type": "TEXT", "index": 5, "name": "DEPOSITOR", "comment": null}, "PROPOSAL_ID": {"type": "NUMBER", "index": 6, "name": "PROPOSAL_ID", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 7, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 8, "name": "CURRENCY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__governance_proposal_deposits_AMOUNT.0396b06362"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_ExecutePendingTransfers_FOREIGN_ADDRESS__STRING__VARCHAR.1bd2a57f82": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TRANSFERS_EXECUTEPENDINGTRANSFERS_FOREIGN_ADDRESS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_ExecutePendingTransfers_FOREIGN_ADDRESS__STRING__VARCHAR.1bd2a57f82"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__dim_tokens_LABEL_TYPE.acd943c593": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "DIM_TOKENS_LABEL_TYPE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__dim_tokens_LABEL_TYPE.acd943c593"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_BLOCK_ID__NUMBER__FLOAT.e08ee6d46c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TRANSFERS_BLOCK_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_BLOCK_ID__NUMBER__FLOAT.e08ee6d46c"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__daily_balances_BALANCE_TYPE__STRING__VARCHAR.cc0098d30c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "DAILY_BALANCES_BALANCE_TYPE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__daily_balances_BALANCE_TYPE__STRING__VARCHAR.cc0098d30c"}, "model.axelar.core__dim_labels": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "DIM_LABELS", "database": "AXELAR_DEV", "comment": "A hand curated table containing address names / labels for popular contracts, validators, tokens, etc.", "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": "The name of the blockchain"}, "CREATOR": {"type": "TEXT", "index": 2, "name": "CREATOR", "comment": "The name of the creator of the label"}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": "Address that the label is for. This is the field that should be used to join other tables with labels."}, "LABEL_TYPE": {"type": "TEXT", "index": 4, "name": "LABEL_TYPE", "comment": "A high-level category describing the addresses main function or ownership"}, "LABEL_SUBTYPE": {"type": "TEXT", "index": 5, "name": "LABEL_SUBTYPE", "comment": "A sub-category nested within label type providing further detail"}, "LABEL": {"type": "TEXT", "index": 6, "name": "LABEL", "comment": "Name of the controlling entity of the address"}, "ADDRESS_NAME": {"type": "TEXT", "index": 7, "name": "ADDRESS_NAME", "comment": ""}, "RAW_METADATA": {"type": "ARRAY", "index": 8, "name": "RAW_METADATA", "comment": "A field available for tokens that contains decimal information"}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.axelar.core__dim_labels"}, "test.axelar.not_null_silver__staking_TX_SUCCEEDED.94eab542e4": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKING_TX_SUCCEEDED", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 5, "name": "TX_CALLER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 6, "name": "ACTION", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 7, "name": "DELEGATOR_ADDRESS", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 8, "name": "VALIDATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 9, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 10, "name": "CURRENCY", "comment": null}, "REDELEGATE_SOURCE_VALIDATOR_ADDRESS": {"type": "TEXT", "index": 11, "name": "REDELEGATE_SOURCE_VALIDATOR_ADDRESS", "comment": null}, "COMPLETION_TIME": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "COMPLETION_TIME", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 13, "name": "MSG_GROUP", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 15, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__staking_TX_SUCCEEDED.94eab542e4"}, "test.axelar.not_null_core__fact_daily_balances_BALANCE_TYPE.2d455fbc9a": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "FACT_DAILY_BALANCES_BALANCE_TYPE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"DATE": {"type": "DATE", "index": 1, "name": "DATE", "comment": null}, "BALANCE_TYPE": {"type": "TEXT", "index": 2, "name": "BALANCE_TYPE", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 4, "name": "CURRENCY", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 5, "name": "BALANCE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_core__fact_daily_balances_BALANCE_TYPE.2d455fbc9a"}, "test.axelar.dbt_utils_unique_combination_of_columns_silver__governance_votes_TX_ID__PROPOSAL_ID__VOTER.7881155285": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "GOVERNANCE_VOTES_TX_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_ID": {"type": "TEXT", "index": 1, "name": "TX_ID", "comment": null}, "PROPOSAL_ID": {"type": "NUMBER", "index": 2, "name": "PROPOSAL_ID", "comment": null}, "VOTER": {"type": "TEXT", "index": 3, "name": "VOTER", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_utils_unique_combination_of_columns_silver__governance_votes_TX_ID__PROPOSAL_ID__VOTER.7881155285"}, "test.axelar.not_null_silver__governance_proposal_deposits_TX_ID.5813dde547": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_PROPOSAL_DEPOSITS_TX_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "DEPOSITOR": {"type": "TEXT", "index": 5, "name": "DEPOSITOR", "comment": null}, "PROPOSAL_ID": {"type": "NUMBER", "index": 6, "name": "PROPOSAL_ID", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 7, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 8, "name": "CURRENCY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__governance_proposal_deposits_TX_ID.5813dde547"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_staking_REDELEGATE_SOURCE_VALIDATOR_ADDRESS.1f7819f95d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_STAKING_REDELEGATE_SOURCE_VALIDATOR_ADDRESS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_staking_REDELEGATE_SOURCE_VALIDATOR_ADDRESS.1f7819f95d"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_staking_BLOCK_TIMESTAMP.534a269d8f": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_STAKING_BLOCK_TIMESTAMP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_staking_BLOCK_TIMESTAMP.534a269d8f"}, "test.axelar.not_null_silver__msgs_TX_ID.59a107fa1e": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "MSGS_TX_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 5, "name": "MSG_GROUP", "comment": null}, "MSG_SUB_GROUP": {"type": "NUMBER", "index": 6, "name": "MSG_SUB_GROUP", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 7, "name": "MSG_INDEX", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 8, "name": "MSG_TYPE", "comment": null}, "MSG": {"type": "VARIANT", "index": 9, "name": "MSG", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 10, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__msgs_TX_ID.59a107fa1e"}, "test.axelar.not_null_silver__governance_submit_proposal_PROPOSAL_ID.b8f0c6f0fa": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_SUBMIT_PROPOSAL_PROPOSAL_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "PROPOSER": {"type": "TEXT", "index": 5, "name": "PROPOSER", "comment": null}, "PROPOSAL_ID": {"type": "NUMBER", "index": 6, "name": "PROPOSAL_ID", "comment": null}, "PROPOSAL_TYPE": {"type": "TEXT", "index": 7, "name": "PROPOSAL_TYPE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__governance_submit_proposal_PROPOSAL_ID.b8f0c6f0fa"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_RECEIVER__STRING__VARCHAR.b93628338d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TRANSFERS_RECEIVER", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_RECEIVER__STRING__VARCHAR.b93628338d"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_PROPOSER.a0c1201cf0": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_GOVERNANCE_SUBMIT_PROPOSAL_PROPOSER", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_PROPOSER.a0c1201cf0"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_MSG_INDEX__NUMBER__FLOAT.fd6bcc57f5": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "MSGS_MSG_INDEX", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_MSG_INDEX__NUMBER__FLOAT.fd6bcc57f5"}, "test.axelar.not_null_silver__blockchain_BLOCK_HEADER.0b30826529": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BLOCKCHAIN_BLOCK_HEADER", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CHAIN_ID": {"type": "TEXT", "index": 1, "name": "CHAIN_ID", "comment": null}, "BLOCK_ID": {"type": "NUMBER", "index": 2, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_SIZE": {"type": "NUMBER", "index": 4, "name": "BLOCK_SIZE", "comment": null}, "BLOCK_HEADER": {"type": "VARIANT", "index": 5, "name": "BLOCK_HEADER", "comment": null}, "BLOCK_ID_OBJECT": {"type": "VARIANT", "index": 6, "name": "BLOCK_ID_OBJECT", "comment": null}, "NUM_TXS": {"type": "NUMBER", "index": 7, "name": "NUM_TXS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__blockchain_BLOCK_HEADER.0b30826529"}, "test.axelar.not_null_core__fact_transactions_FEE.f477aa43d7": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "FACT_TRANSACTIONS_FEE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_FROM": {"type": "TEXT", "index": 4, "name": "TX_FROM", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 5, "name": "TX_SUCCEEDED", "comment": null}, "CODESPACE": {"type": "VARIANT", "index": 6, "name": "CODESPACE", "comment": null}, "FEE": {"type": "TEXT", "index": 7, "name": "FEE", "comment": null}, "FEE_DENOM": {"type": "TEXT", "index": 8, "name": "FEE_DENOM", "comment": null}, "GAS_USED": {"type": "NUMBER", "index": 9, "name": "GAS_USED", "comment": null}, "GAS_WANTED": {"type": "NUMBER", "index": 10, "name": "GAS_WANTED", "comment": null}, "TX_CODE": {"type": "NUMBER", "index": 11, "name": "TX_CODE", "comment": null}, "TX_LOG": {"type": "TEXT", "index": 12, "name": "TX_LOG", "comment": null}, "MSGS": {"type": "VARIANT", "index": 13, "name": "MSGS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_core__fact_transactions_FEE.f477aa43d7"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_MSG_SUB_GROUP__NUMBER__FLOAT.1036402d60": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "MSGS_MSG_SUB_GROUP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_MSG_SUB_GROUP__NUMBER__FLOAT.1036402d60"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_blocks_CHAIN_ID.d97c339232": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_BLOCKS_CHAIN_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_blocks_CHAIN_ID.d97c339232"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_TRANSFER_TYPE__STRING__VARCHAR.43a2c68273": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TRANSFERS_TRANSFER_TYPE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_TRANSFER_TYPE__STRING__VARCHAR.43a2c68273"}, "test.axelar.not_null_silver__transfers_AMOUNT.ba102cb51b": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSFERS_AMOUNT", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "TRANSFER_TYPE": {"type": "TEXT", "index": 5, "name": "TRANSFER_TYPE", "comment": null}, "SENDER": {"type": "TEXT", "index": 6, "name": "SENDER", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 7, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 8, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 9, "name": "DECIMAL", "comment": null}, "RECEIVER": {"type": "TEXT", "index": 10, "name": "RECEIVER", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 11, "name": "MSG_INDEX", "comment": null}, "FOREIGN_ADDRESS": {"type": "TEXT", "index": 12, "name": "FOREIGN_ADDRESS", "comment": null}, "FOREIGN_CHAIN": {"type": "TEXT", "index": 13, "name": "FOREIGN_CHAIN", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 15, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__transfers_AMOUNT.ba102cb51b"}, "test.axelar.not_null_silver__governance_proposal_deposits_CURRENCY.2b95ab2ae2": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_PROPOSAL_DEPOSITS_CURRENCY", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "DEPOSITOR": {"type": "TEXT", "index": 5, "name": "DEPOSITOR", "comment": null}, "PROPOSAL_ID": {"type": "NUMBER", "index": 6, "name": "PROPOSAL_ID", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 7, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 8, "name": "CURRENCY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__governance_proposal_deposits_CURRENCY.2b95ab2ae2"}, "test.axelar.not_null_silver__transactions_MSGS.e30a3fea27": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSACTIONS_MSGS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "CODESPACE": {"type": "VARIANT", "index": 4, "name": "CODESPACE", "comment": null}, "GAS_USED": {"type": "NUMBER", "index": 5, "name": "GAS_USED", "comment": null}, "GAS_WANTED": {"type": "NUMBER", "index": 6, "name": "GAS_WANTED", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 7, "name": "TX_SUCCEEDED", "comment": null}, "TX_CODE": {"type": "NUMBER", "index": 8, "name": "TX_CODE", "comment": null}, "MSGS": {"type": "VARIANT", "index": 9, "name": "MSGS", "comment": null}, "TX_LOG": {"type": "TEXT", "index": 10, "name": "TX_LOG", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__transactions_MSGS.e30a3fea27"}, "test.axelar.not_null_silver__governance_votes_VOTE_OPTION.233eb8ef14": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_VOTES_VOTE_OPTION", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "VOTER": {"type": "TEXT", "index": 5, "name": "VOTER", "comment": null}, "PROPOSAL_ID": {"type": "NUMBER", "index": 6, "name": "PROPOSAL_ID", "comment": null}, "VOTE_OPTION": {"type": "NUMBER", "index": 7, "name": "VOTE_OPTION", "comment": null}, "VOTE_WEIGHT": {"type": "NUMBER", "index": 8, "name": "VOTE_WEIGHT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__governance_votes_VOTE_OPTION.233eb8ef14"}, "test.axelar.not_null_silver__link_events_TX_SUCCEEDED.60dfd28438": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LINK_EVENTS_TX_SUCCEEDED", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "MODULE": {"type": "TEXT", "index": 5, "name": "MODULE", "comment": null}, "SOURCE_CHAIN": {"type": "TEXT", "index": 6, "name": "SOURCE_CHAIN", "comment": null}, "DEPOSIT_ADDRESS": {"type": "TEXT", "index": 7, "name": "DEPOSIT_ADDRESS", "comment": null}, "DESTINATION_CHAIN": {"type": "TEXT", "index": 8, "name": "DESTINATION_CHAIN", "comment": null}, "DESTINATION_ADDRESS": {"type": "TEXT", "index": 9, "name": "DESTINATION_ADDRESS", "comment": null}, "ASSET": {"type": "TEXT", "index": 10, "name": "ASSET", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "_INSERTED_TIMESTAMP", "comment": null}, "J": {"type": "OBJECT", "index": 12, "name": "J", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__link_events_TX_SUCCEEDED.60dfd28438"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.690191eca2": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BLOCKS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.690191eca2"}, "test.axelar.not_null_silver__blocks_TX_COUNT.34525b51e6": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BLOCKS_TX_COUNT", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 3, "name": "CHAIN_ID", "comment": null}, "TX_COUNT": {"type": "NUMBER", "index": 4, "name": "TX_COUNT", "comment": null}, "PROPOSER_ADDRESS": {"type": "TEXT", "index": 5, "name": "PROPOSER_ADDRESS", "comment": null}, "VALIDATOR_HASH": {"type": "TEXT", "index": 6, "name": "VALIDATOR_HASH", "comment": null}, "HEADER": {"type": "VARIANT", "index": 7, "name": "HEADER", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 9, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__blocks_TX_COUNT.34525b51e6"}, "test.axelar.not_null_silver__governance_submit_proposal__INSERTED_TIMESTAMP.cfc79bcad1": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_SUBMIT_PROPOSAL", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "PROPOSER": {"type": "TEXT", "index": 5, "name": "PROPOSER", "comment": null}, "PROPOSAL_ID": {"type": "NUMBER", "index": 6, "name": "PROPOSAL_ID", "comment": null}, "PROPOSAL_TYPE": {"type": "TEXT", "index": 7, "name": "PROPOSAL_TYPE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__governance_submit_proposal__INSERTED_TIMESTAMP.cfc79bcad1"}, "test.axelar.not_null_core__dim_labels_CREATOR.0c77d5749c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "DIM_LABELS_CREATOR", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "CREATOR": {"type": "TEXT", "index": 2, "name": "CREATOR", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "LABEL_TYPE": {"type": "TEXT", "index": 4, "name": "LABEL_TYPE", "comment": null}, "LABEL_SUBTYPE": {"type": "TEXT", "index": 5, "name": "LABEL_SUBTYPE", "comment": null}, "LABEL": {"type": "TEXT", "index": 6, "name": "LABEL", "comment": null}, "ADDRESS_NAME": {"type": "TEXT", "index": 7, "name": "ADDRESS_NAME", "comment": null}, "RAW_METADATA": {"type": "ARRAY", "index": 8, "name": "RAW_METADATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_core__dim_labels_CREATOR.0c77d5749c"}, "test.axelar.not_null_silver__daily_balances_BALANCE_TYPE.09cab6d79c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "DAILY_BALANCES_BALANCE_TYPE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"DATE": {"type": "DATE", "index": 1, "name": "DATE", "comment": null}, "BALANCE_TYPE": {"type": "TEXT", "index": 2, "name": "BALANCE_TYPE", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 4, "name": "CURRENCY", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 5, "name": "BALANCE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__daily_balances_BALANCE_TYPE.09cab6d79c"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.4108c35ac5": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "STAKING_BLOCK_TIMESTAMP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.4108c35ac5"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_TX_ID.cab7fab11b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_MSG_ATTRIBUTES_TX_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_TX_ID.cab7fab11b"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_set_silver__validators_LABEL_TYPE__operator.32484733b8": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_SET_SILVER", "name": "VALIDATORS_LABEL_TYPE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"VALUE_FIELD": {"type": "TEXT", "index": 1, "name": "VALUE_FIELD", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_set_silver__validators_LABEL_TYPE__operator.32484733b8"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_ExecutePendingTransfers_TX_ID__STRING__VARCHAR.bc6d39aefd": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TRANSFERS_EXECUTEPENDINGTRANSFERS_TX_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_ExecutePendingTransfers_TX_ID__STRING__VARCHAR.bc6d39aefd"}, "test.axelar.not_null_silver__governance_submit_proposal_TX_SUCCEEDED.3728678fd9": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_SUBMIT_PROPOSAL_TX_SUCCEEDED", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "PROPOSER": {"type": "TEXT", "index": 5, "name": "PROPOSER", "comment": null}, "PROPOSAL_ID": {"type": "NUMBER", "index": 6, "name": "PROPOSAL_ID", "comment": null}, "PROPOSAL_TYPE": {"type": "TEXT", "index": 7, "name": "PROPOSAL_TYPE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__governance_submit_proposal_TX_SUCCEEDED.3728678fd9"}, "test.axelar.not_null_silver__blocks_CHAIN_ID.a10569ee35": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BLOCKS_CHAIN_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 3, "name": "CHAIN_ID", "comment": null}, "TX_COUNT": {"type": "NUMBER", "index": 4, "name": "TX_COUNT", "comment": null}, "PROPOSER_ADDRESS": {"type": "TEXT", "index": 5, "name": "PROPOSER_ADDRESS", "comment": null}, "VALIDATOR_HASH": {"type": "TEXT", "index": 6, "name": "VALIDATOR_HASH", "comment": null}, "HEADER": {"type": "VARIANT", "index": 7, "name": "HEADER", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 9, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__blocks_CHAIN_ID.a10569ee35"}, "test.axelar.dbt_expectations_expect_row_values_to_have_recent_data_silver__transfers_BLOCK_TIMESTAMP__day__1.aef2ec1111": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "TRANSFERS_BLOCK_TIMESTAMP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_row_values_to_have_recent_data_silver__transfers_BLOCK_TIMESTAMP__day__1.aef2ec1111"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_msgs_MSG.f1f3ebfcd4": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_MSGS_MSG", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_msgs_MSG.f1f3ebfcd4"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_transactions_TX_CODE.8a8b1c8b5d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_TRANSACTIONS_TX_CODE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_transactions_TX_CODE.8a8b1c8b5d"}, "test.axelar.not_null_silver__transfers_ExecutePendingTransfers_BLOCK_TIMESTAMP.a2f7156755": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSFERS_EXECUTEPENDINGTRANSFERS_BLOCK_TIMESTAMP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "TRANSFER_TYPE": {"type": "TEXT", "index": 5, "name": "TRANSFER_TYPE", "comment": null}, "SENDER": {"type": "TEXT", "index": 6, "name": "SENDER", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 7, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 8, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 9, "name": "DECIMAL", "comment": null}, "RECEIVER": {"type": "TEXT", "index": 10, "name": "RECEIVER", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 11, "name": "MSG_INDEX", "comment": null}, "TRANSFER_ID": {"type": "TEXT", "index": 12, "name": "TRANSFER_ID", "comment": null}, "FOREIGN_ADDRESS": {"type": "TEXT", "index": 13, "name": "FOREIGN_ADDRESS", "comment": null}, "FOREIGN_CHAIN": {"type": "TEXT", "index": 14, "name": "FOREIGN_CHAIN", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 16, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__transfers_ExecutePendingTransfers_BLOCK_TIMESTAMP.a2f7156755"}, "test.axelar.not_null_silver__staking_rewards_ACTION.dd6166997d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKING_REWARDS_ACTION", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 5, "name": "TX_CALLER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 6, "name": "ACTION", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_GROUP", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 8, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 9, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 10, "name": "CURRENCY", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 11, "name": "VALIDATOR_ADDRESS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 13, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__staking_rewards_ACTION.dd6166997d"}, "test.axelar.not_null_silver__staking_rewards_BLOCK_ID.421120ab5c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKING_REWARDS_BLOCK_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 5, "name": "TX_CALLER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 6, "name": "ACTION", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_GROUP", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 8, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 9, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 10, "name": "CURRENCY", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 11, "name": "VALIDATOR_ADDRESS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 13, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__staking_rewards_BLOCK_ID.421120ab5c"}, "test.axelar.not_null_silver__validators_LABEL_SUBTYPE.64be738825": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "VALIDATORS_LABEL_SUBTYPE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ADDRESS": {"type": "TEXT", "index": 1, "name": "ADDRESS", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 2, "name": "BLOCKCHAIN", "comment": null}, "CREATOR": {"type": "TEXT", "index": 3, "name": "CREATOR", "comment": null}, "LABEL_TYPE": {"type": "TEXT", "index": 4, "name": "LABEL_TYPE", "comment": null}, "LABEL_SUBTYPE": {"type": "TEXT", "index": 5, "name": "LABEL_SUBTYPE", "comment": null}, "LABEL": {"type": "TEXT", "index": 6, "name": "LABEL", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 7, "name": "PROJECT_NAME", "comment": null}, "DELEGATOR_SHARES": {"type": "NUMBER", "index": 8, "name": "DELEGATOR_SHARES", "comment": null}, "JAILED": {"type": "BOOLEAN", "index": 9, "name": "JAILED", "comment": null}, "RATE": {"type": "FLOAT", "index": 10, "name": "RATE", "comment": null}, "MAX_CHANGE_RATE": {"type": "FLOAT", "index": 11, "name": "MAX_CHANGE_RATE", "comment": null}, "MAX_RATE": {"type": "FLOAT", "index": 12, "name": "MAX_RATE", "comment": null}, "MIN_SELF_DELEGATION": {"type": "NUMBER", "index": 13, "name": "MIN_SELF_DELEGATION", "comment": null}, "RANK": {"type": "NUMBER", "index": 14, "name": "RANK", "comment": null}, "RAW_METADATA": {"type": "VARIANT", "index": 15, "name": "RAW_METADATA", "comment": null}, "UNIQUE_KEY": {"type": "TEXT", "index": 16, "name": "UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__validators_LABEL_SUBTYPE.64be738825"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__link_events_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.e0965ee562": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "LINK_EVENTS_BLOCK_TIMESTAMP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__link_events_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.e0965ee562"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_CURRENCY__STRING__VARCHAR.00e06593e6": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "GOVERNANCE_PROPOSAL_DEPOSITS_CURRENCY", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_CURRENCY__STRING__VARCHAR.00e06593e6"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_SENDER__STRING__VARCHAR.4ae271899a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TRANSFERS_SENDER", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_SENDER__STRING__VARCHAR.4ae271899a"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_BLOCK_TIMESTAMP.e35edaf2e4": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_GOVERNANCE_SUBMIT_PROPOSAL_BLOCK_TIMESTAMP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_BLOCK_TIMESTAMP.e35edaf2e4"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__daily_balances_ADDRESS__STRING__VARCHAR.6c5fd1d408": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "DAILY_BALANCES_ADDRESS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__daily_balances_ADDRESS__STRING__VARCHAR.6c5fd1d408"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_TX_ID__STRING__VARCHAR.7af3aa957c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "GOVERNANCE_SUBMIT_PROPOSAL_TX_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_TX_ID__STRING__VARCHAR.7af3aa957c"}, "test.axelar.not_null_silver__staking_ACTION.91a24f522a": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKING_ACTION", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 5, "name": "TX_CALLER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 6, "name": "ACTION", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 7, "name": "DELEGATOR_ADDRESS", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 8, "name": "VALIDATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 9, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 10, "name": "CURRENCY", "comment": null}, "REDELEGATE_SOURCE_VALIDATOR_ADDRESS": {"type": "TEXT", "index": 11, "name": "REDELEGATE_SOURCE_VALIDATOR_ADDRESS", "comment": null}, "COMPLETION_TIME": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "COMPLETION_TIME", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 13, "name": "MSG_GROUP", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 15, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__staking_ACTION.91a24f522a"}, "test.axelar.dbt_utils_unique_combination_of_columns_silver__governance_submit_proposal_TX_ID.e7cadc9d82": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "GOVERNANCE_SUBMIT_PROPOSAL_TX_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_ID": {"type": "TEXT", "index": 1, "name": "TX_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_utils_unique_combination_of_columns_silver__governance_submit_proposal_TX_ID.e7cadc9d82"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_BLOCK_ID__NUMBER__FLOAT.84601b77c0": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "MSGS_BLOCK_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_BLOCK_ID__NUMBER__FLOAT.84601b77c0"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__dim_tokens_ADDRESS.adf98dac75": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "DIM_TOKENS_ADDRESS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__dim_tokens_ADDRESS.adf98dac75"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_TX_SUCCEEDED__BOOLEAN.4bdd584238": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "GOVERNANCE_PROPOSAL_DEPOSITS_TX_SUCCEEDED", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_TX_SUCCEEDED__BOOLEAN.4bdd584238"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_DEPOSITOR__STRING__VARCHAR.db0ffc94e1": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "GOVERNANCE_PROPOSAL_DEPOSITS_DEPOSITOR", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_DEPOSITOR__STRING__VARCHAR.db0ffc94e1"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_MSG_GROUP__NUMBER__FLOAT.2a039a57c5": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "STAKING_REWARDS_MSG_GROUP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_MSG_GROUP__NUMBER__FLOAT.2a039a57c5"}, "test.axelar.not_null_silver__staking_rewards_DELEGATOR_ADDRESS.19c389e860": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKING_REWARDS_DELEGATOR_ADDRESS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 5, "name": "TX_CALLER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 6, "name": "ACTION", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_GROUP", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 8, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 9, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 10, "name": "CURRENCY", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 11, "name": "VALIDATOR_ADDRESS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 13, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__staking_rewards_DELEGATOR_ADDRESS.19c389e860"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_TX_ID.9bc819755a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_STAKING_REWARDS_TX_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_TX_ID.9bc819755a"}, "model.axelar.streamline__blocks_history": {"metadata": {"type": "BASE TABLE", "schema": "STREAMLINE", "name": "BLOCKS_HISTORY", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_LTZ", "index": 3, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 124900864.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:04UTC", "include": true, "description": "The timestamp for last update/change"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(ROUND(block_number, -3))", "include": true, "description": "The key used to cluster this table"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 6004506.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.axelar.streamline__blocks_history"}, "test.axelar.not_null_silver__validators_LABEL.5e8c7267ff": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "VALIDATORS_LABEL", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ADDRESS": {"type": "TEXT", "index": 1, "name": "ADDRESS", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 2, "name": "BLOCKCHAIN", "comment": null}, "CREATOR": {"type": "TEXT", "index": 3, "name": "CREATOR", "comment": null}, "LABEL_TYPE": {"type": "TEXT", "index": 4, "name": "LABEL_TYPE", "comment": null}, "LABEL_SUBTYPE": {"type": "TEXT", "index": 5, "name": "LABEL_SUBTYPE", "comment": null}, "LABEL": {"type": "TEXT", "index": 6, "name": "LABEL", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 7, "name": "PROJECT_NAME", "comment": null}, "DELEGATOR_SHARES": {"type": "NUMBER", "index": 8, "name": "DELEGATOR_SHARES", "comment": null}, "JAILED": {"type": "BOOLEAN", "index": 9, "name": "JAILED", "comment": null}, "RATE": {"type": "FLOAT", "index": 10, "name": "RATE", "comment": null}, "MAX_CHANGE_RATE": {"type": "FLOAT", "index": 11, "name": "MAX_CHANGE_RATE", "comment": null}, "MAX_RATE": {"type": "FLOAT", "index": 12, "name": "MAX_RATE", "comment": null}, "MIN_SELF_DELEGATION": {"type": "NUMBER", "index": 13, "name": "MIN_SELF_DELEGATION", "comment": null}, "RANK": {"type": "NUMBER", "index": 14, "name": "RANK", "comment": null}, "RAW_METADATA": {"type": "VARIANT", "index": 15, "name": "RAW_METADATA", "comment": null}, "UNIQUE_KEY": {"type": "TEXT", "index": 16, "name": "UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__validators_LABEL.5e8c7267ff"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_CURRENCY.159b32703a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_STAKING_REWARDS_CURRENCY", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_CURRENCY.159b32703a"}, "test.axelar.not_null_silver__msgs_BLOCK_TIMESTAMP.5896b5fc79": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "MSGS_BLOCK_TIMESTAMP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 5, "name": "MSG_GROUP", "comment": null}, "MSG_SUB_GROUP": {"type": "NUMBER", "index": 6, "name": "MSG_SUB_GROUP", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 7, "name": "MSG_INDEX", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 8, "name": "MSG_TYPE", "comment": null}, "MSG": {"type": "VARIANT", "index": 9, "name": "MSG", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 10, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__msgs_BLOCK_TIMESTAMP.5896b5fc79"}, "test.axelar.not_null_core__dim_labels_LABEL.05696d692d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "DIM_LABELS_LABEL", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "CREATOR": {"type": "TEXT", "index": 2, "name": "CREATOR", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "LABEL_TYPE": {"type": "TEXT", "index": 4, "name": "LABEL_TYPE", "comment": null}, "LABEL_SUBTYPE": {"type": "TEXT", "index": 5, "name": "LABEL_SUBTYPE", "comment": null}, "LABEL": {"type": "TEXT", "index": 6, "name": "LABEL", "comment": null}, "ADDRESS_NAME": {"type": "TEXT", "index": 7, "name": "ADDRESS_NAME", "comment": null}, "RAW_METADATA": {"type": "ARRAY", "index": 8, "name": "RAW_METADATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_core__dim_labels_LABEL.05696d692d"}, "model.axelar.silver__transfers": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "TRANSFERS", "database": "AXELAR_DEV", "comment": "Records of all transfers on Axelar, including IBC transfers as on- and off-ramps to Axelar and wallet to wallet transfers", "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": "The block height the block was recorded at."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": "Transaction status is \"TRUE\" if the transaction went through, \"FALSE\" if the transaction failed."}, "TRANSFER_TYPE": {"type": "TEXT", "index": 5, "name": "TRANSFER_TYPE", "comment": "Details on the type of transfer occurring during the transaction. \"Transfer_In\" = depositing tokens onto Axelar. \"Transfer_out\" = withdrawing tokens from Axelar. \"Axelar\" = wallet to wallet transfer on Axelar."}, "SENDER": {"type": "TEXT", "index": 6, "name": "SENDER", "comment": "The wallet address of the individual sent tokens in the transfer."}, "AMOUNT": {"type": "NUMBER", "index": 7, "name": "AMOUNT", "comment": "The amount that was used in the transaction message."}, "CURRENCY": {"type": "TEXT", "index": 8, "name": "CURRENCY", "comment": "The currency that was used in the transaction message."}, "DECIMAL": {"type": "VARIANT", "index": 9, "name": "DECIMAL", "comment": "Divide the raw amount of currency as provided in the amount column by the decimal to get the actual amount in AXL or other currency."}, "RECEIVER": {"type": "TEXT", "index": 10, "name": "RECEIVER", "comment": "The wallet address of the individual received tokens in the transfer."}, "MSG_INDEX": {"type": "NUMBER", "index": 11, "name": "MSG_INDEX", "comment": ""}, "FOREIGN_ADDRESS": {"type": "TEXT", "index": 12, "name": "FOREIGN_ADDRESS", "comment": "The foreign address of the transfer if exists. This can be an IBC address or other non-IBC address"}, "FOREIGN_CHAIN": {"type": "TEXT", "index": 13, "name": "FOREIGN_CHAIN", "comment": "The name of the foreign chain transfer if exists"}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "_INSERTED_TIMESTAMP", "comment": "The date and time at which the block or transaction was inserted in the bronze tables."}, "_UNIQUE_KEY": {"type": "TEXT", "index": 15, "name": "_UNIQUE_KEY", "comment": ""}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 82017280.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:04UTC", "include": true, "description": "The timestamp for last update/change"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE)", "include": true, "description": "The key used to cluster this table"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 436462.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.axelar.silver__transfers"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_VALIDATOR_ADDRESS.a9f7307c18": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_STAKING_REWARDS_VALIDATOR_ADDRESS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_VALIDATOR_ADDRESS.a9f7307c18"}, "test.axelar.not_null_silver__staked_balances_CURRENCY.9bc24a80cc": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKED_BALANCES_CURRENCY", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "BALANCE_TYPE": {"type": "TEXT", "index": 3, "name": "BALANCE_TYPE", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 4, "name": "ADDRESS", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 5, "name": "CURRENCY", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 6, "name": "BALANCE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__staked_balances_CURRENCY.9bc24a80cc"}, "test.axelar.dbt_expectations_expect_column_values_to_match_regex_silver__staking_TX_CALLER_ADDRESS__axelar_0_9a_z_38_38_.f1237398cd": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "STAKING_TX_CALLER_ADDRESS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_match_regex_silver__staking_TX_CALLER_ADDRESS__axelar_0_9a_z_38_38_.f1237398cd"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_BLOCK_ID__NUMBER__FLOAT.065c6b7366": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "GOVERNANCE_SUBMIT_PROPOSAL_BLOCK_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_BLOCK_ID__NUMBER__FLOAT.065c6b7366"}, "test.axelar.not_null_silver__transactions_GAS_USED.1c943486c0": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSACTIONS_GAS_USED", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "CODESPACE": {"type": "VARIANT", "index": 4, "name": "CODESPACE", "comment": null}, "GAS_USED": {"type": "NUMBER", "index": 5, "name": "GAS_USED", "comment": null}, "GAS_WANTED": {"type": "NUMBER", "index": 6, "name": "GAS_WANTED", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 7, "name": "TX_SUCCEEDED", "comment": null}, "TX_CODE": {"type": "NUMBER", "index": 8, "name": "TX_CODE", "comment": null}, "MSGS": {"type": "VARIANT", "index": 9, "name": "MSGS", "comment": null}, "TX_LOG": {"type": "TEXT", "index": 10, "name": "TX_LOG", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__transactions_GAS_USED.1c943486c0"}, "test.axelar.not_null_silver__staking_rewards_TX_SUCCEEDED.5829100b0e": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKING_REWARDS_TX_SUCCEEDED", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 5, "name": "TX_CALLER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 6, "name": "ACTION", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_GROUP", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 8, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 9, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 10, "name": "CURRENCY", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 11, "name": "VALIDATOR_ADDRESS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 13, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__staking_rewards_TX_SUCCEEDED.5829100b0e"}, "test.axelar.not_null_silver__msg_attributes_MSG_TYPE.6fb2c6c361": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "MSG_ATTRIBUTES_MSG_TYPE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 5, "name": "MSG_GROUP", "comment": null}, "MSG_SUB_GROUP": {"type": "NUMBER", "index": 6, "name": "MSG_SUB_GROUP", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 7, "name": "MSG_INDEX", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 8, "name": "MSG_TYPE", "comment": null}, "ATTRIBUTE_INDEX": {"type": "NUMBER", "index": 9, "name": "ATTRIBUTE_INDEX", "comment": null}, "ATTRIBUTE_KEY": {"type": "TEXT", "index": 10, "name": "ATTRIBUTE_KEY", "comment": null}, "ATTRIBUTE_VALUE": {"type": "TEXT", "index": 11, "name": "ATTRIBUTE_VALUE", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 12, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__msg_attributes_MSG_TYPE.6fb2c6c361"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_staking_AMOUNT.e948e49ade": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_STAKING_AMOUNT", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_staking_AMOUNT.e948e49ade"}, "test.axelar.dbt_utils_unique_combination_of_columns_core__fact_validators_UNIQUE_KEY.d1d5c77f77": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_CORE", "name": "FACT_VALIDATORS_UNIQUE_KEY", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"UNIQUE_KEY": {"type": "TEXT", "index": 1, "name": "UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_utils_unique_combination_of_columns_core__fact_validators_UNIQUE_KEY.d1d5c77f77"}, "test.axelar.not_null_silver__transfers_ExecutePendingTransfers_CURRENCY.1b6a05d6b4": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSFERS_EXECUTEPENDINGTRANSFERS_CURRENCY", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "TRANSFER_TYPE": {"type": "TEXT", "index": 5, "name": "TRANSFER_TYPE", "comment": null}, "SENDER": {"type": "TEXT", "index": 6, "name": "SENDER", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 7, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 8, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 9, "name": "DECIMAL", "comment": null}, "RECEIVER": {"type": "TEXT", "index": 10, "name": "RECEIVER", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 11, "name": "MSG_INDEX", "comment": null}, "TRANSFER_ID": {"type": "TEXT", "index": 12, "name": "TRANSFER_ID", "comment": null}, "FOREIGN_ADDRESS": {"type": "TEXT", "index": 13, "name": "FOREIGN_ADDRESS", "comment": null}, "FOREIGN_CHAIN": {"type": "TEXT", "index": 14, "name": "FOREIGN_CHAIN", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 16, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__transfers_ExecutePendingTransfers_CURRENCY.1b6a05d6b4"}, "model.axelar.silver__blocks": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "BLOCKS", "database": "AXELAR_DEV", "comment": "Records of all blocks that have occurred on Axelar, dating back to the genesis block.", "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": "The block height the block was recorded at."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "CHAIN_ID": {"type": "TEXT", "index": 3, "name": "CHAIN_ID", "comment": "The name and version of the blockchain."}, "TX_COUNT": {"type": "NUMBER", "index": 4, "name": "TX_COUNT", "comment": "The number of transactions that occurred during a block."}, "PROPOSER_ADDRESS": {"type": "TEXT", "index": 5, "name": "PROPOSER_ADDRESS", "comment": "The address of the validator that proposed the block."}, "VALIDATOR_HASH": {"type": "TEXT", "index": 6, "name": "VALIDATOR_HASH", "comment": "The root hash of the new validator set."}, "HEADER": {"type": "VARIANT", "index": 7, "name": "HEADER", "comment": ""}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": "The date and time at which the block or transaction was inserted in the bronze tables."}, "_UNIQUE_KEY": {"type": "TEXT", "index": 9, "name": "_UNIQUE_KEY", "comment": ""}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 1119444480.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:04UTC", "include": true, "description": "The timestamp for last update/change"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE)", "include": true, "description": "The key used to cluster this table"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 6004506.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.axelar.silver__blocks"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_validators_RATE.dbf93b6f73": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_VALIDATORS_RATE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_validators_RATE.dbf93b6f73"}, "test.axelar.sequence_gaps_silver__governance_submit_proposal_PROPOSAL_ID.0bbe68ce64": {"metadata": {"type": "BASE TABLE", "schema": "SEQUENCE_GAPS_SILVER", "name": "GOVERNANCE_SUBMIT_PROPOSAL_PROPOSAL_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"PREV_PROPOSAL_ID": {"type": "NUMBER", "index": 1, "name": "PREV_PROPOSAL_ID", "comment": null}, "PROPOSAL_ID": {"type": "NUMBER", "index": 2, "name": "PROPOSAL_ID", "comment": null}, "GAP": {"type": "NUMBER", "index": 3, "name": "GAP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.sequence_gaps_silver__governance_submit_proposal_PROPOSAL_ID.0bbe68ce64"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_AMOUNT.651eccef0b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_GOVERNANCE_PROPOSAL_DEPOSITS_AMOUNT", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_AMOUNT.651eccef0b"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_TX_CALLER_ADDRESS__STRING__VARCHAR.933dcd3d53": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "STAKING_REWARDS_TX_CALLER_ADDRESS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_TX_CALLER_ADDRESS__STRING__VARCHAR.933dcd3d53"}, "test.axelar.not_null_silver__blockchain_CHAIN_ID.c381503839": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BLOCKCHAIN_CHAIN_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CHAIN_ID": {"type": "TEXT", "index": 1, "name": "CHAIN_ID", "comment": null}, "BLOCK_ID": {"type": "NUMBER", "index": 2, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_SIZE": {"type": "NUMBER", "index": 4, "name": "BLOCK_SIZE", "comment": null}, "BLOCK_HEADER": {"type": "VARIANT", "index": 5, "name": "BLOCK_HEADER", "comment": null}, "BLOCK_ID_OBJECT": {"type": "VARIANT", "index": 6, "name": "BLOCK_ID_OBJECT", "comment": null}, "NUM_TXS": {"type": "NUMBER", "index": 7, "name": "NUM_TXS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__blockchain_CHAIN_ID.c381503839"}, "test.axelar.not_null_silver__governance_submit_proposal_TX_ID.8dc772d3ad": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_SUBMIT_PROPOSAL_TX_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "PROPOSER": {"type": "TEXT", "index": 5, "name": "PROPOSER", "comment": null}, "PROPOSAL_ID": {"type": "NUMBER", "index": 6, "name": "PROPOSAL_ID", "comment": null}, "PROPOSAL_TYPE": {"type": "TEXT", "index": 7, "name": "PROPOSAL_TYPE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__governance_submit_proposal_TX_ID.8dc772d3ad"}, "test.axelar.not_null_silver__transfers_ExecutePendingTransfers_BLOCK_ID.2a20e1794e": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSFERS_EXECUTEPENDINGTRANSFERS_BLOCK_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "TRANSFER_TYPE": {"type": "TEXT", "index": 5, "name": "TRANSFER_TYPE", "comment": null}, "SENDER": {"type": "TEXT", "index": 6, "name": "SENDER", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 7, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 8, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 9, "name": "DECIMAL", "comment": null}, "RECEIVER": {"type": "TEXT", "index": 10, "name": "RECEIVER", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 11, "name": "MSG_INDEX", "comment": null}, "TRANSFER_ID": {"type": "TEXT", "index": 12, "name": "TRANSFER_ID", "comment": null}, "FOREIGN_ADDRESS": {"type": "TEXT", "index": 13, "name": "FOREIGN_ADDRESS", "comment": null}, "FOREIGN_CHAIN": {"type": "TEXT", "index": 14, "name": "FOREIGN_CHAIN", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 16, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__transfers_ExecutePendingTransfers_BLOCK_ID.2a20e1794e"}, "test.axelar.not_null_silver__validators_LABEL_TYPE.9ac3147d2a": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "VALIDATORS_LABEL_TYPE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ADDRESS": {"type": "TEXT", "index": 1, "name": "ADDRESS", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 2, "name": "BLOCKCHAIN", "comment": null}, "CREATOR": {"type": "TEXT", "index": 3, "name": "CREATOR", "comment": null}, "LABEL_TYPE": {"type": "TEXT", "index": 4, "name": "LABEL_TYPE", "comment": null}, "LABEL_SUBTYPE": {"type": "TEXT", "index": 5, "name": "LABEL_SUBTYPE", "comment": null}, "LABEL": {"type": "TEXT", "index": 6, "name": "LABEL", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 7, "name": "PROJECT_NAME", "comment": null}, "DELEGATOR_SHARES": {"type": "NUMBER", "index": 8, "name": "DELEGATOR_SHARES", "comment": null}, "JAILED": {"type": "BOOLEAN", "index": 9, "name": "JAILED", "comment": null}, "RATE": {"type": "FLOAT", "index": 10, "name": "RATE", "comment": null}, "MAX_CHANGE_RATE": {"type": "FLOAT", "index": 11, "name": "MAX_CHANGE_RATE", "comment": null}, "MAX_RATE": {"type": "FLOAT", "index": 12, "name": "MAX_RATE", "comment": null}, "MIN_SELF_DELEGATION": {"type": "NUMBER", "index": 13, "name": "MIN_SELF_DELEGATION", "comment": null}, "RANK": {"type": "NUMBER", "index": 14, "name": "RANK", "comment": null}, "RAW_METADATA": {"type": "VARIANT", "index": 15, "name": "RAW_METADATA", "comment": null}, "UNIQUE_KEY": {"type": "TEXT", "index": 16, "name": "UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__validators_LABEL_TYPE.9ac3147d2a"}, "test.axelar.not_null_silver__staking_rewards_TX_CALLER_ADDRESS.2a5a45cb36": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKING_REWARDS_TX_CALLER_ADDRESS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 5, "name": "TX_CALLER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 6, "name": "ACTION", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_GROUP", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 8, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 9, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 10, "name": "CURRENCY", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 11, "name": "VALIDATOR_ADDRESS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 13, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__staking_rewards_TX_CALLER_ADDRESS.2a5a45cb36"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blockchain_CHAIN_ID__STRING__VARCHAR.fd3829b376": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BLOCKCHAIN_CHAIN_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blockchain_CHAIN_ID__STRING__VARCHAR.fd3829b376"}, "test.axelar.not_null_silver__governance_votes__INSERTED_TIMESTAMP.4b700ec0da": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_VOTES", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "VOTER": {"type": "TEXT", "index": 5, "name": "VOTER", "comment": null}, "PROPOSAL_ID": {"type": "NUMBER", "index": 6, "name": "PROPOSAL_ID", "comment": null}, "VOTE_OPTION": {"type": "NUMBER", "index": 7, "name": "VOTE_OPTION", "comment": null}, "VOTE_WEIGHT": {"type": "NUMBER", "index": 8, "name": "VOTE_WEIGHT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__governance_votes__INSERTED_TIMESTAMP.4b700ec0da"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validators_MIN_SELF_DELEGATION__NUMBER__FLOAT.2b4fca8ff2": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "VALIDATORS_MIN_SELF_DELEGATION", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validators_MIN_SELF_DELEGATION__NUMBER__FLOAT.2b4fca8ff2"}, "test.axelar.not_null_silver__governance_proposal_deposits_BLOCK_ID.1fc8e8d39e": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_PROPOSAL_DEPOSITS_BLOCK_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "DEPOSITOR": {"type": "TEXT", "index": 5, "name": "DEPOSITOR", "comment": null}, "PROPOSAL_ID": {"type": "NUMBER", "index": 6, "name": "PROPOSAL_ID", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 7, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 8, "name": "CURRENCY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__governance_proposal_deposits_BLOCK_ID.1fc8e8d39e"}, "test.axelar.not_null_silver__transfers_TRANSFER_TYPE.280bc9914f": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSFERS_TRANSFER_TYPE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "TRANSFER_TYPE": {"type": "TEXT", "index": 5, "name": "TRANSFER_TYPE", "comment": null}, "SENDER": {"type": "TEXT", "index": 6, "name": "SENDER", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 7, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 8, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 9, "name": "DECIMAL", "comment": null}, "RECEIVER": {"type": "TEXT", "index": 10, "name": "RECEIVER", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 11, "name": "MSG_INDEX", "comment": null}, "FOREIGN_ADDRESS": {"type": "TEXT", "index": 12, "name": "FOREIGN_ADDRESS", "comment": null}, "FOREIGN_CHAIN": {"type": "TEXT", "index": 13, "name": "FOREIGN_CHAIN", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 15, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__transfers_TRANSFER_TYPE.280bc9914f"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_BLOCK_ID__NUMBER__FLOAT.f13be7abb1": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "MSG_ATTRIBUTES_BLOCK_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_BLOCK_ID__NUMBER__FLOAT.f13be7abb1"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_DELEGATOR_ADDRESS__STRING__VARCHAR.49e89789f3": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "STAKING_DELEGATOR_ADDRESS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_DELEGATOR_ADDRESS__STRING__VARCHAR.49e89789f3"}, "model.axelar.silver__governance_votes": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "GOVERNANCE_VOTES", "database": "AXELAR_DEV", "comment": "Records of all votes on proposals.", "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": "The block height the block was recorded at."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": "Transaction status is \"TRUE\" if the transaction went through, \"FALSE\" if the transaction failed."}, "VOTER": {"type": "TEXT", "index": 5, "name": "VOTER", "comment": "Address of the delegator that voted on the proposal."}, "PROPOSAL_ID": {"type": "NUMBER", "index": 6, "name": "PROPOSAL_ID", "comment": "Numeric ID that corresponds to the proposal."}, "VOTE_OPTION": {"type": "NUMBER", "index": 7, "name": "VOTE_OPTION", "comment": "How the delegator voted on the proposal."}, "VOTE_WEIGHT": {"type": "NUMBER", "index": 8, "name": "VOTE_WEIGHT", "comment": ""}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "_INSERTED_TIMESTAMP", "comment": "The date and time at which the block or transaction was inserted in the bronze tables."}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 811520.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:04UTC", "include": true, "description": "The timestamp for last update/change"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE)", "include": true, "description": "The key used to cluster this table"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 8620.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.axelar.silver__governance_votes"}, "test.axelar.not_null_silver__governance_votes_TX_SUCCEEDED.55bdc98f37": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_VOTES_TX_SUCCEEDED", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "VOTER": {"type": "TEXT", "index": 5, "name": "VOTER", "comment": null}, "PROPOSAL_ID": {"type": "NUMBER", "index": 6, "name": "PROPOSAL_ID", "comment": null}, "VOTE_OPTION": {"type": "NUMBER", "index": 7, "name": "VOTE_OPTION", "comment": null}, "VOTE_WEIGHT": {"type": "NUMBER", "index": 8, "name": "VOTE_WEIGHT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__governance_votes_TX_SUCCEEDED.55bdc98f37"}, "test.axelar.not_null_silver__link_events_TX_ID.3bba57ec81": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LINK_EVENTS_TX_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "MODULE": {"type": "TEXT", "index": 5, "name": "MODULE", "comment": null}, "SOURCE_CHAIN": {"type": "TEXT", "index": 6, "name": "SOURCE_CHAIN", "comment": null}, "DEPOSIT_ADDRESS": {"type": "TEXT", "index": 7, "name": "DEPOSIT_ADDRESS", "comment": null}, "DESTINATION_CHAIN": {"type": "TEXT", "index": 8, "name": "DESTINATION_CHAIN", "comment": null}, "DESTINATION_ADDRESS": {"type": "TEXT", "index": 9, "name": "DESTINATION_ADDRESS", "comment": null}, "ASSET": {"type": "TEXT", "index": 10, "name": "ASSET", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "_INSERTED_TIMESTAMP", "comment": null}, "J": {"type": "OBJECT", "index": 12, "name": "J", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__link_events_TX_ID.3bba57ec81"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.6fec735b71": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "STAKED_BALANCES", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.6fec735b71"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_TX_ID__STRING__VARCHAR.88979ead94": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "GOVERNANCE_VOTES_TX_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_TX_ID__STRING__VARCHAR.88979ead94"}, "test.axelar.not_null_silver__transactions_TX_SUCCEEDED.7fbadde885": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSACTIONS_TX_SUCCEEDED", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "CODESPACE": {"type": "VARIANT", "index": 4, "name": "CODESPACE", "comment": null}, "GAS_USED": {"type": "NUMBER", "index": 5, "name": "GAS_USED", "comment": null}, "GAS_WANTED": {"type": "NUMBER", "index": 6, "name": "GAS_WANTED", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 7, "name": "TX_SUCCEEDED", "comment": null}, "TX_CODE": {"type": "NUMBER", "index": 8, "name": "TX_CODE", "comment": null}, "MSGS": {"type": "VARIANT", "index": 9, "name": "MSGS", "comment": null}, "TX_LOG": {"type": "TEXT", "index": 10, "name": "TX_LOG", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__transactions_TX_SUCCEEDED.7fbadde885"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_CURRENCY__STRING__VARCHAR.2b78169dcc": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "STAKING_REWARDS_CURRENCY", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_CURRENCY__STRING__VARCHAR.2b78169dcc"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_ATTRIBUTE_VALUE.f316cfca60": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_MSG_ATTRIBUTES_ATTRIBUTE_VALUE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_ATTRIBUTE_VALUE.f316cfca60"}, "test.axelar.not_null_silver__transfers_ExecutePendingTransfers_TX_ID.faaef0cf52": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSFERS_EXECUTEPENDINGTRANSFERS_TX_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "TRANSFER_TYPE": {"type": "TEXT", "index": 5, "name": "TRANSFER_TYPE", "comment": null}, "SENDER": {"type": "TEXT", "index": 6, "name": "SENDER", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 7, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 8, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 9, "name": "DECIMAL", "comment": null}, "RECEIVER": {"type": "TEXT", "index": 10, "name": "RECEIVER", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 11, "name": "MSG_INDEX", "comment": null}, "TRANSFER_ID": {"type": "TEXT", "index": 12, "name": "TRANSFER_ID", "comment": null}, "FOREIGN_ADDRESS": {"type": "TEXT", "index": 13, "name": "FOREIGN_ADDRESS", "comment": null}, "FOREIGN_CHAIN": {"type": "TEXT", "index": 14, "name": "FOREIGN_CHAIN", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 16, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__transfers_ExecutePendingTransfers_TX_ID.faaef0cf52"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.82828385ba": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TRANSACTIONS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.82828385ba"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_staking_CURRENCY.8c13a074dc": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_STAKING_CURRENCY", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_staking_CURRENCY.8c13a074dc"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_TX_ID__STRING__VARCHAR.6de65a5238": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "STAKING_TX_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_TX_ID__STRING__VARCHAR.6de65a5238"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_GAS_WANTED__NUMBER__FLOAT.b15ebe8eff": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TRANSACTIONS_GAS_WANTED", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_GAS_WANTED__NUMBER__FLOAT.b15ebe8eff"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_TX_SUCCEEDED.3dcbf62ad6": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_GOVERNANCE_VOTES_TX_SUCCEEDED", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_TX_SUCCEEDED.3dcbf62ad6"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.110523b439": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "GOVERNANCE_VOTES", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.110523b439"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__link_events_ASSET__STRING__VARCHAR.a02820686a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "LINK_EVENTS_ASSET", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__link_events_ASSET__STRING__VARCHAR.a02820686a"}, "test.axelar.dbt_utils_unique_combination_of_columns_core__fact_transactions_TX_ID.57efb72c3f": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_CORE", "name": "FACT_TRANSACTIONS_TX_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_ID": {"type": "TEXT", "index": 1, "name": "TX_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_utils_unique_combination_of_columns_core__fact_transactions_TX_ID.57efb72c3f"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_PROPOSER__STRING__VARCHAR.29a95924a4": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "GOVERNANCE_SUBMIT_PROPOSAL_PROPOSER", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_PROPOSER__STRING__VARCHAR.29a95924a4"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blockchain_NUM_TXS__NUMBER__FLOAT.258ab6cc34": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BLOCKCHAIN_NUM_TXS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blockchain_NUM_TXS__NUMBER__FLOAT.258ab6cc34"}, "test.axelar.not_null_silver__msgs_MSG_TYPE.312b195565": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "MSGS_MSG_TYPE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 5, "name": "MSG_GROUP", "comment": null}, "MSG_SUB_GROUP": {"type": "NUMBER", "index": 6, "name": "MSG_SUB_GROUP", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 7, "name": "MSG_INDEX", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 8, "name": "MSG_TYPE", "comment": null}, "MSG": {"type": "VARIANT", "index": 9, "name": "MSG", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 10, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__msgs_MSG_TYPE.312b195565"}, "test.axelar.not_null_silver__transfers_RECEIVER.965c9f325d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSFERS_RECEIVER", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "TRANSFER_TYPE": {"type": "TEXT", "index": 5, "name": "TRANSFER_TYPE", "comment": null}, "SENDER": {"type": "TEXT", "index": 6, "name": "SENDER", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 7, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 8, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 9, "name": "DECIMAL", "comment": null}, "RECEIVER": {"type": "TEXT", "index": 10, "name": "RECEIVER", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 11, "name": "MSG_INDEX", "comment": null}, "FOREIGN_ADDRESS": {"type": "TEXT", "index": 12, "name": "FOREIGN_ADDRESS", "comment": null}, "FOREIGN_CHAIN": {"type": "TEXT", "index": 13, "name": "FOREIGN_CHAIN", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 15, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__transfers_RECEIVER.965c9f325d"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_BLOCK_ID.8371e6022c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_GOVERNANCE_PROPOSAL_DEPOSITS_BLOCK_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_BLOCK_ID.8371e6022c"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_TX_COUNT__NUMBER__FLOAT.9486c781f5": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BLOCKS_TX_COUNT", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_TX_COUNT__NUMBER__FLOAT.9486c781f5"}, "test.axelar.dbt_expectations_expect_column_values_to_match_regex_silver__staked_balances_ADDRESS__axelar_0_9a_z_39_39_.b59a4f97b0": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "STAKED_BALANCES_ADDRESS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_match_regex_silver__staked_balances_ADDRESS__axelar_0_9a_z_39_39_.b59a4f97b0"}, "test.axelar.not_null_silver__governance_submit_proposal_PROPOSAL_TYPE.dbda3680fd": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_SUBMIT_PROPOSAL_PROPOSAL_TYPE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "PROPOSER": {"type": "TEXT", "index": 5, "name": "PROPOSER", "comment": null}, "PROPOSAL_ID": {"type": "NUMBER", "index": 6, "name": "PROPOSAL_ID", "comment": null}, "PROPOSAL_TYPE": {"type": "TEXT", "index": 7, "name": "PROPOSAL_TYPE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__governance_submit_proposal_PROPOSAL_TYPE.dbda3680fd"}, "test.axelar.not_null_silver__msg_attributes_BLOCK_ID.73b2e37ccf": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "MSG_ATTRIBUTES_BLOCK_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 5, "name": "MSG_GROUP", "comment": null}, "MSG_SUB_GROUP": {"type": "NUMBER", "index": 6, "name": "MSG_SUB_GROUP", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 7, "name": "MSG_INDEX", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 8, "name": "MSG_TYPE", "comment": null}, "ATTRIBUTE_INDEX": {"type": "NUMBER", "index": 9, "name": "ATTRIBUTE_INDEX", "comment": null}, "ATTRIBUTE_KEY": {"type": "TEXT", "index": 10, "name": "ATTRIBUTE_KEY", "comment": null}, "ATTRIBUTE_VALUE": {"type": "TEXT", "index": 11, "name": "ATTRIBUTE_VALUE", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 12, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__msg_attributes_BLOCK_ID.73b2e37ccf"}, "test.axelar.not_null_silver__staking_rewards_TX_ID.d523010112": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKING_REWARDS_TX_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 5, "name": "TX_CALLER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 6, "name": "ACTION", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_GROUP", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 8, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 9, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 10, "name": "CURRENCY", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 11, "name": "VALIDATOR_ADDRESS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 13, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__staking_rewards_TX_ID.d523010112"}, "test.axelar.dbt_expectations_expect_column_values_to_match_regex_silver__governance_submit_proposal_PROPOSER__axelar1_0_9a_z_38_38_.19f8316b09": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "GOVERNANCE_SUBMIT_PROPOSAL_PROPOSER", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_match_regex_silver__governance_submit_proposal_PROPOSER__axelar1_0_9a_z_38_38_.19f8316b09"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_validators_RAW_METADATA.935f630216": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_VALIDATORS_RAW_METADATA", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_validators_RAW_METADATA.935f630216"}, "test.axelar.not_null_silver__validators_JAILED.f85ae4ab21": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "VALIDATORS_JAILED", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ADDRESS": {"type": "TEXT", "index": 1, "name": "ADDRESS", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 2, "name": "BLOCKCHAIN", "comment": null}, "CREATOR": {"type": "TEXT", "index": 3, "name": "CREATOR", "comment": null}, "LABEL_TYPE": {"type": "TEXT", "index": 4, "name": "LABEL_TYPE", "comment": null}, "LABEL_SUBTYPE": {"type": "TEXT", "index": 5, "name": "LABEL_SUBTYPE", "comment": null}, "LABEL": {"type": "TEXT", "index": 6, "name": "LABEL", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 7, "name": "PROJECT_NAME", "comment": null}, "DELEGATOR_SHARES": {"type": "NUMBER", "index": 8, "name": "DELEGATOR_SHARES", "comment": null}, "JAILED": {"type": "BOOLEAN", "index": 9, "name": "JAILED", "comment": null}, "RATE": {"type": "FLOAT", "index": 10, "name": "RATE", "comment": null}, "MAX_CHANGE_RATE": {"type": "FLOAT", "index": 11, "name": "MAX_CHANGE_RATE", "comment": null}, "MAX_RATE": {"type": "FLOAT", "index": 12, "name": "MAX_RATE", "comment": null}, "MIN_SELF_DELEGATION": {"type": "NUMBER", "index": 13, "name": "MIN_SELF_DELEGATION", "comment": null}, "RANK": {"type": "NUMBER", "index": 14, "name": "RANK", "comment": null}, "RAW_METADATA": {"type": "VARIANT", "index": 15, "name": "RAW_METADATA", "comment": null}, "UNIQUE_KEY": {"type": "TEXT", "index": 16, "name": "UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__validators_JAILED.f85ae4ab21"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__link_events__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.9fa26d8e8c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "LINK_EVENTS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__link_events__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.9fa26d8e8c"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.ba045d2659": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "STAKING_REWARDS_BLOCK_TIMESTAMP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.ba045d2659"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_transactions_BLOCK_ID.37c1b7e860": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_TRANSACTIONS_BLOCK_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_transactions_BLOCK_ID.37c1b7e860"}, "test.axelar.not_null_silver__staking_rewards__INSERTED_TIMESTAMP.25d2eb6d01": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKING_REWARDS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 5, "name": "TX_CALLER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 6, "name": "ACTION", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_GROUP", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 8, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 9, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 10, "name": "CURRENCY", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 11, "name": "VALIDATOR_ADDRESS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 13, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__staking_rewards__INSERTED_TIMESTAMP.25d2eb6d01"}, "test.axelar.dbt_utils_unique_combination_of_columns_silver__transfers_ExecutePendingTransfers_TX_ID__MSG_INDEX__CURRENCY.513aca7737": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "TRANSFERS_EXECUTEPENDINGTRANSFERS_TX_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_ID": {"type": "TEXT", "index": 1, "name": "TX_ID", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 2, "name": "MSG_INDEX", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 3, "name": "CURRENCY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_utils_unique_combination_of_columns_silver__transfers_ExecutePendingTransfers_TX_ID__MSG_INDEX__CURRENCY.513aca7737"}, "model.axelar.silver__governance_submit_proposal": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "GOVERNANCE_SUBMIT_PROPOSAL", "database": "AXELAR_DEV", "comment": "Records of all proposal submissions on Axelar, dating back to the genesis block.", "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": "The block height the block was recorded at."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": "Transaction status is \"TRUE\" if the transaction went through, \"FALSE\" if the transaction failed."}, "PROPOSER": {"type": "TEXT", "index": 5, "name": "PROPOSER", "comment": "The address of the validator that submitted the proposal."}, "PROPOSAL_ID": {"type": "NUMBER", "index": 6, "name": "PROPOSAL_ID", "comment": "Numeric ID that corresponds to the proposal."}, "PROPOSAL_TYPE": {"type": "TEXT", "index": 7, "name": "PROPOSAL_TYPE", "comment": "The type of proposal that was submitted."}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": "The date and time at which the block or transaction was inserted in the bronze tables."}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 17408.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:04UTC", "include": true, "description": "The timestamp for last update/change"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE)", "include": true, "description": "The key used to cluster this table"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 57.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.axelar.silver__governance_submit_proposal"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_staking_TX_SUCCEEDED.57b5489af6": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_STAKING_TX_SUCCEEDED", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_staking_TX_SUCCEEDED.57b5489af6"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_transfers_RECEIVER.442acc3f94": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_TRANSFERS_RECEIVER", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_transfers_RECEIVER.442acc3f94"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.76862a64f3": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "GOVERNANCE_SUBMIT_PROPOSAL", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.76862a64f3"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_MSG_TYPE.b2b48e2e7f": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_MSG_ATTRIBUTES_MSG_TYPE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_MSG_TYPE.b2b48e2e7f"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_ExecutePendingTransfers_BLOCK_ID__NUMBER__FLOAT.a791e4c5a3": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TRANSFERS_EXECUTEPENDINGTRANSFERS_BLOCK_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_ExecutePendingTransfers_BLOCK_ID__NUMBER__FLOAT.a791e4c5a3"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_VOTER__STRING__VARCHAR.c0c8cb9205": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "GOVERNANCE_VOTES_VOTER", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_VOTER__STRING__VARCHAR.c0c8cb9205"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validators_MAX_CHANGE_RATE__NUMBER__FLOAT.ce20b99a85": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "VALIDATORS_MAX_CHANGE_RATE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validators_MAX_CHANGE_RATE__NUMBER__FLOAT.ce20b99a85"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_staking__MSG_GROUP.9aeff2d5a9": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_STAKING", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_staking__MSG_GROUP.9aeff2d5a9"}, "test.axelar.not_null_silver__staked_balances__INSERTED_TIMESTAMP.275c42bb76": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKED_BALANCES", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "BALANCE_TYPE": {"type": "TEXT", "index": 3, "name": "BALANCE_TYPE", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 4, "name": "ADDRESS", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 5, "name": "CURRENCY", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 6, "name": "BALANCE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__staked_balances__INSERTED_TIMESTAMP.275c42bb76"}, "test.axelar.not_null_silver__transfers_ExecutePendingTransfers_TX_SUCCEEDED.8557173edb": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSFERS_EXECUTEPENDINGTRANSFERS_TX_SUCCEEDED", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "TRANSFER_TYPE": {"type": "TEXT", "index": 5, "name": "TRANSFER_TYPE", "comment": null}, "SENDER": {"type": "TEXT", "index": 6, "name": "SENDER", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 7, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 8, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 9, "name": "DECIMAL", "comment": null}, "RECEIVER": {"type": "TEXT", "index": 10, "name": "RECEIVER", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 11, "name": "MSG_INDEX", "comment": null}, "TRANSFER_ID": {"type": "TEXT", "index": 12, "name": "TRANSFER_ID", "comment": null}, "FOREIGN_ADDRESS": {"type": "TEXT", "index": 13, "name": "FOREIGN_ADDRESS", "comment": null}, "FOREIGN_CHAIN": {"type": "TEXT", "index": 14, "name": "FOREIGN_CHAIN", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 16, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__transfers_ExecutePendingTransfers_TX_SUCCEEDED.8557173edb"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_blocks_VALIDATOR_HASH.74e26a3ed2": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_BLOCKS_VALIDATOR_HASH", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_blocks_VALIDATOR_HASH.74e26a3ed2"}, "model.axelar.streamline__txs_history": {"metadata": {"type": "BASE TABLE", "schema": "STREAMLINE", "name": "TXS_HISTORY", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_LTZ", "index": 3, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 46680576.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:04UTC", "include": true, "description": "The timestamp for last update/change"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(ROUND(block_number, -3))", "include": true, "description": "The key used to cluster this table"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 2265747.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.axelar.streamline__txs_history"}, "test.axelar.not_null_silver__transactions_TX_CODE.080a71cc61": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSACTIONS_TX_CODE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "CODESPACE": {"type": "VARIANT", "index": 4, "name": "CODESPACE", "comment": null}, "GAS_USED": {"type": "NUMBER", "index": 5, "name": "GAS_USED", "comment": null}, "GAS_WANTED": {"type": "NUMBER", "index": 6, "name": "GAS_WANTED", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 7, "name": "TX_SUCCEEDED", "comment": null}, "TX_CODE": {"type": "NUMBER", "index": 8, "name": "TX_CODE", "comment": null}, "MSGS": {"type": "VARIANT", "index": 9, "name": "MSGS", "comment": null}, "TX_LOG": {"type": "TEXT", "index": 10, "name": "TX_LOG", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__transactions_TX_CODE.080a71cc61"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validators_LABEL_SUBTYPE__STRING__VARCHAR.00e4e3f12b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "VALIDATORS_LABEL_SUBTYPE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validators_LABEL_SUBTYPE__STRING__VARCHAR.00e4e3f12b"}, "test.axelar.not_null_silver__blocks__INSERTED_TIMESTAMP.be3b3ed4ca": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BLOCKS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 3, "name": "CHAIN_ID", "comment": null}, "TX_COUNT": {"type": "NUMBER", "index": 4, "name": "TX_COUNT", "comment": null}, "PROPOSER_ADDRESS": {"type": "TEXT", "index": 5, "name": "PROPOSER_ADDRESS", "comment": null}, "VALIDATOR_HASH": {"type": "TEXT", "index": 6, "name": "VALIDATOR_HASH", "comment": null}, "HEADER": {"type": "VARIANT", "index": 7, "name": "HEADER", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 9, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__blocks__INSERTED_TIMESTAMP.be3b3ed4ca"}, "test.axelar.not_null_silver__blocks_BLOCK_TIMESTAMP.b65a1fcead": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BLOCKS_BLOCK_TIMESTAMP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 3, "name": "CHAIN_ID", "comment": null}, "TX_COUNT": {"type": "NUMBER", "index": 4, "name": "TX_COUNT", "comment": null}, "PROPOSER_ADDRESS": {"type": "TEXT", "index": 5, "name": "PROPOSER_ADDRESS", "comment": null}, "VALIDATOR_HASH": {"type": "TEXT", "index": 6, "name": "VALIDATOR_HASH", "comment": null}, "HEADER": {"type": "VARIANT", "index": 7, "name": "HEADER", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 9, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__blocks_BLOCK_TIMESTAMP.b65a1fcead"}, "test.axelar.not_null_silver__transactions_TX_ID.5bc0e20339": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSACTIONS_TX_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "CODESPACE": {"type": "VARIANT", "index": 4, "name": "CODESPACE", "comment": null}, "GAS_USED": {"type": "NUMBER", "index": 5, "name": "GAS_USED", "comment": null}, "GAS_WANTED": {"type": "NUMBER", "index": 6, "name": "GAS_WANTED", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 7, "name": "TX_SUCCEEDED", "comment": null}, "TX_CODE": {"type": "NUMBER", "index": 8, "name": "TX_CODE", "comment": null}, "MSGS": {"type": "VARIANT", "index": 9, "name": "MSGS", "comment": null}, "TX_LOG": {"type": "TEXT", "index": 10, "name": "TX_LOG", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__transactions_TX_ID.5bc0e20339"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validators_JAILED__BOOLEAN.34313ede18": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "VALIDATORS_JAILED", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validators_JAILED__BOOLEAN.34313ede18"}, "test.axelar.dbt_expectations_expect_row_values_to_have_recent_data_silver__staking_BLOCK_TIMESTAMP__day__1.8c14a74a71": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "STAKING_BLOCK_TIMESTAMP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_row_values_to_have_recent_data_silver__staking_BLOCK_TIMESTAMP__day__1.8c14a74a71"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_transactions_BLOCK_TIMESTAMP.84e94e706b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_TRANSACTIONS_BLOCK_TIMESTAMP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_transactions_BLOCK_TIMESTAMP.84e94e706b"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_PROPOSAL_ID__NUMBER__FLOAT.ce7aea08c5": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "GOVERNANCE_SUBMIT_PROPOSAL_PROPOSAL_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_PROPOSAL_ID__NUMBER__FLOAT.ce7aea08c5"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__daily_balances_BALANCE__NUMBER__FLOAT.fcc80a76c8": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "DAILY_BALANCES_BALANCE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__daily_balances_BALANCE__NUMBER__FLOAT.fcc80a76c8"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_TX_ID__STRING__VARCHAR.81b523ec1d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TRANSACTIONS_TX_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_TX_ID__STRING__VARCHAR.81b523ec1d"}, "test.axelar.not_null_silver__blockchain_BLOCK_ID_OBJECT.dbc8f0771a": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BLOCKCHAIN_BLOCK_ID_OBJECT", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CHAIN_ID": {"type": "TEXT", "index": 1, "name": "CHAIN_ID", "comment": null}, "BLOCK_ID": {"type": "NUMBER", "index": 2, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_SIZE": {"type": "NUMBER", "index": 4, "name": "BLOCK_SIZE", "comment": null}, "BLOCK_HEADER": {"type": "VARIANT", "index": 5, "name": "BLOCK_HEADER", "comment": null}, "BLOCK_ID_OBJECT": {"type": "VARIANT", "index": 6, "name": "BLOCK_ID_OBJECT", "comment": null}, "NUM_TXS": {"type": "NUMBER", "index": 7, "name": "NUM_TXS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__blockchain_BLOCK_ID_OBJECT.dbc8f0771a"}, "test.axelar.not_null_silver__daily_balances_DATE.85b329c0c5": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "DAILY_BALANCES_DATE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"DATE": {"type": "DATE", "index": 1, "name": "DATE", "comment": null}, "BALANCE_TYPE": {"type": "TEXT", "index": 2, "name": "BALANCE_TYPE", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 4, "name": "CURRENCY", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 5, "name": "BALANCE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__daily_balances_DATE.85b329c0c5"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_VALIDATOR_ADDRESS__STRING__VARCHAR.da86db981d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "STAKING_REWARDS_VALIDATOR_ADDRESS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_VALIDATOR_ADDRESS__STRING__VARCHAR.da86db981d"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.2a22373751": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BLOCKS_BLOCK_TIMESTAMP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.2a22373751"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_TX_ID.0b098941f8": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_GOVERNANCE_SUBMIT_PROPOSAL_TX_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_TX_ID.0b098941f8"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_ATTRIBUTE_INDEX.c041ee26dd": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_MSG_ATTRIBUTES_ATTRIBUTE_INDEX", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_ATTRIBUTE_INDEX.c041ee26dd"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_validators_LABEL_SUBTYPE.545516ad48": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_VALIDATORS_LABEL_SUBTYPE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_validators_LABEL_SUBTYPE.545516ad48"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_transactions_TX_SUCCEEDED.35dccdcf3e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_TRANSACTIONS_TX_SUCCEEDED", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_transactions_TX_SUCCEEDED.35dccdcf3e"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_transactions_TX_LOG.9983486fda": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_TRANSACTIONS_TX_LOG", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_transactions_TX_LOG.9983486fda"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_BLOCK_TIMESTAMP.21675bcd7b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_GOVERNANCE_VOTES_BLOCK_TIMESTAMP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_BLOCK_TIMESTAMP.21675bcd7b"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_ExecutePendingTransfers_CURRENCY__STRING__VARCHAR.b5217a8088": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TRANSFERS_EXECUTEPENDINGTRANSFERS_CURRENCY", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_ExecutePendingTransfers_CURRENCY__STRING__VARCHAR.b5217a8088"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_VOTE_OPTION__NUMBER__FLOAT.152c4ede3f": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "GOVERNANCE_VOTES_VOTE_OPTION", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_VOTE_OPTION__NUMBER__FLOAT.152c4ede3f"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blockchain_BLOCK_ID__NUMBER__FLOAT.254cf4f40e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BLOCKCHAIN_BLOCK_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blockchain_BLOCK_ID__NUMBER__FLOAT.254cf4f40e"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_TX_SUCCEEDED.107db99d3e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_GOVERNANCE_PROPOSAL_DEPOSITS_TX_SUCCEEDED", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_TX_SUCCEEDED.107db99d3e"}, "test.axelar.not_null_core__dim_labels_ADDRESS.ddf35f62af": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "DIM_LABELS_ADDRESS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "CREATOR": {"type": "TEXT", "index": 2, "name": "CREATOR", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "LABEL_TYPE": {"type": "TEXT", "index": 4, "name": "LABEL_TYPE", "comment": null}, "LABEL_SUBTYPE": {"type": "TEXT", "index": 5, "name": "LABEL_SUBTYPE", "comment": null}, "LABEL": {"type": "TEXT", "index": 6, "name": "LABEL", "comment": null}, "ADDRESS_NAME": {"type": "TEXT", "index": 7, "name": "ADDRESS_NAME", "comment": null}, "RAW_METADATA": {"type": "ARRAY", "index": 8, "name": "RAW_METADATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_core__dim_labels_ADDRESS.ddf35f62af"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_msgs_BLOCK_ID.faa38255c9": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_MSGS_BLOCK_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_msgs_BLOCK_ID.faa38255c9"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_MSG_GROUP__NUMBER__FLOAT.c2035fb2bc": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "MSGS_MSG_GROUP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_MSG_GROUP__NUMBER__FLOAT.c2035fb2bc"}, "test.axelar.not_null_silver__validators_ADDRESS.044bdd0fb3": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "VALIDATORS_ADDRESS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ADDRESS": {"type": "TEXT", "index": 1, "name": "ADDRESS", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 2, "name": "BLOCKCHAIN", "comment": null}, "CREATOR": {"type": "TEXT", "index": 3, "name": "CREATOR", "comment": null}, "LABEL_TYPE": {"type": "TEXT", "index": 4, "name": "LABEL_TYPE", "comment": null}, "LABEL_SUBTYPE": {"type": "TEXT", "index": 5, "name": "LABEL_SUBTYPE", "comment": null}, "LABEL": {"type": "TEXT", "index": 6, "name": "LABEL", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 7, "name": "PROJECT_NAME", "comment": null}, "DELEGATOR_SHARES": {"type": "NUMBER", "index": 8, "name": "DELEGATOR_SHARES", "comment": null}, "JAILED": {"type": "BOOLEAN", "index": 9, "name": "JAILED", "comment": null}, "RATE": {"type": "FLOAT", "index": 10, "name": "RATE", "comment": null}, "MAX_CHANGE_RATE": {"type": "FLOAT", "index": 11, "name": "MAX_CHANGE_RATE", "comment": null}, "MAX_RATE": {"type": "FLOAT", "index": 12, "name": "MAX_RATE", "comment": null}, "MIN_SELF_DELEGATION": {"type": "NUMBER", "index": 13, "name": "MIN_SELF_DELEGATION", "comment": null}, "RANK": {"type": "NUMBER", "index": 14, "name": "RANK", "comment": null}, "RAW_METADATA": {"type": "VARIANT", "index": 15, "name": "RAW_METADATA", "comment": null}, "UNIQUE_KEY": {"type": "TEXT", "index": 16, "name": "UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__validators_ADDRESS.044bdd0fb3"}, "test.axelar.not_null_core__dim_labels_LABEL_TYPE.65b0f6f1ed": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "DIM_LABELS_LABEL_TYPE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "CREATOR": {"type": "TEXT", "index": 2, "name": "CREATOR", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "LABEL_TYPE": {"type": "TEXT", "index": 4, "name": "LABEL_TYPE", "comment": null}, "LABEL_SUBTYPE": {"type": "TEXT", "index": 5, "name": "LABEL_SUBTYPE", "comment": null}, "LABEL": {"type": "TEXT", "index": 6, "name": "LABEL", "comment": null}, "ADDRESS_NAME": {"type": "TEXT", "index": 7, "name": "ADDRESS_NAME", "comment": null}, "RAW_METADATA": {"type": "ARRAY", "index": 8, "name": "RAW_METADATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_core__dim_labels_LABEL_TYPE.65b0f6f1ed"}, "model.axelar.core__fact_governance_proposal_deposits": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "FACT_GOVERNANCE_PROPOSAL_DEPOSITS", "database": "AXELAR_DEV", "comment": "Records of all proposal deposits that have occurred on Axelar, dating back to the genesis block.", "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": "The block height the block was recorded at."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": "Transaction status is \"TRUE\" if the transaction went through, \"FALSE\" if the transaction failed."}, "DEPOSITOR": {"type": "TEXT", "index": 5, "name": "DEPOSITOR", "comment": "The wallet address of the individual who deposited funds into the proposal. At least 100 AXL must be deposited into a proposal after it is submitted for it to go to vote."}, "PROPOSAL_ID": {"type": "NUMBER", "index": 6, "name": "PROPOSAL_ID", "comment": "Numeric ID that corresponds to the proposal."}, "AMOUNT": {"type": "NUMBER", "index": 7, "name": "AMOUNT", "comment": "The amount that was used in the transaction message."}, "CURRENCY": {"type": "TEXT", "index": 8, "name": "CURRENCY", "comment": "The currency that was used in the transaction message."}, "DECIMAL": {"type": "NUMBER", "index": 9, "name": "DECIMAL", "comment": "Divide amount by decimal to get the actual amount of currency being transferred."}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.axelar.core__fact_governance_proposal_deposits"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_ATTRIBUTE_KEY.978c26f41e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_MSG_ATTRIBUTES_ATTRIBUTE_KEY", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_ATTRIBUTE_KEY.978c26f41e"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_transfers_BLOCK_TIMESTAMP.0f58d69ae8": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_TRANSFERS_BLOCK_TIMESTAMP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_transfers_BLOCK_TIMESTAMP.0f58d69ae8"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_msgs_BLOCK_TIMESTAMP.cb0d0e3790": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_MSGS_BLOCK_TIMESTAMP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_msgs_BLOCK_TIMESTAMP.cb0d0e3790"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_set_core__dim_labels_LABEL_TYPE__flotsam__nft__defi__dex__cex__dapp__token__operator__layer2__chadmin.aa3909a8f8": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_SET_CORE", "name": "DIM_LABELS_LABEL_TYPE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"VALUE_FIELD": {"type": "TEXT", "index": 1, "name": "VALUE_FIELD", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_set_core__dim_labels_LABEL_TYPE__flotsam__nft__defi__dex__cex__dapp__token__operator__layer2__chadmin.aa3909a8f8"}, "test.axelar.not_null_silver__validators_DELEGATOR_SHARES.89b722f278": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "VALIDATORS_DELEGATOR_SHARES", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ADDRESS": {"type": "TEXT", "index": 1, "name": "ADDRESS", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 2, "name": "BLOCKCHAIN", "comment": null}, "CREATOR": {"type": "TEXT", "index": 3, "name": "CREATOR", "comment": null}, "LABEL_TYPE": {"type": "TEXT", "index": 4, "name": "LABEL_TYPE", "comment": null}, "LABEL_SUBTYPE": {"type": "TEXT", "index": 5, "name": "LABEL_SUBTYPE", "comment": null}, "LABEL": {"type": "TEXT", "index": 6, "name": "LABEL", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 7, "name": "PROJECT_NAME", "comment": null}, "DELEGATOR_SHARES": {"type": "NUMBER", "index": 8, "name": "DELEGATOR_SHARES", "comment": null}, "JAILED": {"type": "BOOLEAN", "index": 9, "name": "JAILED", "comment": null}, "RATE": {"type": "FLOAT", "index": 10, "name": "RATE", "comment": null}, "MAX_CHANGE_RATE": {"type": "FLOAT", "index": 11, "name": "MAX_CHANGE_RATE", "comment": null}, "MAX_RATE": {"type": "FLOAT", "index": 12, "name": "MAX_RATE", "comment": null}, "MIN_SELF_DELEGATION": {"type": "NUMBER", "index": 13, "name": "MIN_SELF_DELEGATION", "comment": null}, "RANK": {"type": "NUMBER", "index": 14, "name": "RANK", "comment": null}, "RAW_METADATA": {"type": "VARIANT", "index": 15, "name": "RAW_METADATA", "comment": null}, "UNIQUE_KEY": {"type": "TEXT", "index": 16, "name": "UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__validators_DELEGATOR_SHARES.89b722f278"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_PROPOSAL_TYPE.abd0b6911e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_GOVERNANCE_SUBMIT_PROPOSAL_PROPOSAL_TYPE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_PROPOSAL_TYPE.abd0b6911e"}, "test.axelar.not_null_silver__transfers__INSERTED_TIMESTAMP.595c1c618a": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSFERS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "TRANSFER_TYPE": {"type": "TEXT", "index": 5, "name": "TRANSFER_TYPE", "comment": null}, "SENDER": {"type": "TEXT", "index": 6, "name": "SENDER", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 7, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 8, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 9, "name": "DECIMAL", "comment": null}, "RECEIVER": {"type": "TEXT", "index": 10, "name": "RECEIVER", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 11, "name": "MSG_INDEX", "comment": null}, "FOREIGN_ADDRESS": {"type": "TEXT", "index": 12, "name": "FOREIGN_ADDRESS", "comment": null}, "FOREIGN_CHAIN": {"type": "TEXT", "index": 13, "name": "FOREIGN_CHAIN", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 15, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__transfers__INSERTED_TIMESTAMP.595c1c618a"}, "model.axelar.core__fact_validators": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "FACT_VALIDATORS", "database": "AXELAR_DEV", "comment": "Information about all active and inactive set validators on Axelar.", "owner": "INTERNAL_DEV"}, "columns": {"ADDRESS": {"type": "TEXT", "index": 1, "name": "ADDRESS", "comment": "Address unique to an individual wallet, validator, or token."}, "BLOCKCHAIN": {"type": "TEXT", "index": 2, "name": "BLOCKCHAIN", "comment": "In this table, always Axelar. Used to join to cross-chain tables."}, "CREATOR": {"type": "TEXT", "index": 3, "name": "CREATOR", "comment": "Name of the label creator - for now, this will always be \"Flipside.\""}, "LABEL_TYPE": {"type": "TEXT", "index": 4, "name": "LABEL_TYPE", "comment": "A broad category that describes what a label is representing."}, "LABEL_SUBTYPE": {"type": "TEXT", "index": 5, "name": "LABEL_SUBTYPE", "comment": "Adds more detail to the label type."}, "LABEL": {"type": "TEXT", "index": 6, "name": "LABEL", "comment": "The label or name of the address."}, "PROJECT_NAME": {"type": "TEXT", "index": 7, "name": "PROJECT_NAME", "comment": "The name of the project the label belongs to."}, "DELEGATOR_SHARES": {"type": "NUMBER", "index": 8, "name": "DELEGATOR_SHARES", "comment": "The number of tokens staked to the validator."}, "JAILED": {"type": "BOOLEAN", "index": 9, "name": "JAILED", "comment": "FALSE when a validator is not jailed, TRUE when a validator is jailed"}, "RATE": {"type": "FLOAT", "index": 10, "name": "RATE", "comment": "The current commission rate the validator is charging stakers."}, "MAX_CHANGE_RATE": {"type": "FLOAT", "index": 11, "name": "MAX_CHANGE_RATE", "comment": "The maximum rate at which a validator can change their commission per day."}, "MAX_RATE": {"type": "FLOAT", "index": 12, "name": "MAX_RATE", "comment": "The maximum commission rate that the validator can charge"}, "MIN_SELF_DELEGATION": {"type": "NUMBER", "index": 13, "name": "MIN_SELF_DELEGATION", "comment": "The minimum number of OSMO tokens that the operator must be staking with their own validator"}, "RANK": {"type": "NUMBER", "index": 14, "name": "RANK", "comment": "The rank of the validator in the validator set. Rank is determined by the number of OSMO tokens staked to the validator"}, "RAW_METADATA": {"type": "VARIANT", "index": 15, "name": "RAW_METADATA", "comment": "Additional details about the validator or token in json format."}, "UNIQUE_KEY": {"type": "TEXT", "index": 16, "name": "UNIQUE_KEY", "comment": "The unique key of the table"}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.axelar.core__fact_validators"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_transfers_AMOUNT.dfd5f028ff": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_TRANSFERS_AMOUNT", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_transfers_AMOUNT.dfd5f028ff"}, "test.axelar.dbt_expectations_expect_column_values_to_match_regex_silver__staking_rewards_VALIDATOR_ADDRESS__axelarvaloper_0_9a_z_39_39_.8fac700c2a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "STAKING_REWARDS_VALIDATOR_ADDRESS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_match_regex_silver__staking_rewards_VALIDATOR_ADDRESS__axelarvaloper_0_9a_z_39_39_.8fac700c2a"}, "test.axelar.not_null_silver__msgs_TX_SUCCEEDED.e7c82779e2": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "MSGS_TX_SUCCEEDED", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 5, "name": "MSG_GROUP", "comment": null}, "MSG_SUB_GROUP": {"type": "NUMBER", "index": 6, "name": "MSG_SUB_GROUP", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 7, "name": "MSG_INDEX", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 8, "name": "MSG_TYPE", "comment": null}, "MSG": {"type": "VARIANT", "index": 9, "name": "MSG", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 10, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__msgs_TX_SUCCEEDED.e7c82779e2"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_transactions_MSGS.aee52badd9": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_TRANSACTIONS_MSGS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_transactions_MSGS.aee52badd9"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_transfers_FOREIGN_ADDRESS.7e10626256": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_TRANSFERS_FOREIGN_ADDRESS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_transfers_FOREIGN_ADDRESS.7e10626256"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_TX_SUCCEEDED__BOOLEAN.c832584172": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "MSGS_TX_SUCCEEDED", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_TX_SUCCEEDED__BOOLEAN.c832584172"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_ExecutePendingTransfers_AMOUNT__NUMBER__FLOAT.6266e6c1f7": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TRANSFERS_EXECUTEPENDINGTRANSFERS_AMOUNT", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_ExecutePendingTransfers_AMOUNT__NUMBER__FLOAT.6266e6c1f7"}, "test.axelar.dbt_utils_unique_combination_of_columns_silver__msgs__UNIQUE_KEY.979f01aaa2": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "MSGS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_UNIQUE_KEY": {"type": "TEXT", "index": 1, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_utils_unique_combination_of_columns_silver__msgs__UNIQUE_KEY.979f01aaa2"}, "test.axelar.not_null_core__fact_daily_balances_CURRENCY.9b02e469ef": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "FACT_DAILY_BALANCES_CURRENCY", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"DATE": {"type": "DATE", "index": 1, "name": "DATE", "comment": null}, "BALANCE_TYPE": {"type": "TEXT", "index": 2, "name": "BALANCE_TYPE", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 4, "name": "CURRENCY", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 5, "name": "BALANCE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_core__fact_daily_balances_CURRENCY.9b02e469ef"}, "test.axelar.not_null_silver__transfers_ExecutePendingTransfers_RECEIVER.86bb6bd02e": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSFERS_EXECUTEPENDINGTRANSFERS_RECEIVER", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "TRANSFER_TYPE": {"type": "TEXT", "index": 5, "name": "TRANSFER_TYPE", "comment": null}, "SENDER": {"type": "TEXT", "index": 6, "name": "SENDER", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 7, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 8, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 9, "name": "DECIMAL", "comment": null}, "RECEIVER": {"type": "TEXT", "index": 10, "name": "RECEIVER", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 11, "name": "MSG_INDEX", "comment": null}, "TRANSFER_ID": {"type": "TEXT", "index": 12, "name": "TRANSFER_ID", "comment": null}, "FOREIGN_ADDRESS": {"type": "TEXT", "index": 13, "name": "FOREIGN_ADDRESS", "comment": null}, "FOREIGN_CHAIN": {"type": "TEXT", "index": 14, "name": "FOREIGN_CHAIN", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 16, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__transfers_ExecutePendingTransfers_RECEIVER.86bb6bd02e"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_BLOCK_ID.7b9a016433": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_MSG_ATTRIBUTES_BLOCK_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_BLOCK_ID.7b9a016433"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_MSG_GROUP__NUMBER__FLOAT.8bdffa9ab5": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "STAKING_MSG_GROUP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_MSG_GROUP__NUMBER__FLOAT.8bdffa9ab5"}, "test.axelar.not_null_silver__blocks_BLOCK_ID.2e78c008c9": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BLOCKS_BLOCK_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 3, "name": "CHAIN_ID", "comment": null}, "TX_COUNT": {"type": "NUMBER", "index": 4, "name": "TX_COUNT", "comment": null}, "PROPOSER_ADDRESS": {"type": "TEXT", "index": 5, "name": "PROPOSER_ADDRESS", "comment": null}, "VALIDATOR_HASH": {"type": "TEXT", "index": 6, "name": "VALIDATOR_HASH", "comment": null}, "HEADER": {"type": "VARIANT", "index": 7, "name": "HEADER", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 9, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__blocks_BLOCK_ID.2e78c008c9"}, "test.axelar.dbt_expectations_expect_row_values_to_have_recent_data_silver__link_events_BLOCK_TIMESTAMP__day__1.7c86418f8a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "LINK_EVENTS_BLOCK_TIMESTAMP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_row_values_to_have_recent_data_silver__link_events_BLOCK_TIMESTAMP__day__1.7c86418f8a"}, "test.axelar.dbt_expectations_expect_row_values_to_have_recent_data_silver__transfers_ExecutePendingTransfers_BLOCK_TIMESTAMP__day__1.1c615a1aed": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "TRANSFERS_EXECUTEPENDINGTRANSFERS_BLOCK_TIMESTAMP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_row_values_to_have_recent_data_silver__transfers_ExecutePendingTransfers_BLOCK_TIMESTAMP__day__1.1c615a1aed"}, "test.axelar.not_null_silver__governance_submit_proposal_PROPOSER.51a248ebc4": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_SUBMIT_PROPOSAL_PROPOSER", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "PROPOSER": {"type": "TEXT", "index": 5, "name": "PROPOSER", "comment": null}, "PROPOSAL_ID": {"type": "NUMBER", "index": 6, "name": "PROPOSAL_ID", "comment": null}, "PROPOSAL_TYPE": {"type": "TEXT", "index": 7, "name": "PROPOSAL_TYPE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__governance_submit_proposal_PROPOSER.51a248ebc4"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_transfers_FOREIGN_CHAIN.1527f2253b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_TRANSFERS_FOREIGN_CHAIN", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_transfers_FOREIGN_CHAIN.1527f2253b"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_msgs_TX_SUCCEEDED.8b88dec946": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_MSGS_TX_SUCCEEDED", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_msgs_TX_SUCCEEDED.8b88dec946"}, "test.axelar.not_null_silver__governance_proposal_deposits__INSERTED_TIMESTAMP.793e397848": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_PROPOSAL_DEPOSITS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "DEPOSITOR": {"type": "TEXT", "index": 5, "name": "DEPOSITOR", "comment": null}, "PROPOSAL_ID": {"type": "NUMBER", "index": 6, "name": "PROPOSAL_ID", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 7, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 8, "name": "CURRENCY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__governance_proposal_deposits__INSERTED_TIMESTAMP.793e397848"}, "test.axelar.not_null_silver__governance_proposal_deposits_PROPOSAL_ID.7ff8bdf182": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_PROPOSAL_DEPOSITS_PROPOSAL_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "DEPOSITOR": {"type": "TEXT", "index": 5, "name": "DEPOSITOR", "comment": null}, "PROPOSAL_ID": {"type": "NUMBER", "index": 6, "name": "PROPOSAL_ID", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 7, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 8, "name": "CURRENCY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__governance_proposal_deposits_PROPOSAL_ID.7ff8bdf182"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__link_events_DESTINATION_CHAIN__STRING__VARCHAR.815e33aef1": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "LINK_EVENTS_DESTINATION_CHAIN", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__link_events_DESTINATION_CHAIN__STRING__VARCHAR.815e33aef1"}, "test.axelar.not_null_silver__governance_submit_proposal_BLOCK_ID.80df3f0930": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_SUBMIT_PROPOSAL_BLOCK_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "PROPOSER": {"type": "TEXT", "index": 5, "name": "PROPOSER", "comment": null}, "PROPOSAL_ID": {"type": "NUMBER", "index": 6, "name": "PROPOSAL_ID", "comment": null}, "PROPOSAL_TYPE": {"type": "TEXT", "index": 7, "name": "PROPOSAL_TYPE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__governance_submit_proposal_BLOCK_ID.80df3f0930"}, "test.axelar.not_null_silver__staking_MSG_GROUP.80a68c918c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKING_MSG_GROUP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 5, "name": "TX_CALLER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 6, "name": "ACTION", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 7, "name": "DELEGATOR_ADDRESS", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 8, "name": "VALIDATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 9, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 10, "name": "CURRENCY", "comment": null}, "REDELEGATE_SOURCE_VALIDATOR_ADDRESS": {"type": "TEXT", "index": 11, "name": "REDELEGATE_SOURCE_VALIDATOR_ADDRESS", "comment": null}, "COMPLETION_TIME": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "COMPLETION_TIME", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 13, "name": "MSG_GROUP", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 15, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__staking_MSG_GROUP.80a68c918c"}, "test.axelar.not_null_silver__validators_MAX_RATE.24b5d3c90d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "VALIDATORS_MAX_RATE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ADDRESS": {"type": "TEXT", "index": 1, "name": "ADDRESS", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 2, "name": "BLOCKCHAIN", "comment": null}, "CREATOR": {"type": "TEXT", "index": 3, "name": "CREATOR", "comment": null}, "LABEL_TYPE": {"type": "TEXT", "index": 4, "name": "LABEL_TYPE", "comment": null}, "LABEL_SUBTYPE": {"type": "TEXT", "index": 5, "name": "LABEL_SUBTYPE", "comment": null}, "LABEL": {"type": "TEXT", "index": 6, "name": "LABEL", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 7, "name": "PROJECT_NAME", "comment": null}, "DELEGATOR_SHARES": {"type": "NUMBER", "index": 8, "name": "DELEGATOR_SHARES", "comment": null}, "JAILED": {"type": "BOOLEAN", "index": 9, "name": "JAILED", "comment": null}, "RATE": {"type": "FLOAT", "index": 10, "name": "RATE", "comment": null}, "MAX_CHANGE_RATE": {"type": "FLOAT", "index": 11, "name": "MAX_CHANGE_RATE", "comment": null}, "MAX_RATE": {"type": "FLOAT", "index": 12, "name": "MAX_RATE", "comment": null}, "MIN_SELF_DELEGATION": {"type": "NUMBER", "index": 13, "name": "MIN_SELF_DELEGATION", "comment": null}, "RANK": {"type": "NUMBER", "index": 14, "name": "RANK", "comment": null}, "RAW_METADATA": {"type": "VARIANT", "index": 15, "name": "RAW_METADATA", "comment": null}, "UNIQUE_KEY": {"type": "TEXT", "index": 16, "name": "UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__validators_MAX_RATE.24b5d3c90d"}, "model.axelar.core__fact_staking": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "FACT_STAKING", "database": "AXELAR_DEV", "comment": "Information about all deledation, redelegation, and undelegation activity on Axelar.", "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": "The block height the block was recorded at."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": "Transaction status is \"TRUE\" if the transaction went through, \"FALSE\" if the transaction failed."}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 5, "name": "TX_CALLER_ADDRESS", "comment": "The wallet address of the individual who initiated the transaction."}, "ACTION": {"type": "TEXT", "index": 6, "name": "ACTION", "comment": "The staking action. Values include delegate, redelegate, and undelegate"}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 7, "name": "DELEGATOR_ADDRESS", "comment": "The wallet address of the individual who owns the delegated asset."}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 8, "name": "VALIDATOR_ADDRESS", "comment": "The wallet address of the validator related to the staking action."}, "AMOUNT": {"type": "NUMBER", "index": 9, "name": "AMOUNT", "comment": "The amount of tokens in the staking action"}, "CURRENCY": {"type": "TEXT", "index": 10, "name": "CURRENCY", "comment": "The currency that was used in the transaction message."}, "REDELEGATE_SOURCE_VALIDATOR_ADDRESS": {"type": "TEXT", "index": 11, "name": "REDELEGATE_SOURCE_VALIDATOR_ADDRESS", "comment": "The wallet address of the source validator in a redelegation staking action."}, "COMPLETION_TIME": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "COMPLETION_TIME", "comment": "The time at which the undelegate or redelegate staking action is completed."}, "_MSG_GROUP": {"type": "NUMBER", "index": 13, "name": "_MSG_GROUP", "comment": "Value grouping different messages together to represent a single action. Format will include the numeric msg_group and msg_sub_group with a \":\" seperator. The subgroup will always be 0 except for \"Exec\" actions. NULL group means messages are related to the header (overall transaction)"}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.axelar.core__fact_staking"}, "test.axelar.dbt_utils_unique_combination_of_columns_core__fact_daily_balances_DATE__ADDRESS__BALANCE_TYPE__CURRENCY.03bb793409": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_CORE", "name": "FACT_DAILY_BALANCES_DATE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"DATE": {"type": "DATE", "index": 1, "name": "DATE", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 2, "name": "ADDRESS", "comment": null}, "BALANCE_TYPE": {"type": "TEXT", "index": 3, "name": "BALANCE_TYPE", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 4, "name": "CURRENCY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_utils_unique_combination_of_columns_core__fact_daily_balances_DATE__ADDRESS__BALANCE_TYPE__CURRENCY.03bb793409"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_transfers_BLOCK_ID.2c6f7e05cc": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_TRANSFERS_BLOCK_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_transfers_BLOCK_ID.2c6f7e05cc"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.4ccf9184cd": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TRANSFERS_BLOCK_TIMESTAMP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.4ccf9184cd"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_transfers_SENDER.5acfdb6d48": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_TRANSFERS_SENDER", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_transfers_SENDER.5acfdb6d48"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validators_RANK__NUMBER__FLOAT.40bed35bb0": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "VALIDATORS_RANK", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validators_RANK__NUMBER__FLOAT.40bed35bb0"}, "test.axelar.dbt_utils_unique_combination_of_columns_silver__msg_attributes__UNIQUE_KEY.8c412560f5": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "MSG_ATTRIBUTES", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_UNIQUE_KEY": {"type": "TEXT", "index": 1, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_utils_unique_combination_of_columns_silver__msg_attributes__UNIQUE_KEY.8c412560f5"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_TX_SUCCEEDED__BOOLEAN.bbe564947a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "STAKING_TX_SUCCEEDED", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_TX_SUCCEEDED__BOOLEAN.bbe564947a"}, "test.axelar.not_null_silver__staked_balances_BLOCK_TIMESTAMP.f44089a47f": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKED_BALANCES_BLOCK_TIMESTAMP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "BALANCE_TYPE": {"type": "TEXT", "index": 3, "name": "BALANCE_TYPE", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 4, "name": "ADDRESS", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 5, "name": "CURRENCY", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 6, "name": "BALANCE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__staked_balances_BLOCK_TIMESTAMP.f44089a47f"}, "test.axelar.not_null_silver__transactions_BLOCK_ID.ba1565770d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSACTIONS_BLOCK_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "CODESPACE": {"type": "VARIANT", "index": 4, "name": "CODESPACE", "comment": null}, "GAS_USED": {"type": "NUMBER", "index": 5, "name": "GAS_USED", "comment": null}, "GAS_WANTED": {"type": "NUMBER", "index": 6, "name": "GAS_WANTED", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 7, "name": "TX_SUCCEEDED", "comment": null}, "TX_CODE": {"type": "NUMBER", "index": 8, "name": "TX_CODE", "comment": null}, "MSGS": {"type": "VARIANT", "index": 9, "name": "MSGS", "comment": null}, "TX_LOG": {"type": "TEXT", "index": 10, "name": "TX_LOG", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__transactions_BLOCK_ID.ba1565770d"}, "test.axelar.not_null_silver__validators_MAX_CHANGE_RATE.6156472781": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "VALIDATORS_MAX_CHANGE_RATE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ADDRESS": {"type": "TEXT", "index": 1, "name": "ADDRESS", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 2, "name": "BLOCKCHAIN", "comment": null}, "CREATOR": {"type": "TEXT", "index": 3, "name": "CREATOR", "comment": null}, "LABEL_TYPE": {"type": "TEXT", "index": 4, "name": "LABEL_TYPE", "comment": null}, "LABEL_SUBTYPE": {"type": "TEXT", "index": 5, "name": "LABEL_SUBTYPE", "comment": null}, "LABEL": {"type": "TEXT", "index": 6, "name": "LABEL", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 7, "name": "PROJECT_NAME", "comment": null}, "DELEGATOR_SHARES": {"type": "NUMBER", "index": 8, "name": "DELEGATOR_SHARES", "comment": null}, "JAILED": {"type": "BOOLEAN", "index": 9, "name": "JAILED", "comment": null}, "RATE": {"type": "FLOAT", "index": 10, "name": "RATE", "comment": null}, "MAX_CHANGE_RATE": {"type": "FLOAT", "index": 11, "name": "MAX_CHANGE_RATE", "comment": null}, "MAX_RATE": {"type": "FLOAT", "index": 12, "name": "MAX_RATE", "comment": null}, "MIN_SELF_DELEGATION": {"type": "NUMBER", "index": 13, "name": "MIN_SELF_DELEGATION", "comment": null}, "RANK": {"type": "NUMBER", "index": 14, "name": "RANK", "comment": null}, "RAW_METADATA": {"type": "VARIANT", "index": 15, "name": "RAW_METADATA", "comment": null}, "UNIQUE_KEY": {"type": "TEXT", "index": 16, "name": "UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__validators_MAX_CHANGE_RATE.6156472781"}, "test.axelar.not_null_silver__governance_proposal_deposits_TX_SUCCEEDED.5fc4fe7d5f": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_PROPOSAL_DEPOSITS_TX_SUCCEEDED", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "DEPOSITOR": {"type": "TEXT", "index": 5, "name": "DEPOSITOR", "comment": null}, "PROPOSAL_ID": {"type": "NUMBER", "index": 6, "name": "PROPOSAL_ID", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 7, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 8, "name": "CURRENCY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__governance_proposal_deposits_TX_SUCCEEDED.5fc4fe7d5f"}, "test.axelar.not_null_silver__staking_rewards_VALIDATOR_ADDRESS.98bbd27fec": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKING_REWARDS_VALIDATOR_ADDRESS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 5, "name": "TX_CALLER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 6, "name": "ACTION", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_GROUP", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 8, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 9, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 10, "name": "CURRENCY", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 11, "name": "VALIDATOR_ADDRESS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 13, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__staking_rewards_VALIDATOR_ADDRESS.98bbd27fec"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_blocks_TX_COUNT.cba858f6da": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_BLOCKS_TX_COUNT", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_blocks_TX_COUNT.cba858f6da"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_DELEGATOR_ADDRESS.e860e06aa7": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_STAKING_REWARDS_DELEGATOR_ADDRESS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_DELEGATOR_ADDRESS.e860e06aa7"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_TX_CODE__NUMBER__FLOAT.7a08ebe064": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TRANSACTIONS_TX_CODE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_TX_CODE__NUMBER__FLOAT.7a08ebe064"}, "test.axelar.not_null_silver__blockchain_BLOCK_SIZE.9120ec052a": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BLOCKCHAIN_BLOCK_SIZE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CHAIN_ID": {"type": "TEXT", "index": 1, "name": "CHAIN_ID", "comment": null}, "BLOCK_ID": {"type": "NUMBER", "index": 2, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_SIZE": {"type": "NUMBER", "index": 4, "name": "BLOCK_SIZE", "comment": null}, "BLOCK_HEADER": {"type": "VARIANT", "index": 5, "name": "BLOCK_HEADER", "comment": null}, "BLOCK_ID_OBJECT": {"type": "VARIANT", "index": 6, "name": "BLOCK_ID_OBJECT", "comment": null}, "NUM_TXS": {"type": "NUMBER", "index": 7, "name": "NUM_TXS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__blockchain_BLOCK_SIZE.9120ec052a"}, "model.axelar.silver__msg_attributes": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "MSG_ATTRIBUTES", "database": "AXELAR_DEV", "comment": "Records of all messages associated to transactions that have occurred on Axelar, dating back to the genesis block.", "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": "The block height the block was recorded at."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": ""}, "MSG_GROUP": {"type": "NUMBER", "index": 5, "name": "MSG_GROUP", "comment": "Value grouping different messages together to represent a single action. Format will include the numeric msg_group and msg_sub_group with a \":\" seperator. The subgroup will always be 0 except for \"Exec\" actions. NULL group means messages are related to the header (overall transaction)"}, "MSG_SUB_GROUP": {"type": "NUMBER", "index": 6, "name": "MSG_SUB_GROUP", "comment": "Silver only -- Numeric value grouping different messages together to represent a single action within a group. This is relevent for exec actions that contain mutiple underlying actions. NULL sub group means messages are related to the header (overall transaction)"}, "MSG_INDEX": {"type": "NUMBER", "index": 7, "name": "MSG_INDEX", "comment": "Short for \"message index,\" the position in which messages occur in a transaction."}, "MSG_TYPE": {"type": "TEXT", "index": 8, "name": "MSG_TYPE", "comment": "A string containing information about the type of message occurring."}, "ATTRIBUTE_INDEX": {"type": "NUMBER", "index": 9, "name": "ATTRIBUTE_INDEX", "comment": ""}, "ATTRIBUTE_KEY": {"type": "TEXT", "index": 10, "name": "ATTRIBUTE_KEY", "comment": ""}, "ATTRIBUTE_VALUE": {"type": "TEXT", "index": 11, "name": "ATTRIBUTE_VALUE", "comment": ""}, "_UNIQUE_KEY": {"type": "TEXT", "index": 12, "name": "_UNIQUE_KEY", "comment": ""}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": ""}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 27795770880.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:04UTC", "include": true, "description": "The timestamp for last update/change"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE)", "include": true, "description": "The key used to cluster this table"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 518762960.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.axelar.silver__msg_attributes"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_ExecutePendingTransfers__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.6ab31ab306": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TRANSFERS_EXECUTEPENDINGTRANSFERS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_ExecutePendingTransfers__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.6ab31ab306"}, "test.axelar.not_null_silver__staking_TX_ID.79d5b2c618": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKING_TX_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 5, "name": "TX_CALLER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 6, "name": "ACTION", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 7, "name": "DELEGATOR_ADDRESS", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 8, "name": "VALIDATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 9, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 10, "name": "CURRENCY", "comment": null}, "REDELEGATE_SOURCE_VALIDATOR_ADDRESS": {"type": "TEXT", "index": 11, "name": "REDELEGATE_SOURCE_VALIDATOR_ADDRESS", "comment": null}, "COMPLETION_TIME": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "COMPLETION_TIME", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 13, "name": "MSG_GROUP", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 15, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__staking_TX_ID.79d5b2c618"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_BLOCK_ID__NUMBER__FLOAT.6db9174fdb": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "GOVERNANCE_VOTES_BLOCK_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_BLOCK_ID__NUMBER__FLOAT.6db9174fdb"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_BLOCK_TIMESTAMP.056ffb437f": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_STAKING_REWARDS_BLOCK_TIMESTAMP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_BLOCK_TIMESTAMP.056ffb437f"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_MSG_SUB_GROUP__NUMBER__FLOAT.ffdfeb6ce8": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "MSG_ATTRIBUTES_MSG_SUB_GROUP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_MSG_SUB_GROUP__NUMBER__FLOAT.ffdfeb6ce8"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_transactions_TX_ID.f616a284b6": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_TRANSACTIONS_TX_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_transactions_TX_ID.f616a284b6"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_validators_MAX_CHANGE_RATE.2b5ddeda55": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_VALIDATORS_MAX_CHANGE_RATE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_validators_MAX_CHANGE_RATE.2b5ddeda55"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_blocks_BLOCK_ID.1758defefc": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_BLOCKS_BLOCK_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_blocks_BLOCK_ID.1758defefc"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_staking_VALIDATOR_ADDRESS.9012a42def": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_STAKING_VALIDATOR_ADDRESS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_staking_VALIDATOR_ADDRESS.9012a42def"}, "test.axelar.not_null_silver__transactions_TX_LOG.1ceefab63d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSACTIONS_TX_LOG", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "CODESPACE": {"type": "VARIANT", "index": 4, "name": "CODESPACE", "comment": null}, "GAS_USED": {"type": "NUMBER", "index": 5, "name": "GAS_USED", "comment": null}, "GAS_WANTED": {"type": "NUMBER", "index": 6, "name": "GAS_WANTED", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 7, "name": "TX_SUCCEEDED", "comment": null}, "TX_CODE": {"type": "NUMBER", "index": 8, "name": "TX_CODE", "comment": null}, "MSGS": {"type": "VARIANT", "index": 9, "name": "MSGS", "comment": null}, "TX_LOG": {"type": "TEXT", "index": 10, "name": "TX_LOG", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__transactions_TX_LOG.1ceefab63d"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_VALIDATOR_ADDRESS__STRING__VARCHAR.e475239096": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "STAKING_VALIDATOR_ADDRESS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_VALIDATOR_ADDRESS__STRING__VARCHAR.e475239096"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validators_PROJECT_NAME__STRING__VARCHAR.0767218579": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "VALIDATORS_PROJECT_NAME", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validators_PROJECT_NAME__STRING__VARCHAR.0767218579"}, "test.axelar.dbt_utils_unique_combination_of_columns_silver__governance_proposal_deposits_TX_ID.6018626d83": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "GOVERNANCE_PROPOSAL_DEPOSITS_TX_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_ID": {"type": "TEXT", "index": 1, "name": "TX_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_utils_unique_combination_of_columns_silver__governance_proposal_deposits_TX_ID.6018626d83"}, "test.axelar.not_null_silver__governance_proposal_deposits_BLOCK_TIMESTAMP.be9d64b7a5": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_PROPOSAL_DEPOSITS_BLOCK_TIMESTAMP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "DEPOSITOR": {"type": "TEXT", "index": 5, "name": "DEPOSITOR", "comment": null}, "PROPOSAL_ID": {"type": "NUMBER", "index": 6, "name": "PROPOSAL_ID", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 7, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 8, "name": "CURRENCY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__governance_proposal_deposits_BLOCK_TIMESTAMP.be9d64b7a5"}, "model.axelar.core__fact_msg_attributes": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "FACT_MSG_ATTRIBUTES", "database": "AXELAR_DEV", "comment": "Records of all message attributes associated to messages that have occurred on Axelar, dating back to the genesis block.", "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": "The block height the block was recorded at."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": "Transaction status is \"TRUE\" if the transaction went through, \"FALSE\" if the transaction failed."}, "MSG_GROUP": {"type": "TEXT", "index": 5, "name": "MSG_GROUP", "comment": "Value grouping different messages together to represent a single action. Format will include the numeric msg_group and msg_sub_group with a \":\" seperator. The subgroup will always be 0 except for \"Exec\" actions. NULL group means messages are related to the header (overall transaction)"}, "MSG_INDEX": {"type": "NUMBER", "index": 6, "name": "MSG_INDEX", "comment": "Short for \"message index,\" the position in which messages occur in a transaction."}, "MSG_TYPE": {"type": "TEXT", "index": 7, "name": "MSG_TYPE", "comment": "A string containing information about the type of message occurring."}, "ATTRIBUTE_INDEX": {"type": "NUMBER", "index": 8, "name": "ATTRIBUTE_INDEX", "comment": "The index from the key-value pair from the message attribute"}, "ATTRIBUTE_KEY": {"type": "TEXT", "index": 9, "name": "ATTRIBUTE_KEY", "comment": "The key from the key-value pair from the message attribute"}, "ATTRIBUTE_VALUE": {"type": "TEXT", "index": 10, "name": "ATTRIBUTE_VALUE", "comment": "The value from the key-value pair from the message attribute"}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.axelar.core__fact_msg_attributes"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_TX_ID__STRING__VARCHAR.011b204602": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "STAKING_REWARDS_TX_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_TX_ID__STRING__VARCHAR.011b204602"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_validators_BLOCKCHAIN.8c212981c8": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_VALIDATORS_BLOCKCHAIN", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_validators_BLOCKCHAIN.8c212981c8"}, "test.axelar.not_null_silver__governance_proposal_deposits_DEPOSITOR.5ce640cb83": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_PROPOSAL_DEPOSITS_DEPOSITOR", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "DEPOSITOR": {"type": "TEXT", "index": 5, "name": "DEPOSITOR", "comment": null}, "PROPOSAL_ID": {"type": "NUMBER", "index": 6, "name": "PROPOSAL_ID", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 7, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 8, "name": "CURRENCY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__governance_proposal_deposits_DEPOSITOR.5ce640cb83"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_msgs_MSG_GROUP.32d74436d2": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_MSGS_MSG_GROUP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_msgs_MSG_GROUP.32d74436d2"}, "test.axelar.not_null_silver__transfers_SENDER.0abbede6fe": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSFERS_SENDER", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "TRANSFER_TYPE": {"type": "TEXT", "index": 5, "name": "TRANSFER_TYPE", "comment": null}, "SENDER": {"type": "TEXT", "index": 6, "name": "SENDER", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 7, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 8, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 9, "name": "DECIMAL", "comment": null}, "RECEIVER": {"type": "TEXT", "index": 10, "name": "RECEIVER", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 11, "name": "MSG_INDEX", "comment": null}, "FOREIGN_ADDRESS": {"type": "TEXT", "index": 12, "name": "FOREIGN_ADDRESS", "comment": null}, "FOREIGN_CHAIN": {"type": "TEXT", "index": 13, "name": "FOREIGN_CHAIN", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 15, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__transfers_SENDER.0abbede6fe"}, "model.axelar.core__fact_staking_rewards": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "FACT_STAKING_REWARDS", "database": "AXELAR_DEV", "comment": "Information about all staking rewards that have been claimed on Axelar.", "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": "The block height the block was recorded at."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": "Transaction status is \"TRUE\" if the transaction went through, \"FALSE\" if the transaction failed."}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 5, "name": "TX_CALLER_ADDRESS", "comment": "The wallet address of the individual who initiated the transaction."}, "ACTION": {"type": "TEXT", "index": 6, "name": "ACTION", "comment": "The staking reward action. Values include claim and withdraw_rewards"}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 7, "name": "DELEGATOR_ADDRESS", "comment": "The wallet address of the individual who owns the delegated asset."}, "AMOUNT": {"type": "NUMBER", "index": 8, "name": "AMOUNT", "comment": "The amount of tokens in the staking action"}, "CURRENCY": {"type": "TEXT", "index": 9, "name": "CURRENCY", "comment": "The currency that was used in the transaction message."}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 10, "name": "VALIDATOR_ADDRESS", "comment": "The wallet address of the validator related to the staking action."}, "_MSG_GROUP": {"type": "NUMBER", "index": 11, "name": "_MSG_GROUP", "comment": "Value grouping different messages together to represent a single action. Format will include the numeric msg_group and msg_sub_group with a \":\" seperator. The subgroup will always be 0 except for \"Exec\" actions. NULL group means messages are related to the header (overall transaction)"}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.axelar.core__fact_staking_rewards"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_msgs_MSG_INDEX.32d6a4e7cb": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_MSGS_MSG_INDEX", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_msgs_MSG_INDEX.32d6a4e7cb"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validators_LABEL__STRING__VARCHAR.f694d1a0e3": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "VALIDATORS_LABEL", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validators_LABEL__STRING__VARCHAR.f694d1a0e3"}, "test.axelar.dbt_utils_unique_combination_of_columns_silver__staking_rewards_TX_ID__MSG_GROUP__ACTION__DELEGATOR_ADDRESS__VALIDATOR_ADDRESS.2c61119afa": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "STAKING_REWARDS_TX_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_ID": {"type": "TEXT", "index": 1, "name": "TX_ID", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 2, "name": "MSG_GROUP", "comment": null}, "ACTION": {"type": "TEXT", "index": 3, "name": "ACTION", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 4, "name": "DELEGATOR_ADDRESS", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 5, "name": "VALIDATOR_ADDRESS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_utils_unique_combination_of_columns_silver__staking_rewards_TX_ID__MSG_GROUP__ACTION__DELEGATOR_ADDRESS__VALIDATOR_ADDRESS.2c61119afa"}, "test.axelar.not_null_silver__transfers_ExecutePendingTransfers_AMOUNT.efaceaa457": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSFERS_EXECUTEPENDINGTRANSFERS_AMOUNT", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "TRANSFER_TYPE": {"type": "TEXT", "index": 5, "name": "TRANSFER_TYPE", "comment": null}, "SENDER": {"type": "TEXT", "index": 6, "name": "SENDER", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 7, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 8, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 9, "name": "DECIMAL", "comment": null}, "RECEIVER": {"type": "TEXT", "index": 10, "name": "RECEIVER", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 11, "name": "MSG_INDEX", "comment": null}, "TRANSFER_ID": {"type": "TEXT", "index": 12, "name": "TRANSFER_ID", "comment": null}, "FOREIGN_ADDRESS": {"type": "TEXT", "index": 13, "name": "FOREIGN_ADDRESS", "comment": null}, "FOREIGN_CHAIN": {"type": "TEXT", "index": 14, "name": "FOREIGN_CHAIN", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 16, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__transfers_ExecutePendingTransfers_AMOUNT.efaceaa457"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_transfers_CURRENCY.cea97ef73f": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_TRANSFERS_CURRENCY", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_transfers_CURRENCY.cea97ef73f"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_TX_ID__STRING__VARCHAR.dc8a385cd0": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "GOVERNANCE_PROPOSAL_DEPOSITS_TX_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_TX_ID__STRING__VARCHAR.dc8a385cd0"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blockchain_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.9dc38be292": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BLOCKCHAIN_BLOCK_TIMESTAMP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blockchain_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.9dc38be292"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_PROPOSAL_ID__NUMBER__FLOAT.5d96907650": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "GOVERNANCE_PROPOSAL_DEPOSITS_PROPOSAL_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_PROPOSAL_ID__NUMBER__FLOAT.5d96907650"}, "test.axelar.not_null_silver__governance_votes_PROPOSAL_ID.7bb694c548": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_VOTES_PROPOSAL_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "VOTER": {"type": "TEXT", "index": 5, "name": "VOTER", "comment": null}, "PROPOSAL_ID": {"type": "NUMBER", "index": 6, "name": "PROPOSAL_ID", "comment": null}, "VOTE_OPTION": {"type": "NUMBER", "index": 7, "name": "VOTE_OPTION", "comment": null}, "VOTE_WEIGHT": {"type": "NUMBER", "index": 8, "name": "VOTE_WEIGHT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__governance_votes_PROPOSAL_ID.7bb694c548"}, "test.axelar.unique_silver__link_events_TX_ID.b21a1dce83": {"metadata": {"type": "BASE TABLE", "schema": "UNIQUE_SILVER", "name": "LINK_EVENTS_TX_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"UNIQUE_FIELD": {"type": "TEXT", "index": 1, "name": "UNIQUE_FIELD", "comment": null}, "N_RECORDS": {"type": "NUMBER", "index": 2, "name": "N_RECORDS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.unique_silver__link_events_TX_ID.b21a1dce83"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_TX_SUCCEEDED.ced31ef397": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_STAKING_REWARDS_TX_SUCCEEDED", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_TX_SUCCEEDED.ced31ef397"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__dim_tokens_BLOCKCHAIN.5d98f45895": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "DIM_TOKENS_BLOCKCHAIN", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__dim_tokens_BLOCKCHAIN.5d98f45895"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_MSG_INDEX__NUMBER__FLOAT.970dc74b0d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "MSG_ATTRIBUTES_MSG_INDEX", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_MSG_INDEX__NUMBER__FLOAT.970dc74b0d"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_ExecutePendingTransfers_DECIMAL__NUMBER__FLOAT.d6fb26cb2e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TRANSFERS_EXECUTEPENDINGTRANSFERS_DECIMAL", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_ExecutePendingTransfers_DECIMAL__NUMBER__FLOAT.d6fb26cb2e"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_TX_CALLER_ADDRESS__STRING__VARCHAR.d7af473b9a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "STAKING_TX_CALLER_ADDRESS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_TX_CALLER_ADDRESS__STRING__VARCHAR.d7af473b9a"}, "test.axelar.not_null_silver__transfers_BLOCK_TIMESTAMP.d599dc282c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSFERS_BLOCK_TIMESTAMP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "TRANSFER_TYPE": {"type": "TEXT", "index": 5, "name": "TRANSFER_TYPE", "comment": null}, "SENDER": {"type": "TEXT", "index": 6, "name": "SENDER", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 7, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 8, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 9, "name": "DECIMAL", "comment": null}, "RECEIVER": {"type": "TEXT", "index": 10, "name": "RECEIVER", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 11, "name": "MSG_INDEX", "comment": null}, "FOREIGN_ADDRESS": {"type": "TEXT", "index": 12, "name": "FOREIGN_ADDRESS", "comment": null}, "FOREIGN_CHAIN": {"type": "TEXT", "index": 13, "name": "FOREIGN_CHAIN", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 15, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__transfers_BLOCK_TIMESTAMP.d599dc282c"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_TX_ID.862c4cca9a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_GOVERNANCE_PROPOSAL_DEPOSITS_TX_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_TX_ID.862c4cca9a"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_blocks_BLOCK_TIMESTAMP.c36a4acd9b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_BLOCKS_BLOCK_TIMESTAMP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_blocks_BLOCK_TIMESTAMP.c36a4acd9b"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_PROPOSAL_ID.7a2276491a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_GOVERNANCE_PROPOSAL_DEPOSITS_PROPOSAL_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_PROPOSAL_ID.7a2276491a"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validators_DELEGATOR_SHARES__NUMBER__FLOAT.153a8d0cdb": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "VALIDATORS_DELEGATOR_SHARES", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validators_DELEGATOR_SHARES__NUMBER__FLOAT.153a8d0cdb"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__link_events_DEPOSIT_ADDRESS__STRING__VARCHAR.b06d202291": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "LINK_EVENTS_DEPOSIT_ADDRESS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__link_events_DEPOSIT_ADDRESS__STRING__VARCHAR.b06d202291"}, "test.axelar.dbt_expectations_expect_column_values_to_match_regex_silver__daily_balances_ADDRESS__axelar_0_9a_z_39_39_.ed895b5e66": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "DAILY_BALANCES_ADDRESS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_match_regex_silver__daily_balances_ADDRESS__axelar_0_9a_z_39_39_.ed895b5e66"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.bc42693f6e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TRANSACTIONS_BLOCK_TIMESTAMP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.bc42693f6e"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_transfers_TX_ID.9cf9dd8a23": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_TRANSFERS_TX_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_transfers_TX_ID.9cf9dd8a23"}, "model.axelar.bronze_api__get_blockchain_api": {"metadata": {"type": "BASE TABLE", "schema": "BRONZE_API", "name": "GET_BLOCKCHAIN_API", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CALL": {"type": "ARRAY", "index": 1, "name": "CALL", "comment": null}, "DATA": {"type": "VARIANT", "index": 2, "name": "DATA", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 588734464.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:01UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 377.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.axelar.bronze_api__get_blockchain_api"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__dim_tokens_DECIMAL.9ed902b8c6": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "DIM_TOKENS_DECIMAL", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__dim_tokens_DECIMAL.9ed902b8c6"}, "model.axelar.silver__msgs": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "MSGS", "database": "AXELAR_DEV", "comment": "Records of all messages associated to transactions that have occurred on Axelar, dating back to the genesis block.", "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": "The block height the block was recorded at."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": "Transaction status is \"TRUE\" if the transaction went through, \"FALSE\" if the transaction failed."}, "MSG_GROUP": {"type": "NUMBER", "index": 5, "name": "MSG_GROUP", "comment": "Value grouping different messages together to represent a single action. Format will include the numeric msg_group and msg_sub_group with a \":\" seperator. The subgroup will always be 0 except for \"Exec\" actions. NULL group means messages are related to the header (overall transaction)"}, "MSG_SUB_GROUP": {"type": "NUMBER", "index": 6, "name": "MSG_SUB_GROUP", "comment": "Silver only -- Numeric value grouping different messages together to represent a single action within a group. This is relevent for exec actions that contain mutiple underlying actions. NULL sub group means messages are related to the header (overall transaction)"}, "MSG_INDEX": {"type": "NUMBER", "index": 7, "name": "MSG_INDEX", "comment": "Short for \"message index,\" the position in which messages occur in a transaction."}, "MSG_TYPE": {"type": "TEXT", "index": 8, "name": "MSG_TYPE", "comment": "A string containing information about the type of message occurring."}, "MSG": {"type": "VARIANT", "index": 9, "name": "MSG", "comment": "The underlying json from the message or event within the transactions"}, "_UNIQUE_KEY": {"type": "TEXT", "index": 10, "name": "_UNIQUE_KEY", "comment": ""}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "_INSERTED_TIMESTAMP", "comment": ""}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 43493538304.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:04UTC", "include": true, "description": "The timestamp for last update/change"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE)", "include": true, "description": "The key used to cluster this table"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 282553068.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.axelar.silver__msgs"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_ACTION__STRING__VARCHAR.9afcc8fda7": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "STAKING_ACTION", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_ACTION__STRING__VARCHAR.9afcc8fda7"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_AMOUNT__NUMBER__FLOAT.4f37d82831": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "STAKING_AMOUNT", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_AMOUNT__NUMBER__FLOAT.4f37d82831"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_ExecutePendingTransfers_RECEIVER__STRING__VARCHAR.9671cbb519": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TRANSFERS_EXECUTEPENDINGTRANSFERS_RECEIVER", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_ExecutePendingTransfers_RECEIVER__STRING__VARCHAR.9671cbb519"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_msgs_MSG_TYPE.e48648d983": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_MSGS_MSG_TYPE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_msgs_MSG_TYPE.e48648d983"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__dim_tokens_ALIAS.46f836a959": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "DIM_TOKENS_ALIAS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__dim_tokens_ALIAS.46f836a959"}, "test.axelar.dbt_expectations_expect_row_values_to_have_recent_data_silver__msgs_BLOCK_TIMESTAMP__day__1.7d26c028d2": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "MSGS_BLOCK_TIMESTAMP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_row_values_to_have_recent_data_silver__msgs_BLOCK_TIMESTAMP__day__1.7d26c028d2"}, "test.axelar.not_null_silver__link_events_DESTINATION_ADDRESS.0513f3d762": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LINK_EVENTS_DESTINATION_ADDRESS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "MODULE": {"type": "TEXT", "index": 5, "name": "MODULE", "comment": null}, "SOURCE_CHAIN": {"type": "TEXT", "index": 6, "name": "SOURCE_CHAIN", "comment": null}, "DEPOSIT_ADDRESS": {"type": "TEXT", "index": 7, "name": "DEPOSIT_ADDRESS", "comment": null}, "DESTINATION_CHAIN": {"type": "TEXT", "index": 8, "name": "DESTINATION_CHAIN", "comment": null}, "DESTINATION_ADDRESS": {"type": "TEXT", "index": 9, "name": "DESTINATION_ADDRESS", "comment": null}, "ASSET": {"type": "TEXT", "index": 10, "name": "ASSET", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "_INSERTED_TIMESTAMP", "comment": null}, "J": {"type": "OBJECT", "index": 12, "name": "J", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__link_events_DESTINATION_ADDRESS.0513f3d762"}, "model.axelar.streamline__validators_history": {"metadata": {"type": "BASE TABLE", "schema": "STREAMLINE", "name": "VALIDATORS_HISTORY", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_LTZ", "index": 3, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 116940800.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:04UTC", "include": true, "description": "The timestamp for last update/change"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(ROUND(block_number, -3))", "include": true, "description": "The key used to cluster this table"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 6004546.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.axelar.streamline__validators_history"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_TX_CALLER_ADDRESS.357674199d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_STAKING_REWARDS_TX_CALLER_ADDRESS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_TX_CALLER_ADDRESS.357674199d"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_validators_ADDRESS.28ea232145": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_VALIDATORS_ADDRESS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_validators_ADDRESS.28ea232145"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_TX_SUCCEEDED__BOOLEAN.1f7ce5b336": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TRANSACTIONS_TX_SUCCEEDED", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_TX_SUCCEEDED__BOOLEAN.1f7ce5b336"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_ExecutePendingTransfers_FOREIGN_CHAIN__STRING__VARCHAR.c392a40be5": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TRANSFERS_EXECUTEPENDINGTRANSFERS_FOREIGN_CHAIN", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_ExecutePendingTransfers_FOREIGN_CHAIN__STRING__VARCHAR.c392a40be5"}, "model.axelar.core__fact_msgs": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "FACT_MSGS", "database": "AXELAR_DEV", "comment": "Records of all message attributes associated to messages that have occurred on Axelar, dating back to the genesis block.", "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": "The block height the block was recorded at."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": "Transaction status is \"TRUE\" if the transaction went through, \"FALSE\" if the transaction failed."}, "MSG_GROUP": {"type": "TEXT", "index": 5, "name": "MSG_GROUP", "comment": "Value grouping different messages together to represent a single action. Format will include the numeric msg_group and msg_sub_group with a \":\" seperator. The subgroup will always be 0 except for \"Exec\" actions. NULL group means messages are related to the header (overall transaction)"}, "MSG_INDEX": {"type": "NUMBER", "index": 6, "name": "MSG_INDEX", "comment": "Short for \"message index,\" the position in which messages occur in a transaction."}, "MSG_TYPE": {"type": "TEXT", "index": 7, "name": "MSG_TYPE", "comment": "A string containing information about the type of message occurring."}, "MSG": {"type": "VARIANT", "index": 8, "name": "MSG", "comment": "A block of json that contains the message attributes in base64 encoding."}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.axelar.core__fact_msgs"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_validators_UNIQUE_KEY.f3f4e0c31e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_VALIDATORS_UNIQUE_KEY", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_validators_UNIQUE_KEY.f3f4e0c31e"}, "test.axelar.not_null_silver__link_events_MODULE.b67c1b3c22": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LINK_EVENTS_MODULE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "MODULE": {"type": "TEXT", "index": 5, "name": "MODULE", "comment": null}, "SOURCE_CHAIN": {"type": "TEXT", "index": 6, "name": "SOURCE_CHAIN", "comment": null}, "DEPOSIT_ADDRESS": {"type": "TEXT", "index": 7, "name": "DEPOSIT_ADDRESS", "comment": null}, "DESTINATION_CHAIN": {"type": "TEXT", "index": 8, "name": "DESTINATION_CHAIN", "comment": null}, "DESTINATION_ADDRESS": {"type": "TEXT", "index": 9, "name": "DESTINATION_ADDRESS", "comment": null}, "ASSET": {"type": "TEXT", "index": 10, "name": "ASSET", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "_INSERTED_TIMESTAMP", "comment": null}, "J": {"type": "OBJECT", "index": 12, "name": "J", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__link_events_MODULE.b67c1b3c22"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_DECIMAL.ecfaead484": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_GOVERNANCE_PROPOSAL_DEPOSITS_DECIMAL", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_DECIMAL.ecfaead484"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.9b513ba703": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "STAKING_REWARDS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.9b513ba703"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_transfers_TX_SUCCEEDED.bf6be5c382": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_TRANSFERS_TX_SUCCEEDED", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_transfers_TX_SUCCEEDED.bf6be5c382"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_PROPOSAL_TYPE__STRING__VARCHAR.ea3d5adceb": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "GOVERNANCE_SUBMIT_PROPOSAL_PROPOSAL_TYPE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_PROPOSAL_TYPE__STRING__VARCHAR.ea3d5adceb"}, "test.axelar.dbt_expectations_expect_row_values_to_have_recent_data_silver__transactions_BLOCK_TIMESTAMP__day__1.cf074498fc": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "TRANSACTIONS_BLOCK_TIMESTAMP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_row_values_to_have_recent_data_silver__transactions_BLOCK_TIMESTAMP__day__1.cf074498fc"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validators_CREATOR__STRING__VARCHAR.f793a7bf59": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "VALIDATORS_CREATOR", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validators_CREATOR__STRING__VARCHAR.f793a7bf59"}, "seed.axelar.testing__daily_balances": {"metadata": {"type": "BASE TABLE", "schema": "TESTING", "name": "DAILY_BALANCES", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"DATE": {"type": "DATE", "index": 1, "name": "DATE", "comment": null}, "BALANCE_TYPE": {"type": "TEXT", "index": 2, "name": "BALANCE_TYPE", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 4, "name": "CURRENCY", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 5, "name": "BALANCE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 2048.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 4.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.axelar.testing__daily_balances"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_BLOCK_ID__NUMBER__FLOAT.bbd1e1037c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "GOVERNANCE_PROPOSAL_DEPOSITS_BLOCK_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_BLOCK_ID__NUMBER__FLOAT.bbd1e1037c"}, "model.axelar.core__fact_daily_balances": {"metadata": {"type": "BASE TABLE", "schema": "CORE", "name": "FACT_DAILY_BALANCES", "database": "AXELAR_DEV", "comment": "A table that contains a daily balance entry for the staked balance of wallets on the Axelar chain.", "owner": "INTERNAL_DEV"}, "columns": {"DATE": {"type": "DATE", "index": 1, "name": "DATE", "comment": "The day the balance was recorded on."}, "BALANCE_TYPE": {"type": "TEXT", "index": 2, "name": "BALANCE_TYPE", "comment": "Either \"staked\" or \"liquid\" corresponding to how the currency is in the wallet."}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": "Address unique to an individual wallet, validator, or token."}, "CURRENCY": {"type": "TEXT", "index": 4, "name": "CURRENCY", "comment": "The currency that was used in the transaction message."}, "BALANCE": {"type": "NUMBER", "index": 5, "name": "BALANCE", "comment": "The amount of the currency the wallet held at the given time"}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 7033856.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:01UTC", "include": true, "description": "The timestamp for last update/change"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(date)", "include": true, "description": "The key used to cluster this table"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 697973.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.axelar.core__fact_daily_balances"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_validators_DELEGATOR_SHARES.24690650ef": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_VALIDATORS_DELEGATOR_SHARES", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_validators_DELEGATOR_SHARES.24690650ef"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_AMOUNT__NUMBER__FLOAT.96c70dcfc1": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "STAKING_REWARDS_AMOUNT", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_AMOUNT__NUMBER__FLOAT.96c70dcfc1"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_transactions_GAS_WANTED.8717751539": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_TRANSACTIONS_GAS_WANTED", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_transactions_GAS_WANTED.8717751539"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_ExecutePendingTransfers_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.987adc0767": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TRANSFERS_EXECUTEPENDINGTRANSFERS_BLOCK_TIMESTAMP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_ExecutePendingTransfers_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.987adc0767"}, "test.axelar.not_null_silver__staking_DELEGATOR_ADDRESS.36dee98f10": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKING_DELEGATOR_ADDRESS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 5, "name": "TX_CALLER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 6, "name": "ACTION", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 7, "name": "DELEGATOR_ADDRESS", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 8, "name": "VALIDATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 9, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 10, "name": "CURRENCY", "comment": null}, "REDELEGATE_SOURCE_VALIDATOR_ADDRESS": {"type": "TEXT", "index": 11, "name": "REDELEGATE_SOURCE_VALIDATOR_ADDRESS", "comment": null}, "COMPLETION_TIME": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "COMPLETION_TIME", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 13, "name": "MSG_GROUP", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 15, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__staking_DELEGATOR_ADDRESS.36dee98f10"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_DEPOSITOR.13b4d77077": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_GOVERNANCE_PROPOSAL_DEPOSITS_DEPOSITOR", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_DEPOSITOR.13b4d77077"}, "test.axelar.dbt_utils_unique_combination_of_columns_silver__validators_UNIQUE_KEY.1a5d96d3a9": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "VALIDATORS_UNIQUE_KEY", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"UNIQUE_KEY": {"type": "TEXT", "index": 1, "name": "UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_utils_unique_combination_of_columns_silver__validators_UNIQUE_KEY.1a5d96d3a9"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances_BALANCE__NUMBER__FLOAT.b61dbc885b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "STAKED_BALANCES_BALANCE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances_BALANCE__NUMBER__FLOAT.b61dbc885b"}, "test.axelar.dbt_utils_unique_combination_of_columns_silver__daily_balances_DATE__ADDRESS__BALANCE_TYPE__CURRENCY.22c162bf1e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "DAILY_BALANCES_DATE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"DATE": {"type": "DATE", "index": 1, "name": "DATE", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 2, "name": "ADDRESS", "comment": null}, "BALANCE_TYPE": {"type": "TEXT", "index": 3, "name": "BALANCE_TYPE", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 4, "name": "CURRENCY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_utils_unique_combination_of_columns_silver__daily_balances_DATE__ADDRESS__BALANCE_TYPE__CURRENCY.22c162bf1e"}, "test.axelar.not_null_silver__staking_CURRENCY.9997da9b27": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKING_CURRENCY", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 5, "name": "TX_CALLER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 6, "name": "ACTION", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 7, "name": "DELEGATOR_ADDRESS", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 8, "name": "VALIDATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 9, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 10, "name": "CURRENCY", "comment": null}, "REDELEGATE_SOURCE_VALIDATOR_ADDRESS": {"type": "TEXT", "index": 11, "name": "REDELEGATE_SOURCE_VALIDATOR_ADDRESS", "comment": null}, "COMPLETION_TIME": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "COMPLETION_TIME", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 13, "name": "MSG_GROUP", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 15, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__staking_CURRENCY.9997da9b27"}, "model.axelar.silver__transfers_ExecutePendingTransfers": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "TRANSFERS_EXECUTEPENDINGTRANSFERS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": "The block height the block was recorded at."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": "Transaction status is \"TRUE\" if the transaction went through, \"FALSE\" if the transaction failed."}, "TRANSFER_TYPE": {"type": "TEXT", "index": 5, "name": "TRANSFER_TYPE", "comment": "Details on the type of transfer occurring during the transaction. \"Transfer_In\" = depositing tokens onto Axelar. \"Transfer_out\" = withdrawing tokens from Axelar. \"Axelar\" = wallet to wallet transfer on Axelar."}, "SENDER": {"type": "TEXT", "index": 6, "name": "SENDER", "comment": "The wallet address of the individual sent tokens in the transfer."}, "AMOUNT": {"type": "NUMBER", "index": 7, "name": "AMOUNT", "comment": "The amount that was used in the transaction message."}, "CURRENCY": {"type": "TEXT", "index": 8, "name": "CURRENCY", "comment": "The currency that was used in the transaction message."}, "DECIMAL": {"type": "NUMBER", "index": 9, "name": "DECIMAL", "comment": "Divide the raw amount of currency as provided in the amount column by the decimal to get the actual amount in AXL or other currency."}, "RECEIVER": {"type": "TEXT", "index": 10, "name": "RECEIVER", "comment": "The wallet address of the individual received tokens in the transfer."}, "MSG_INDEX": {"type": "NUMBER", "index": 11, "name": "MSG_INDEX", "comment": ""}, "TRANSFER_ID": {"type": "TEXT", "index": 12, "name": "TRANSFER_ID", "comment": ""}, "FOREIGN_ADDRESS": {"type": "TEXT", "index": 13, "name": "FOREIGN_ADDRESS", "comment": "The foreign address of the transfer if exists. This can be an IBC address or other non-IBC address"}, "FOREIGN_CHAIN": {"type": "TEXT", "index": 14, "name": "FOREIGN_CHAIN", "comment": "The name of the foreign chain transfer if exists"}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": "The date and time at which the block or transaction was inserted in the bronze tables."}, "_UNIQUE_KEY": {"type": "TEXT", "index": 16, "name": "_UNIQUE_KEY", "comment": ""}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 699904.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:04UTC", "include": true, "description": "The timestamp for last update/change"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE)", "include": true, "description": "The key used to cluster this table"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 3324.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.axelar.silver__transfers_ExecutePendingTransfers"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__link_events_DESTINATION_ADDRESS__STRING__VARCHAR.1777e330a0": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "LINK_EVENTS_DESTINATION_ADDRESS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__link_events_DESTINATION_ADDRESS__STRING__VARCHAR.1777e330a0"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_staking_DELEGATOR_ADDRESS.0c1d05680f": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_STAKING_DELEGATOR_ADDRESS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_staking_DELEGATOR_ADDRESS.0c1d05680f"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__link_events_BLOCK_ID__NUMBER__FLOAT.d2cbdee49d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "LINK_EVENTS_BLOCK_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__link_events_BLOCK_ID__NUMBER__FLOAT.d2cbdee49d"}, "test.axelar.not_null_silver__link_events__INSERTED_TIMESTAMP.0a6f9929c8": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LINK_EVENTS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "MODULE": {"type": "TEXT", "index": 5, "name": "MODULE", "comment": null}, "SOURCE_CHAIN": {"type": "TEXT", "index": 6, "name": "SOURCE_CHAIN", "comment": null}, "DEPOSIT_ADDRESS": {"type": "TEXT", "index": 7, "name": "DEPOSIT_ADDRESS", "comment": null}, "DESTINATION_CHAIN": {"type": "TEXT", "index": 8, "name": "DESTINATION_CHAIN", "comment": null}, "DESTINATION_ADDRESS": {"type": "TEXT", "index": 9, "name": "DESTINATION_ADDRESS", "comment": null}, "ASSET": {"type": "TEXT", "index": 10, "name": "ASSET", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "_INSERTED_TIMESTAMP", "comment": null}, "J": {"type": "OBJECT", "index": 12, "name": "J", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__link_events__INSERTED_TIMESTAMP.0a6f9929c8"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_set_silver__daily_balances_BALANCE_TYPE__staked__liquid__locked_liquidity__superfluid_staked.d078954ac3": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_SET_SILVER", "name": "DAILY_BALANCES_BALANCE_TYPE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"VALUE_FIELD": {"type": "TEXT", "index": 1, "name": "VALUE_FIELD", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_set_silver__daily_balances_BALANCE_TYPE__staked__liquid__locked_liquidity__superfluid_staked.d078954ac3"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_VOTER.39617dd3e8": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_GOVERNANCE_VOTES_VOTER", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_VOTER.39617dd3e8"}, "test.axelar.dbt_expectations_expect_row_values_to_have_recent_data_silver__staking_rewards_BLOCK_TIMESTAMP__day__1.d9c2eafe68": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "STAKING_REWARDS_BLOCK_TIMESTAMP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_row_values_to_have_recent_data_silver__staking_rewards_BLOCK_TIMESTAMP__day__1.d9c2eafe68"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_AMOUNT.0173c5159b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_STAKING_REWARDS_AMOUNT", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_AMOUNT.0173c5159b"}, "test.axelar.not_null_silver__transfers_ExecutePendingTransfers__INSERTED_TIMESTAMP.6c1a84a1f1": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSFERS_EXECUTEPENDINGTRANSFERS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "TRANSFER_TYPE": {"type": "TEXT", "index": 5, "name": "TRANSFER_TYPE", "comment": null}, "SENDER": {"type": "TEXT", "index": 6, "name": "SENDER", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 7, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 8, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 9, "name": "DECIMAL", "comment": null}, "RECEIVER": {"type": "TEXT", "index": 10, "name": "RECEIVER", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 11, "name": "MSG_INDEX", "comment": null}, "TRANSFER_ID": {"type": "TEXT", "index": 12, "name": "TRANSFER_ID", "comment": null}, "FOREIGN_ADDRESS": {"type": "TEXT", "index": 13, "name": "FOREIGN_ADDRESS", "comment": null}, "FOREIGN_CHAIN": {"type": "TEXT", "index": 14, "name": "FOREIGN_CHAIN", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 16, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__transfers_ExecutePendingTransfers__INSERTED_TIMESTAMP.6c1a84a1f1"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__dim_tokens_UNIQUE_KEY.2c98bfa4bd": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "DIM_TOKENS_UNIQUE_KEY", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__dim_tokens_UNIQUE_KEY.2c98bfa4bd"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.6f3c07dc52": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "STAKED_BALANCES_BLOCK_TIMESTAMP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.6f3c07dc52"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.f1054d98d9": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "GOVERNANCE_SUBMIT_PROPOSAL_BLOCK_TIMESTAMP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.f1054d98d9"}, "test.axelar.not_null_silver__validators_BLOCKCHAIN.8d62ff2215": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "VALIDATORS_BLOCKCHAIN", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ADDRESS": {"type": "TEXT", "index": 1, "name": "ADDRESS", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 2, "name": "BLOCKCHAIN", "comment": null}, "CREATOR": {"type": "TEXT", "index": 3, "name": "CREATOR", "comment": null}, "LABEL_TYPE": {"type": "TEXT", "index": 4, "name": "LABEL_TYPE", "comment": null}, "LABEL_SUBTYPE": {"type": "TEXT", "index": 5, "name": "LABEL_SUBTYPE", "comment": null}, "LABEL": {"type": "TEXT", "index": 6, "name": "LABEL", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 7, "name": "PROJECT_NAME", "comment": null}, "DELEGATOR_SHARES": {"type": "NUMBER", "index": 8, "name": "DELEGATOR_SHARES", "comment": null}, "JAILED": {"type": "BOOLEAN", "index": 9, "name": "JAILED", "comment": null}, "RATE": {"type": "FLOAT", "index": 10, "name": "RATE", "comment": null}, "MAX_CHANGE_RATE": {"type": "FLOAT", "index": 11, "name": "MAX_CHANGE_RATE", "comment": null}, "MAX_RATE": {"type": "FLOAT", "index": 12, "name": "MAX_RATE", "comment": null}, "MIN_SELF_DELEGATION": {"type": "NUMBER", "index": 13, "name": "MIN_SELF_DELEGATION", "comment": null}, "RANK": {"type": "NUMBER", "index": 14, "name": "RANK", "comment": null}, "RAW_METADATA": {"type": "VARIANT", "index": 15, "name": "RAW_METADATA", "comment": null}, "UNIQUE_KEY": {"type": "TEXT", "index": 16, "name": "UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__validators_BLOCKCHAIN.8d62ff2215"}, "model.axelar.bronze_api__get_validator_metadata": {"metadata": {"type": "BASE TABLE", "schema": "BRONZE_API", "name": "GET_VALIDATOR_METADATA", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ADDRESS": {"type": "TEXT", "index": 1, "name": "ADDRESS", "comment": null}, "DATA": {"type": "VARIANT", "index": 2, "name": "DATA", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 36864.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:01UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 100.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.axelar.bronze_api__get_validator_metadata"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_TX_SUCCEEDED.d0b118ebcb": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_MSG_ATTRIBUTES_TX_SUCCEEDED", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_TX_SUCCEEDED.d0b118ebcb"}, "test.axelar.not_null_silver__staking_rewards_BLOCK_TIMESTAMP.337ca361f9": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKING_REWARDS_BLOCK_TIMESTAMP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 5, "name": "TX_CALLER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 6, "name": "ACTION", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_GROUP", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 8, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 9, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 10, "name": "CURRENCY", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 11, "name": "VALIDATOR_ADDRESS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 13, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__staking_rewards_BLOCK_TIMESTAMP.337ca361f9"}, "model.axelar.silver__link_events": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "LINK_EVENTS", "database": "AXELAR_DEV", "comment": "Records of all link events on Axelar", "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": "The block height the block was recorded at."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": "Transaction status is \"TRUE\" if the transaction went through, \"FALSE\" if the transaction failed."}, "MODULE": {"type": "TEXT", "index": 5, "name": "MODULE", "comment": ""}, "SOURCE_CHAIN": {"type": "TEXT", "index": 6, "name": "SOURCE_CHAIN", "comment": ""}, "DEPOSIT_ADDRESS": {"type": "TEXT", "index": 7, "name": "DEPOSIT_ADDRESS", "comment": ""}, "DESTINATION_CHAIN": {"type": "TEXT", "index": 8, "name": "DESTINATION_CHAIN", "comment": ""}, "DESTINATION_ADDRESS": {"type": "TEXT", "index": 9, "name": "DESTINATION_ADDRESS", "comment": ""}, "ASSET": {"type": "TEXT", "index": 10, "name": "ASSET", "comment": ""}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "_INSERTED_TIMESTAMP", "comment": "The date and time at which the block or transaction was inserted in the bronze tables."}, "J": {"type": "OBJECT", "index": 12, "name": "J", "comment": ""}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 154652160.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:04UTC", "include": true, "description": "The timestamp for last update/change"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE)", "include": true, "description": "The key used to cluster this table"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 636408.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.axelar.silver__link_events"}, "model.axelar.core__fact_governance_votes": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "FACT_GOVERNANCE_VOTES", "database": "AXELAR_DEV", "comment": "Records of all votes on proposals.", "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": "The block height the block was recorded at."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": "Transaction status is \"TRUE\" if the transaction went through, \"FALSE\" if the transaction failed."}, "VOTER": {"type": "TEXT", "index": 5, "name": "VOTER", "comment": "Address of the delegator that voted on the proposal."}, "PROPOSAL_ID": {"type": "NUMBER", "index": 6, "name": "PROPOSAL_ID", "comment": "Numeric ID that corresponds to the proposal."}, "VOTE_OPTION": {"type": "NUMBER", "index": 7, "name": "VOTE_OPTION", "comment": "How the delegator voted on the proposal."}, "VOTE_WEIGHT": {"type": "NUMBER", "index": 8, "name": "VOTE_WEIGHT", "comment": ""}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.axelar.core__fact_governance_votes"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_staking_BLOCK_ID.4035f141b2": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_STAKING_BLOCK_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_staking_BLOCK_ID.4035f141b2"}, "test.axelar.dbt_expectations_expect_column_values_to_match_regex_silver__governance_votes_VOTER__axelar1_0_9a_z_38_38_.4dbb048250": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "GOVERNANCE_VOTES_VOTER", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_match_regex_silver__governance_votes_VOTER__axelar1_0_9a_z_38_38_.4dbb048250"}, "test.axelar.dbt_utils_unique_combination_of_columns_silver__transfers_TX_ID__MSG_INDEX__CURRENCY.e9d94ef7c9": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "TRANSFERS_TX_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_ID": {"type": "TEXT", "index": 1, "name": "TX_ID", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 2, "name": "MSG_INDEX", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 3, "name": "CURRENCY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_utils_unique_combination_of_columns_silver__transfers_TX_ID__MSG_INDEX__CURRENCY.e9d94ef7c9"}, "test.axelar.not_null_silver__staking__INSERTED_TIMESTAMP.eff37b7ef3": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKING", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 5, "name": "TX_CALLER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 6, "name": "ACTION", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 7, "name": "DELEGATOR_ADDRESS", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 8, "name": "VALIDATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 9, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 10, "name": "CURRENCY", "comment": null}, "REDELEGATE_SOURCE_VALIDATOR_ADDRESS": {"type": "TEXT", "index": 11, "name": "REDELEGATE_SOURCE_VALIDATOR_ADDRESS", "comment": null}, "COMPLETION_TIME": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "COMPLETION_TIME", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 13, "name": "MSG_GROUP", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 15, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__staking__INSERTED_TIMESTAMP.eff37b7ef3"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_BLOCK_ID.f40109cc23": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_GOVERNANCE_VOTES_BLOCK_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_BLOCK_ID.f40109cc23"}, "model.axelar.silver__transactions": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "TRANSACTIONS", "database": "AXELAR_DEV", "comment": "Records of all transactions that have occurred on Axelar, dating back to the genesis block.", "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": "The block height the block was recorded at."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "CODESPACE": {"type": "VARIANT", "index": 4, "name": "CODESPACE", "comment": "Namespace for the code."}, "GAS_USED": {"type": "NUMBER", "index": 5, "name": "GAS_USED", "comment": "The amount of gas consumed by the transaction."}, "GAS_WANTED": {"type": "NUMBER", "index": 6, "name": "GAS_WANTED", "comment": "Amount of gas requested for a transaction. It is provided by users when the transaction is generated."}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 7, "name": "TX_SUCCEEDED", "comment": "Transaction status is \"TRUE\" if the transaction went through, \"FALSE\" if the transaction failed."}, "TX_CODE": {"type": "NUMBER", "index": 8, "name": "TX_CODE", "comment": "A number that corresponds to various error codes. When \"0\", the transaction is successful. Non-zero numbers signify different types of transaction failures."}, "MSGS": {"type": "VARIANT", "index": 9, "name": "MSGS", "comment": "The underlying json from the messages or events within the transactions"}, "TX_LOG": {"type": "TEXT", "index": 10, "name": "TX_LOG", "comment": "A string that contains the transaction logs, which are logs written by the program interacted with during the transaction."}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "_INSERTED_TIMESTAMP", "comment": "The date and time at which the block or transaction was inserted in the bronze tables."}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 49331393024.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:04UTC", "include": true, "description": "The timestamp for last update/change"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE)", "include": true, "description": "The key used to cluster this table"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 22594591.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.axelar.silver__transactions"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_staking_TX_CALLER_ADDRESS.7824a39547": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_STAKING_TX_CALLER_ADDRESS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_staking_TX_CALLER_ADDRESS.7824a39547"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances_BLOCK_ID__NUMBER__FLOAT.13de4e17bb": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "STAKED_BALANCES_BLOCK_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances_BLOCK_ID__NUMBER__FLOAT.13de4e17bb"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_BLOCK_ID__NUMBER__FLOAT.f4d0275a3e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TRANSACTIONS_BLOCK_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_BLOCK_ID__NUMBER__FLOAT.f4d0275a3e"}, "test.axelar.not_null_silver__staked_balances_ADDRESS.7dbac49da8": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKED_BALANCES_ADDRESS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "BALANCE_TYPE": {"type": "TEXT", "index": 3, "name": "BALANCE_TYPE", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 4, "name": "ADDRESS", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 5, "name": "CURRENCY", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 6, "name": "BALANCE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__staked_balances_ADDRESS.7dbac49da8"}, "test.axelar.not_null_silver__link_events_DEPOSIT_ADDRESS.06074fc3f0": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LINK_EVENTS_DEPOSIT_ADDRESS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "MODULE": {"type": "TEXT", "index": 5, "name": "MODULE", "comment": null}, "SOURCE_CHAIN": {"type": "TEXT", "index": 6, "name": "SOURCE_CHAIN", "comment": null}, "DEPOSIT_ADDRESS": {"type": "TEXT", "index": 7, "name": "DEPOSIT_ADDRESS", "comment": null}, "DESTINATION_CHAIN": {"type": "TEXT", "index": 8, "name": "DESTINATION_CHAIN", "comment": null}, "DESTINATION_ADDRESS": {"type": "TEXT", "index": 9, "name": "DESTINATION_ADDRESS", "comment": null}, "ASSET": {"type": "TEXT", "index": 10, "name": "ASSET", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "_INSERTED_TIMESTAMP", "comment": null}, "J": {"type": "OBJECT", "index": 12, "name": "J", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__link_events_DEPOSIT_ADDRESS.06074fc3f0"}, "test.axelar.not_null_silver__staking_VALIDATOR_ADDRESS.3d65954499": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKING_VALIDATOR_ADDRESS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 5, "name": "TX_CALLER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 6, "name": "ACTION", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 7, "name": "DELEGATOR_ADDRESS", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 8, "name": "VALIDATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 9, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 10, "name": "CURRENCY", "comment": null}, "REDELEGATE_SOURCE_VALIDATOR_ADDRESS": {"type": "TEXT", "index": 11, "name": "REDELEGATE_SOURCE_VALIDATOR_ADDRESS", "comment": null}, "COMPLETION_TIME": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "COMPLETION_TIME", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 13, "name": "MSG_GROUP", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 15, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__staking_VALIDATOR_ADDRESS.3d65954499"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_CURRENCY.8c9324d670": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_GOVERNANCE_PROPOSAL_DEPOSITS_CURRENCY", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_CURRENCY.8c9324d670"}, "test.axelar.dbt_expectations_expect_column_values_to_match_regex_silver__governance_proposal_deposits_DEPOSITOR__axelar1_0_9a_z_38_38_.e4e007559d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "GOVERNANCE_PROPOSAL_DEPOSITS_DEPOSITOR", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_match_regex_silver__governance_proposal_deposits_DEPOSITOR__axelar1_0_9a_z_38_38_.e4e007559d"}, "test.axelar.not_null_silver__transfers_ExecutePendingTransfers_SENDER.8cf36d3c24": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSFERS_EXECUTEPENDINGTRANSFERS_SENDER", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "TRANSFER_TYPE": {"type": "TEXT", "index": 5, "name": "TRANSFER_TYPE", "comment": null}, "SENDER": {"type": "TEXT", "index": 6, "name": "SENDER", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 7, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 8, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 9, "name": "DECIMAL", "comment": null}, "RECEIVER": {"type": "TEXT", "index": 10, "name": "RECEIVER", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 11, "name": "MSG_INDEX", "comment": null}, "TRANSFER_ID": {"type": "TEXT", "index": 12, "name": "TRANSFER_ID", "comment": null}, "FOREIGN_ADDRESS": {"type": "TEXT", "index": 13, "name": "FOREIGN_ADDRESS", "comment": null}, "FOREIGN_CHAIN": {"type": "TEXT", "index": 14, "name": "FOREIGN_CHAIN", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 16, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__transfers_ExecutePendingTransfers_SENDER.8cf36d3c24"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_validators_MIN_SELF_DELEGATION.a456038134": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_VALIDATORS_MIN_SELF_DELEGATION", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_validators_MIN_SELF_DELEGATION.a456038134"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_PROPOSER_ADDRESS__STRING__VARCHAR.271fde4209": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BLOCKS_PROPOSER_ADDRESS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_PROPOSER_ADDRESS__STRING__VARCHAR.271fde4209"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__daily_balances_CURRENCY__STRING__VARCHAR.8d6c7fe66e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "DAILY_BALANCES_CURRENCY", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__daily_balances_CURRENCY__STRING__VARCHAR.8d6c7fe66e"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_MSG_GROUP__NUMBER__FLOAT.3ff8ce7ee1": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "MSG_ATTRIBUTES_MSG_GROUP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_MSG_GROUP__NUMBER__FLOAT.3ff8ce7ee1"}, "test.axelar.not_null_silver__daily_balances_BALANCE.a2177bc39f": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "DAILY_BALANCES_BALANCE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"DATE": {"type": "DATE", "index": 1, "name": "DATE", "comment": null}, "BALANCE_TYPE": {"type": "TEXT", "index": 2, "name": "BALANCE_TYPE", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 4, "name": "CURRENCY", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 5, "name": "BALANCE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__daily_balances_BALANCE.a2177bc39f"}, "test.axelar.not_null_silver__validators_PROJECT_NAME.b8f893f8e7": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "VALIDATORS_PROJECT_NAME", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ADDRESS": {"type": "TEXT", "index": 1, "name": "ADDRESS", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 2, "name": "BLOCKCHAIN", "comment": null}, "CREATOR": {"type": "TEXT", "index": 3, "name": "CREATOR", "comment": null}, "LABEL_TYPE": {"type": "TEXT", "index": 4, "name": "LABEL_TYPE", "comment": null}, "LABEL_SUBTYPE": {"type": "TEXT", "index": 5, "name": "LABEL_SUBTYPE", "comment": null}, "LABEL": {"type": "TEXT", "index": 6, "name": "LABEL", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 7, "name": "PROJECT_NAME", "comment": null}, "DELEGATOR_SHARES": {"type": "NUMBER", "index": 8, "name": "DELEGATOR_SHARES", "comment": null}, "JAILED": {"type": "BOOLEAN", "index": 9, "name": "JAILED", "comment": null}, "RATE": {"type": "FLOAT", "index": 10, "name": "RATE", "comment": null}, "MAX_CHANGE_RATE": {"type": "FLOAT", "index": 11, "name": "MAX_CHANGE_RATE", "comment": null}, "MAX_RATE": {"type": "FLOAT", "index": 12, "name": "MAX_RATE", "comment": null}, "MIN_SELF_DELEGATION": {"type": "NUMBER", "index": 13, "name": "MIN_SELF_DELEGATION", "comment": null}, "RANK": {"type": "NUMBER", "index": 14, "name": "RANK", "comment": null}, "RAW_METADATA": {"type": "VARIANT", "index": 15, "name": "RAW_METADATA", "comment": null}, "UNIQUE_KEY": {"type": "TEXT", "index": 16, "name": "UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__validators_PROJECT_NAME.b8f893f8e7"}, "test.axelar.not_null_silver__transactions_GAS_WANTED.440469f6c5": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSACTIONS_GAS_WANTED", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "CODESPACE": {"type": "VARIANT", "index": 4, "name": "CODESPACE", "comment": null}, "GAS_USED": {"type": "NUMBER", "index": 5, "name": "GAS_USED", "comment": null}, "GAS_WANTED": {"type": "NUMBER", "index": 6, "name": "GAS_WANTED", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 7, "name": "TX_SUCCEEDED", "comment": null}, "TX_CODE": {"type": "NUMBER", "index": 8, "name": "TX_CODE", "comment": null}, "MSGS": {"type": "VARIANT", "index": 9, "name": "MSGS", "comment": null}, "TX_LOG": {"type": "TEXT", "index": 10, "name": "TX_LOG", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__transactions_GAS_WANTED.440469f6c5"}, "test.axelar.not_null_silver__blocks_VALIDATOR_HASH.27e6c22877": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BLOCKS_VALIDATOR_HASH", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 3, "name": "CHAIN_ID", "comment": null}, "TX_COUNT": {"type": "NUMBER", "index": 4, "name": "TX_COUNT", "comment": null}, "PROPOSER_ADDRESS": {"type": "TEXT", "index": 5, "name": "PROPOSER_ADDRESS", "comment": null}, "VALIDATOR_HASH": {"type": "TEXT", "index": 6, "name": "VALIDATOR_HASH", "comment": null}, "HEADER": {"type": "VARIANT", "index": 7, "name": "HEADER", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 9, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__blocks_VALIDATOR_HASH.27e6c22877"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_TX_ID__STRING__VARCHAR.f3a5b084a1": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "MSG_ATTRIBUTES_TX_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_TX_ID__STRING__VARCHAR.f3a5b084a1"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_REDELEGATE_SOURCE_VALIDATOR_ADDRESS__STRING__VARCHAR.2600b68c44": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "STAKING_REDELEGATE_SOURCE_VALIDATOR_ADDRESS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_REDELEGATE_SOURCE_VALIDATOR_ADDRESS__STRING__VARCHAR.2600b68c44"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_PROPOSAL_ID.5d9ec9cb22": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_GOVERNANCE_SUBMIT_PROPOSAL_PROPOSAL_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_PROPOSAL_ID.5d9ec9cb22"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__dim_tokens_CREATOR.8ee1250b60": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "DIM_TOKENS_CREATOR", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__dim_tokens_CREATOR.8ee1250b60"}, "test.axelar.not_null_silver__transfers_TX_SUCCEEDED.e11534b2af": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSFERS_TX_SUCCEEDED", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "TRANSFER_TYPE": {"type": "TEXT", "index": 5, "name": "TRANSFER_TYPE", "comment": null}, "SENDER": {"type": "TEXT", "index": 6, "name": "SENDER", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 7, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 8, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 9, "name": "DECIMAL", "comment": null}, "RECEIVER": {"type": "TEXT", "index": 10, "name": "RECEIVER", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 11, "name": "MSG_INDEX", "comment": null}, "FOREIGN_ADDRESS": {"type": "TEXT", "index": 12, "name": "FOREIGN_ADDRESS", "comment": null}, "FOREIGN_CHAIN": {"type": "TEXT", "index": 13, "name": "FOREIGN_CHAIN", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 15, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__transfers_TX_SUCCEEDED.e11534b2af"}, "test.axelar.not_null_silver__transfers_ExecutePendingTransfers_TRANSFER_TYPE.fda9af1f7e": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSFERS_EXECUTEPENDINGTRANSFERS_TRANSFER_TYPE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "TRANSFER_TYPE": {"type": "TEXT", "index": 5, "name": "TRANSFER_TYPE", "comment": null}, "SENDER": {"type": "TEXT", "index": 6, "name": "SENDER", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 7, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 8, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 9, "name": "DECIMAL", "comment": null}, "RECEIVER": {"type": "TEXT", "index": 10, "name": "RECEIVER", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 11, "name": "MSG_INDEX", "comment": null}, "TRANSFER_ID": {"type": "TEXT", "index": 12, "name": "TRANSFER_ID", "comment": null}, "FOREIGN_ADDRESS": {"type": "TEXT", "index": 13, "name": "FOREIGN_ADDRESS", "comment": null}, "FOREIGN_CHAIN": {"type": "TEXT", "index": 14, "name": "FOREIGN_CHAIN", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 16, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__transfers_ExecutePendingTransfers_TRANSFER_TYPE.fda9af1f7e"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_ACTION.0e53619279": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_STAKING_REWARDS_ACTION", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_ACTION.0e53619279"}, "test.axelar.not_null_silver__blockchain_BLOCK_ID.5997704c2b": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BLOCKCHAIN_BLOCK_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CHAIN_ID": {"type": "TEXT", "index": 1, "name": "CHAIN_ID", "comment": null}, "BLOCK_ID": {"type": "NUMBER", "index": 2, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_SIZE": {"type": "NUMBER", "index": 4, "name": "BLOCK_SIZE", "comment": null}, "BLOCK_HEADER": {"type": "VARIANT", "index": 5, "name": "BLOCK_HEADER", "comment": null}, "BLOCK_ID_OBJECT": {"type": "VARIANT", "index": 6, "name": "BLOCK_ID_OBJECT", "comment": null}, "NUM_TXS": {"type": "NUMBER", "index": 7, "name": "NUM_TXS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__blockchain_BLOCK_ID.5997704c2b"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_VOTE_OPTION.da3bb68e41": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_GOVERNANCE_VOTES_VOTE_OPTION", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_VOTE_OPTION.da3bb68e41"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validators_LABEL_TYPE__STRING__VARCHAR.84e4acabd9": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "VALIDATORS_LABEL_TYPE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validators_LABEL_TYPE__STRING__VARCHAR.84e4acabd9"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_staking_TX_ID.770a65b294": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_STAKING_TX_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_staking_TX_ID.770a65b294"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_validators_LABEL_TYPE.d259f1a775": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_VALIDATORS_LABEL_TYPE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_validators_LABEL_TYPE.d259f1a775"}, "model.axelar.silver__daily_balances": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "DAILY_BALANCES", "database": "AXELAR_DEV", "comment": "A table that contains a daily balance entry for both staked and liquid balance of wallets on the Osmosis chain.", "owner": "INTERNAL_DEV"}, "columns": {"DATE": {"type": "DATE", "index": 1, "name": "DATE", "comment": "The day the balance was recorded on."}, "BALANCE_TYPE": {"type": "TEXT", "index": 2, "name": "BALANCE_TYPE", "comment": "Either \"staked\" or \"liquid\" corresponding to how the currency is in the wallet."}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": "Address unique to an individual wallet, validator, or token."}, "CURRENCY": {"type": "TEXT", "index": 4, "name": "CURRENCY", "comment": "The currency that was used in the transaction message."}, "BALANCE": {"type": "NUMBER", "index": 5, "name": "BALANCE", "comment": "The amount of the currency the wallet held at the given time"}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 7766016.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:04UTC", "include": true, "description": "The timestamp for last update/change"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(date)", "include": true, "description": "The key used to cluster this table"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 760482.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.axelar.silver__daily_balances"}, "test.axelar.not_null_silver__staking_rewards_MSG_GROUP.d4c6d540fa": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKING_REWARDS_MSG_GROUP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 5, "name": "TX_CALLER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 6, "name": "ACTION", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_GROUP", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 8, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 9, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 10, "name": "CURRENCY", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 11, "name": "VALIDATOR_ADDRESS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 13, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__staking_rewards_MSG_GROUP.d4c6d540fa"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validators_MAX_RATE__NUMBER__FLOAT.3b0f40cf38": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "VALIDATORS_MAX_RATE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validators_MAX_RATE__NUMBER__FLOAT.3b0f40cf38"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_staking_COMPLETION_TIME.03d773f4b0": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_STAKING_COMPLETION_TIME", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_staking_COMPLETION_TIME.03d773f4b0"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__dim_tokens_LABEL_SUBTYPE.5c4b83673d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "DIM_TOKENS_LABEL_SUBTYPE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__dim_tokens_LABEL_SUBTYPE.5c4b83673d"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_validators_CREATOR.937fa2f10c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_VALIDATORS_CREATOR", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_validators_CREATOR.937fa2f10c"}, "test.axelar.silver__daily_balances_business_logic_test.b6875c0a53": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "DAILY_BALANCES_BUSINESS_LOGIC_TEST", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"WHICH_DIFF": {"type": "TEXT", "index": 1, "name": "WHICH_DIFF", "comment": null}, "DATE": {"type": "DATE", "index": 2, "name": "DATE", "comment": null}, "BALANCE_TYPE": {"type": "TEXT", "index": 3, "name": "BALANCE_TYPE", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 4, "name": "ADDRESS", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 5, "name": "CURRENCY", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 6, "name": "BALANCE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.silver__daily_balances_business_logic_test.b6875c0a53"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_MSG_TYPE__STRING__VARCHAR.20bcdff679": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "MSG_ATTRIBUTES_MSG_TYPE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_MSG_TYPE__STRING__VARCHAR.20bcdff679"}, "test.axelar.not_null_silver__governance_votes_TX_ID.3dd2b22c87": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_VOTES_TX_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "VOTER": {"type": "TEXT", "index": 5, "name": "VOTER", "comment": null}, "PROPOSAL_ID": {"type": "NUMBER", "index": 6, "name": "PROPOSAL_ID", "comment": null}, "VOTE_OPTION": {"type": "NUMBER", "index": 7, "name": "VOTE_OPTION", "comment": null}, "VOTE_WEIGHT": {"type": "NUMBER", "index": 8, "name": "VOTE_WEIGHT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__governance_votes_TX_ID.3dd2b22c87"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blockchain_BLOCK_SIZE__NUMBER__FLOAT.36f07f3fba": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BLOCKCHAIN_BLOCK_SIZE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blockchain_BLOCK_SIZE__NUMBER__FLOAT.36f07f3fba"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validators_ADDRESS__STRING__VARCHAR.639b5ecd2e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "VALIDATORS_ADDRESS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validators_ADDRESS__STRING__VARCHAR.639b5ecd2e"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_MSG_GROUP.f1ed86ed4e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_MSG_ATTRIBUTES_MSG_GROUP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_MSG_GROUP.f1ed86ed4e"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_staking_ACTION.daedb41454": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_STAKING_ACTION", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_staking_ACTION.daedb41454"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__dim_tokens_LABEL.63e745c91d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "DIM_TOKENS_LABEL", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__dim_tokens_LABEL.63e745c91d"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_validators_RANK.8ccac4f170": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_VALIDATORS_RANK", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_validators_RANK.8ccac4f170"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.d6e6a5ce54": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "GOVERNANCE_PROPOSAL_DEPOSITS_BLOCK_TIMESTAMP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.d6e6a5ce54"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_MSG_TYPE__STRING__VARCHAR.ca4da74e2a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "MSGS_MSG_TYPE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_MSG_TYPE__STRING__VARCHAR.ca4da74e2a"}, "test.axelar.not_null_silver__transfers_TX_ID.1be05d8ee2": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSFERS_TX_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "TRANSFER_TYPE": {"type": "TEXT", "index": 5, "name": "TRANSFER_TYPE", "comment": null}, "SENDER": {"type": "TEXT", "index": 6, "name": "SENDER", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 7, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 8, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 9, "name": "DECIMAL", "comment": null}, "RECEIVER": {"type": "TEXT", "index": 10, "name": "RECEIVER", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 11, "name": "MSG_INDEX", "comment": null}, "FOREIGN_ADDRESS": {"type": "TEXT", "index": 12, "name": "FOREIGN_ADDRESS", "comment": null}, "FOREIGN_CHAIN": {"type": "TEXT", "index": 13, "name": "FOREIGN_CHAIN", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 15, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__transfers_TX_ID.1be05d8ee2"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_GAS_USED__NUMBER__FLOAT.5308f986d3": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TRANSACTIONS_GAS_USED", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_GAS_USED__NUMBER__FLOAT.5308f986d3"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_CHAIN_ID__STRING__VARCHAR.eba2c1ff94": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BLOCKS_CHAIN_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_CHAIN_ID__STRING__VARCHAR.eba2c1ff94"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_blocks_PROPOSER_ADDRESS.33eacc997a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_BLOCKS_PROPOSER_ADDRESS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_blocks_PROPOSER_ADDRESS.33eacc997a"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_transactions_GAS_USED.330cc6bb7e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_TRANSACTIONS_GAS_USED", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_transactions_GAS_USED.330cc6bb7e"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_ExecutePendingTransfers_TRANSFER_TYPE__STRING__VARCHAR.e5757baf59": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TRANSFERS_EXECUTEPENDINGTRANSFERS_TRANSFER_TYPE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_ExecutePendingTransfers_TRANSFER_TYPE__STRING__VARCHAR.e5757baf59"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_TX_SUCCEEDED__BOOLEAN.3492299737": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "GOVERNANCE_SUBMIT_PROPOSAL_TX_SUCCEEDED", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_TX_SUCCEEDED__BOOLEAN.3492299737"}, "test.axelar.not_null_core__fact_daily_balances_DATE.3060cee3fd": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "FACT_DAILY_BALANCES_DATE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"DATE": {"type": "DATE", "index": 1, "name": "DATE", "comment": null}, "BALANCE_TYPE": {"type": "TEXT", "index": 2, "name": "BALANCE_TYPE", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 4, "name": "CURRENCY", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 5, "name": "BALANCE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_core__fact_daily_balances_DATE.3060cee3fd"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_validators_MAX_RATE.e02041b45d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_VALIDATORS_MAX_RATE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_validators_MAX_RATE.e02041b45d"}, "test.axelar.not_null_silver__blockchain_NUM_TXS.4e5926d643": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BLOCKCHAIN_NUM_TXS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CHAIN_ID": {"type": "TEXT", "index": 1, "name": "CHAIN_ID", "comment": null}, "BLOCK_ID": {"type": "NUMBER", "index": 2, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_SIZE": {"type": "NUMBER", "index": 4, "name": "BLOCK_SIZE", "comment": null}, "BLOCK_HEADER": {"type": "VARIANT", "index": 5, "name": "BLOCK_HEADER", "comment": null}, "BLOCK_ID_OBJECT": {"type": "VARIANT", "index": 6, "name": "BLOCK_ID_OBJECT", "comment": null}, "NUM_TXS": {"type": "NUMBER", "index": 7, "name": "NUM_TXS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__blockchain_NUM_TXS.4e5926d643"}, "test.axelar.not_null_silver__transfers_CURRENCY.4a8953d5ec": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSFERS_CURRENCY", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "TRANSFER_TYPE": {"type": "TEXT", "index": 5, "name": "TRANSFER_TYPE", "comment": null}, "SENDER": {"type": "TEXT", "index": 6, "name": "SENDER", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 7, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 8, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 9, "name": "DECIMAL", "comment": null}, "RECEIVER": {"type": "TEXT", "index": 10, "name": "RECEIVER", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 11, "name": "MSG_INDEX", "comment": null}, "FOREIGN_ADDRESS": {"type": "TEXT", "index": 12, "name": "FOREIGN_ADDRESS", "comment": null}, "FOREIGN_CHAIN": {"type": "TEXT", "index": 13, "name": "FOREIGN_CHAIN", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 15, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__transfers_CURRENCY.4a8953d5ec"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_TX_SUCCEEDED.9ba3206a5b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_GOVERNANCE_SUBMIT_PROPOSAL_TX_SUCCEEDED", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_TX_SUCCEEDED.9ba3206a5b"}, "test.axelar.dbt_utils_unique_combination_of_columns_silver__blocks__UNIQUE_KEY.eee2c4d204": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "BLOCKS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_UNIQUE_KEY": {"type": "TEXT", "index": 1, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_utils_unique_combination_of_columns_silver__blocks__UNIQUE_KEY.eee2c4d204"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_PROPOSAL_ID.56012275fa": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_GOVERNANCE_VOTES_PROPOSAL_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_PROPOSAL_ID.56012275fa"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__link_events_MODULE__STRING__VARCHAR.be63c90c06": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "LINK_EVENTS_MODULE", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__link_events_MODULE__STRING__VARCHAR.be63c90c06"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_BLOCK_TIMESTAMP.02bfe08bd4": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_GOVERNANCE_PROPOSAL_DEPOSITS_BLOCK_TIMESTAMP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_BLOCK_TIMESTAMP.02bfe08bd4"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_BLOCK_TIMESTAMP.11e5f5562c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_MSG_ATTRIBUTES_BLOCK_TIMESTAMP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_BLOCK_TIMESTAMP.11e5f5562c"}, "test.axelar.not_null_silver__staking_TX_CALLER_ADDRESS.c71643fc54": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKING_TX_CALLER_ADDRESS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 5, "name": "TX_CALLER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 6, "name": "ACTION", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 7, "name": "DELEGATOR_ADDRESS", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 8, "name": "VALIDATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 9, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 10, "name": "CURRENCY", "comment": null}, "REDELEGATE_SOURCE_VALIDATOR_ADDRESS": {"type": "TEXT", "index": 11, "name": "REDELEGATE_SOURCE_VALIDATOR_ADDRESS", "comment": null}, "COMPLETION_TIME": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "COMPLETION_TIME", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 13, "name": "MSG_GROUP", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 15, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__staking_TX_CALLER_ADDRESS.c71643fc54"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_AMOUNT__NUMBER__FLOAT.9946136e6f": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "GOVERNANCE_PROPOSAL_DEPOSITS_AMOUNT", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_AMOUNT__NUMBER__FLOAT.9946136e6f"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.47268211d9": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "GOVERNANCE_PROPOSAL_DEPOSITS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.47268211d9"}, "test.axelar.not_null_silver__validators_MIN_SELF_DELEGATION.fcab1b0eb9": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "VALIDATORS_MIN_SELF_DELEGATION", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ADDRESS": {"type": "TEXT", "index": 1, "name": "ADDRESS", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 2, "name": "BLOCKCHAIN", "comment": null}, "CREATOR": {"type": "TEXT", "index": 3, "name": "CREATOR", "comment": null}, "LABEL_TYPE": {"type": "TEXT", "index": 4, "name": "LABEL_TYPE", "comment": null}, "LABEL_SUBTYPE": {"type": "TEXT", "index": 5, "name": "LABEL_SUBTYPE", "comment": null}, "LABEL": {"type": "TEXT", "index": 6, "name": "LABEL", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 7, "name": "PROJECT_NAME", "comment": null}, "DELEGATOR_SHARES": {"type": "NUMBER", "index": 8, "name": "DELEGATOR_SHARES", "comment": null}, "JAILED": {"type": "BOOLEAN", "index": 9, "name": "JAILED", "comment": null}, "RATE": {"type": "FLOAT", "index": 10, "name": "RATE", "comment": null}, "MAX_CHANGE_RATE": {"type": "FLOAT", "index": 11, "name": "MAX_CHANGE_RATE", "comment": null}, "MAX_RATE": {"type": "FLOAT", "index": 12, "name": "MAX_RATE", "comment": null}, "MIN_SELF_DELEGATION": {"type": "NUMBER", "index": 13, "name": "MIN_SELF_DELEGATION", "comment": null}, "RANK": {"type": "NUMBER", "index": 14, "name": "RANK", "comment": null}, "RAW_METADATA": {"type": "VARIANT", "index": 15, "name": "RAW_METADATA", "comment": null}, "UNIQUE_KEY": {"type": "TEXT", "index": 16, "name": "UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__validators_MIN_SELF_DELEGATION.fcab1b0eb9"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_CURRENCY__STRING__VARCHAR.a650f3fc35": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TRANSFERS_CURRENCY", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_CURRENCY__STRING__VARCHAR.a650f3fc35"}, "test.axelar.sequence_gaps_silver__blocks_block_ID.ccd7e47b6e": {"metadata": {"type": "BASE TABLE", "schema": "SEQUENCE_GAPS_SILVER", "name": "BLOCKS_BLOCK_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"PREV_BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "PREV_BLOCK_ID", "comment": null}, "BLOCK_ID": {"type": "NUMBER", "index": 2, "name": "BLOCK_ID", "comment": null}, "GAP": {"type": "NUMBER", "index": 3, "name": "GAP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.sequence_gaps_silver__blocks_block_ID.ccd7e47b6e"}, "test.axelar.not_null_core__fact_daily_balances_ADDRESS.b77e86f517": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "FACT_DAILY_BALANCES_ADDRESS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"DATE": {"type": "DATE", "index": 1, "name": "DATE", "comment": null}, "BALANCE_TYPE": {"type": "TEXT", "index": 2, "name": "BALANCE_TYPE", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 4, "name": "CURRENCY", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 5, "name": "BALANCE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_core__fact_daily_balances_ADDRESS.b77e86f517"}, "model.axelar.core__fact_transfers": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "FACT_TRANSFERS", "database": "AXELAR_DEV", "comment": "Records of all transfers on Axelar", "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": "The block height the block was recorded at."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": "Transaction status is \"TRUE\" if the transaction went through, \"FALSE\" if the transaction failed."}, "TRANSFER_TYPE": {"type": "TEXT", "index": 5, "name": "TRANSFER_TYPE", "comment": "Details on the type of transfer occurring during the transaction. \"Transfer_In\" = depositing tokens onto Axelar. \"Transfer_out\" = withdrawing tokens from Axelar. \"Axelar\" = wallet to wallet transfer on Axelar."}, "SENDER": {"type": "TEXT", "index": 6, "name": "SENDER", "comment": "The wallet address of the individual sent tokens in the transfer."}, "AMOUNT": {"type": "NUMBER", "index": 7, "name": "AMOUNT", "comment": "The amount that was used in the transaction message."}, "CURRENCY": {"type": "TEXT", "index": 8, "name": "CURRENCY", "comment": "The currency that was used in the transaction message."}, "DECIMAL": {"type": "VARIANT", "index": 9, "name": "DECIMAL", "comment": "Divide the raw amount of currency as provided in the amount column by the decimal to get the actual amount in AXL or other currency."}, "RECEIVER": {"type": "TEXT", "index": 10, "name": "RECEIVER", "comment": "The wallet address of the individual received tokens in the transfer."}, "FOREIGN_ADDRESS": {"type": "TEXT", "index": 11, "name": "FOREIGN_ADDRESS", "comment": "The foreign address of the transfer if exists. This can be an IBC address or other non-IBC address"}, "FOREIGN_CHAIN": {"type": "TEXT", "index": 12, "name": "FOREIGN_CHAIN", "comment": "The name of the foreign chain transfer if exists"}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.axelar.core__fact_transfers"}, "test.axelar.not_null_silver__staking_BLOCK_TIMESTAMP.c6ce91983d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKING_BLOCK_TIMESTAMP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "TX_SUCCEEDED", "comment": null}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 5, "name": "TX_CALLER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 6, "name": "ACTION", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 7, "name": "DELEGATOR_ADDRESS", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 8, "name": "VALIDATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 9, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 10, "name": "CURRENCY", "comment": null}, "REDELEGATE_SOURCE_VALIDATOR_ADDRESS": {"type": "TEXT", "index": 11, "name": "REDELEGATE_SOURCE_VALIDATOR_ADDRESS", "comment": null}, "COMPLETION_TIME": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "COMPLETION_TIME", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 13, "name": "MSG_GROUP", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 15, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__staking_BLOCK_TIMESTAMP.c6ce91983d"}, "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.a61f51e053": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "STAKING", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.a61f51e053"}, "test.axelar.not_null_silver__daily_balances_ADDRESS.2502493350": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "DAILY_BALANCES_ADDRESS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"DATE": {"type": "DATE", "index": 1, "name": "DATE", "comment": null}, "BALANCE_TYPE": {"type": "TEXT", "index": 2, "name": "BALANCE_TYPE", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 4, "name": "CURRENCY", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 5, "name": "BALANCE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__daily_balances_ADDRESS.2502493350"}, "test.axelar.not_null_silver__transactions_BLOCK_TIMESTAMP.3ffe21fe8d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSACTIONS_BLOCK_TIMESTAMP", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": null}, "CODESPACE": {"type": "VARIANT", "index": 4, "name": "CODESPACE", "comment": null}, "GAS_USED": {"type": "NUMBER", "index": 5, "name": "GAS_USED", "comment": null}, "GAS_WANTED": {"type": "NUMBER", "index": 6, "name": "GAS_WANTED", "comment": null}, "TX_SUCCEEDED": {"type": "BOOLEAN", "index": 7, "name": "TX_SUCCEEDED", "comment": null}, "TX_CODE": {"type": "NUMBER", "index": 8, "name": "TX_CODE", "comment": null}, "MSGS": {"type": "VARIANT", "index": 9, "name": "MSGS", "comment": null}, "TX_LOG": {"type": "TEXT", "index": 10, "name": "TX_LOG", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.not_null_silver__transactions_BLOCK_TIMESTAMP.3ffe21fe8d"}, "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_TX_ID.ec6a5f21b6": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_GOVERNANCE_VOTES_TX_ID", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_TX_ID.ec6a5f21b6"}, "test.axelar.dbt_expectations_expect_column_values_to_match_regex_silver__staking_rewards_DELEGATOR_ADDRESS__axelar_0_9a_z_39_39_.89e25e826e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "STAKING_REWARDS_DELEGATOR_ADDRESS", "database": "AXELAR_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 05:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "test.axelar.dbt_expectations_expect_column_values_to_match_regex_silver__staking_rewards_DELEGATOR_ADDRESS__axelar_0_9a_z_39_39_.89e25e826e"}}, "sources": {"source.axelar.bronze_streamline.blocks": {"metadata": {"type": "EXTERNAL TABLE", "schema": "AXELAR", "name": "BLOCKS", "database": "STREAMLINE", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"VALUE": {"type": "VARIANT", "index": 1, "name": "VALUE", "comment": "The value of this row"}, "_PARTITION_BY_BLOCK_ID": {"type": "NUMBER", "index": 2, "name": "_PARTITION_BY_BLOCK_ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 3, "name": "BLOCK_NUMBER", "comment": null}, "METADATA": {"type": "VARIANT", "index": 4, "name": "METADATA", "comment": null}, "DATA": {"type": "VARIANT", "index": 5, "name": "DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 75452211448.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.axelar.bronze_streamline.blocks"}, "source.axelar.bronze.blocks": {"metadata": {"type": "EXTERNAL TABLE", "schema": "AXELAR", "name": "BLOCKS", "database": "STREAMLINE", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"VALUE": {"type": "VARIANT", "index": 1, "name": "VALUE", "comment": "The value of this row"}, "_PARTITION_BY_BLOCK_ID": {"type": "NUMBER", "index": 2, "name": "_PARTITION_BY_BLOCK_ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 3, "name": "BLOCK_NUMBER", "comment": null}, "METADATA": {"type": "VARIANT", "index": 4, "name": "METADATA", "comment": null}, "DATA": {"type": "VARIANT", "index": 5, "name": "DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 75452211448.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.axelar.bronze.blocks"}, "source.axelar.bronze.txs_details": {"metadata": {"type": "EXTERNAL TABLE", "schema": "AXELAR", "name": "TXS_DETAILS", "database": "STREAMLINE", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"VALUE": {"type": "VARIANT", "index": 1, "name": "VALUE", "comment": "The value of this row"}, "_PARTITION_BY_BLOCK_ID": {"type": "NUMBER", "index": 2, "name": "_PARTITION_BY_BLOCK_ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 3, "name": "BLOCK_NUMBER", "comment": null}, "METADATA": {"type": "VARIANT", "index": 4, "name": "METADATA", "comment": null}, "DATA": {"type": "VARIANT", "index": 5, "name": "DATA", "comment": null}, "TX_HASH": {"type": "VARIANT", "index": 6, "name": "TX_HASH", "comment": null}, "TX_RESULT": {"type": "VARIANT", "index": 7, "name": "TX_RESULT", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 321563546644.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.axelar.bronze.txs_details"}, "source.axelar.bronze_streamline.txs_details": {"metadata": {"type": "EXTERNAL TABLE", "schema": "AXELAR", "name": "TXS_DETAILS", "database": "STREAMLINE", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"VALUE": {"type": "VARIANT", "index": 1, "name": "VALUE", "comment": "The value of this row"}, "_PARTITION_BY_BLOCK_ID": {"type": "NUMBER", "index": 2, "name": "_PARTITION_BY_BLOCK_ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 3, "name": "BLOCK_NUMBER", "comment": null}, "METADATA": {"type": "VARIANT", "index": 4, "name": "METADATA", "comment": null}, "DATA": {"type": "VARIANT", "index": 5, "name": "DATA", "comment": null}, "TX_HASH": {"type": "VARIANT", "index": 6, "name": "TX_HASH", "comment": null}, "TX_RESULT": {"type": "VARIANT", "index": 7, "name": "TX_RESULT", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 321563546644.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.axelar.bronze_streamline.txs_details"}, "source.axelar.bronze.validators": {"metadata": {"type": "EXTERNAL TABLE", "schema": "AXELAR", "name": "VALIDATORS", "database": "STREAMLINE", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"VALUE": {"type": "VARIANT", "index": 1, "name": "VALUE", "comment": "The value of this row"}, "_PARTITION_BY_BLOCK_ID": {"type": "NUMBER", "index": 2, "name": "_PARTITION_BY_BLOCK_ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 3, "name": "BLOCK_NUMBER", "comment": null}, "METADATA": {"type": "VARIANT", "index": 4, "name": "METADATA", "comment": null}, "DATA": {"type": "VARIANT", "index": 5, "name": "DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 23302052761.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.axelar.bronze.validators"}, "source.axelar.bronze.txs": {"metadata": {"type": "EXTERNAL TABLE", "schema": "AXELAR", "name": "TXS", "database": "STREAMLINE", "comment": null, "owner": "AWS_LAMBDA_AXELAR_API"}, "columns": {"VALUE": {"type": "VARIANT", "index": 1, "name": "VALUE", "comment": "The value of this row"}, "_PARTITION_BY_BLOCK_ID": {"type": "NUMBER", "index": 2, "name": "_PARTITION_BY_BLOCK_ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 3, "name": "BLOCK_NUMBER", "comment": null}, "METADATA": {"type": "VARIANT", "index": 4, "name": "METADATA", "comment": null}, "DATA": {"type": "VARIANT", "index": 5, "name": "DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 99988151752.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.axelar.bronze.txs"}, "source.axelar.bronze_streamline.txs": {"metadata": {"type": "EXTERNAL TABLE", "schema": "AXELAR", "name": "TXS", "database": "STREAMLINE", "comment": null, "owner": "AWS_LAMBDA_AXELAR_API"}, "columns": {"VALUE": {"type": "VARIANT", "index": 1, "name": "VALUE", "comment": "The value of this row"}, "_PARTITION_BY_BLOCK_ID": {"type": "NUMBER", "index": 2, "name": "_PARTITION_BY_BLOCK_ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 3, "name": "BLOCK_NUMBER", "comment": null}, "METADATA": {"type": "VARIANT", "index": 4, "name": "METADATA", "comment": null}, "DATA": {"type": "VARIANT", "index": 5, "name": "DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 99988151752.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.axelar.bronze_streamline.txs"}, "source.axelar.crosschain.address_labels": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "ADDRESS_LABELS", "database": "CROSSCHAIN_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"SYSTEM_CREATED_AT": {"type": "TIMESTAMP_LTZ", "index": 1, "name": "SYSTEM_CREATED_AT", "comment": ""}, "INSERT_DATE": {"type": "TIMESTAMP_LTZ", "index": 2, "name": "INSERT_DATE", "comment": "The date the label was inserted in the table"}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": "The name of the blockchain"}, "ADDRESS": {"type": "TEXT", "index": 4, "name": "ADDRESS", "comment": "Address that the label is for. This is the field that should be used to join other tables with labels."}, "CREATOR": {"type": "TEXT", "index": 5, "name": "CREATOR", "comment": "The name of the creator of the label"}, "LABEL_TYPE": {"type": "TEXT", "index": 6, "name": "LABEL_TYPE", "comment": "A high-level category describing the addresses main function or ownership"}, "LABEL_SUBTYPE": {"type": "TEXT", "index": 7, "name": "LABEL_SUBTYPE", "comment": "A sub-category nested within label type providing further detail"}, "ADDRESS_NAME": {"type": "TEXT", "index": 8, "name": "ADDRESS_NAME", "comment": "Name of the address"}, "PROJECT_NAME": {"type": "TEXT", "index": 9, "name": "PROJECT_NAME", "comment": "Name of the controlling entity of the address"}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.axelar.crosschain.address_labels"}, "source.axelar.crosschain.dim_dates": {"metadata": {"type": "BASE TABLE", "schema": "CORE", "name": "DIM_DATES", "database": "CROSSCHAIN_DEV", "comment": "Hold rows for each date from 2017 - 2030", "owner": "INTERNAL_DEV"}, "columns": {"DATE_DAY": {"type": "DATE", "index": 1, "name": "DATE_DAY", "comment": "date for the row"}, "PRIOR_DATE_DAY": {"type": "DATE", "index": 2, "name": "PRIOR_DATE_DAY", "comment": "date before DATE_DAY"}, "NEXT_DATE_DAY": {"type": "DATE", "index": 3, "name": "NEXT_DATE_DAY", "comment": "date after DATE_DAY"}, "PRIOR_YEAR_DATE_DAY": {"type": "DATE", "index": 4, "name": "PRIOR_YEAR_DATE_DAY", "comment": "date exactly 1 year before DATE_DAY"}, "PRIOR_YEAR_OVER_YEAR_DATE_DAY": {"type": "DATE", "index": 5, "name": "PRIOR_YEAR_OVER_YEAR_DATE_DAY", "comment": "date exactly 1 year after DATE_DAY"}, "DAY_OF_WEEK": {"type": "NUMBER", "index": 6, "name": "DAY_OF_WEEK", "comment": "number representing day of week for DATE_DAY where 1=Sunday"}, "DAY_OF_WEEK_ISO": {"type": "NUMBER", "index": 7, "name": "DAY_OF_WEEK_ISO", "comment": "number representing day of week for DATE_DAY where 1=Monday"}, "DAY_OF_WEEK_NAME": {"type": "TEXT", "index": 8, "name": "DAY_OF_WEEK_NAME", "comment": "day of week name for DATE_DAY"}, "DAY_OF_WEEK_NAME_SHORT": {"type": "TEXT", "index": 9, "name": "DAY_OF_WEEK_NAME_SHORT", "comment": "day of week abbreviation for DATE_DAY"}, "DAY_OF_MONTH": {"type": "NUMBER", "index": 10, "name": "DAY_OF_MONTH", "comment": "day of month for DATE_DAY"}, "DAY_OF_YEAR": {"type": "NUMBER", "index": 11, "name": "DAY_OF_YEAR", "comment": "day of year for DATE_DAY"}, "WEEK_START_DATE": {"type": "DATE", "index": 12, "name": "WEEK_START_DATE", "comment": "date representing the start of the week for DATE_DAY"}, "WEEK_END_DATE": {"type": "DATE", "index": 13, "name": "WEEK_END_DATE", "comment": "date representing the end of the week for DATE_DAY"}, "PRIOR_YEAR_WEEK_START_DATE": {"type": "DATE", "index": 14, "name": "PRIOR_YEAR_WEEK_START_DATE", "comment": "date representing the start of the week for PRIOR_YEAR_DATE_DAY"}, "PRIOR_YEAR_WEEK_END_DATE": {"type": "DATE", "index": 15, "name": "PRIOR_YEAR_WEEK_END_DATE", "comment": "date representing the end of the week for PRIOR_YEAR_DATE_DAY"}, "WEEK_OF_YEAR": {"type": "NUMBER", "index": 16, "name": "WEEK_OF_YEAR", "comment": "number representing the week of the year for DATE_DAY"}, "ISO_WEEK_START_DATE": {"type": "DATE", "index": 17, "name": "ISO_WEEK_START_DATE", "comment": "ISO date representing the start of the week for DATE_DAY"}, "ISO_WEEK_END_DATE": {"type": "DATE", "index": 18, "name": "ISO_WEEK_END_DATE", "comment": "ISO date representing the end of the week for DATE_DAY"}, "PRIOR_YEAR_ISO_WEEK_START_DATE": {"type": "DATE", "index": 19, "name": "PRIOR_YEAR_ISO_WEEK_START_DATE", "comment": "ISO date representing the start of the week for PRIOR_YEAR_DATE_DAY"}, "PRIOR_YEAR_ISO_WEEK_END_DATE": {"type": "DATE", "index": 20, "name": "PRIOR_YEAR_ISO_WEEK_END_DATE", "comment": "ISO date representing the end of the week for PRIOR_YEAR_DATE_DAY"}, "ISO_WEEK_OF_YEAR": {"type": "NUMBER", "index": 21, "name": "ISO_WEEK_OF_YEAR", "comment": "number representing the ISO week of the year for DATE_DAY"}, "PRIOR_YEAR_WEEK_OF_YEAR": {"type": "NUMBER", "index": 22, "name": "PRIOR_YEAR_WEEK_OF_YEAR", "comment": "number representing the week of the year for PRIOR_YEAR_DATE_DAY"}, "PRIOR_YEAR_ISO_WEEK_OF_YEAR": {"type": "NUMBER", "index": 23, "name": "PRIOR_YEAR_ISO_WEEK_OF_YEAR", "comment": "number representing the ISO week of the year for PRIOR_YEAR_DATE_DAY"}, "MONTH_OF_YEAR": {"type": "NUMBER", "index": 24, "name": "MONTH_OF_YEAR", "comment": "number representing the month of the year for DATE_DAY"}, "MONTH_NAME": {"type": "TEXT", "index": 25, "name": "MONTH_NAME", "comment": "month of year name for DATE_DAY"}, "MONTH_NAME_SHORT": {"type": "TEXT", "index": 26, "name": "MONTH_NAME_SHORT", "comment": "month of year abbreviation for DATE_DAY"}, "MONTH_START_DATE": {"type": "DATE", "index": 27, "name": "MONTH_START_DATE", "comment": "first date of month for DATE_DAY"}, "MONTH_END_DATE": {"type": "DATE", "index": 28, "name": "MONTH_END_DATE", "comment": "last date of month for DATE_DAY"}, "PRIOR_YEAR_MONTH_START_DATE": {"type": "DATE", "index": 29, "name": "PRIOR_YEAR_MONTH_START_DATE", "comment": "first date of month for PRIOR_YEAR_DATE_DAY"}, "PRIOR_YEAR_MONTH_END_DATE": {"type": "DATE", "index": 30, "name": "PRIOR_YEAR_MONTH_END_DATE", "comment": "last date of month for PRIOR_YEAR_DATE_DAY"}, "QUARTER_OF_YEAR": {"type": "NUMBER", "index": 31, "name": "QUARTER_OF_YEAR", "comment": "number representing quarter for DATE_DAY"}, "QUARTER_START_DATE": {"type": "DATE", "index": 32, "name": "QUARTER_START_DATE", "comment": "first date of quarter for DATE_DAY"}, "QUARTER_END_DATE": {"type": "DATE", "index": 33, "name": "QUARTER_END_DATE", "comment": "last date of quarter for DATE_DAY"}, "YEAR_NUMBER": {"type": "NUMBER", "index": 34, "name": "YEAR_NUMBER", "comment": "number presenting the year for DATE_DAY"}, "YEAR_START_DATE": {"type": "DATE", "index": 35, "name": "YEAR_START_DATE", "comment": "first date of year for DATE_DAY"}, "YEAR_END_DATE": {"type": "DATE", "index": 36, "name": "YEAR_END_DATE", "comment": "last date of year for DATE_DAY"}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 193536.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 03:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 5112.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.axelar.crosschain.dim_dates"}, "source.axelar.tokens.dim_labels": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "DIM_LABELS", "database": "OSMOSIS", "comment": "Contains token and validator labels for Osmosis.", "owner": "DBT_CLOUD_OSMOSIS"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": "In this table, always Osmosis. Used to join to cross-chain tables. This column will deprecate in all tables except core.fact_blocks soon. Please modify your queries to join to the blocks table to use this field."}, "ADDRESS": {"type": "TEXT", "index": 2, "name": "ADDRESS", "comment": "Address unique to an individual wallet, validator, or token."}, "CREATOR": {"type": "TEXT", "index": 3, "name": "CREATOR", "comment": "Name of the label creator - for now, this will always be \"Flipside.\""}, "LABEL_TYPE": {"type": "TEXT", "index": 4, "name": "LABEL_TYPE", "comment": "A broad category that describes what a label is representing."}, "LABEL_SUBTYPE": {"type": "TEXT", "index": 5, "name": "LABEL_SUBTYPE", "comment": "Adds more detail to the label type."}, "LABEL": {"type": "TEXT", "index": 6, "name": "LABEL", "comment": "The label or name of the address."}, "PROJECT_NAME": {"type": "TEXT", "index": 7, "name": "PROJECT_NAME", "comment": "The name of the project the label belongs to."}, "RAW_METADATA": {"type": "ARRAY", "index": 8, "name": "RAW_METADATA", "comment": "Additional details about the validator or token in json format."}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.axelar.tokens.dim_labels"}, "source.axelar.osmo.asset_metadata": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "ASSET_METADATA", "database": "OSMOSIS", "comment": null, "owner": "DBT_CLOUD_OSMOSIS"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": "In this table, always Osmosis. Used to join to cross-chain tables. This column will deprecate in all tables except core.fact_blocks soon. Please modify your queries to join to the blocks table to use this field."}, "ADDRESS": {"type": "TEXT", "index": 2, "name": "ADDRESS", "comment": "Address unique to an individual wallet, validator, or token."}, "CREATOR": {"type": "TEXT", "index": 3, "name": "CREATOR", "comment": "Name of the label creator - for now, this will always be \"Flipside.\""}, "LABEL_TYPE": {"type": "TEXT", "index": 4, "name": "LABEL_TYPE", "comment": "A broad category that describes what a label is representing."}, "LABEL_SUBTYPE": {"type": "TEXT", "index": 5, "name": "LABEL_SUBTYPE", "comment": "Adds more detail to the label type."}, "LABEL": {"type": "TEXT", "index": 6, "name": "LABEL", "comment": "The label or name of the address."}, "PROJECT_NAME": {"type": "TEXT", "index": 7, "name": "PROJECT_NAME", "comment": "The name of the project the label belongs to."}, "ALIAS": {"type": "TEXT", "index": 8, "name": "ALIAS", "comment": "A secondary address for the token, where available"}, "DECIMAL": {"type": "NUMBER", "index": 9, "name": "DECIMAL", "comment": "Divide the amount by POW(10, decimal) to get the amount used in the transaction. This value can be NULL, as decimals are hand curated from an outside source and not found on-chain."}, "RAW_METADATA": {"type": "ARRAY", "index": 10, "name": "RAW_METADATA", "comment": "Additional details about the validator or token in json format."}, "_UNIQUE_KEY": {"type": "TEXT", "index": 11, "name": "_UNIQUE_KEY", "comment": ""}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 46592.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-10 03:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 149.0, "include": true, "description": "An approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.axelar.osmo.asset_metadata"}}, "errors": null} |