From e1145d9200bf86038fe09f775e9b335ee54bc6bc Mon Sep 17 00:00:00 2001 From: Jessica Huhnke <91915469+jhuhnke@users.noreply.github.com> Date: Thu, 8 Dec 2022 18:13:48 +0000 Subject: [PATCH] An 2544/dim labels models (#79) * wip * dim models done * fix merge conflicts * dox --- docs/catalog.json | 1 + docs/manifest.json | 1 + models/core/core__dim_liquidity_pools.sql | 10 +++ models/core/core__dim_liquidity_pools.yml | 21 ++++++ models/core/core__dim_tokens.sql | 16 ++++ models/core/core__dim_tokens.yml | 45 ++++++++++++ models/core/core__fact_validators.sql | 23 ++++++ models/core/core__fact_validators.yml | 69 ++++++++++++++++++ models/silver/silver__asset_metadata.sql | 14 +++- models/silver/silver__asset_metadata.yml | 23 ++++-- models/silver/silver__validator_metadata.sql | 16 +++- models/silver/silver__validator_metadata.yml | 77 +++++++++++++++++++- 12 files changed, 300 insertions(+), 16 deletions(-) create mode 100644 docs/catalog.json create mode 100644 docs/manifest.json create mode 100644 models/core/core__dim_liquidity_pools.sql create mode 100644 models/core/core__dim_liquidity_pools.yml create mode 100644 models/core/core__dim_tokens.sql create mode 100644 models/core/core__dim_tokens.yml create mode 100644 models/core/core__fact_validators.sql create mode 100644 models/core/core__fact_validators.yml diff --git a/docs/catalog.json b/docs/catalog.json new file mode 100644 index 0000000..24687b7 --- /dev/null +++ b/docs/catalog.json @@ -0,0 +1 @@ +{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/catalog/v1.json", "dbt_version": "1.2.1", "generated_at": "2022-12-07T22:40:45.861096Z", "invocation_id": "ad2f57ca-965c-476e-9eb8-003eb074734f", "env": {}}, "nodes": {"test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_MSG_TYPE__STRING__VARCHAR.ef9c7bd94a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "SUPERFLUID_ACTIONS_MSG_TYPE", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_MSG_TYPE__STRING__VARCHAR.ef9c7bd94a"}, "test.osmosis_models.not_null_silver__latest_liquid_balances_CURRENCY.5f3ccd6e9b": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LATEST_LIQUID_BALANCES_CURRENCY", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ADDRESS": {"type": "TEXT", "index": 1, "name": "ADDRESS", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 2, "name": "BALANCE", "comment": null}, "BALANCE_TYPE": {"type": "TEXT", "index": 3, "name": "BALANCE_TYPE", "comment": null}, "BLOCK_ID": {"type": "NUMBER", "index": 4, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 5, "name": "BLOCK_TIMESTAMP", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 6, "name": "DECIMAL", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 7, "name": "CURRENCY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__latest_liquid_balances_CURRENCY.5f3ccd6e9b"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_BLOCK_TIMESTAMP.534a269d8f"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_core__fact_liquidity_provider_actions_TX_ID__CURRENCY.905ac4a709": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_CORE", "name": "FACT_LIQUIDITY_PROVIDER_ACTIONS_TX_ID", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_ID": {"type": "TEXT", "index": 1, "name": "TX_ID", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 2, "name": "CURRENCY", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_utils_unique_combination_of_columns_core__fact_liquidity_provider_actions_TX_ID__CURRENCY.905ac4a709"}, "test.osmosis_models.not_null_silver__blockchain_BLOCK_SIZE.9120ec052a": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BLOCKCHAIN_BLOCK_SIZE", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__blockchain_BLOCK_SIZE.9120ec052a"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_DEPOSITOR.13b4d77077"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_BLOCK_ID__NUMBER__FLOAT.101e1084fe": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "SWAPS_BLOCK_ID", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_BLOCK_ID__NUMBER__FLOAT.101e1084fe"}, "test.osmosis_models.not_null_silver__liquidity_provider_actions_TX_ID.e6b4225cb8": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LIQUIDITY_PROVIDER_ACTIONS_TX_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 7, "name": "MSG_INDEX", "comment": null}, "LIQUIDITY_PROVIDER_ADDRESS": {"type": "TEXT", "index": 8, "name": "LIQUIDITY_PROVIDER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 9, "name": "ACTION", "comment": null}, "POOL_ID": {"type": "NUMBER", "index": 10, "name": "POOL_ID", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 13, "name": "DECIMAL", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__liquidity_provider_actions_TX_ID.e6b4225cb8"}, "test.osmosis_models.not_null_silver__daily_balances_BALANCE.a2177bc39f": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "DAILY_BALANCES_BALANCE", "database": "OSMOSIS_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}, "DECIMAL": {"type": "VARIANT", "index": 5, "name": "DECIMAL", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 6, "name": "BALANCE", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__daily_balances_BALANCE.a2177bc39f"}, "test.osmosis_models.not_null_silver__governance_votes_TX_STATUS.46470e496e": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_VOTES_TX_STATUS", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "_PATH": {"type": "TEXT", "index": 7, "name": "_PATH", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 8, "name": "PROPOSAL_ID", "comment": null}, "VOTER": {"type": "TEXT", "index": 9, "name": "VOTER", "comment": null}, "VOTE_OPTION": {"type": "VARIANT", "index": 10, "name": "VOTE_OPTION", "comment": null}, "VOTE_WEIGHT": {"type": "FLOAT", "index": 11, "name": "VOTE_WEIGHT", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__governance_votes_TX_STATUS.46470e496e"}, "test.osmosis_models.not_null_silver__superfluid_staked_balances_ADDRESS.c21acd1dd9": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "SUPERFLUID_STAKED_BALANCES_ADDRESS", "database": "OSMOSIS_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}, "LOCK_ID": {"type": "NUMBER", "index": 5, "name": "LOCK_ID", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 6, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 7, "name": "DECIMAL", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 8, "name": "BALANCE", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 9, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__superfluid_staked_balances_ADDRESS.c21acd1dd9"}, "model.osmosis_models.silver__airdrops": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "AIRDROPS", "database": "OSMOSIS_DEV", "comment": "Records of all transfers on Osmosis, including IBC transfers as on- and off-ramps to Osmosis 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."}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": "In this table, always Osmosis. Used to join to cross-chain tables."}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": "The name and version of the blockchain."}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed."}, "TRANSFER_TYPE": {"type": "TEXT", "index": 7, "name": "TRANSFER_TYPE", "comment": "Details on the type of transfer occurring during the transaction. \"IBC_Transfer_In\" = depositing tokens onto Osmosis. \"IBC_transfer_out\" = withdrawing tokens from Osmosis. \"Osmosis\" = wallet to wallet transfer on Osmosis."}, "MSG_INDEX": {"type": "NUMBER", "index": 8, "name": "MSG_INDEX", "comment": ""}, "SENDER": {"type": "TEXT", "index": 9, "name": "SENDER", "comment": "The wallet address of the individual sent tokens in the transfer."}, "AMOUNT": {"type": "NUMBER", "index": 10, "name": "AMOUNT", "comment": "The amount that was used in the transaction message."}, "CURRENCY": {"type": "TEXT", "index": 11, "name": "CURRENCY", "comment": "The currency that was used in the transaction message."}, "DECIMAL": {"type": "VARIANT", "index": 12, "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."}, "RECEIVER": {"type": "TEXT", "index": 13, "name": "RECEIVER", "comment": "The wallet address of the individual received tokens in the transfer."}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "_INSERTED_TIMESTAMP", "comment": "The time the block was inserted into to the Flipside database."}, "_UNIQUE_KEY": {"type": "TEXT", "index": 15, "name": "_UNIQUE_KEY", "comment": ""}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 107809.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 5984256.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE)", "include": true, "description": "The key used to cluster this 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.osmosis_models.silver__airdrops"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_TX_ID.0b098941f8"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_AMOUNT__NUMBER__FLOAT.0d62188668": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "SUPERFLUID_STAKING_AMOUNT", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_AMOUNT__NUMBER__FLOAT.0d62188668"}, "test.osmosis_models.not_null_silver__airdrops_TX_STATUS.a3162c9843": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "AIRDROPS_TX_STATUS", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TRANSFER_TYPE": {"type": "TEXT", "index": 7, "name": "TRANSFER_TYPE", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 8, "name": "MSG_INDEX", "comment": null}, "SENDER": {"type": "TEXT", "index": 9, "name": "SENDER", "comment": null}, "AMOUNT": {"type": "TEXT", "index": 10, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 11, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 12, "name": "DECIMAL", "comment": null}, "RECEIVER": {"type": "TEXT", "index": 13, "name": "RECEIVER", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__airdrops_TX_STATUS.a3162c9843"}, "test.osmosis_models.not_null_silver__tx_body_msgs_TX_ID.6c76303c1c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TX_BODY_MSGS_TX_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_GROUP", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__tx_body_msgs_TX_ID.6c76303c1c"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_TX_CALLER_ADDRESS.357674199d"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_CHAIN_ID.5811cc1a91": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_STAKING_CHAIN_ID", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_CHAIN_ID.5811cc1a91"}, "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_POOL_ID.b8081075e8": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "EARLY_LIQUIDITY_PROVIDER_ACTIONS_POOL_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 7, "name": "MSG_INDEX", "comment": null}, "LIQUIDITY_PROVIDER_ADDRESS": {"type": "TEXT", "index": 8, "name": "LIQUIDITY_PROVIDER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 9, "name": "ACTION", "comment": null}, "POOL_ID": {"type": "NUMBER", "index": 10, "name": "POOL_ID", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 13, "name": "DECIMAL", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_POOL_ID.b8081075e8"}, "test.osmosis_models.not_null_silver__staking_rewards_BLOCKCHAIN.2c8319b7d6": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKING_REWARDS_BLOCKCHAIN", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 7, "name": "TX_CALLER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 8, "name": "ACTION", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 9, "name": "MSG_GROUP", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 10, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 13, "name": "VALIDATOR_ADDRESS", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 14, "name": "DECIMAL", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__staking_rewards_BLOCKCHAIN.2c8319b7d6"}, "test.osmosis_models.not_null_silver__staking_TX_CALLER_ADDRESS.c71643fc54": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKING_TX_CALLER_ADDRESS", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 7, "name": "TX_CALLER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 8, "name": "ACTION", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 9, "name": "MSG_GROUP", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 10, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 13, "name": "VALIDATOR_ADDRESS", "comment": null}, "REDELEGATE_SOURCE_VALIDATOR_ADDRESS": {"type": "TEXT", "index": 14, "name": "REDELEGATE_SOURCE_VALIDATOR_ADDRESS", "comment": null}, "COMPLETION_TIME": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "COMPLETION_TIME", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 16, "name": "DECIMAL", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 18, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__staking_TX_CALLER_ADDRESS.c71643fc54"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_CHAIN_ID.88e95d51bf": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_GOVERNANCE_VOTES_CHAIN_ID", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_CHAIN_ID.88e95d51bf"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_AMOUNT.e948e49ade"}, "test.osmosis_models.not_null_core__fact_transactions_TX_FROM.7ddc5dd2a3": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "FACT_TRANSACTIONS_TX_FROM", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_FROM": {"type": "TEXT", "index": 6, "name": "TX_FROM", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 7, "name": "TX_STATUS", "comment": null}, "CODESPACE": {"type": "TEXT", "index": 8, "name": "CODESPACE", "comment": null}, "FEE": {"type": "TEXT", "index": 9, "name": "FEE", "comment": null}, "GAS_USED": {"type": "NUMBER", "index": 10, "name": "GAS_USED", "comment": null}, "GAS_WANTED": {"type": "NUMBER", "index": 11, "name": "GAS_WANTED", "comment": null}, "TX_CODE": {"type": "NUMBER", "index": 12, "name": "TX_CODE", "comment": null}, "MSGS": {"type": "VARIANT", "index": 13, "name": "MSGS", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_core__fact_transactions_TX_FROM.7ddc5dd2a3"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_TX_ID.0f5f2f982f": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_LIQUIDITY_PROVIDER_ACTIONS_TX_ID", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_TX_ID.0f5f2f982f"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.e3e66ade1c"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_CURRENCY.ce0427eb08": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_LOCKED_LIQUIDITY_ACTIONS_CURRENCY", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_CURRENCY.ce0427eb08"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_BLOCK_TIMESTAMP.1e17d9cc4c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_SWAPS_BLOCK_TIMESTAMP", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_BLOCK_TIMESTAMP.1e17d9cc4c"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.bc42693f6e"}, "test.osmosis_models.not_null_silver__staking_rewards_TX_CALLER_ADDRESS.2a5a45cb36": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKING_REWARDS_TX_CALLER_ADDRESS", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 7, "name": "TX_CALLER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 8, "name": "ACTION", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 9, "name": "MSG_GROUP", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 10, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 13, "name": "VALIDATOR_ADDRESS", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 14, "name": "DECIMAL", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__staking_rewards_TX_CALLER_ADDRESS.2a5a45cb36"}, "test.osmosis_models.not_null_silver__pool_metadata_POOL_ID.b97c1cddc8": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "POOL_METADATA_POOL_ID", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MODULE": {"type": "TEXT", "index": 1, "name": "MODULE", "comment": null}, "POOL_ID": {"type": "NUMBER", "index": 2, "name": "POOL_ID", "comment": null}, "ASSETS": {"type": "ARRAY", "index": 3, "name": "ASSETS", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 4, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 5, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__pool_metadata_POOL_ID.b97c1cddc8"}, "test.osmosis_models.not_null_silver__staking_BLOCK_ID.1d5493faed": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKING_BLOCK_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 7, "name": "TX_CALLER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 8, "name": "ACTION", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 9, "name": "MSG_GROUP", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 10, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 13, "name": "VALIDATOR_ADDRESS", "comment": null}, "REDELEGATE_SOURCE_VALIDATOR_ADDRESS": {"type": "TEXT", "index": 14, "name": "REDELEGATE_SOURCE_VALIDATOR_ADDRESS", "comment": null}, "COMPLETION_TIME": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "COMPLETION_TIME", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 16, "name": "DECIMAL", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 18, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__staking_BLOCK_ID.1d5493faed"}, "test.osmosis_models.not_null_silver__swaps_TO_AMOUNT.db49c788b2": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "SWAPS_TO_AMOUNT", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TRADER": {"type": "TEXT", "index": 7, "name": "TRADER", "comment": null}, "FROM_AMOUNT": {"type": "TEXT", "index": 8, "name": "FROM_AMOUNT", "comment": null}, "FROM_CURRENCY": {"type": "TEXT", "index": 9, "name": "FROM_CURRENCY", "comment": null}, "FROM_DECIMAL": {"type": "VARIANT", "index": 10, "name": "FROM_DECIMAL", "comment": null}, "TO_AMOUNT": {"type": "TEXT", "index": 11, "name": "TO_AMOUNT", "comment": null}, "TO_CURRENCY": {"type": "TEXT", "index": 12, "name": "TO_CURRENCY", "comment": null}, "TO_DECIMAL": {"type": "VARIANT", "index": 13, "name": "TO_DECIMAL", "comment": null}, "POOL_IDS": {"type": "ARRAY", "index": 14, "name": "POOL_IDS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_BODY_INDEX": {"type": "NUMBER", "index": 16, "name": "_BODY_INDEX", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__swaps_TO_AMOUNT.db49c788b2"}, "test.osmosis_models.not_null_silver__swaps_TO_CURRENCY.156045cb7d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "SWAPS_TO_CURRENCY", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TRADER": {"type": "TEXT", "index": 7, "name": "TRADER", "comment": null}, "FROM_AMOUNT": {"type": "TEXT", "index": 8, "name": "FROM_AMOUNT", "comment": null}, "FROM_CURRENCY": {"type": "TEXT", "index": 9, "name": "FROM_CURRENCY", "comment": null}, "FROM_DECIMAL": {"type": "VARIANT", "index": 10, "name": "FROM_DECIMAL", "comment": null}, "TO_AMOUNT": {"type": "TEXT", "index": 11, "name": "TO_AMOUNT", "comment": null}, "TO_CURRENCY": {"type": "TEXT", "index": 12, "name": "TO_CURRENCY", "comment": null}, "TO_DECIMAL": {"type": "VARIANT", "index": 13, "name": "TO_DECIMAL", "comment": null}, "POOL_IDS": {"type": "ARRAY", "index": 14, "name": "POOL_IDS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_BODY_INDEX": {"type": "NUMBER", "index": 16, "name": "_BODY_INDEX", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__swaps_TO_CURRENCY.156045cb7d"}, "model.osmosis_models.silver__early_liquidity_provider_actions": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "EARLY_LIQUIDITY_PROVIDER_ACTIONS", "database": "OSMOSIS_DEV", "comment": "Includes all actions entering and exiting liquidity pools (for transactions using the old (pre 2022))", "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."}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": "In this table, always Osmosis. Used to join to cross-chain tables."}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": "The name and version of the blockchain."}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed."}, "MSG_INDEX": {"type": "NUMBER", "index": 7, "name": "MSG_INDEX", "comment": ""}, "LIQUIDITY_PROVIDER_ADDRESS": {"type": "TEXT", "index": 8, "name": "LIQUIDITY_PROVIDER_ADDRESS", "comment": "The address of user that provided or removed liquidity from the pool."}, "ACTION": {"type": "TEXT", "index": 9, "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"}, "POOL_ID": {"type": "ARRAY", "index": 10, "name": "POOL_ID", "comment": "Identifier for the pool within the module"}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": "The amount that was used in the transaction message."}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": "The currency that was used in the transaction message."}, "DECIMAL": {"type": "VARIANT", "index": 13, "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."}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "_INSERTED_TIMESTAMP", "comment": "The time the block was inserted into to the Flipside database."}, "_UNIQUE_KEY": {"type": "TEXT", "index": 15, "name": "_UNIQUE_KEY", "comment": ""}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 613849.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 74337792.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE)", "include": true, "description": "The key used to cluster this 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.osmosis_models.silver__early_liquidity_provider_actions"}, "model.osmosis_models.silver__liquid_balances": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "LIQUID_BALANCES", "database": "OSMOSIS_DEV", "comment": "A table containing all the liquid balance changes of wallets on the Osmosis chain.", "owner": "INTERNAL_DEV"}, "columns": {"ADDRESS": {"type": "TEXT", "index": 1, "name": "ADDRESS", "comment": "Address unique to an individual wallet, validator, or token."}, "BALANCE": {"type": "NUMBER", "index": 2, "name": "BALANCE", "comment": "The amount of the currency the wallet held at the given time"}, "BALANCE_TYPE": {"type": "TEXT", "index": 3, "name": "BALANCE_TYPE", "comment": ""}, "CURRENCY": {"type": "TEXT", "index": 4, "name": "CURRENCY", "comment": "The currency that was used in the transaction message."}, "BLOCK_ID": {"type": "NUMBER", "index": 5, "name": "BLOCK_ID", "comment": "The block height the block was recorded at."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "comment": "The time the block was sent to the Flipside database."}, "DECIMAL": {"type": "VARIANT", "index": 8, "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."}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 414279294.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 8465816064.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp)", "include": true, "description": "The key used to cluster this 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.osmosis_models.silver__liquid_balances"}, "test.osmosis_models.silver__superfluid_staked_balances_business_logic_test.8de4cedcc4": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "SUPERFLUID_STAKED_BALANCES_BUSINESS_LOGIC_TEST", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"WHICH_DIFF": {"type": "TEXT", "index": 1, "name": "WHICH_DIFF", "comment": null}, "BLOCK_ID": {"type": "NUMBER", "index": 2, "name": "BLOCK_ID", "comment": null}, "BALANCE_TYPE": {"type": "TEXT", "index": 3, "name": "BALANCE_TYPE", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 4, "name": "ADDRESS", "comment": null}, "LOCK_ID": {"type": "NUMBER", "index": 5, "name": "LOCK_ID", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 6, "name": "CURRENCY", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 7, "name": "BALANCE", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:41UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.silver__superfluid_staked_balances_business_logic_test.8de4cedcc4"}, "test.osmosis_models.not_null_silver__transactions_TX_CODE.080a71cc61": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSACTIONS_TX_CODE", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "CODESPACE": {"type": "TEXT", "index": 5, "name": "CODESPACE", "comment": null}, "GAS_USED": {"type": "NUMBER", "index": 6, "name": "GAS_USED", "comment": null}, "GAS_WANTED": {"type": "NUMBER", "index": 7, "name": "GAS_WANTED", "comment": null}, "TX_ID": {"type": "TEXT", "index": 8, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 9, "name": "TX_STATUS", "comment": null}, "TX_CODE": {"type": "NUMBER", "index": 10, "name": "TX_CODE", "comment": null}, "MSGS": {"type": "VARIANT", "index": 11, "name": "MSGS", "comment": null}, "AUTH_INFO": {"type": "VARIANT", "index": 12, "name": "AUTH_INFO", "comment": null}, "TX_BODY": {"type": "VARIANT", "index": 13, "name": "TX_BODY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__transactions_TX_CODE.080a71cc61"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_CHAIN_ID.2934d1bfe0": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_LIQUIDITY_PROVIDER_ACTIONS_CHAIN_ID", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_CHAIN_ID.2934d1bfe0"}, "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__tx_body_msgs_BLOCK_TIMESTAMP__day__1.0569f1bd13": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "TX_BODY_MSGS_BLOCK_TIMESTAMP", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__tx_body_msgs_BLOCK_TIMESTAMP__day__1.0569f1bd13"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_DECIMAL.0ab80dbc1d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_LOCKED_LIQUIDITY_ACTIONS_DECIMAL", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_DECIMAL.0ab80dbc1d"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.ca8344970f": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TX_BODY_MSGS_BLOCK_TIMESTAMP", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.ca8344970f"}, "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_AMOUNT.ba81291ef5": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "EARLY_LIQUIDITY_PROVIDER_ACTIONS_AMOUNT", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 7, "name": "MSG_INDEX", "comment": null}, "LIQUIDITY_PROVIDER_ADDRESS": {"type": "TEXT", "index": 8, "name": "LIQUIDITY_PROVIDER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 9, "name": "ACTION", "comment": null}, "POOL_ID": {"type": "NUMBER", "index": 10, "name": "POOL_ID", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 13, "name": "DECIMAL", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_AMOUNT.ba81291ef5"}, "test.osmosis_models.not_null_silver__governance_proposal_deposits_BLOCK_TIMESTAMP.be9d64b7a5": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_PROPOSAL_DEPOSITS_BLOCK_TIMESTAMP", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "DEPOSITOR": {"type": "TEXT", "index": 7, "name": "DEPOSITOR", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 8, "name": "PROPOSAL_ID", "comment": null}, "AMOUNT": {"type": "FLOAT", "index": 9, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 10, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 11, "name": "DECIMAL", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__governance_proposal_deposits_BLOCK_TIMESTAMP.be9d64b7a5"}, "test.osmosis_models.not_null_silver__liquid_balances_BALANCE.9206f45427": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LIQUID_BALANCES_BALANCE", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ADDRESS": {"type": "TEXT", "index": 1, "name": "ADDRESS", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 2, "name": "BALANCE", "comment": null}, "BALANCE_TYPE": {"type": "TEXT", "index": 3, "name": "BALANCE_TYPE", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 4, "name": "CURRENCY", "comment": null}, "BLOCK_ID": {"type": "NUMBER", "index": 5, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "BLOCK_TIMESTAMP", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 8, "name": "DECIMAL", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__liquid_balances_BALANCE.9206f45427"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.3a3d5edff0": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "LOCKED_LIQUIDITY_ACTIONS_BLOCK_TIMESTAMP", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.3a3d5edff0"}, "test.osmosis_models.not_null_silver__swaps_FROM_AMOUNT.a2d756c197": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "SWAPS_FROM_AMOUNT", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TRADER": {"type": "TEXT", "index": 7, "name": "TRADER", "comment": null}, "FROM_AMOUNT": {"type": "TEXT", "index": 8, "name": "FROM_AMOUNT", "comment": null}, "FROM_CURRENCY": {"type": "TEXT", "index": 9, "name": "FROM_CURRENCY", "comment": null}, "FROM_DECIMAL": {"type": "VARIANT", "index": 10, "name": "FROM_DECIMAL", "comment": null}, "TO_AMOUNT": {"type": "TEXT", "index": 11, "name": "TO_AMOUNT", "comment": null}, "TO_CURRENCY": {"type": "TEXT", "index": 12, "name": "TO_CURRENCY", "comment": null}, "TO_DECIMAL": {"type": "VARIANT", "index": 13, "name": "TO_DECIMAL", "comment": null}, "POOL_IDS": {"type": "ARRAY", "index": 14, "name": "POOL_IDS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_BODY_INDEX": {"type": "NUMBER", "index": 16, "name": "_BODY_INDEX", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__swaps_FROM_AMOUNT.a2d756c197"}, "test.osmosis_models.not_null_silver__swaps_BLOCKCHAIN.704d8b1b68": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "SWAPS_BLOCKCHAIN", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TRADER": {"type": "TEXT", "index": 7, "name": "TRADER", "comment": null}, "FROM_AMOUNT": {"type": "TEXT", "index": 8, "name": "FROM_AMOUNT", "comment": null}, "FROM_CURRENCY": {"type": "TEXT", "index": 9, "name": "FROM_CURRENCY", "comment": null}, "FROM_DECIMAL": {"type": "VARIANT", "index": 10, "name": "FROM_DECIMAL", "comment": null}, "TO_AMOUNT": {"type": "TEXT", "index": 11, "name": "TO_AMOUNT", "comment": null}, "TO_CURRENCY": {"type": "TEXT", "index": 12, "name": "TO_CURRENCY", "comment": null}, "TO_DECIMAL": {"type": "VARIANT", "index": 13, "name": "TO_DECIMAL", "comment": null}, "POOL_IDS": {"type": "ARRAY", "index": 14, "name": "POOL_IDS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_BODY_INDEX": {"type": "NUMBER", "index": 16, "name": "_BODY_INDEX", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__swaps_BLOCKCHAIN.704d8b1b68"}, "test.osmosis_models.not_null_silver__transactions_CHAIN_ID.d90596c439": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSACTIONS_CHAIN_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "CODESPACE": {"type": "TEXT", "index": 5, "name": "CODESPACE", "comment": null}, "GAS_USED": {"type": "NUMBER", "index": 6, "name": "GAS_USED", "comment": null}, "GAS_WANTED": {"type": "NUMBER", "index": 7, "name": "GAS_WANTED", "comment": null}, "TX_ID": {"type": "TEXT", "index": 8, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 9, "name": "TX_STATUS", "comment": null}, "TX_CODE": {"type": "NUMBER", "index": 10, "name": "TX_CODE", "comment": null}, "MSGS": {"type": "VARIANT", "index": 11, "name": "MSGS", "comment": null}, "AUTH_INFO": {"type": "VARIANT", "index": 12, "name": "AUTH_INFO", "comment": null}, "TX_BODY": {"type": "VARIANT", "index": 13, "name": "TX_BODY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__transactions_CHAIN_ID.d90596c439"}, "model.osmosis_models.silver__governance_votes": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "GOVERNANCE_VOTES", "database": "OSMOSIS_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."}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": "In this table, always Osmosis. Used to join to cross-chain tables."}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": "The name and version of the blockchain."}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed."}, "_PATH": {"type": "TEXT", "index": 7, "name": "_PATH", "comment": "Internal use for unique key. Path recursive lateral flatten pulls info from."}, "PROPOSAL_ID": {"type": "NUMBER", "index": 8, "name": "PROPOSAL_ID", "comment": "Numeric ID that corresponds to the proposal."}, "VOTER": {"type": "TEXT", "index": 9, "name": "VOTER", "comment": "Address of the delegator that voted on the proposal."}, "VOTE_OPTION": {"type": "VARIANT", "index": 10, "name": "VOTE_OPTION", "comment": "How the delegator voted on the proposal."}, "VOTE_WEIGHT": {"type": "FLOAT", "index": 11, "name": "VOTE_WEIGHT", "comment": "The percentage of one's delegation put towards a voting option. 1 = 100%, etc."}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": "The time the block was inserted into to the Flipside database."}, "_UNIQUE_KEY": {"type": "TEXT", "index": 13, "name": "_UNIQUE_KEY", "comment": ""}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 5895883.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 662150144.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE)", "include": true, "description": "The key used to cluster this 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.osmosis_models.silver__governance_votes"}, "model.osmosis_models.silver__tx_body_msgs": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "TX_BODY_MSGS", "database": "OSMOSIS_DEV", "comment": "Records of all messages associated to transactions that have occurred on Osmosis, 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."}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": ""}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": "The name and version of the blockchain."}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": ""}, "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)"}, "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": "The time the block was inserted into to the Flipside database."}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 158053246.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:41UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 279032271872.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(_inserted_timestamp::DATE)", "include": true, "description": "The key used to cluster this 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.osmosis_models.silver__tx_body_msgs"}, "test.osmosis_models.not_null_silver__tx_body_msgs_CHAIN_ID.70175276f8": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TX_BODY_MSGS_CHAIN_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_GROUP", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__tx_body_msgs_CHAIN_ID.70175276f8"}, "test.osmosis_models.not_null_silver__daily_balances_ADDRESS.2502493350": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "DAILY_BALANCES_ADDRESS", "database": "OSMOSIS_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}, "DECIMAL": {"type": "VARIANT", "index": 5, "name": "DECIMAL", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 6, "name": "BALANCE", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__daily_balances_ADDRESS.2502493350"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_set_silver__validator_metadata_BLOCKCHAIN__osmosis.3c580b011a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_SET_SILVER", "name": "VALIDATOR_METADATA_BLOCKCHAIN", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"VALUE_FIELD": {"type": "TEXT", "index": 1, "name": "VALUE_FIELD", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_set_silver__validator_metadata_BLOCKCHAIN__osmosis.3c580b011a"}, "test.osmosis_models.not_null_silver__governance_submit_proposal_PROPOSAL_ID.b8f0c6f0fa": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_SUBMIT_PROPOSAL_PROPOSAL_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "PROPOSER": {"type": "TEXT", "index": 7, "name": "PROPOSER", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 8, "name": "PROPOSAL_ID", "comment": null}, "PROPOSAL_TYPE": {"type": "TEXT", "index": 9, "name": "PROPOSAL_TYPE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__governance_submit_proposal_PROPOSAL_ID.b8f0c6f0fa"}, "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_ACTION.489926bcf5": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "EARLY_LIQUIDITY_PROVIDER_ACTIONS_ACTION", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 7, "name": "MSG_INDEX", "comment": null}, "LIQUIDITY_PROVIDER_ADDRESS": {"type": "TEXT", "index": 8, "name": "LIQUIDITY_PROVIDER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 9, "name": "ACTION", "comment": null}, "POOL_ID": {"type": "NUMBER", "index": 10, "name": "POOL_ID", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 13, "name": "DECIMAL", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_ACTION.489926bcf5"}, "test.osmosis_models.not_null_silver__staking_MSG_GROUP.80a68c918c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKING_MSG_GROUP", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 7, "name": "TX_CALLER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 8, "name": "ACTION", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 9, "name": "MSG_GROUP", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 10, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 13, "name": "VALIDATOR_ADDRESS", "comment": null}, "REDELEGATE_SOURCE_VALIDATOR_ADDRESS": {"type": "TEXT", "index": 14, "name": "REDELEGATE_SOURCE_VALIDATOR_ADDRESS", "comment": null}, "COMPLETION_TIME": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "COMPLETION_TIME", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 16, "name": "DECIMAL", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 18, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__staking_MSG_GROUP.80a68c918c"}, "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_BLOCKCHAIN.06d4e203c7": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LOCKED_LIQUIDITY_ACTIONS_BEGIN_UNLOCK_BLOCKCHAIN", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_GROUP", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 8, "name": "MSG_TYPE", "comment": null}, "LOCK_ID": {"type": "NUMBER", "index": 9, "name": "LOCK_ID", "comment": null}, "ACTION": {"type": "TEXT", "index": 10, "name": "ACTION", "comment": null}, "HYBRID_ACTION": {"type": "TEXT", "index": 11, "name": "HYBRID_ACTION", "comment": null}, "AMOUNT": {"type": "TEXT", "index": 12, "name": "AMOUNT", "comment": null}, "LOCKER": {"type": "TEXT", "index": 13, "name": "LOCKER", "comment": null}, "DURATION": {"type": "TEXT", "index": 14, "name": "DURATION", "comment": null}, "UNLOCK_TIME": {"type": "TEXT", "index": 15, "name": "UNLOCK_TIME", "comment": null}, "NEW_LOCK_IDS": {"type": "TEXT", "index": 16, "name": "NEW_LOCK_IDS", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 17, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 18, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_BLOCKCHAIN.06d4e203c7"}, "test.osmosis_models.not_null_silver__superfluid_staking_BLOCK_TIMESTAMP.1ff654455f": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "SUPERFLUID_STAKING_BLOCK_TIMESTAMP", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 6, "name": "MSG_GROUP", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 7, "name": "TX_STATUS", "comment": null}, "ACTION": {"type": "TEXT", "index": 8, "name": "ACTION", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 9, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 10, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 11, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 12, "name": "DECIMAL", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 13, "name": "VALIDATOR_ADDRESS", "comment": null}, "LOCK_ID": {"type": "NUMBER", "index": 14, "name": "LOCK_ID", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__superfluid_staking_BLOCK_TIMESTAMP.1ff654455f"}, "test.osmosis_models.not_null_silver__swaps_TRADER.b122237f9c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "SWAPS_TRADER", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TRADER": {"type": "TEXT", "index": 7, "name": "TRADER", "comment": null}, "FROM_AMOUNT": {"type": "TEXT", "index": 8, "name": "FROM_AMOUNT", "comment": null}, "FROM_CURRENCY": {"type": "TEXT", "index": 9, "name": "FROM_CURRENCY", "comment": null}, "FROM_DECIMAL": {"type": "VARIANT", "index": 10, "name": "FROM_DECIMAL", "comment": null}, "TO_AMOUNT": {"type": "TEXT", "index": 11, "name": "TO_AMOUNT", "comment": null}, "TO_CURRENCY": {"type": "TEXT", "index": 12, "name": "TO_CURRENCY", "comment": null}, "TO_DECIMAL": {"type": "VARIANT", "index": 13, "name": "TO_DECIMAL", "comment": null}, "POOL_IDS": {"type": "ARRAY", "index": 14, "name": "POOL_IDS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_BODY_INDEX": {"type": "NUMBER", "index": 16, "name": "_BODY_INDEX", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__swaps_TRADER.b122237f9c"}, "model.osmosis_models.core__dim_vote_options": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "DIM_VOTE_OPTIONS", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"VOTE_ID": {"type": "VARIANT", "index": 1, "name": "VOTE_ID", "comment": ""}, "DESCRIPTION": {"type": "TEXT", "index": 2, "name": "DESCRIPTION", "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.osmosis_models.core__dim_vote_options"}, "test.osmosis_models.not_null_silver__governance_proposal_deposits_CURRENCY.2b95ab2ae2": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_PROPOSAL_DEPOSITS_CURRENCY", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "DEPOSITOR": {"type": "TEXT", "index": 7, "name": "DEPOSITOR", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 8, "name": "PROPOSAL_ID", "comment": null}, "AMOUNT": {"type": "FLOAT", "index": 9, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 10, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 11, "name": "DECIMAL", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__governance_proposal_deposits_CURRENCY.2b95ab2ae2"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_AMOUNT.67a8d6bb77": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_AIRDROP_AMOUNT", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:37UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_AMOUNT.67a8d6bb77"}, "test.osmosis_models.not_null_silver__staking_TX_ID.79d5b2c618": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKING_TX_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 7, "name": "TX_CALLER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 8, "name": "ACTION", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 9, "name": "MSG_GROUP", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 10, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 13, "name": "VALIDATOR_ADDRESS", "comment": null}, "REDELEGATE_SOURCE_VALIDATOR_ADDRESS": {"type": "TEXT", "index": 14, "name": "REDELEGATE_SOURCE_VALIDATOR_ADDRESS", "comment": null}, "COMPLETION_TIME": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "COMPLETION_TIME", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 16, "name": "DECIMAL", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 18, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__staking_TX_ID.79d5b2c618"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_TX_CODE__NUMBER__FLOAT.7a08ebe064"}, "test.osmosis_models.not_null_silver__msg_attributes_BLOCK_ID.73b2e37ccf": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "MSG_ATTRIBUTES_BLOCK_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 6, "name": "MSG_GROUP", "comment": null}, "MSG_SUB_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_SUB_GROUP", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 8, "name": "MSG_INDEX", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 9, "name": "MSG_TYPE", "comment": null}, "ATTRIBUTE_INDEX": {"type": "NUMBER", "index": 10, "name": "ATTRIBUTE_INDEX", "comment": null}, "ATTRIBUTE_KEY": {"type": "TEXT", "index": 11, "name": "ATTRIBUTE_KEY", "comment": null}, "ATTRIBUTE_VALUE": {"type": "TEXT", "index": 12, "name": "ATTRIBUTE_VALUE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 14, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__msg_attributes_BLOCK_ID.73b2e37ccf"}, "seed.osmosis_models.testing__locked_liquidity_balances": {"metadata": {"type": "BASE TABLE", "schema": "TESTING", "name": "LOCKED_LIQUIDITY_BALANCES", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BALANCE_TYPE": {"type": "TEXT", "index": 2, "name": "BALANCE_TYPE", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "LOCK_ID": {"type": "NUMBER", "index": 4, "name": "LOCK_ID", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 5, "name": "CURRENCY", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 6, "name": "BALANCE", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 20.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:41UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 3584.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": "seed.osmosis_models.testing__locked_liquidity_balances"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_AMOUNT.dfd5f028ff"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.76dc3dad56": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TX_BODY_MSGS", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.76dc3dad56"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__msg_attributes_TX_ID__MSG_INDEX__ATTRIBUTE_INDEX.e7c19e7974": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "MSG_ATTRIBUTES_TX_ID", "database": "OSMOSIS_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}, "ATTRIBUTE_INDEX": {"type": "NUMBER", "index": 3, "name": "ATTRIBUTE_INDEX", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__msg_attributes_TX_ID__MSG_INDEX__ATTRIBUTE_INDEX.e7c19e7974"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_TX_ID.b8a105d7d4": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_SWAPS_TX_ID", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_TX_ID.b8a105d7d4"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_PROPOSAL_ID.5d9ec9cb22"}, "test.osmosis_models.not_null_silver__liquidity_provider_actions_BLOCK_ID.e2351bb72a": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LIQUIDITY_PROVIDER_ACTIONS_BLOCK_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 7, "name": "MSG_INDEX", "comment": null}, "LIQUIDITY_PROVIDER_ADDRESS": {"type": "TEXT", "index": 8, "name": "LIQUIDITY_PROVIDER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 9, "name": "ACTION", "comment": null}, "POOL_ID": {"type": "NUMBER", "index": 10, "name": "POOL_ID", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 13, "name": "DECIMAL", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__liquidity_provider_actions_BLOCK_ID.e2351bb72a"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.690191eca2"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_prices_RECORDED_AT.1fc325bfa7": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "DIM_PRICES_RECORDED_AT", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:37UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_prices_RECORDED_AT.1fc325bfa7"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_VOTE_OPTION.da3bb68e41"}, "test.osmosis_models.not_null_silver__locked_liquidity_actions_BLOCK_TIMESTAMP.ae52fcaf2c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LOCKED_LIQUIDITY_ACTIONS_BLOCK_TIMESTAMP", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_GROUP", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 8, "name": "MSG_TYPE", "comment": null}, "MSG_ACTION": {"type": "TEXT", "index": 9, "name": "MSG_ACTION", "comment": null}, "MSG_ACTION_DESCRIPTION": {"type": "TEXT", "index": 10, "name": "MSG_ACTION_DESCRIPTION", "comment": null}, "LOCKER_ADDRESS": {"type": "TEXT", "index": 11, "name": "LOCKER_ADDRESS", "comment": null}, "LOCK_ID": {"type": "NUMBER", "index": 12, "name": "LOCK_ID", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 13, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 14, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 15, "name": "DECIMAL", "comment": null}, "POOL_ID": {"type": "NUMBER", "index": 16, "name": "POOL_ID", "comment": null}, "LOCK_DURATION": {"type": "TEXT", "index": 17, "name": "LOCK_DURATION", "comment": null}, "UNLOCK_TIME": {"type": "TEXT", "index": 18, "name": "UNLOCK_TIME", "comment": null}, "IS_SUPERFLUID": {"type": "BOOLEAN", "index": 19, "name": "IS_SUPERFLUID", "comment": null}, "UNPOOL_NEW_LOCK_IDS": {"type": "TEXT", "index": 20, "name": "UNPOOL_NEW_LOCK_IDS", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 21, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 22, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__locked_liquidity_actions_BLOCK_TIMESTAMP.ae52fcaf2c"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_TX_ID.787cd5bc51": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_AIRDROP_TX_ID", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:37UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_TX_ID.787cd5bc51"}, "test.osmosis_models.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": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__staking_rewards_BLOCK_TIMESTAMP__day__1.d9c2eafe68"}, "test.osmosis_models.not_null_silver__staking_rewards__INSERTED_TIMESTAMP.25d2eb6d01": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKING_REWARDS", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 7, "name": "TX_CALLER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 8, "name": "ACTION", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 9, "name": "MSG_GROUP", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 10, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 13, "name": "VALIDATOR_ADDRESS", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 14, "name": "DECIMAL", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__staking_rewards__INSERTED_TIMESTAMP.25d2eb6d01"}, "test.osmosis_models.not_null_silver__staking_rewards_TX_STATUS.428145451b": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKING_REWARDS_TX_STATUS", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 7, "name": "TX_CALLER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 8, "name": "ACTION", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 9, "name": "MSG_GROUP", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 10, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 13, "name": "VALIDATOR_ADDRESS", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 14, "name": "DECIMAL", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__staking_rewards_TX_STATUS.428145451b"}, "test.osmosis_models.not_null_silver__governance_submit_proposal_CHAIN_ID.db4c666e00": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_SUBMIT_PROPOSAL_CHAIN_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "PROPOSER": {"type": "TEXT", "index": 7, "name": "PROPOSER", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 8, "name": "PROPOSAL_ID", "comment": null}, "PROPOSAL_TYPE": {"type": "TEXT", "index": 9, "name": "PROPOSAL_TYPE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__governance_submit_proposal_CHAIN_ID.db4c666e00"}, "test.osmosis_models.not_null_silver__governance_votes_TX_ID.3dd2b22c87": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_VOTES_TX_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "_PATH": {"type": "TEXT", "index": 7, "name": "_PATH", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 8, "name": "PROPOSAL_ID", "comment": null}, "VOTER": {"type": "TEXT", "index": 9, "name": "VOTER", "comment": null}, "VOTE_OPTION": {"type": "VARIANT", "index": 10, "name": "VOTE_OPTION", "comment": null}, "VOTE_WEIGHT": {"type": "FLOAT", "index": 11, "name": "VOTE_WEIGHT", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__governance_votes_TX_ID.3dd2b22c87"}, "model.osmosis_models.silver__swaps": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "SWAPS", "database": "OSMOSIS_DEV", "comment": "Records of all transactions that have occurred on Osmosis, 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."}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": "In this table, always Osmosis. Used to join to cross-chain tables."}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": "The name and version of the blockchain."}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed."}, "TRADER": {"type": "TEXT", "index": 7, "name": "TRADER", "comment": "The wallet address of the individual who initiated the swap."}, "FROM_AMOUNT": {"type": "NUMBER", "index": 8, "name": "FROM_AMOUNT", "comment": "The amount that the user sent to be swapped for another currency."}, "FROM_CURRENCY": {"type": "TEXT", "index": 9, "name": "FROM_CURRENCY", "comment": "The currency that the user sent to be swapped for another currency."}, "FROM_DECIMAL": {"type": "VARIANT", "index": 10, "name": "FROM_DECIMAL", "comment": "Divide the swap_from_amount by POW(10, swap_from_decimal) to get the amount the user swapped."}, "TO_AMOUNT": {"type": "NUMBER", "index": 11, "name": "TO_AMOUNT", "comment": "The amount that the user sent to be swapped for another currency."}, "TO_CURRENCY": {"type": "TEXT", "index": 12, "name": "TO_CURRENCY", "comment": "The currency that the user sent to be swapped for another currency."}, "TO_DECIMAL": {"type": "VARIANT", "index": 13, "name": "TO_DECIMAL", "comment": "Divide the swap_to_amount by POW(10, swap_to_decimal) to get the amount the user received."}, "POOL_IDS": {"type": "ARRAY", "index": 14, "name": "POOL_IDS", "comment": "Identifier for the pool within the module"}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": "The time the block was inserted into to the Flipside database."}, "_BODY_INDEX": {"type": "NUMBER", "index": 16, "name": "_BODY_INDEX", "comment": ""}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 18917074.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:41UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 1125778944.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE)", "include": true, "description": "The key used to cluster this 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.osmosis_models.silver__swaps"}, "model.osmosis_models.core__fact_liquidity_provider_actions": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "FACT_LIQUIDITY_PROVIDER_ACTIONS", "database": "OSMOSIS_DEV", "comment": "Includes all actions entering and exiting liquidity pools", "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."}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": "In this table, always Osmosis. Used to join to cross-chain tables."}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": "The name and version of the blockchain."}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed."}, "LIQUIDITY_PROVIDER_ADDRESS": {"type": "TEXT", "index": 7, "name": "LIQUIDITY_PROVIDER_ADDRESS", "comment": "The address of user that provided or removed liquidity from the pool."}, "ACTION": {"type": "TEXT", "index": 8, "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"}, "POOL_ID :: ARRAY": {"type": "ARRAY", "index": 9, "name": "POOL_ID :: ARRAY", "comment": ""}, "AMOUNT": {"type": "NUMBER", "index": 10, "name": "AMOUNT", "comment": "The amount that was used in the transaction message."}, "CURRENCY": {"type": "TEXT", "index": 11, "name": "CURRENCY", "comment": "The currency that was used in the transaction message."}, "DECIMAL": {"type": "VARIANT", "index": 12, "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."}}, "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.osmosis_models.core__fact_liquidity_provider_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.a1e200cf11": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "MSGS", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.a1e200cf11"}, "test.osmosis_models.not_null_core__fact_daily_balances_DATE.3060cee3fd": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "FACT_DAILY_BALANCES_DATE", "database": "OSMOSIS_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}, "DECIMAL": {"type": "VARIANT", "index": 5, "name": "DECIMAL", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 6, "name": "BALANCE", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_core__fact_daily_balances_DATE.3060cee3fd"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_UNPOOL_NEW_LOCK_IDS.dff4ccf333": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_LOCKED_LIQUIDITY_ACTIONS_UNPOOL_NEW_LOCK_IDS", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_UNPOOL_NEW_LOCK_IDS.dff4ccf333"}, "test.osmosis_models.not_null_silver__blocks_PROPOSER_ADDRESS.00f683ae74": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BLOCKS_PROPOSER_ADDRESS", "database": "OSMOSIS_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}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 8, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__blocks_PROPOSER_ADDRESS.00f683ae74"}, "test.osmosis_models.not_null_silver__msg_attributes_BLOCK_TIMESTAMP.ef8fb181e9": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "MSG_ATTRIBUTES_BLOCK_TIMESTAMP", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 6, "name": "MSG_GROUP", "comment": null}, "MSG_SUB_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_SUB_GROUP", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 8, "name": "MSG_INDEX", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 9, "name": "MSG_TYPE", "comment": null}, "ATTRIBUTE_INDEX": {"type": "NUMBER", "index": 10, "name": "ATTRIBUTE_INDEX", "comment": null}, "ATTRIBUTE_KEY": {"type": "TEXT", "index": 11, "name": "ATTRIBUTE_KEY", "comment": null}, "ATTRIBUTE_VALUE": {"type": "TEXT", "index": 12, "name": "ATTRIBUTE_VALUE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 14, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__msg_attributes_BLOCK_TIMESTAMP.ef8fb181e9"}, "test.osmosis_models.not_null_silver__msg_attributes_TX_ID.34f30240c0": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "MSG_ATTRIBUTES_TX_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 6, "name": "MSG_GROUP", "comment": null}, "MSG_SUB_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_SUB_GROUP", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 8, "name": "MSG_INDEX", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 9, "name": "MSG_TYPE", "comment": null}, "ATTRIBUTE_INDEX": {"type": "NUMBER", "index": 10, "name": "ATTRIBUTE_INDEX", "comment": null}, "ATTRIBUTE_KEY": {"type": "TEXT", "index": 11, "name": "ATTRIBUTE_KEY", "comment": null}, "ATTRIBUTE_VALUE": {"type": "TEXT", "index": 12, "name": "ATTRIBUTE_VALUE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 14, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__msg_attributes_TX_ID.34f30240c0"}, "test.osmosis_models.not_null_silver__locked_liquidity_balances_BALANCE.545df98975": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LOCKED_LIQUIDITY_BALANCES_BALANCE", "database": "OSMOSIS_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}, "LOCK_ID": {"type": "NUMBER", "index": 5, "name": "LOCK_ID", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 6, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 7, "name": "DECIMAL", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 8, "name": "BALANCE", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 9, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__locked_liquidity_balances_BALANCE.545df98975"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.5715fe733b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "AIRDROPS", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.5715fe733b"}, "test.osmosis_models.not_null_silver__superfluid_actions_MSG_GROUP.2d6dbf7b6f": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "SUPERFLUID_ACTIONS_MSG_GROUP", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 7, "name": "MSG_TYPE", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 8, "name": "MSG_GROUP", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 9, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 10, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 11, "name": "CURRENCY", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 12, "name": "VALIDATOR_ADDRESS", "comment": null}, "LOCK_ID": {"type": "NUMBER", "index": 13, "name": "LOCK_ID", "comment": null}, "POOL_ID": {"type": "NUMBER", "index": 14, "name": "POOL_ID", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 15, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 16, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__superfluid_actions_MSG_GROUP.2d6dbf7b6f"}, "test.osmosis_models.not_null_silver__validator_metadata_LABEL_TYPE.25dc568c6e": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "VALIDATOR_METADATA_LABEL_TYPE", "database": "OSMOSIS_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}, "RAW_METADATA": {"type": "VARIANT", "index": 8, "name": "RAW_METADATA", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__validator_metadata_LABEL_TYPE.25dc568c6e"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__superfluid_staking_TX_ID__MSG_GROUP__LOCK_ID__ACTION.c18e75c3d7": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "SUPERFLUID_STAKING_TX_ID", "database": "OSMOSIS_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}, "LOCK_ID": {"type": "NUMBER", "index": 3, "name": "LOCK_ID", "comment": null}, "ACTION": {"type": "TEXT", "index": 4, "name": "ACTION", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__superfluid_staking_TX_ID__MSG_GROUP__LOCK_ID__ACTION.c18e75c3d7"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_BLOCK_TIMESTAMP.2c008a4482": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_SUPERFLUID_STAKING_BLOCK_TIMESTAMP", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_BLOCK_TIMESTAMP.2c008a4482"}, "test.osmosis_models.not_null_silver__airdrops_AMOUNT.63707661be": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "AIRDROPS_AMOUNT", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TRANSFER_TYPE": {"type": "TEXT", "index": 7, "name": "TRANSFER_TYPE", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 8, "name": "MSG_INDEX", "comment": null}, "SENDER": {"type": "TEXT", "index": 9, "name": "SENDER", "comment": null}, "AMOUNT": {"type": "TEXT", "index": 10, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 11, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 12, "name": "DECIMAL", "comment": null}, "RECEIVER": {"type": "TEXT", "index": 13, "name": "RECEIVER", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__airdrops_AMOUNT.63707661be"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_TX_STATUS.dc83b6b237": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_MSGS_TX_STATUS", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_TX_STATUS.dc83b6b237"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_BLOCK_ID.ba4641747d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_LIQUIDITY_PROVIDER_ACTIONS_BLOCK_ID", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_BLOCK_ID.ba4641747d"}, "test.osmosis_models.not_null_silver__airdrops_BLOCK_ID.ee3a74ad7a": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "AIRDROPS_BLOCK_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TRANSFER_TYPE": {"type": "TEXT", "index": 7, "name": "TRANSFER_TYPE", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 8, "name": "MSG_INDEX", "comment": null}, "SENDER": {"type": "TEXT", "index": 9, "name": "SENDER", "comment": null}, "AMOUNT": {"type": "TEXT", "index": 10, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 11, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 12, "name": "DECIMAL", "comment": null}, "RECEIVER": {"type": "TEXT", "index": 13, "name": "RECEIVER", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__airdrops_BLOCK_ID.ee3a74ad7a"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_TX_STATUS.c16a62bdb4": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_GOVERNANCE_SUBMIT_PROPOSAL_TX_STATUS", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_TX_STATUS.c16a62bdb4"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__superfluid_actions_TX_ID__MSG_GROUP.281fa4cd48": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "SUPERFLUID_ACTIONS_TX_ID", "database": "OSMOSIS_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}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__superfluid_actions_TX_ID__MSG_GROUP.281fa4cd48"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_CHAIN_ID.0204c72ac3": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_SUPERFLUID_STAKING_CHAIN_ID", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_CHAIN_ID.0204c72ac3"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_CHAIN_ID.0c43d81ce2": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_SWAPS_CHAIN_ID", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_CHAIN_ID.0c43d81ce2"}, "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__swaps_BLOCK_TIMESTAMP__day__1.9fa83f3e3c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "SWAPS_BLOCK_TIMESTAMP", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__swaps_BLOCK_TIMESTAMP__day__1.9fa83f3e3c"}, "test.osmosis_models.not_null_silver__airdrops_BLOCK_TIMESTAMP.ff87091da6": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "AIRDROPS_BLOCK_TIMESTAMP", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TRANSFER_TYPE": {"type": "TEXT", "index": 7, "name": "TRANSFER_TYPE", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 8, "name": "MSG_INDEX", "comment": null}, "SENDER": {"type": "TEXT", "index": 9, "name": "SENDER", "comment": null}, "AMOUNT": {"type": "TEXT", "index": 10, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 11, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 12, "name": "DECIMAL", "comment": null}, "RECEIVER": {"type": "TEXT", "index": 13, "name": "RECEIVER", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__airdrops_BLOCK_TIMESTAMP.ff87091da6"}, "test.osmosis_models.not_null_silver__locked_liquidity_actions_MSG_TYPE.4109a97708": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LOCKED_LIQUIDITY_ACTIONS_MSG_TYPE", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_GROUP", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 8, "name": "MSG_TYPE", "comment": null}, "MSG_ACTION": {"type": "TEXT", "index": 9, "name": "MSG_ACTION", "comment": null}, "MSG_ACTION_DESCRIPTION": {"type": "TEXT", "index": 10, "name": "MSG_ACTION_DESCRIPTION", "comment": null}, "LOCKER_ADDRESS": {"type": "TEXT", "index": 11, "name": "LOCKER_ADDRESS", "comment": null}, "LOCK_ID": {"type": "NUMBER", "index": 12, "name": "LOCK_ID", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 13, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 14, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 15, "name": "DECIMAL", "comment": null}, "POOL_ID": {"type": "NUMBER", "index": 16, "name": "POOL_ID", "comment": null}, "LOCK_DURATION": {"type": "TEXT", "index": 17, "name": "LOCK_DURATION", "comment": null}, "UNLOCK_TIME": {"type": "TEXT", "index": 18, "name": "UNLOCK_TIME", "comment": null}, "IS_SUPERFLUID": {"type": "BOOLEAN", "index": 19, "name": "IS_SUPERFLUID", "comment": null}, "UNPOOL_NEW_LOCK_IDS": {"type": "TEXT", "index": 20, "name": "UNPOOL_NEW_LOCK_IDS", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 21, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 22, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__locked_liquidity_actions_MSG_TYPE.4109a97708"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_BLOCK_ID.4035f141b2"}, "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_TX_STATUS.bef7ced5c0": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "EARLY_LIQUIDITY_PROVIDER_ACTIONS_TX_STATUS", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 7, "name": "MSG_INDEX", "comment": null}, "LIQUIDITY_PROVIDER_ADDRESS": {"type": "TEXT", "index": 8, "name": "LIQUIDITY_PROVIDER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 9, "name": "ACTION", "comment": null}, "POOL_ID": {"type": "NUMBER", "index": 10, "name": "POOL_ID", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 13, "name": "DECIMAL", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_TX_STATUS.bef7ced5c0"}, "test.osmosis_models.not_null_silver__locked_liquidity_balances__INSERTED_TIMESTAMP.30bc92efdd": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LOCKED_LIQUIDITY_BALANCES", "database": "OSMOSIS_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}, "LOCK_ID": {"type": "NUMBER", "index": 5, "name": "LOCK_ID", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 6, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 7, "name": "DECIMAL", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 8, "name": "BALANCE", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 9, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__locked_liquidity_balances__INSERTED_TIMESTAMP.30bc92efdd"}, "test.osmosis_models.not_null_silver__swaps_BLOCK_ID.85d35d8cd4": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "SWAPS_BLOCK_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TRADER": {"type": "TEXT", "index": 7, "name": "TRADER", "comment": null}, "FROM_AMOUNT": {"type": "TEXT", "index": 8, "name": "FROM_AMOUNT", "comment": null}, "FROM_CURRENCY": {"type": "TEXT", "index": 9, "name": "FROM_CURRENCY", "comment": null}, "FROM_DECIMAL": {"type": "VARIANT", "index": 10, "name": "FROM_DECIMAL", "comment": null}, "TO_AMOUNT": {"type": "TEXT", "index": 11, "name": "TO_AMOUNT", "comment": null}, "TO_CURRENCY": {"type": "TEXT", "index": 12, "name": "TO_CURRENCY", "comment": null}, "TO_DECIMAL": {"type": "VARIANT", "index": 13, "name": "TO_DECIMAL", "comment": null}, "POOL_IDS": {"type": "ARRAY", "index": 14, "name": "POOL_IDS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_BODY_INDEX": {"type": "NUMBER", "index": 16, "name": "_BODY_INDEX", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__swaps_BLOCK_ID.85d35d8cd4"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_CHAIN_ID.f521152f07": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_GOVERNANCE_PROPOSAL_DEPOSITS_CHAIN_ID", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_CHAIN_ID.f521152f07"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_utils_unique_combination_of_columns_core__fact_daily_balances_DATE__ADDRESS__BALANCE_TYPE__CURRENCY.03bb793409"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_GAS_USED__NUMBER__FLOAT.5308f986d3"}, "test.osmosis_models.not_null_silver__tx_body_msgs_MSG_GROUP.b92c2b2ada": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TX_BODY_MSGS_MSG_GROUP", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_GROUP", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__tx_body_msgs_MSG_GROUP.b92c2b2ada"}, "model.osmosis_models.core__fact_airdrop": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "FACT_AIRDROP", "database": "OSMOSIS_DEV", "comment": "Record of the OSMO airdrop to ATOM stakers.", "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."}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": "In this table, always Osmosis. Used to join to cross-chain tables."}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": "The name and version of the blockchain."}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed."}, "TRANSFER_TYPE": {"type": "TEXT", "index": 7, "name": "TRANSFER_TYPE", "comment": "Details on the type of transfer occurring during the transaction. \"IBC_Transfer_In\" = depositing tokens onto Osmosis. \"IBC_transfer_out\" = withdrawing tokens from Osmosis. \"Osmosis\" = wallet to wallet transfer on Osmosis."}, "SENDER": {"type": "TEXT", "index": 8, "name": "SENDER", "comment": "The wallet address of the individual sent tokens in the transfer."}, "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."}, "DECIMAL": {"type": "VARIANT", "index": 11, "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."}, "RECEIVER": {"type": "TEXT", "index": 12, "name": "RECEIVER", "comment": "The wallet address of the individual received tokens in the transfer."}}, "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.osmosis_models.core__fact_airdrop"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__locked_liquidity_actions_TX_ID__MSG_GROUP__LOCK_ID__LOCKER_ADDRESS.f671cf7580": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "LOCKED_LIQUIDITY_ACTIONS_TX_ID", "database": "OSMOSIS_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}, "LOCK_ID": {"type": "NUMBER", "index": 3, "name": "LOCK_ID", "comment": null}, "LOCKER_ADDRESS": {"type": "TEXT", "index": 4, "name": "LOCKER_ADDRESS", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__locked_liquidity_actions_TX_ID__MSG_GROUP__LOCK_ID__LOCKER_ADDRESS.f671cf7580"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_ACTION__STRING__VARCHAR.8b96bdc1fc": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "SUPERFLUID_STAKING_ACTION", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_ACTION__STRING__VARCHAR.8b96bdc1fc"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_POOL_ID.8fe568c1c6": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_LOCKED_LIQUIDITY_ACTIONS_POOL_ID", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_POOL_ID.8fe568c1c6"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_BLOCK_ID__NUMBER__FLOAT.c10e4c514d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "SUPERFLUID_STAKING_BLOCK_ID", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_BLOCK_ID__NUMBER__FLOAT.c10e4c514d"}, "test.osmosis_models.not_null_silver__governance_proposal_deposits_DEPOSITOR.5ce640cb83": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_PROPOSAL_DEPOSITS_DEPOSITOR", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "DEPOSITOR": {"type": "TEXT", "index": 7, "name": "DEPOSITOR", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 8, "name": "PROPOSAL_ID", "comment": null}, "AMOUNT": {"type": "FLOAT", "index": 9, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 10, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 11, "name": "DECIMAL", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__governance_proposal_deposits_DEPOSITOR.5ce640cb83"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_ADDRESS.1501e0ea66": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "DIM_LABELS_ADDRESS", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:37UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_ADDRESS.1501e0ea66"}, "test.osmosis_models.not_null_silver__governance_votes_VOTER.96fedc99dd": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_VOTES_VOTER", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "_PATH": {"type": "TEXT", "index": 7, "name": "_PATH", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 8, "name": "PROPOSAL_ID", "comment": null}, "VOTER": {"type": "TEXT", "index": 9, "name": "VOTER", "comment": null}, "VOTE_OPTION": {"type": "VARIANT", "index": 10, "name": "VOTE_OPTION", "comment": null}, "VOTE_WEIGHT": {"type": "FLOAT", "index": 11, "name": "VOTE_WEIGHT", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__governance_votes_VOTER.96fedc99dd"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_MSG.f1f3ebfcd4"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.dd1b7834a2": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "_EARLY_SWAPS", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.dd1b7834a2"}, "test.osmosis_models.not_null_silver__governance_proposal_deposits_AMOUNT.0396b06362": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_PROPOSAL_DEPOSITS_AMOUNT", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "DEPOSITOR": {"type": "TEXT", "index": 7, "name": "DEPOSITOR", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 8, "name": "PROPOSAL_ID", "comment": null}, "AMOUNT": {"type": "FLOAT", "index": 9, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 10, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 11, "name": "DECIMAL", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__governance_proposal_deposits_AMOUNT.0396b06362"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_CHAIN_ID.614c918017": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_GOVERNANCE_SUBMIT_PROPOSAL_CHAIN_ID", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_CHAIN_ID.614c918017"}, "test.osmosis_models.not_null_silver__superfluid_actions_MSG_TYPE.9160db842e": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "SUPERFLUID_ACTIONS_MSG_TYPE", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 7, "name": "MSG_TYPE", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 8, "name": "MSG_GROUP", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 9, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 10, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 11, "name": "CURRENCY", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 12, "name": "VALIDATOR_ADDRESS", "comment": null}, "LOCK_ID": {"type": "NUMBER", "index": 13, "name": "LOCK_ID", "comment": null}, "POOL_ID": {"type": "NUMBER", "index": 14, "name": "POOL_ID", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 15, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 16, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__superfluid_actions_MSG_TYPE.9160db842e"}, "test.osmosis_models.not_null_silver__locked_liquidity_actions_MSG_GROUP.7dc26d1fff": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LOCKED_LIQUIDITY_ACTIONS_MSG_GROUP", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_GROUP", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 8, "name": "MSG_TYPE", "comment": null}, "MSG_ACTION": {"type": "TEXT", "index": 9, "name": "MSG_ACTION", "comment": null}, "MSG_ACTION_DESCRIPTION": {"type": "TEXT", "index": 10, "name": "MSG_ACTION_DESCRIPTION", "comment": null}, "LOCKER_ADDRESS": {"type": "TEXT", "index": 11, "name": "LOCKER_ADDRESS", "comment": null}, "LOCK_ID": {"type": "NUMBER", "index": 12, "name": "LOCK_ID", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 13, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 14, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 15, "name": "DECIMAL", "comment": null}, "POOL_ID": {"type": "NUMBER", "index": 16, "name": "POOL_ID", "comment": null}, "LOCK_DURATION": {"type": "TEXT", "index": 17, "name": "LOCK_DURATION", "comment": null}, "UNLOCK_TIME": {"type": "TEXT", "index": 18, "name": "UNLOCK_TIME", "comment": null}, "IS_SUPERFLUID": {"type": "BOOLEAN", "index": 19, "name": "IS_SUPERFLUID", "comment": null}, "UNPOOL_NEW_LOCK_IDS": {"type": "TEXT", "index": 20, "name": "UNPOOL_NEW_LOCK_IDS", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 21, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 22, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__locked_liquidity_actions_MSG_GROUP.7dc26d1fff"}, "test.osmosis_models.not_null_silver__transfers_BLOCK_ID.81767d6c3c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSFERS_BLOCK_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TRANSFER_TYPE": {"type": "TEXT", "index": 7, "name": "TRANSFER_TYPE", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 8, "name": "MSG_INDEX", "comment": null}, "SENDER": {"type": "TEXT", "index": 9, "name": "SENDER", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 10, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 11, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 12, "name": "DECIMAL", "comment": null}, "RECEIVER": {"type": "TEXT", "index": 13, "name": "RECEIVER", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__transfers_BLOCK_ID.81767d6c3c"}, "model.osmosis_models.silver__all_unknown_pool_balances": {"metadata": {"type": "VIEW", "schema": "SILVER", "name": "ALL_UNKNOWN_POOL_BALANCES", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "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.osmosis_models.silver__all_unknown_pool_balances"}, "model.osmosis_models.core__fact_daily_balances": {"metadata": {"type": "BASE TABLE", "schema": "CORE", "name": "FACT_DAILY_BALANCES", "database": "OSMOSIS_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."}, "DECIMAL": {"type": "VARIANT", "index": 5, "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."}, "BALANCE": {"type": "NUMBER", "index": 6, "name": "BALANCE", "comment": "The amount of the currency the wallet held at the given time"}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 692204247.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:37UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 15592647680.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(date)", "include": true, "description": "The key used to cluster this 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.osmosis_models.core__fact_daily_balances"}, "test.osmosis_models.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": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__msg_attributes_BLOCK_TIMESTAMP__day__1.e267a0033b"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_BLOCK_ID__NUMBER__FLOAT.bbd1e1037c"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.b827caee01": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "LIQUIDITY_PROVIDER_ACTIONS", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.b827caee01"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_GAS_WANTED__NUMBER__FLOAT.b15ebe8eff"}, "test.osmosis_models.not_null_silver__airdrops__INSERTED_TIMESTAMP.be1e2150f4": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "AIRDROPS", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TRANSFER_TYPE": {"type": "TEXT", "index": 7, "name": "TRANSFER_TYPE", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 8, "name": "MSG_INDEX", "comment": null}, "SENDER": {"type": "TEXT", "index": 9, "name": "SENDER", "comment": null}, "AMOUNT": {"type": "TEXT", "index": 10, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 11, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 12, "name": "DECIMAL", "comment": null}, "RECEIVER": {"type": "TEXT", "index": 13, "name": "RECEIVER", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__airdrops__INSERTED_TIMESTAMP.be1e2150f4"}, "test.osmosis_models.not_null_silver__staking_rewards_BLOCK_ID.421120ab5c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKING_REWARDS_BLOCK_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 7, "name": "TX_CALLER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 8, "name": "ACTION", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 9, "name": "MSG_GROUP", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 10, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 13, "name": "VALIDATOR_ADDRESS", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 14, "name": "DECIMAL", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__staking_rewards_BLOCK_ID.421120ab5c"}, "test.osmosis_models.not_null_silver__staking_rewards_VALIDATOR_ADDRESS.98bbd27fec": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKING_REWARDS_VALIDATOR_ADDRESS", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 7, "name": "TX_CALLER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 8, "name": "ACTION", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 9, "name": "MSG_GROUP", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 10, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 13, "name": "VALIDATOR_ADDRESS", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 14, "name": "DECIMAL", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__staking_rewards_VALIDATOR_ADDRESS.98bbd27fec"}, "model.osmosis_models.silver__blockchain": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "BLOCKCHAIN", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 7219896.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 2657234432.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE)", "include": true, "description": "The key used to cluster this 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.osmosis_models.silver__blockchain"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_set_silver__asset_metadata_BLOCKCHAIN__osmosis.2121a57f6d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_SET_SILVER", "name": "ASSET_METADATA_BLOCKCHAIN", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"VALUE_FIELD": {"type": "TEXT", "index": 1, "name": "VALUE_FIELD", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_set_silver__asset_metadata_BLOCKCHAIN__osmosis.2121a57f6d"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_CHAIN_ID.5fc5a9ebd8": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_TRANSFERS_CHAIN_ID", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_CHAIN_ID.5fc5a9ebd8"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_BLOCK_TIMESTAMP.49fc519795": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_AIRDROP_BLOCK_TIMESTAMP", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:37UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_BLOCK_TIMESTAMP.49fc519795"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_TX_ID.770a65b294"}, "test.osmosis_models.not_null_core__fact_transactions_FEE.f477aa43d7": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "FACT_TRANSACTIONS_FEE", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_FROM": {"type": "TEXT", "index": 6, "name": "TX_FROM", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 7, "name": "TX_STATUS", "comment": null}, "CODESPACE": {"type": "TEXT", "index": 8, "name": "CODESPACE", "comment": null}, "FEE": {"type": "TEXT", "index": 9, "name": "FEE", "comment": null}, "GAS_USED": {"type": "NUMBER", "index": 10, "name": "GAS_USED", "comment": null}, "GAS_WANTED": {"type": "NUMBER", "index": 11, "name": "GAS_WANTED", "comment": null}, "TX_CODE": {"type": "NUMBER", "index": 12, "name": "TX_CODE", "comment": null}, "MSGS": {"type": "VARIANT", "index": 13, "name": "MSGS", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_core__fact_transactions_FEE.f477aa43d7"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_DELEGATOR_ADDRESS.e860e06aa7"}, "test.osmosis_models.not_null_silver__tx_body_msgs_BLOCK_ID.38a819e992": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TX_BODY_MSGS_BLOCK_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_GROUP", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__tx_body_msgs_BLOCK_ID.38a819e992"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__prices_swaps_BLOCK_HOUR__CURRENCY.1e06dedf16": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "PRICES_SWAPS_BLOCK_HOUR", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_HOUR": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_HOUR", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 2, "name": "CURRENCY", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__prices_swaps_BLOCK_HOUR__CURRENCY.1e06dedf16"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_CODESPACE.31e919d605"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.47268211d9"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_set_silver__asset_metadata_LABEL_TYPE__token.09f72c9603": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_SET_SILVER", "name": "ASSET_METADATA_LABEL_TYPE", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"VALUE_FIELD": {"type": "TEXT", "index": 1, "name": "VALUE_FIELD", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_set_silver__asset_metadata_LABEL_TYPE__token.09f72c9603"}, "test.osmosis_models.not_null_silver__blockchain_BLOCK_ID_OBJECT.dbc8f0771a": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BLOCKCHAIN_BLOCK_ID_OBJECT", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__blockchain_BLOCK_ID_OBJECT.dbc8f0771a"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_MSG_GROUP.32d74436d2"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_CHAIN_ID.de462fe441": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_MSGS_CHAIN_ID", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_CHAIN_ID.de462fe441"}, "model.osmosis_models.silver__governance_submit_proposal": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "GOVERNANCE_SUBMIT_PROPOSAL", "database": "OSMOSIS_DEV", "comment": "Records of all proposal submissions on Osmosis, 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."}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": "In this table, always Osmosis. Used to join to cross-chain tables."}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": "The name and version of the blockchain."}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed."}, "PROPOSER": {"type": "TEXT", "index": 7, "name": "PROPOSER", "comment": "The address of the validator that submitted the proposal."}, "PROPOSAL_ID": {"type": "NUMBER", "index": 8, "name": "PROPOSAL_ID", "comment": "Numeric ID that corresponds to the proposal."}, "PROPOSAL_TYPE": {"type": "TEXT", "index": 9, "name": "PROPOSAL_TYPE", "comment": "The type of proposal that was submitted."}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": "The time the block was inserted into to the Flipside database."}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 374.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 39424.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE)", "include": true, "description": "The key used to cluster this 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.osmosis_models.silver__governance_submit_proposal"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_TX_STATUS.65653cecde": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_TRANSACTIONS_TX_STATUS", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_TX_STATUS.65653cecde"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_GAS_WANTED.8717751539"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver___early_swaps_TX_ID.aee97898a3": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "_EARLY_SWAPS_TX_ID", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_ID": {"type": "TEXT", "index": 1, "name": "TX_ID", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver___early_swaps_TX_ID.aee97898a3"}, "test.osmosis_models.not_null_silver__airdrops_BLOCKCHAIN.d9113b8ac5": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "AIRDROPS_BLOCKCHAIN", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TRANSFER_TYPE": {"type": "TEXT", "index": 7, "name": "TRANSFER_TYPE", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 8, "name": "MSG_INDEX", "comment": null}, "SENDER": {"type": "TEXT", "index": 9, "name": "SENDER", "comment": null}, "AMOUNT": {"type": "TEXT", "index": 10, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 11, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 12, "name": "DECIMAL", "comment": null}, "RECEIVER": {"type": "TEXT", "index": 13, "name": "RECEIVER", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__airdrops_BLOCKCHAIN.d9113b8ac5"}, "test.osmosis_models.not_null_silver__airdrops_TX_ID.2e22ee1a50": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "AIRDROPS_TX_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TRANSFER_TYPE": {"type": "TEXT", "index": 7, "name": "TRANSFER_TYPE", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 8, "name": "MSG_INDEX", "comment": null}, "SENDER": {"type": "TEXT", "index": 9, "name": "SENDER", "comment": null}, "AMOUNT": {"type": "TEXT", "index": 10, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 11, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 12, "name": "DECIMAL", "comment": null}, "RECEIVER": {"type": "TEXT", "index": 13, "name": "RECEIVER", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__airdrops_TX_ID.2e22ee1a50"}, "test.osmosis_models.not_null_silver__governance_votes_VOTE_OPTION.233eb8ef14": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_VOTES_VOTE_OPTION", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "_PATH": {"type": "TEXT", "index": 7, "name": "_PATH", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 8, "name": "PROPOSAL_ID", "comment": null}, "VOTER": {"type": "TEXT", "index": 9, "name": "VOTER", "comment": null}, "VOTE_OPTION": {"type": "VARIANT", "index": 10, "name": "VOTE_OPTION", "comment": null}, "VOTE_WEIGHT": {"type": "FLOAT", "index": 11, "name": "VOTE_WEIGHT", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__governance_votes_VOTE_OPTION.233eb8ef14"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_prices_PRICE.ca031d03c3": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "DIM_PRICES_PRICE", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:37UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_prices_PRICE.ca031d03c3"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__locked_liquidity_transactions_TX_ID__MSG_GROUP__MSG_SUB_GROUP__LOCK_ID.85ebfa31e0": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "LOCKED_LIQUIDITY_TRANSACTIONS_TX_ID", "database": "OSMOSIS_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}, "MSG_SUB_GROUP": {"type": "NUMBER", "index": 3, "name": "MSG_SUB_GROUP", "comment": null}, "LOCK_ID": {"type": "TEXT", "index": 4, "name": "LOCK_ID", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__locked_liquidity_transactions_TX_ID__MSG_GROUP__MSG_SUB_GROUP__LOCK_ID.85ebfa31e0"}, "test.osmosis_models.not_null_silver__liquid_balances_CURRENCY.2057e3852f": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LIQUID_BALANCES_CURRENCY", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ADDRESS": {"type": "TEXT", "index": 1, "name": "ADDRESS", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 2, "name": "BALANCE", "comment": null}, "BALANCE_TYPE": {"type": "TEXT", "index": 3, "name": "BALANCE_TYPE", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 4, "name": "CURRENCY", "comment": null}, "BLOCK_ID": {"type": "NUMBER", "index": 5, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "BLOCK_TIMESTAMP", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 8, "name": "DECIMAL", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__liquid_balances_CURRENCY.2057e3852f"}, "test.osmosis_models.not_null_silver__msgs_CHAIN_ID.41ac59beba": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "MSGS_CHAIN_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_GROUP", "comment": null}, "MSG_SUB_GROUP": {"type": "NUMBER", "index": 8, "name": "MSG_SUB_GROUP", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 9, "name": "MSG_INDEX", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 10, "name": "MSG_TYPE", "comment": null}, "MSG": {"type": "VARIANT", "index": 11, "name": "MSG", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__msgs_CHAIN_ID.41ac59beba"}, "test.osmosis_models.not_null_silver__swaps_POOL_IDS.0678a40b94": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "SWAPS_POOL_IDS", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TRADER": {"type": "TEXT", "index": 7, "name": "TRADER", "comment": null}, "FROM_AMOUNT": {"type": "TEXT", "index": 8, "name": "FROM_AMOUNT", "comment": null}, "FROM_CURRENCY": {"type": "TEXT", "index": 9, "name": "FROM_CURRENCY", "comment": null}, "FROM_DECIMAL": {"type": "VARIANT", "index": 10, "name": "FROM_DECIMAL", "comment": null}, "TO_AMOUNT": {"type": "TEXT", "index": 11, "name": "TO_AMOUNT", "comment": null}, "TO_CURRENCY": {"type": "TEXT", "index": 12, "name": "TO_CURRENCY", "comment": null}, "TO_DECIMAL": {"type": "VARIANT", "index": 13, "name": "TO_DECIMAL", "comment": null}, "POOL_IDS": {"type": "ARRAY", "index": 14, "name": "POOL_IDS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_BODY_INDEX": {"type": "NUMBER", "index": 16, "name": "_BODY_INDEX", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__swaps_POOL_IDS.0678a40b94"}, "test.osmosis_models.not_null_silver__msgs_BLOCK_ID.1de1a37994": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "MSGS_BLOCK_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_GROUP", "comment": null}, "MSG_SUB_GROUP": {"type": "NUMBER", "index": 8, "name": "MSG_SUB_GROUP", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 9, "name": "MSG_INDEX", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 10, "name": "MSG_TYPE", "comment": null}, "MSG": {"type": "VARIANT", "index": 11, "name": "MSG", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__msgs_BLOCK_ID.1de1a37994"}, "test.osmosis_models.not_null_silver__staking_rewards_DELEGATOR_ADDRESS.19c389e860": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKING_REWARDS_DELEGATOR_ADDRESS", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 7, "name": "TX_CALLER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 8, "name": "ACTION", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 9, "name": "MSG_GROUP", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 10, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 13, "name": "VALIDATOR_ADDRESS", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 14, "name": "DECIMAL", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__staking_rewards_DELEGATOR_ADDRESS.19c389e860"}, "model.osmosis_models.core__fact_blocks": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "FACT_BLOCKS", "database": "OSMOSIS_DEV", "comment": "Records of all blocks that have occurred on Osmosis, 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.osmosis_models.core__fact_blocks"}, "model.osmosis_models.bronze__blocks": {"metadata": {"type": "VIEW", "schema": "BRONZE", "name": "BLOCKS", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RECORD_ID": {"type": "TEXT", "index": 1, "name": "RECORD_ID", "comment": ""}, "OFFSET_ID": {"type": "NUMBER", "index": 2, "name": "OFFSET_ID", "comment": ""}, "BLOCK_ID": {"type": "NUMBER", "index": 3, "name": "BLOCK_ID", "comment": ""}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 4, "name": "BLOCK_TIMESTAMP", "comment": ""}, "NETWORK": {"type": "TEXT", "index": 5, "name": "NETWORK", "comment": ""}, "CHAIN_ID": {"type": "TEXT", "index": 6, "name": "CHAIN_ID", "comment": ""}, "TX_COUNT": {"type": "NUMBER", "index": 7, "name": "TX_COUNT", "comment": ""}, "HEADER": {"type": "VARIANT", "index": 8, "name": "HEADER", "comment": ""}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "INGESTED_AT", "comment": ""}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "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.osmosis_models.bronze__blocks"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_TO_AMOUNT.d9ad062e38": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_SWAPS_TO_AMOUNT", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_TO_AMOUNT.d9ad062e38"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_set_silver__validator_metadata_LABEL_TYPE__operator.66e78facba": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_SET_SILVER", "name": "VALIDATOR_METADATA_LABEL_TYPE", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"VALUE_FIELD": {"type": "TEXT", "index": 1, "name": "VALUE_FIELD", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_set_silver__validator_metadata_LABEL_TYPE__operator.66e78facba"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__blocks_CHAIN_ID__BLOCK_ID.00ab619aa5": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "BLOCKS_CHAIN_ID", "database": "OSMOSIS_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}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__blocks_CHAIN_ID__BLOCK_ID.00ab619aa5"}, "test.osmosis_models.not_null_silver__locked_liquidity_actions_BLOCK_ID.971c830a94": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LOCKED_LIQUIDITY_ACTIONS_BLOCK_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_GROUP", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 8, "name": "MSG_TYPE", "comment": null}, "MSG_ACTION": {"type": "TEXT", "index": 9, "name": "MSG_ACTION", "comment": null}, "MSG_ACTION_DESCRIPTION": {"type": "TEXT", "index": 10, "name": "MSG_ACTION_DESCRIPTION", "comment": null}, "LOCKER_ADDRESS": {"type": "TEXT", "index": 11, "name": "LOCKER_ADDRESS", "comment": null}, "LOCK_ID": {"type": "NUMBER", "index": 12, "name": "LOCK_ID", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 13, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 14, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 15, "name": "DECIMAL", "comment": null}, "POOL_ID": {"type": "NUMBER", "index": 16, "name": "POOL_ID", "comment": null}, "LOCK_DURATION": {"type": "TEXT", "index": 17, "name": "LOCK_DURATION", "comment": null}, "UNLOCK_TIME": {"type": "TEXT", "index": 18, "name": "UNLOCK_TIME", "comment": null}, "IS_SUPERFLUID": {"type": "BOOLEAN", "index": 19, "name": "IS_SUPERFLUID", "comment": null}, "UNPOOL_NEW_LOCK_IDS": {"type": "TEXT", "index": 20, "name": "UNPOOL_NEW_LOCK_IDS", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 21, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 22, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__locked_liquidity_actions_BLOCK_ID.971c830a94"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_IS_SUPERFLUID.747f821f90": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_LOCKED_LIQUIDITY_ACTIONS_IS_SUPERFLUID", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_IS_SUPERFLUID.747f821f90"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:37UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_blocks_PROPOSER_ADDRESS.33eacc997a"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_BLOCK_ID.7b9a016433"}, "test.osmosis_models.not_null_silver__tx_body_msgs__INSERTED_TIMESTAMP.e3e73dea57": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TX_BODY_MSGS", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_GROUP", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__tx_body_msgs__INSERTED_TIMESTAMP.e3e73dea57"}, "test.osmosis_models.not_null_silver__swaps_TX_ID.429c1bdd9e": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "SWAPS_TX_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TRADER": {"type": "TEXT", "index": 7, "name": "TRADER", "comment": null}, "FROM_AMOUNT": {"type": "TEXT", "index": 8, "name": "FROM_AMOUNT", "comment": null}, "FROM_CURRENCY": {"type": "TEXT", "index": 9, "name": "FROM_CURRENCY", "comment": null}, "FROM_DECIMAL": {"type": "VARIANT", "index": 10, "name": "FROM_DECIMAL", "comment": null}, "TO_AMOUNT": {"type": "TEXT", "index": 11, "name": "TO_AMOUNT", "comment": null}, "TO_CURRENCY": {"type": "TEXT", "index": 12, "name": "TO_CURRENCY", "comment": null}, "TO_DECIMAL": {"type": "VARIANT", "index": 13, "name": "TO_DECIMAL", "comment": null}, "POOL_IDS": {"type": "ARRAY", "index": 14, "name": "POOL_IDS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_BODY_INDEX": {"type": "NUMBER", "index": 16, "name": "_BODY_INDEX", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__swaps_TX_ID.429c1bdd9e"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_ATTRIBUTE_KEY.978c26f41e"}, "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_BLOCKCHAIN.70ef02ef19": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "EARLY_LIQUIDITY_PROVIDER_ACTIONS_BLOCKCHAIN", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 7, "name": "MSG_INDEX", "comment": null}, "LIQUIDITY_PROVIDER_ADDRESS": {"type": "TEXT", "index": 8, "name": "LIQUIDITY_PROVIDER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 9, "name": "ACTION", "comment": null}, "POOL_ID": {"type": "NUMBER", "index": 10, "name": "POOL_ID", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 13, "name": "DECIMAL", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_BLOCKCHAIN.70ef02ef19"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_BLOCKCHAIN.f1cd6b6f61": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_GOVERNANCE_SUBMIT_PROPOSAL_BLOCKCHAIN", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_BLOCKCHAIN.f1cd6b6f61"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_BLOCK_ID.faa38255c9"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_MSG_INDEX.32d6a4e7cb"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_TX_STATUS.da7b422096": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_LIQUIDITY_PROVIDER_ACTIONS_TX_STATUS", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_TX_STATUS.da7b422096"}, "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_MSG_GROUP.5b8c365b67": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LOCKED_LIQUIDITY_ACTIONS_BEGIN_UNLOCK_MSG_GROUP", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_GROUP", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 8, "name": "MSG_TYPE", "comment": null}, "LOCK_ID": {"type": "NUMBER", "index": 9, "name": "LOCK_ID", "comment": null}, "ACTION": {"type": "TEXT", "index": 10, "name": "ACTION", "comment": null}, "HYBRID_ACTION": {"type": "TEXT", "index": 11, "name": "HYBRID_ACTION", "comment": null}, "AMOUNT": {"type": "TEXT", "index": 12, "name": "AMOUNT", "comment": null}, "LOCKER": {"type": "TEXT", "index": 13, "name": "LOCKER", "comment": null}, "DURATION": {"type": "TEXT", "index": 14, "name": "DURATION", "comment": null}, "UNLOCK_TIME": {"type": "TEXT", "index": 15, "name": "UNLOCK_TIME", "comment": null}, "NEW_LOCK_IDS": {"type": "TEXT", "index": 16, "name": "NEW_LOCK_IDS", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 17, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 18, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_MSG_GROUP.5b8c365b67"}, "test.osmosis_models.not_null_silver__superfluid_actions__INSERTED_TIMESTAMP.acdeac1160": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "SUPERFLUID_ACTIONS", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 7, "name": "MSG_TYPE", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 8, "name": "MSG_GROUP", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 9, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 10, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 11, "name": "CURRENCY", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 12, "name": "VALIDATOR_ADDRESS", "comment": null}, "LOCK_ID": {"type": "NUMBER", "index": 13, "name": "LOCK_ID", "comment": null}, "POOL_ID": {"type": "NUMBER", "index": 14, "name": "POOL_ID", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 15, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 16, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__superfluid_actions__INSERTED_TIMESTAMP.acdeac1160"}, "test.osmosis_models.not_null_silver__asset_metadata_PROJECT_NAME.d941ece36c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "ASSET_METADATA_PROJECT_NAME", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 2, "name": "ADDRESS", "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}, "RAW_METADATA": {"type": "ARRAY", "index": 8, "name": "RAW_METADATA", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__asset_metadata_PROJECT_NAME.d941ece36c"}, "test.osmosis_models.not_null_silver__msg_attributes_MSG_INDEX.38b80c3717": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "MSG_ATTRIBUTES_MSG_INDEX", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 6, "name": "MSG_GROUP", "comment": null}, "MSG_SUB_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_SUB_GROUP", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 8, "name": "MSG_INDEX", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 9, "name": "MSG_TYPE", "comment": null}, "ATTRIBUTE_INDEX": {"type": "NUMBER", "index": 10, "name": "ATTRIBUTE_INDEX", "comment": null}, "ATTRIBUTE_KEY": {"type": "TEXT", "index": 11, "name": "ATTRIBUTE_KEY", "comment": null}, "ATTRIBUTE_VALUE": {"type": "TEXT", "index": 12, "name": "ATTRIBUTE_VALUE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 14, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__msg_attributes_MSG_INDEX.38b80c3717"}, "model.osmosis_models.silver__locked_liquidity_transactions": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "LOCKED_LIQUIDITY_TRANSACTIONS", "database": "OSMOSIS_DEV", "comment": "helper table for locked LPs", "owner": "INTERNAL_DEV"}, "columns": {"TX_ID": {"type": "TEXT", "index": 1, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "MSG_GROUP": {"type": "NUMBER", "index": 2, "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": 3, "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": 4, "name": "MSG_INDEX", "comment": ""}, "LOCK_ID": {"type": "NUMBER", "index": 5, "name": "LOCK_ID", "comment": "The unique id related to the specifc address, pool, and lock duration"}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "_INSERTED_TIMESTAMP", "comment": ""}, "_UNIQUE_KEY": {"type": "TEXT", "index": 7, "name": "_UNIQUE_KEY", "comment": ""}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 4770292.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 323183104.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(_inserted_timestamp::DATE)", "include": true, "description": "The key used to cluster this 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.osmosis_models.silver__locked_liquidity_transactions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.643a52356e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "SUPERFLUID_STAKING_BLOCK_TIMESTAMP", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.643a52356e"}, "test.osmosis_models.not_null_silver___early_swaps_BLOCK_ID.9e06fdaf94": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "_EARLY_SWAPS_BLOCK_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TRADER": {"type": "TEXT", "index": 7, "name": "TRADER", "comment": null}, "FROM_AMOUNT": {"type": "TEXT", "index": 8, "name": "FROM_AMOUNT", "comment": null}, "FROM_CURRENCY": {"type": "TEXT", "index": 9, "name": "FROM_CURRENCY", "comment": null}, "FROM_DECIMAL": {"type": "VARIANT", "index": 10, "name": "FROM_DECIMAL", "comment": null}, "TO_AMOUNT": {"type": "TEXT", "index": 11, "name": "TO_AMOUNT", "comment": null}, "TO_CURRENCY": {"type": "TEXT", "index": 12, "name": "TO_CURRENCY", "comment": null}, "TO_DECIMAL": {"type": "VARIANT", "index": 13, "name": "TO_DECIMAL", "comment": null}, "POOL_IDS": {"type": "ARRAY", "index": 14, "name": "POOL_IDS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver___early_swaps_BLOCK_ID.9e06fdaf94"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_TX_ID.cab7fab11b"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_FROM_AMOUNT.bc44e86b16": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_SWAPS_FROM_AMOUNT", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_FROM_AMOUNT.bc44e86b16"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__transfers_TX_ID__MSG_INDEX__CURRENCY.e9d94ef7c9"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_ACTION.daedb41454"}, "test.osmosis_models.not_null_silver__prices_PROVIDER.ed7f92e826": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "PRICES_PROVIDER", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RECORDED_AT": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "RECORDED_AT", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 2, "name": "SYMBOL", "comment": null}, "PRICE": {"type": "FLOAT", "index": 3, "name": "PRICE", "comment": null}, "TOTAL_SUPPLY": {"type": "FLOAT", "index": 4, "name": "TOTAL_SUPPLY", "comment": null}, "VOLUME_24H": {"type": "FLOAT", "index": 5, "name": "VOLUME_24H", "comment": null}, "PROVIDER": {"type": "TEXT", "index": 6, "name": "PROVIDER", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__prices_PROVIDER.ed7f92e826"}, "test.osmosis_models.not_null_silver__locked_liquidity_transactions_MSG_GROUP.2527005895": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LOCKED_LIQUIDITY_TRANSACTIONS_MSG_GROUP", "database": "OSMOSIS_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}, "MSG_SUB_GROUP": {"type": "NUMBER", "index": 3, "name": "MSG_SUB_GROUP", "comment": null}, "LOCK_ID": {"type": "TEXT", "index": 4, "name": "LOCK_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 5, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 6, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__locked_liquidity_transactions_MSG_GROUP.2527005895"}, "test.osmosis_models.not_null_silver__locked_liquidity_actions__INSERTED_TIMESTAMP.6fd97ed590": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LOCKED_LIQUIDITY_ACTIONS", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_GROUP", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 8, "name": "MSG_TYPE", "comment": null}, "MSG_ACTION": {"type": "TEXT", "index": 9, "name": "MSG_ACTION", "comment": null}, "MSG_ACTION_DESCRIPTION": {"type": "TEXT", "index": 10, "name": "MSG_ACTION_DESCRIPTION", "comment": null}, "LOCKER_ADDRESS": {"type": "TEXT", "index": 11, "name": "LOCKER_ADDRESS", "comment": null}, "LOCK_ID": {"type": "NUMBER", "index": 12, "name": "LOCK_ID", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 13, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 14, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 15, "name": "DECIMAL", "comment": null}, "POOL_ID": {"type": "NUMBER", "index": 16, "name": "POOL_ID", "comment": null}, "LOCK_DURATION": {"type": "TEXT", "index": 17, "name": "LOCK_DURATION", "comment": null}, "UNLOCK_TIME": {"type": "TEXT", "index": 18, "name": "UNLOCK_TIME", "comment": null}, "IS_SUPERFLUID": {"type": "BOOLEAN", "index": 19, "name": "IS_SUPERFLUID", "comment": null}, "UNPOOL_NEW_LOCK_IDS": {"type": "TEXT", "index": 20, "name": "UNPOOL_NEW_LOCK_IDS", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 21, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 22, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__locked_liquidity_actions__INSERTED_TIMESTAMP.6fd97ed590"}, "test.osmosis_models.not_null_silver__transfers_TX_STATUS.0450f74677": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSFERS_TX_STATUS", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TRANSFER_TYPE": {"type": "TEXT", "index": 7, "name": "TRANSFER_TYPE", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 8, "name": "MSG_INDEX", "comment": null}, "SENDER": {"type": "TEXT", "index": 9, "name": "SENDER", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 10, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 11, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 12, "name": "DECIMAL", "comment": null}, "RECEIVER": {"type": "TEXT", "index": 13, "name": "RECEIVER", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__transfers_TX_STATUS.0450f74677"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_TX_STATUS.de70b0008c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_GOVERNANCE_PROPOSAL_DEPOSITS_TX_STATUS", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_TX_STATUS.de70b0008c"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_AMOUNT.dce19a1db3": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_LIQUIDITY_PROVIDER_ACTIONS_AMOUNT", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_AMOUNT.dce19a1db3"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_BLOCKCHAIN.ae346ad8fd": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_MSGS_BLOCKCHAIN", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_BLOCKCHAIN.ae346ad8fd"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_VOTER.39617dd3e8"}, "test.osmosis_models.not_null_silver__swaps_CHAIN_ID.7bf1d2baa3": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "SWAPS_CHAIN_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TRADER": {"type": "TEXT", "index": 7, "name": "TRADER", "comment": null}, "FROM_AMOUNT": {"type": "TEXT", "index": 8, "name": "FROM_AMOUNT", "comment": null}, "FROM_CURRENCY": {"type": "TEXT", "index": 9, "name": "FROM_CURRENCY", "comment": null}, "FROM_DECIMAL": {"type": "VARIANT", "index": 10, "name": "FROM_DECIMAL", "comment": null}, "TO_AMOUNT": {"type": "TEXT", "index": 11, "name": "TO_AMOUNT", "comment": null}, "TO_CURRENCY": {"type": "TEXT", "index": 12, "name": "TO_CURRENCY", "comment": null}, "TO_DECIMAL": {"type": "VARIANT", "index": 13, "name": "TO_DECIMAL", "comment": null}, "POOL_IDS": {"type": "ARRAY", "index": 14, "name": "POOL_IDS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_BODY_INDEX": {"type": "NUMBER", "index": 16, "name": "_BODY_INDEX", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__swaps_CHAIN_ID.7bf1d2baa3"}, "test.osmosis_models.not_null_silver__transfers_TRANSFER_TYPE.280bc9914f": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSFERS_TRANSFER_TYPE", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TRANSFER_TYPE": {"type": "TEXT", "index": 7, "name": "TRANSFER_TYPE", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 8, "name": "MSG_INDEX", "comment": null}, "SENDER": {"type": "TEXT", "index": 9, "name": "SENDER", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 10, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 11, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 12, "name": "DECIMAL", "comment": null}, "RECEIVER": {"type": "TEXT", "index": 13, "name": "RECEIVER", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__transfers_TRANSFER_TYPE.280bc9914f"}, "test.osmosis_models.not_null_silver__superfluid_actions_DELEGATOR_ADDRESS.a3c51af23b": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "SUPERFLUID_ACTIONS_DELEGATOR_ADDRESS", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 7, "name": "MSG_TYPE", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 8, "name": "MSG_GROUP", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 9, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 10, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 11, "name": "CURRENCY", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 12, "name": "VALIDATOR_ADDRESS", "comment": null}, "LOCK_ID": {"type": "NUMBER", "index": 13, "name": "LOCK_ID", "comment": null}, "POOL_ID": {"type": "NUMBER", "index": 14, "name": "POOL_ID", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 15, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 16, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__superfluid_actions_DELEGATOR_ADDRESS.a3c51af23b"}, "test.osmosis_models.not_null_silver__staking_rewards_MSG_GROUP.d4c6d540fa": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKING_REWARDS_MSG_GROUP", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 7, "name": "TX_CALLER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 8, "name": "ACTION", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 9, "name": "MSG_GROUP", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 10, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 13, "name": "VALIDATOR_ADDRESS", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 14, "name": "DECIMAL", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__staking_rewards_MSG_GROUP.d4c6d540fa"}, "test.osmosis_models.not_null_silver__superfluid_actions_CHAIN_ID.aea6c07b4c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "SUPERFLUID_ACTIONS_CHAIN_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 7, "name": "MSG_TYPE", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 8, "name": "MSG_GROUP", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 9, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 10, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 11, "name": "CURRENCY", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 12, "name": "VALIDATOR_ADDRESS", "comment": null}, "LOCK_ID": {"type": "NUMBER", "index": 13, "name": "LOCK_ID", "comment": null}, "POOL_ID": {"type": "NUMBER", "index": 14, "name": "POOL_ID", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 15, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 16, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__superfluid_actions_CHAIN_ID.aea6c07b4c"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_TRANSFER_TYPE.ee95d8d48f"}, "test.osmosis_models.not_null_silver__daily_balances_DATE.85b329c0c5": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "DAILY_BALANCES_DATE", "database": "OSMOSIS_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}, "DECIMAL": {"type": "VARIANT", "index": 5, "name": "DECIMAL", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 6, "name": "BALANCE", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__daily_balances_DATE.85b329c0c5"}, "test.osmosis_models.not_null_silver__governance_proposal_deposits_BLOCKCHAIN.69bb1d7034": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_PROPOSAL_DEPOSITS_BLOCKCHAIN", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "DEPOSITOR": {"type": "TEXT", "index": 7, "name": "DEPOSITOR", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 8, "name": "PROPOSAL_ID", "comment": null}, "AMOUNT": {"type": "FLOAT", "index": 9, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 10, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 11, "name": "DECIMAL", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__governance_proposal_deposits_BLOCKCHAIN.69bb1d7034"}, "test.osmosis_models.not_null_silver__governance_votes_VOTE_WEIGHT.727ad84484": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_VOTES_VOTE_WEIGHT", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "_PATH": {"type": "TEXT", "index": 7, "name": "_PATH", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 8, "name": "PROPOSAL_ID", "comment": null}, "VOTER": {"type": "TEXT", "index": 9, "name": "VOTER", "comment": null}, "VOTE_OPTION": {"type": "VARIANT", "index": 10, "name": "VOTE_OPTION", "comment": null}, "VOTE_WEIGHT": {"type": "FLOAT", "index": 11, "name": "VOTE_WEIGHT", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__governance_votes_VOTE_WEIGHT.727ad84484"}, "test.osmosis_models.not_null_silver__daily_balances_BALANCE_TYPE.09cab6d79c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "DAILY_BALANCES_BALANCE_TYPE", "database": "OSMOSIS_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}, "DECIMAL": {"type": "VARIANT", "index": 5, "name": "DECIMAL", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 6, "name": "BALANCE", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__daily_balances_BALANCE_TYPE.09cab6d79c"}, "test.osmosis_models.not_null_silver__asset_metadata_LABEL.174593b5e4": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "ASSET_METADATA_LABEL", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 2, "name": "ADDRESS", "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}, "RAW_METADATA": {"type": "ARRAY", "index": 8, "name": "RAW_METADATA", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__asset_metadata_LABEL.174593b5e4"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_ACTION.0e53619279"}, "test.osmosis_models.not_null_silver__liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS.3aad671b53": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LIQUIDITY_PROVIDER_ACTIONS_LIQUIDITY_PROVIDER_ADDRESS", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 7, "name": "MSG_INDEX", "comment": null}, "LIQUIDITY_PROVIDER_ADDRESS": {"type": "TEXT", "index": 8, "name": "LIQUIDITY_PROVIDER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 9, "name": "ACTION", "comment": null}, "POOL_ID": {"type": "NUMBER", "index": 10, "name": "POOL_ID", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 13, "name": "DECIMAL", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS.3aad671b53"}, "test.osmosis_models.not_null_silver__staking_CHAIN_ID.3ba9c15357": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKING_CHAIN_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 7, "name": "TX_CALLER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 8, "name": "ACTION", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 9, "name": "MSG_GROUP", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 10, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 13, "name": "VALIDATOR_ADDRESS", "comment": null}, "REDELEGATE_SOURCE_VALIDATOR_ADDRESS": {"type": "TEXT", "index": 14, "name": "REDELEGATE_SOURCE_VALIDATOR_ADDRESS", "comment": null}, "COMPLETION_TIME": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "COMPLETION_TIME", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 16, "name": "DECIMAL", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 18, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__staking_CHAIN_ID.3ba9c15357"}, "test.osmosis_models.not_null_silver__superfluid_staking__INSERTED_TIMESTAMP.a0fd918e83": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "SUPERFLUID_STAKING", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 6, "name": "MSG_GROUP", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 7, "name": "TX_STATUS", "comment": null}, "ACTION": {"type": "TEXT", "index": 8, "name": "ACTION", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 9, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 10, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 11, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 12, "name": "DECIMAL", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 13, "name": "VALIDATOR_ADDRESS", "comment": null}, "LOCK_ID": {"type": "NUMBER", "index": 14, "name": "LOCK_ID", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__superfluid_staking__INSERTED_TIMESTAMP.a0fd918e83"}, "test.osmosis_models.not_null_silver__governance_submit_proposal_BLOCK_TIMESTAMP.59a0f38558": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_SUBMIT_PROPOSAL_BLOCK_TIMESTAMP", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "PROPOSER": {"type": "TEXT", "index": 7, "name": "PROPOSER", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 8, "name": "PROPOSAL_ID", "comment": null}, "PROPOSAL_TYPE": {"type": "TEXT", "index": 9, "name": "PROPOSAL_TYPE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__governance_submit_proposal_BLOCK_TIMESTAMP.59a0f38558"}, "test.osmosis_models.not_null_silver__staking_rewards_CURRENCY.766ae7c4fc": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKING_REWARDS_CURRENCY", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 7, "name": "TX_CALLER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 8, "name": "ACTION", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 9, "name": "MSG_GROUP", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 10, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 13, "name": "VALIDATOR_ADDRESS", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 14, "name": "DECIMAL", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__staking_rewards_CURRENCY.766ae7c4fc"}, "test.osmosis_models.not_null_silver___early_swaps_TO_AMOUNT.b0b1adc19e": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "_EARLY_SWAPS_TO_AMOUNT", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TRADER": {"type": "TEXT", "index": 7, "name": "TRADER", "comment": null}, "FROM_AMOUNT": {"type": "TEXT", "index": 8, "name": "FROM_AMOUNT", "comment": null}, "FROM_CURRENCY": {"type": "TEXT", "index": 9, "name": "FROM_CURRENCY", "comment": null}, "FROM_DECIMAL": {"type": "VARIANT", "index": 10, "name": "FROM_DECIMAL", "comment": null}, "TO_AMOUNT": {"type": "TEXT", "index": 11, "name": "TO_AMOUNT", "comment": null}, "TO_CURRENCY": {"type": "TEXT", "index": 12, "name": "TO_CURRENCY", "comment": null}, "TO_DECIMAL": {"type": "VARIANT", "index": 13, "name": "TO_DECIMAL", "comment": null}, "POOL_IDS": {"type": "ARRAY", "index": 14, "name": "POOL_IDS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver___early_swaps_TO_AMOUNT.b0b1adc19e"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_BLOCK_ID__NUMBER__FLOAT.7f1f84a874": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "LOCKED_LIQUIDITY_ACTIONS_BEGIN_UNLOCK_BLOCK_ID", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_BLOCK_ID__NUMBER__FLOAT.7f1f84a874"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__locked_liquidity_actions_begin_unlock_TX_ID__MSG_GROUP__LOCK_ID__LOCKER.64df55bed9": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "LOCKED_LIQUIDITY_ACTIONS_BEGIN_UNLOCK_TX_ID", "database": "OSMOSIS_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}, "LOCK_ID": {"type": "NUMBER", "index": 3, "name": "LOCK_ID", "comment": null}, "LOCKER": {"type": "TEXT", "index": 4, "name": "LOCKER", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__locked_liquidity_actions_begin_unlock_TX_ID__MSG_GROUP__LOCK_ID__LOCKER.64df55bed9"}, "test.osmosis_models.not_null_silver__blockchain_BLOCK_ID.5997704c2b": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BLOCKCHAIN_BLOCK_ID", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__blockchain_BLOCK_ID.5997704c2b"}, "test.osmosis_models.not_null_silver__governance_submit_proposal__INSERTED_TIMESTAMP.cfc79bcad1": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_SUBMIT_PROPOSAL", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "PROPOSER": {"type": "TEXT", "index": 7, "name": "PROPOSER", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 8, "name": "PROPOSAL_ID", "comment": null}, "PROPOSAL_TYPE": {"type": "TEXT", "index": 9, "name": "PROPOSAL_TYPE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__governance_submit_proposal__INSERTED_TIMESTAMP.cfc79bcad1"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_BLOCK_ID__NUMBER__FLOAT.c6925be5b1"}, "test.osmosis_models.not_null_silver__locked_liquidity_transactions_MSG_SUB_GROUP.f3be369729": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LOCKED_LIQUIDITY_TRANSACTIONS_MSG_SUB_GROUP", "database": "OSMOSIS_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}, "MSG_SUB_GROUP": {"type": "NUMBER", "index": 3, "name": "MSG_SUB_GROUP", "comment": null}, "LOCK_ID": {"type": "TEXT", "index": 4, "name": "LOCK_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 5, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 6, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__locked_liquidity_transactions_MSG_SUB_GROUP.f3be369729"}, "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_MSG_TYPE.d30c0e0def": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LOCKED_LIQUIDITY_ACTIONS_BEGIN_UNLOCK_MSG_TYPE", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_GROUP", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 8, "name": "MSG_TYPE", "comment": null}, "LOCK_ID": {"type": "NUMBER", "index": 9, "name": "LOCK_ID", "comment": null}, "ACTION": {"type": "TEXT", "index": 10, "name": "ACTION", "comment": null}, "HYBRID_ACTION": {"type": "TEXT", "index": 11, "name": "HYBRID_ACTION", "comment": null}, "AMOUNT": {"type": "TEXT", "index": 12, "name": "AMOUNT", "comment": null}, "LOCKER": {"type": "TEXT", "index": 13, "name": "LOCKER", "comment": null}, "DURATION": {"type": "TEXT", "index": 14, "name": "DURATION", "comment": null}, "UNLOCK_TIME": {"type": "TEXT", "index": 15, "name": "UNLOCK_TIME", "comment": null}, "NEW_LOCK_IDS": {"type": "TEXT", "index": 16, "name": "NEW_LOCK_IDS", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 17, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 18, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_MSG_TYPE.d30c0e0def"}, "test.osmosis_models.not_null_silver__locked_liquidity_actions_CHAIN_ID.b2d4c6ef82": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LOCKED_LIQUIDITY_ACTIONS_CHAIN_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_GROUP", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 8, "name": "MSG_TYPE", "comment": null}, "MSG_ACTION": {"type": "TEXT", "index": 9, "name": "MSG_ACTION", "comment": null}, "MSG_ACTION_DESCRIPTION": {"type": "TEXT", "index": 10, "name": "MSG_ACTION_DESCRIPTION", "comment": null}, "LOCKER_ADDRESS": {"type": "TEXT", "index": 11, "name": "LOCKER_ADDRESS", "comment": null}, "LOCK_ID": {"type": "NUMBER", "index": 12, "name": "LOCK_ID", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 13, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 14, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 15, "name": "DECIMAL", "comment": null}, "POOL_ID": {"type": "NUMBER", "index": 16, "name": "POOL_ID", "comment": null}, "LOCK_DURATION": {"type": "TEXT", "index": 17, "name": "LOCK_DURATION", "comment": null}, "UNLOCK_TIME": {"type": "TEXT", "index": 18, "name": "UNLOCK_TIME", "comment": null}, "IS_SUPERFLUID": {"type": "BOOLEAN", "index": 19, "name": "IS_SUPERFLUID", "comment": null}, "UNPOOL_NEW_LOCK_IDS": {"type": "TEXT", "index": 20, "name": "UNPOOL_NEW_LOCK_IDS", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 21, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 22, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__locked_liquidity_actions_CHAIN_ID.b2d4c6ef82"}, "test.osmosis_models.not_null_silver__staking_DELEGATOR_ADDRESS.36dee98f10": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKING_DELEGATOR_ADDRESS", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 7, "name": "TX_CALLER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 8, "name": "ACTION", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 9, "name": "MSG_GROUP", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 10, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 13, "name": "VALIDATOR_ADDRESS", "comment": null}, "REDELEGATE_SOURCE_VALIDATOR_ADDRESS": {"type": "TEXT", "index": 14, "name": "REDELEGATE_SOURCE_VALIDATOR_ADDRESS", "comment": null}, "COMPLETION_TIME": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "COMPLETION_TIME", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 16, "name": "DECIMAL", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 18, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__staking_DELEGATOR_ADDRESS.36dee98f10"}, "test.osmosis_models.not_null_silver__validator_metadata_CREATOR.def8094189": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "VALIDATOR_METADATA_CREATOR", "database": "OSMOSIS_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}, "RAW_METADATA": {"type": "VARIANT", "index": 8, "name": "RAW_METADATA", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__validator_metadata_CREATOR.def8094189"}, "test.osmosis_models.not_null_silver__validator_metadata_RAW_METADATA.6678ad8f50": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "VALIDATOR_METADATA_RAW_METADATA", "database": "OSMOSIS_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}, "RAW_METADATA": {"type": "VARIANT", "index": 8, "name": "RAW_METADATA", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__validator_metadata_RAW_METADATA.6678ad8f50"}, "test.osmosis_models.not_null_silver___early_swaps_TRADER.806c7238de": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "_EARLY_SWAPS_TRADER", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TRADER": {"type": "TEXT", "index": 7, "name": "TRADER", "comment": null}, "FROM_AMOUNT": {"type": "TEXT", "index": 8, "name": "FROM_AMOUNT", "comment": null}, "FROM_CURRENCY": {"type": "TEXT", "index": 9, "name": "FROM_CURRENCY", "comment": null}, "FROM_DECIMAL": {"type": "VARIANT", "index": 10, "name": "FROM_DECIMAL", "comment": null}, "TO_AMOUNT": {"type": "TEXT", "index": 11, "name": "TO_AMOUNT", "comment": null}, "TO_CURRENCY": {"type": "TEXT", "index": 12, "name": "TO_CURRENCY", "comment": null}, "TO_DECIMAL": {"type": "VARIANT", "index": 13, "name": "TO_DECIMAL", "comment": null}, "POOL_IDS": {"type": "ARRAY", "index": 14, "name": "POOL_IDS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver___early_swaps_TRADER.806c7238de"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_BLOCK_TIMESTAMP.056ffb437f"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_MSG_TYPE.e48648d983"}, "test.osmosis_models.not_null_silver__governance_submit_proposal_PROPOSER.51a248ebc4": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_SUBMIT_PROPOSAL_PROPOSER", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "PROPOSER": {"type": "TEXT", "index": 7, "name": "PROPOSER", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 8, "name": "PROPOSAL_ID", "comment": null}, "PROPOSAL_TYPE": {"type": "TEXT", "index": 9, "name": "PROPOSAL_TYPE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__governance_submit_proposal_PROPOSER.51a248ebc4"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_BLOCK_ID.a698a31b42": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_SUPERFLUID_STAKING_BLOCK_ID", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_BLOCK_ID.a698a31b42"}, "test.osmosis_models.not_null_silver__latest_liquid_balances_BALANCE_TYPE.79b62d56d2": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LATEST_LIQUID_BALANCES_BALANCE_TYPE", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ADDRESS": {"type": "TEXT", "index": 1, "name": "ADDRESS", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 2, "name": "BALANCE", "comment": null}, "BALANCE_TYPE": {"type": "TEXT", "index": 3, "name": "BALANCE_TYPE", "comment": null}, "BLOCK_ID": {"type": "NUMBER", "index": 4, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 5, "name": "BLOCK_TIMESTAMP", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 6, "name": "DECIMAL", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 7, "name": "CURRENCY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__latest_liquid_balances_BALANCE_TYPE.79b62d56d2"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.3f7ce6d42f": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "EARLY_LIQUIDITY_PROVIDER_ACTIONS", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.3f7ce6d42f"}, "test.osmosis_models.not_null_silver__blockchain_BLOCK_TIMESTAMP.936901e9b8": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BLOCKCHAIN_BLOCK_TIMESTAMP", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__blockchain_BLOCK_TIMESTAMP.936901e9b8"}, "test.osmosis_models.not_null_silver__governance_votes_CHAIN_ID.d0a6045ea7": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_VOTES_CHAIN_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "_PATH": {"type": "TEXT", "index": 7, "name": "_PATH", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 8, "name": "PROPOSAL_ID", "comment": null}, "VOTER": {"type": "TEXT", "index": 9, "name": "VOTER", "comment": null}, "VOTE_OPTION": {"type": "VARIANT", "index": 10, "name": "VOTE_OPTION", "comment": null}, "VOTE_WEIGHT": {"type": "FLOAT", "index": 11, "name": "VOTE_WEIGHT", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__governance_votes_CHAIN_ID.d0a6045ea7"}, "test.osmosis_models.not_null_silver__tx_body_msgs_MSG_TYPE.e2005d6ecf": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TX_BODY_MSGS_MSG_TYPE", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_GROUP", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__tx_body_msgs_MSG_TYPE.e2005d6ecf"}, "test.osmosis_models.not_null_silver___early_swaps_TX_STATUS.0343f71ca8": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "_EARLY_SWAPS_TX_STATUS", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TRADER": {"type": "TEXT", "index": 7, "name": "TRADER", "comment": null}, "FROM_AMOUNT": {"type": "TEXT", "index": 8, "name": "FROM_AMOUNT", "comment": null}, "FROM_CURRENCY": {"type": "TEXT", "index": 9, "name": "FROM_CURRENCY", "comment": null}, "FROM_DECIMAL": {"type": "VARIANT", "index": 10, "name": "FROM_DECIMAL", "comment": null}, "TO_AMOUNT": {"type": "TEXT", "index": 11, "name": "TO_AMOUNT", "comment": null}, "TO_CURRENCY": {"type": "TEXT", "index": 12, "name": "TO_CURRENCY", "comment": null}, "TO_DECIMAL": {"type": "VARIANT", "index": 13, "name": "TO_DECIMAL", "comment": null}, "POOL_IDS": {"type": "ARRAY", "index": 14, "name": "POOL_IDS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver___early_swaps_TX_STATUS.0343f71ca8"}, "model.osmosis_models.silver__locked_liquidity_balances": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "LOCKED_LIQUIDITY_BALANCES", "database": "OSMOSIS_DEV", "comment": "A table of each locked liquidity balance change for wallets on the Osmosis 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."}, "LOCK_ID": {"type": "NUMBER", "index": 5, "name": "LOCK_ID", "comment": "The unique id related to the specifc address, pool, and lock duration"}, "CURRENCY": {"type": "TEXT", "index": 6, "name": "CURRENCY", "comment": "The currency that was used in the transaction message."}, "DECIMAL": {"type": "NUMBER", "index": 7, "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."}, "BALANCE": {"type": "NUMBER", "index": 8, "name": "BALANCE", "comment": "The amount of the currency the wallet held at the given time"}, "_UNIQUE_KEY": {"type": "TEXT", "index": 9, "name": "_UNIQUE_KEY", "comment": ""}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": "The time the block was sent to the Flipside database."}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 4838882.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 258037760.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE)", "include": true, "description": "The key used to cluster this 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.osmosis_models.silver__locked_liquidity_balances"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_BLOCK_ID.492c85de2b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_LOCKED_LIQUIDITY_ACTIONS_BLOCK_ID", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_BLOCK_ID.492c85de2b"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_UNLOCK_TIME.d9e63d31a2": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_LOCKED_LIQUIDITY_ACTIONS_UNLOCK_TIME", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_UNLOCK_TIME.d9e63d31a2"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_BLOCKCHAIN.faca4e92dd": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_SUPERFLUID_STAKING_BLOCKCHAIN", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_BLOCKCHAIN.faca4e92dd"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_BLOCK_ID__NUMBER__FLOAT.065c6b7366"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__tx_body_msgs_TX_ID__MSG_GROUP.40c9a97820": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "TX_BODY_MSGS_TX_ID", "database": "OSMOSIS_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}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__tx_body_msgs_TX_ID__MSG_GROUP.40c9a97820"}, "test.osmosis_models.not_null_silver__locked_liquidity_balances_LOCK_ID.54075fdad3": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LOCKED_LIQUIDITY_BALANCES_LOCK_ID", "database": "OSMOSIS_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}, "LOCK_ID": {"type": "NUMBER", "index": 5, "name": "LOCK_ID", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 6, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 7, "name": "DECIMAL", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 8, "name": "BALANCE", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 9, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__locked_liquidity_balances_LOCK_ID.54075fdad3"}, "test.osmosis_models.not_null_silver__staked_balances_BLOCK_TIMESTAMP.f44089a47f": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKED_BALANCES_BLOCK_TIMESTAMP", "database": "OSMOSIS_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}, "DECIMAL": {"type": "VARIANT", "index": 6, "name": "DECIMAL", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 7, "name": "BALANCE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__staked_balances_BLOCK_TIMESTAMP.f44089a47f"}, "test.osmosis_models.not_null_silver__airdrops_CURRENCY.9028a3ddde": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "AIRDROPS_CURRENCY", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TRANSFER_TYPE": {"type": "TEXT", "index": 7, "name": "TRANSFER_TYPE", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 8, "name": "MSG_INDEX", "comment": null}, "SENDER": {"type": "TEXT", "index": 9, "name": "SENDER", "comment": null}, "AMOUNT": {"type": "TEXT", "index": 10, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 11, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 12, "name": "DECIMAL", "comment": null}, "RECEIVER": {"type": "TEXT", "index": 13, "name": "RECEIVER", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__airdrops_CURRENCY.9028a3ddde"}, "test.osmosis_models.not_null_silver__liquidity_provider_actions_CURRENCY.6175b544ae": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LIQUIDITY_PROVIDER_ACTIONS_CURRENCY", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 7, "name": "MSG_INDEX", "comment": null}, "LIQUIDITY_PROVIDER_ADDRESS": {"type": "TEXT", "index": 8, "name": "LIQUIDITY_PROVIDER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 9, "name": "ACTION", "comment": null}, "POOL_ID": {"type": "NUMBER", "index": 10, "name": "POOL_ID", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 13, "name": "DECIMAL", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__liquidity_provider_actions_CURRENCY.6175b544ae"}, "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_BLOCK_TIMESTAMP.b6d33ce8d6": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LOCKED_LIQUIDITY_ACTIONS_BEGIN_UNLOCK_BLOCK_TIMESTAMP", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_GROUP", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 8, "name": "MSG_TYPE", "comment": null}, "LOCK_ID": {"type": "NUMBER", "index": 9, "name": "LOCK_ID", "comment": null}, "ACTION": {"type": "TEXT", "index": 10, "name": "ACTION", "comment": null}, "HYBRID_ACTION": {"type": "TEXT", "index": 11, "name": "HYBRID_ACTION", "comment": null}, "AMOUNT": {"type": "TEXT", "index": 12, "name": "AMOUNT", "comment": null}, "LOCKER": {"type": "TEXT", "index": 13, "name": "LOCKER", "comment": null}, "DURATION": {"type": "TEXT", "index": 14, "name": "DURATION", "comment": null}, "UNLOCK_TIME": {"type": "TEXT", "index": 15, "name": "UNLOCK_TIME", "comment": null}, "NEW_LOCK_IDS": {"type": "TEXT", "index": 16, "name": "NEW_LOCK_IDS", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 17, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 18, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_BLOCK_TIMESTAMP.b6d33ce8d6"}, "test.osmosis_models.not_null_silver__prices_swaps_BLOCK_HOUR.b4b12e48f6": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "PRICES_SWAPS_BLOCK_HOUR", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_HOUR": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_HOUR", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 2, "name": "CURRENCY", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 3, "name": "PROJECT_NAME", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 4, "name": "PRICE_USD", "comment": null}, "MIN_PRICE_USD_HOUR": {"type": "FLOAT", "index": 5, "name": "MIN_PRICE_USD_HOUR", "comment": null}, "MAX_PRICE_USD_HOUR": {"type": "FLOAT", "index": 6, "name": "MAX_PRICE_USD_HOUR", "comment": null}, "VOLATILITY_MEASURE": {"type": "FLOAT", "index": 7, "name": "VOLATILITY_MEASURE", "comment": null}, "SWAPS_IN_HOUR": {"type": "NUMBER", "index": 8, "name": "SWAPS_IN_HOUR", "comment": null}, "VOLUME_USD_IN_HOUR": {"type": "FLOAT", "index": 9, "name": "VOLUME_USD_IN_HOUR", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__prices_swaps_BLOCK_HOUR.b4b12e48f6"}, "test.osmosis_models.not_null_silver__asset_metadata_BLOCKCHAIN.a8837e6a5c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "ASSET_METADATA_BLOCKCHAIN", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 2, "name": "ADDRESS", "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}, "RAW_METADATA": {"type": "ARRAY", "index": 8, "name": "RAW_METADATA", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__asset_metadata_BLOCKCHAIN.a8837e6a5c"}, "test.osmosis_models.not_null_silver__msgs_BLOCK_TIMESTAMP.5896b5fc79": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "MSGS_BLOCK_TIMESTAMP", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_GROUP", "comment": null}, "MSG_SUB_GROUP": {"type": "NUMBER", "index": 8, "name": "MSG_SUB_GROUP", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 9, "name": "MSG_INDEX", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 10, "name": "MSG_TYPE", "comment": null}, "MSG": {"type": "VARIANT", "index": 11, "name": "MSG", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__msgs_BLOCK_TIMESTAMP.5896b5fc79"}, "test.osmosis_models.not_null_silver__transactions_GAS_WANTED.440469f6c5": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSACTIONS_GAS_WANTED", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "CODESPACE": {"type": "TEXT", "index": 5, "name": "CODESPACE", "comment": null}, "GAS_USED": {"type": "NUMBER", "index": 6, "name": "GAS_USED", "comment": null}, "GAS_WANTED": {"type": "NUMBER", "index": 7, "name": "GAS_WANTED", "comment": null}, "TX_ID": {"type": "TEXT", "index": 8, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 9, "name": "TX_STATUS", "comment": null}, "TX_CODE": {"type": "NUMBER", "index": 10, "name": "TX_CODE", "comment": null}, "MSGS": {"type": "VARIANT", "index": 11, "name": "MSGS", "comment": null}, "AUTH_INFO": {"type": "VARIANT", "index": 12, "name": "AUTH_INFO", "comment": null}, "TX_BODY": {"type": "VARIANT", "index": 13, "name": "TX_BODY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__transactions_GAS_WANTED.440469f6c5"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.a61f51e053"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_MSG_GROUP.3eac4f7b6c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_LOCKED_LIQUIDITY_ACTIONS_MSG_GROUP", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_MSG_GROUP.3eac4f7b6c"}, "test.osmosis_models.not_null_silver__governance_proposal_deposits_BLOCK_ID.1fc8e8d39e": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_PROPOSAL_DEPOSITS_BLOCK_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "DEPOSITOR": {"type": "TEXT", "index": 7, "name": "DEPOSITOR", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 8, "name": "PROPOSAL_ID", "comment": null}, "AMOUNT": {"type": "FLOAT", "index": 9, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 10, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 11, "name": "DECIMAL", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__governance_proposal_deposits_BLOCK_ID.1fc8e8d39e"}, "test.osmosis_models.not_null_silver__superfluid_actions_TX_ID.00c69897f3": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "SUPERFLUID_ACTIONS_TX_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 7, "name": "MSG_TYPE", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 8, "name": "MSG_GROUP", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 9, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 10, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 11, "name": "CURRENCY", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 12, "name": "VALIDATOR_ADDRESS", "comment": null}, "LOCK_ID": {"type": "NUMBER", "index": 13, "name": "LOCK_ID", "comment": null}, "POOL_ID": {"type": "NUMBER", "index": 14, "name": "POOL_ID", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 15, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 16, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__superfluid_actions_TX_ID.00c69897f3"}, "test.osmosis_models.not_null_silver__superfluid_staking_BLOCK_ID.160d35e47c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "SUPERFLUID_STAKING_BLOCK_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 6, "name": "MSG_GROUP", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 7, "name": "TX_STATUS", "comment": null}, "ACTION": {"type": "TEXT", "index": 8, "name": "ACTION", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 9, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 10, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 11, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 12, "name": "DECIMAL", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 13, "name": "VALIDATOR_ADDRESS", "comment": null}, "LOCK_ID": {"type": "NUMBER", "index": 14, "name": "LOCK_ID", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__superfluid_staking_BLOCK_ID.160d35e47c"}, "test.osmosis_models.not_null_silver__superfluid_staking_TX_ID.a8fe1153aa": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "SUPERFLUID_STAKING_TX_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 6, "name": "MSG_GROUP", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 7, "name": "TX_STATUS", "comment": null}, "ACTION": {"type": "TEXT", "index": 8, "name": "ACTION", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 9, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 10, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 11, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 12, "name": "DECIMAL", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 13, "name": "VALIDATOR_ADDRESS", "comment": null}, "LOCK_ID": {"type": "NUMBER", "index": 14, "name": "LOCK_ID", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__superfluid_staking_TX_ID.a8fe1153aa"}, "model.osmosis_models.silver__latest_liquid_balances": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "LATEST_LIQUID_BALANCES", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ADDRESS": {"type": "TEXT", "index": 1, "name": "ADDRESS", "comment": ""}, "BALANCE": {"type": "NUMBER", "index": 2, "name": "BALANCE", "comment": ""}, "BALANCE_TYPE": {"type": "TEXT", "index": 3, "name": "BALANCE_TYPE", "comment": ""}, "BLOCK_ID": {"type": "NUMBER", "index": 4, "name": "BLOCK_ID", "comment": ""}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 5, "name": "BLOCK_TIMESTAMP", "comment": ""}, "DECIMAL": {"type": "VARIANT", "index": 6, "name": "DECIMAL", "comment": ""}, "CURRENCY": {"type": "TEXT", "index": 7, "name": "CURRENCY", "comment": ""}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": ""}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 10735779.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 388868608.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::date)", "include": true, "description": "The key used to cluster this 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.osmosis_models.silver__latest_liquid_balances"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_TX_STATUS.abd343a562": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_AIRDROP_TX_STATUS", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:37UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_TX_STATUS.abd343a562"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_BLOCKCHAIN.356c2dfa46": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_MSG_ATTRIBUTES_BLOCKCHAIN", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_BLOCKCHAIN.356c2dfa46"}, "test.osmosis_models.not_null_silver__governance_votes_BLOCKCHAIN.62eef31c32": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_VOTES_BLOCKCHAIN", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "_PATH": {"type": "TEXT", "index": 7, "name": "_PATH", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 8, "name": "PROPOSAL_ID", "comment": null}, "VOTER": {"type": "TEXT", "index": 9, "name": "VOTER", "comment": null}, "VOTE_OPTION": {"type": "VARIANT", "index": 10, "name": "VOTE_OPTION", "comment": null}, "VOTE_WEIGHT": {"type": "FLOAT", "index": 11, "name": "VOTE_WEIGHT", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__governance_votes_BLOCKCHAIN.62eef31c32"}, "test.osmosis_models.not_null_silver__blocks_BLOCK_ID.2e78c008c9": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BLOCKS_BLOCK_ID", "database": "OSMOSIS_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}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 8, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__blocks_BLOCK_ID.2e78c008c9"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_TX_ID.5ff19c33d5": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_SUPERFLUID_STAKING_TX_ID", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_TX_ID.5ff19c33d5"}, "test.osmosis_models.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": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_ID": {"type": "TEXT", "index": 1, "name": "TX_ID", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__governance_proposal_deposits_TX_ID.6018626d83"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.5d498deaa7": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "SUPERFLUID_ACTIONS", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.5d498deaa7"}, "test.osmosis_models.not_null_silver__governance_submit_proposal_TX_ID.8dc772d3ad": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_SUBMIT_PROPOSAL_TX_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "PROPOSER": {"type": "TEXT", "index": 7, "name": "PROPOSER", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 8, "name": "PROPOSAL_ID", "comment": null}, "PROPOSAL_TYPE": {"type": "TEXT", "index": 9, "name": "PROPOSAL_TYPE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__governance_submit_proposal_TX_ID.8dc772d3ad"}, "test.osmosis_models.not_null_silver__swaps_FROM_CURRENCY.7d197341cf": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "SWAPS_FROM_CURRENCY", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TRADER": {"type": "TEXT", "index": 7, "name": "TRADER", "comment": null}, "FROM_AMOUNT": {"type": "TEXT", "index": 8, "name": "FROM_AMOUNT", "comment": null}, "FROM_CURRENCY": {"type": "TEXT", "index": 9, "name": "FROM_CURRENCY", "comment": null}, "FROM_DECIMAL": {"type": "VARIANT", "index": 10, "name": "FROM_DECIMAL", "comment": null}, "TO_AMOUNT": {"type": "TEXT", "index": 11, "name": "TO_AMOUNT", "comment": null}, "TO_CURRENCY": {"type": "TEXT", "index": 12, "name": "TO_CURRENCY", "comment": null}, "TO_DECIMAL": {"type": "VARIANT", "index": 13, "name": "TO_DECIMAL", "comment": null}, "POOL_IDS": {"type": "ARRAY", "index": 14, "name": "POOL_IDS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_BODY_INDEX": {"type": "NUMBER", "index": 16, "name": "_BODY_INDEX", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__swaps_FROM_CURRENCY.7d197341cf"}, "test.osmosis_models.not_null_silver__transfers_CHAIN_ID.f332cbbf7c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSFERS_CHAIN_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TRANSFER_TYPE": {"type": "TEXT", "index": 7, "name": "TRANSFER_TYPE", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 8, "name": "MSG_INDEX", "comment": null}, "SENDER": {"type": "TEXT", "index": 9, "name": "SENDER", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 10, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 11, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 12, "name": "DECIMAL", "comment": null}, "RECEIVER": {"type": "TEXT", "index": 13, "name": "RECEIVER", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__transfers_CHAIN_ID.f332cbbf7c"}, "model.osmosis_models.silver__all_undecoded_assets": {"metadata": {"type": "VIEW", "schema": "SILVER", "name": "ALL_UNDECODED_ASSETS", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ADDRESS": {"type": "TEXT", "index": 1, "name": "ADDRESS", "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.osmosis_models.silver__all_undecoded_assets"}, "model.osmosis_models.silver___early_swaps": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "_EARLY_SWAPS", "database": "OSMOSIS_DEV", "comment": "Records of all transactions that have occurred on Osmosis, 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."}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": "In this table, always Osmosis. Used to join to cross-chain tables."}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": "The name and version of the blockchain."}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed."}, "TRADER": {"type": "TEXT", "index": 7, "name": "TRADER", "comment": "The wallet address of the individual who initiated the swap."}, "FROM_AMOUNT": {"type": "NUMBER", "index": 8, "name": "FROM_AMOUNT", "comment": "The amount that the user sent to be swapped for another currency."}, "FROM_CURRENCY": {"type": "TEXT", "index": 9, "name": "FROM_CURRENCY", "comment": "The currency that the user sent to be swapped for another currency."}, "FROM_DECIMAL": {"type": "NUMBER", "index": 10, "name": "FROM_DECIMAL", "comment": "Divide the swap_from_amount by POW(10, swap_from_decimal) to get the amount the user swapped."}, "TO_AMOUNT": {"type": "NUMBER", "index": 11, "name": "TO_AMOUNT", "comment": "The amount that the user sent to be swapped for another currency."}, "TO_CURRENCY": {"type": "TEXT", "index": 12, "name": "TO_CURRENCY", "comment": "The currency that the user sent to be swapped for another currency."}, "TO_DECIMAL": {"type": "NUMBER", "index": 13, "name": "TO_DECIMAL", "comment": "Divide the swap_to_amount by POW(10, swap_to_decimal) to get the amount the user received."}, "POOL_IDS": {"type": "ARRAY", "index": 14, "name": "POOL_IDS", "comment": "Identifier for the pool within the module"}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": "The time the block was inserted into to the Flipside database."}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 1136378.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:41UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 121179136.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE)", "include": true, "description": "The key used to cluster this 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.osmosis_models.silver___early_swaps"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_CURRENCY.d48765727c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_AIRDROP_CURRENCY", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:37UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_CURRENCY.d48765727c"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_BLOCK_ID.f40109cc23"}, "test.osmosis_models.not_null_silver__governance_proposal_deposits_CHAIN_ID.54ba7a5d36": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_PROPOSAL_DEPOSITS_CHAIN_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "DEPOSITOR": {"type": "TEXT", "index": 7, "name": "DEPOSITOR", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 8, "name": "PROPOSAL_ID", "comment": null}, "AMOUNT": {"type": "FLOAT", "index": 9, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 10, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 11, "name": "DECIMAL", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__governance_proposal_deposits_CHAIN_ID.54ba7a5d36"}, "test.osmosis_models.not_null_silver__locked_liquidity_transactions_LOCK_ID.754ed3eff6": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LOCKED_LIQUIDITY_TRANSACTIONS_LOCK_ID", "database": "OSMOSIS_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}, "MSG_SUB_GROUP": {"type": "NUMBER", "index": 3, "name": "MSG_SUB_GROUP", "comment": null}, "LOCK_ID": {"type": "TEXT", "index": 4, "name": "LOCK_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 5, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 6, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__locked_liquidity_transactions_LOCK_ID.754ed3eff6"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_TX_CALLER_ADDRESS.7824a39547"}, "test.osmosis_models.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": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__staking_BLOCK_TIMESTAMP__day__1.8c14a74a71"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__liquid_balances_BLOCK_ID__ADDRESS__CURRENCY.63726cca49": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "LIQUID_BALANCES_BLOCK_ID", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 2, "name": "ADDRESS", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 3, "name": "CURRENCY", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__liquid_balances_BLOCK_ID__ADDRESS__CURRENCY.63726cca49"}, "test.osmosis_models.not_null_silver__liquid_balances_BLOCK_ID.8968cb6ee4": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LIQUID_BALANCES_BLOCK_ID", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ADDRESS": {"type": "TEXT", "index": 1, "name": "ADDRESS", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 2, "name": "BALANCE", "comment": null}, "BALANCE_TYPE": {"type": "TEXT", "index": 3, "name": "BALANCE_TYPE", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 4, "name": "CURRENCY", "comment": null}, "BLOCK_ID": {"type": "NUMBER", "index": 5, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "BLOCK_TIMESTAMP", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 8, "name": "DECIMAL", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__liquid_balances_BLOCK_ID.8968cb6ee4"}, "test.osmosis_models.not_null_silver__liquidity_provider_actions_ACTION.15c846e1ab": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LIQUIDITY_PROVIDER_ACTIONS_ACTION", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 7, "name": "MSG_INDEX", "comment": null}, "LIQUIDITY_PROVIDER_ADDRESS": {"type": "TEXT", "index": 8, "name": "LIQUIDITY_PROVIDER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 9, "name": "ACTION", "comment": null}, "POOL_ID": {"type": "NUMBER", "index": 10, "name": "POOL_ID", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 13, "name": "DECIMAL", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__liquidity_provider_actions_ACTION.15c846e1ab"}, "test.osmosis_models.not_null_silver__transactions_MSGS.e30a3fea27": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSACTIONS_MSGS", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "CODESPACE": {"type": "TEXT", "index": 5, "name": "CODESPACE", "comment": null}, "GAS_USED": {"type": "NUMBER", "index": 6, "name": "GAS_USED", "comment": null}, "GAS_WANTED": {"type": "NUMBER", "index": 7, "name": "GAS_WANTED", "comment": null}, "TX_ID": {"type": "TEXT", "index": 8, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 9, "name": "TX_STATUS", "comment": null}, "TX_CODE": {"type": "NUMBER", "index": 10, "name": "TX_CODE", "comment": null}, "MSGS": {"type": "VARIANT", "index": 11, "name": "MSGS", "comment": null}, "AUTH_INFO": {"type": "VARIANT", "index": 12, "name": "AUTH_INFO", "comment": null}, "TX_BODY": {"type": "VARIANT", "index": 13, "name": "TX_BODY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__transactions_MSGS.e30a3fea27"}, "test.osmosis_models.not_null_silver___early_swaps_BLOCK_TIMESTAMP.29caba1789": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "_EARLY_SWAPS_BLOCK_TIMESTAMP", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TRADER": {"type": "TEXT", "index": 7, "name": "TRADER", "comment": null}, "FROM_AMOUNT": {"type": "TEXT", "index": 8, "name": "FROM_AMOUNT", "comment": null}, "FROM_CURRENCY": {"type": "TEXT", "index": 9, "name": "FROM_CURRENCY", "comment": null}, "FROM_DECIMAL": {"type": "VARIANT", "index": 10, "name": "FROM_DECIMAL", "comment": null}, "TO_AMOUNT": {"type": "TEXT", "index": 11, "name": "TO_AMOUNT", "comment": null}, "TO_CURRENCY": {"type": "TEXT", "index": 12, "name": "TO_CURRENCY", "comment": null}, "TO_DECIMAL": {"type": "VARIANT", "index": 13, "name": "TO_DECIMAL", "comment": null}, "POOL_IDS": {"type": "ARRAY", "index": 14, "name": "POOL_IDS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver___early_swaps_BLOCK_TIMESTAMP.29caba1789"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_LABEL_SUBTYPE.dc4b4a781a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "DIM_LABELS_LABEL_SUBTYPE", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:37UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_LABEL_SUBTYPE.dc4b4a781a"}, "test.osmosis_models.not_null_silver__transfers_AMOUNT.ba102cb51b": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSFERS_AMOUNT", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TRANSFER_TYPE": {"type": "TEXT", "index": 7, "name": "TRANSFER_TYPE", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 8, "name": "MSG_INDEX", "comment": null}, "SENDER": {"type": "TEXT", "index": 9, "name": "SENDER", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 10, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 11, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 12, "name": "DECIMAL", "comment": null}, "RECEIVER": {"type": "TEXT", "index": 13, "name": "RECEIVER", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__transfers_AMOUNT.ba102cb51b"}, "model.osmosis_models.silver__locked_liquidity_actions_begin_unlock": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "LOCKED_LIQUIDITY_ACTIONS_BEGIN_UNLOCK", "database": "OSMOSIS_DEV", "comment": "Records of all LP token locking transactions that have occurred on Osmosis, dating back to the genesis block. These actions include lock, unlock, unpool, and all superfluid actions.", "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."}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": "In this table, always Osmosis. Used to join to cross-chain tables."}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": "The name and version of the blockchain."}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed."}, "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)"}, "MSG_TYPE": {"type": "TEXT", "index": 8, "name": "MSG_TYPE", "comment": "A string containing information about the type of message occurring."}, "LOCK_ID": {"type": "NUMBER", "index": 9, "name": "LOCK_ID", "comment": "The unique id related to the specifc address, pool, and lock duration"}, "ACTION": {"type": "TEXT", "index": 10, "name": "ACTION", "comment": ""}, "HYBRID_ACTION": {"type": "TEXT", "index": 11, "name": "HYBRID_ACTION", "comment": ""}, "AMOUNT": {"type": "NUMBER", "index": 12, "name": "AMOUNT", "comment": "The amount that was used in the transaction message."}, "LOCKER": {"type": "TEXT", "index": 13, "name": "LOCKER", "comment": "The address of user that performed an action related to locked lp tokens"}, "DURATION": {"type": "TEXT", "index": 14, "name": "DURATION", "comment": ""}, "UNLOCK_TIME": {"type": "TEXT", "index": 15, "name": "UNLOCK_TIME", "comment": "When the LP token is fully unlocked and liquid again"}, "NEW_LOCK_IDS": {"type": "TEXT", "index": 16, "name": "NEW_LOCK_IDS", "comment": ""}, "_UNIQUE_KEY": {"type": "TEXT", "index": 17, "name": "_UNIQUE_KEY", "comment": ""}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 18, "name": "_INSERTED_TIMESTAMP", "comment": "The time the block was inserted into to the Flipside database."}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 824644.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 140475392.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE, _inserted_timestamp::DATE)", "include": true, "description": "The key used to cluster this 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.osmosis_models.silver__locked_liquidity_actions_begin_unlock"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_BLOCK_TIMESTAMP.02bfe08bd4"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_BLOCKCHAIN.82c266350b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_STAKING_BLOCKCHAIN", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_BLOCKCHAIN.82c266350b"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_BLOCK_ID__NUMBER__FLOAT.6db9174fdb"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__liquidity_provider_actions_TX_ID__MSG_INDEX__CURRENCY.6cf2ece3b7": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "LIQUIDITY_PROVIDER_ACTIONS_TX_ID", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__liquidity_provider_actions_TX_ID__MSG_INDEX__CURRENCY.6cf2ece3b7"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__early_liquidity_provider_actions_TX_ID__MSG_INDEX__CURRENCY.108215e9e9": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "EARLY_LIQUIDITY_PROVIDER_ACTIONS_TX_ID", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__early_liquidity_provider_actions_TX_ID__MSG_INDEX__CURRENCY.108215e9e9"}, "test.osmosis_models.not_null_silver__blocks_CHAIN_ID.a10569ee35": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BLOCKS_CHAIN_ID", "database": "OSMOSIS_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}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 8, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__blocks_CHAIN_ID.a10569ee35"}, "test.osmosis_models.not_null_silver__superfluid_staking_BLOCKCHAIN.f73c8554fa": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "SUPERFLUID_STAKING_BLOCKCHAIN", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 6, "name": "MSG_GROUP", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 7, "name": "TX_STATUS", "comment": null}, "ACTION": {"type": "TEXT", "index": 8, "name": "ACTION", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 9, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 10, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 11, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 12, "name": "DECIMAL", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 13, "name": "VALIDATOR_ADDRESS", "comment": null}, "LOCK_ID": {"type": "NUMBER", "index": 14, "name": "LOCK_ID", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__superfluid_staking_BLOCKCHAIN.f73c8554fa"}, "test.osmosis_models.not_null_silver__swaps_BLOCK_TIMESTAMP.068154a8d8": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "SWAPS_BLOCK_TIMESTAMP", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TRADER": {"type": "TEXT", "index": 7, "name": "TRADER", "comment": null}, "FROM_AMOUNT": {"type": "TEXT", "index": 8, "name": "FROM_AMOUNT", "comment": null}, "FROM_CURRENCY": {"type": "TEXT", "index": 9, "name": "FROM_CURRENCY", "comment": null}, "FROM_DECIMAL": {"type": "VARIANT", "index": 10, "name": "FROM_DECIMAL", "comment": null}, "TO_AMOUNT": {"type": "TEXT", "index": 11, "name": "TO_AMOUNT", "comment": null}, "TO_CURRENCY": {"type": "TEXT", "index": 12, "name": "TO_CURRENCY", "comment": null}, "TO_DECIMAL": {"type": "VARIANT", "index": 13, "name": "TO_DECIMAL", "comment": null}, "POOL_IDS": {"type": "ARRAY", "index": 14, "name": "POOL_IDS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_BODY_INDEX": {"type": "NUMBER", "index": 16, "name": "_BODY_INDEX", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__swaps_BLOCK_TIMESTAMP.068154a8d8"}, "test.osmosis_models.not_null_silver__transactions_TX_STATUS.db9f6bb2ff": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSACTIONS_TX_STATUS", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "CODESPACE": {"type": "TEXT", "index": 5, "name": "CODESPACE", "comment": null}, "GAS_USED": {"type": "NUMBER", "index": 6, "name": "GAS_USED", "comment": null}, "GAS_WANTED": {"type": "NUMBER", "index": 7, "name": "GAS_WANTED", "comment": null}, "TX_ID": {"type": "TEXT", "index": 8, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 9, "name": "TX_STATUS", "comment": null}, "TX_CODE": {"type": "NUMBER", "index": 10, "name": "TX_CODE", "comment": null}, "MSGS": {"type": "VARIANT", "index": 11, "name": "MSGS", "comment": null}, "AUTH_INFO": {"type": "VARIANT", "index": 12, "name": "AUTH_INFO", "comment": null}, "TX_BODY": {"type": "VARIANT", "index": 13, "name": "TX_BODY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__transactions_TX_STATUS.db9f6bb2ff"}, "test.osmosis_models.not_null_silver__transfers_BLOCK_TIMESTAMP.d599dc282c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSFERS_BLOCK_TIMESTAMP", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TRANSFER_TYPE": {"type": "TEXT", "index": 7, "name": "TRANSFER_TYPE", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 8, "name": "MSG_INDEX", "comment": null}, "SENDER": {"type": "TEXT", "index": 9, "name": "SENDER", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 10, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 11, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 12, "name": "DECIMAL", "comment": null}, "RECEIVER": {"type": "TEXT", "index": 13, "name": "RECEIVER", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__transfers_BLOCK_TIMESTAMP.d599dc282c"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_POOL_ID.57de03f628": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_LIQUIDITY_PROVIDER_ACTIONS_POOL_ID", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_POOL_ID.57de03f628"}, "model.osmosis_models.core__fact_msg_attributes": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "FACT_MSG_ATTRIBUTES", "database": "OSMOSIS_DEV", "comment": "Records of all message attributes associated to messages that have occurred on Osmosis, 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."}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": "In this table, always Osmosis. Used to join to cross-chain tables."}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": "The name and version of the blockchain."}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "MSG_GROUP": {"type": "TEXT", "index": 6, "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": 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": "They key from the key-value pair from the message attribute"}, "ATTRIBUTE_VALUE": {"type": "TEXT", "index": 11, "name": "ATTRIBUTE_VALUE", "comment": "They 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.osmosis_models.core__fact_msg_attributes"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_BLOCK_ID.37c1b7e860"}, "test.osmosis_models.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": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__transactions_BLOCK_TIMESTAMP__day__1.cf074498fc"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_MSG_GROUP.f1ed86ed4e"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.f1054d98d9"}, "test.osmosis_models.not_null_silver__asset_metadata_LABEL_SUBTYPE.bf070732ef": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "ASSET_METADATA_LABEL_SUBTYPE", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 2, "name": "ADDRESS", "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}, "RAW_METADATA": {"type": "ARRAY", "index": 8, "name": "RAW_METADATA", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__asset_metadata_LABEL_SUBTYPE.bf070732ef"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_BLOCK_TIMESTAMP.0f58d69ae8"}, "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS.ec1a91e35f": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "EARLY_LIQUIDITY_PROVIDER_ACTIONS_LIQUIDITY_PROVIDER_ADDRESS", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 7, "name": "MSG_INDEX", "comment": null}, "LIQUIDITY_PROVIDER_ADDRESS": {"type": "TEXT", "index": 8, "name": "LIQUIDITY_PROVIDER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 9, "name": "ACTION", "comment": null}, "POOL_ID": {"type": "NUMBER", "index": 10, "name": "POOL_ID", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 13, "name": "DECIMAL", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS.ec1a91e35f"}, "test.osmosis_models.not_null_silver___early_swaps_CHAIN_ID.284c2272d1": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "_EARLY_SWAPS_CHAIN_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TRADER": {"type": "TEXT", "index": 7, "name": "TRADER", "comment": null}, "FROM_AMOUNT": {"type": "TEXT", "index": 8, "name": "FROM_AMOUNT", "comment": null}, "FROM_CURRENCY": {"type": "TEXT", "index": 9, "name": "FROM_CURRENCY", "comment": null}, "FROM_DECIMAL": {"type": "VARIANT", "index": 10, "name": "FROM_DECIMAL", "comment": null}, "TO_AMOUNT": {"type": "TEXT", "index": 11, "name": "TO_AMOUNT", "comment": null}, "TO_CURRENCY": {"type": "TEXT", "index": 12, "name": "TO_CURRENCY", "comment": null}, "TO_DECIMAL": {"type": "VARIANT", "index": 13, "name": "TO_DECIMAL", "comment": null}, "POOL_IDS": {"type": "ARRAY", "index": 14, "name": "POOL_IDS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver___early_swaps_CHAIN_ID.284c2272d1"}, "model.osmosis_models.silver__liquidity_provider_actions": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "LIQUIDITY_PROVIDER_ACTIONS", "database": "OSMOSIS_DEV", "comment": "Includes all actions entering and exiting liquidity pools", "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."}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": "In this table, always Osmosis. Used to join to cross-chain tables."}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": "The name and version of the blockchain."}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed."}, "MSG_INDEX": {"type": "NUMBER", "index": 7, "name": "MSG_INDEX", "comment": ""}, "LIQUIDITY_PROVIDER_ADDRESS": {"type": "TEXT", "index": 8, "name": "LIQUIDITY_PROVIDER_ADDRESS", "comment": "The address of user that provided or removed liquidity from the pool."}, "ACTION": {"type": "TEXT", "index": 9, "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"}, "POOL_ID": {"type": "NUMBER", "index": 10, "name": "POOL_ID", "comment": "Identifier for the pool within the module"}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": "The amount that was used in the transaction message."}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": "The currency that was used in the transaction message."}, "DECIMAL": {"type": "VARIANT", "index": 13, "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."}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "_INSERTED_TIMESTAMP", "comment": "The time the block was inserted into to the Flipside database."}, "_UNIQUE_KEY": {"type": "TEXT", "index": 15, "name": "_UNIQUE_KEY", "comment": ""}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 10933101.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 847877632.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE)", "include": true, "description": "The key used to cluster this 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.osmosis_models.silver__liquidity_provider_actions"}, "seed.osmosis_models.testing__superfluid_staked_balances": {"metadata": {"type": "BASE TABLE", "schema": "TESTING", "name": "SUPERFLUID_STAKED_BALANCES", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BALANCE_TYPE": {"type": "TEXT", "index": 2, "name": "BALANCE_TYPE", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "LOCK_ID": {"type": "NUMBER", "index": 4, "name": "LOCK_ID", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 5, "name": "CURRENCY", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 6, "name": "BALANCE", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 21.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:41UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 3584.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": "seed.osmosis_models.testing__superfluid_staked_balances"}, "model.osmosis_models.silver__locked_liquidity_actions": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "LOCKED_LIQUIDITY_ACTIONS", "database": "OSMOSIS_DEV", "comment": "Records of all LP token locking transactions that have occurred on Osmosis, dating back to the genesis block. These actions include lock, unlock, unpool, and all superfluid actions.", "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."}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": "In this table, always Osmosis. Used to join to cross-chain tables."}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": "The name and version of the blockchain."}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed."}, "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)"}, "MSG_TYPE": {"type": "TEXT", "index": 8, "name": "MSG_TYPE", "comment": "A string containing information about the type of message occurring."}, "MSG_ACTION": {"type": "TEXT", "index": 9, "name": "MSG_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_ACTION_DESCRIPTION": {"type": "TEXT", "index": 10, "name": "MSG_ACTION_DESCRIPTION", "comment": "A user friendly description of what action occured"}, "LOCKER_ADDRESS": {"type": "TEXT", "index": 11, "name": "LOCKER_ADDRESS", "comment": "The address of user that performed an action related to locked lp tokens"}, "LOCK_ID": {"type": "NUMBER", "index": 12, "name": "LOCK_ID", "comment": "The unique id related to the specifc address, pool, and lock duration"}, "AMOUNT": {"type": "NUMBER", "index": 13, "name": "AMOUNT", "comment": "The amount that was used in the transaction message."}, "CURRENCY": {"type": "TEXT", "index": 14, "name": "CURRENCY", "comment": "The currency that was used in the transaction message."}, "DECIMAL": {"type": "NUMBER", "index": 15, "name": "DECIMAL", "comment": ""}, "POOL_ID": {"type": "NUMBER", "index": 16, "name": "POOL_ID", "comment": "Identifier for the pool within the module"}, "LOCK_DURATION": {"type": "TEXT", "index": 17, "name": "LOCK_DURATION", "comment": "The length of time the LP toke takes to unlock"}, "UNLOCK_TIME": {"type": "TEXT", "index": 18, "name": "UNLOCK_TIME", "comment": "When the LP token is fully unlocked and liquid again"}, "IS_SUPERFLUID": {"type": "BOOLEAN", "index": 19, "name": "IS_SUPERFLUID", "comment": "The length of time the LP toke takes to unlock"}, "UNPOOL_NEW_LOCK_IDS": {"type": "TEXT", "index": 20, "name": "UNPOOL_NEW_LOCK_IDS", "comment": "The new lock ids generated when a lp position is unpooled"}, "_UNIQUE_KEY": {"type": "TEXT", "index": 21, "name": "_UNIQUE_KEY", "comment": ""}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 22, "name": "_INSERTED_TIMESTAMP", "comment": "The time the block was inserted into to the Flipside database."}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 4863300.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 614300672.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE, _inserted_timestamp::DATE)", "include": true, "description": "The key used to cluster this 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.osmosis_models.silver__locked_liquidity_actions"}, "model.osmosis_models.silver__staked_balances": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "STAKED_BALANCES", "database": "OSMOSIS_DEV", "comment": "A table of each staked balance change for wallets on the Osmosis 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."}, "DECIMAL": {"type": "VARIANT", "index": 6, "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."}, "BALANCE": {"type": "NUMBER", "index": 7, "name": "BALANCE", "comment": "The amount of the currency the wallet held at the given time"}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": "The time the block was sent to the Flipside database."}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 11156556.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 151112192.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp)", "include": true, "description": "The key used to cluster this 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.osmosis_models.silver__staked_balances"}, "model.osmosis_models.core__fact_staking": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "FACT_STAKING", "database": "OSMOSIS_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."}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": "In this table, always Osmosis. Used to join to cross-chain tables."}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": "The name and version of the blockchain."}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed."}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 7, "name": "TX_CALLER_ADDRESS", "comment": "The wallet address of the individual who initiated the transaction."}, "ACTION": {"type": "TEXT", "index": 8, "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": 9, "name": "DELEGATOR_ADDRESS", "comment": "The wallet address of the individual who owns the delegated asset."}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 10, "name": "VALIDATOR_ADDRESS", "comment": "The wallet address of the validator related to the staking action."}, "REDELEGATE_SOURCE_VALIDATOR_ADDRESS": {"type": "TEXT", "index": 11, "name": "REDELEGATE_SOURCE_VALIDATOR_ADDRESS", "comment": "The wallet address of the source alidator in a redelegation staking action."}, "AMOUNT": {"type": "NUMBER", "index": 12, "name": "AMOUNT", "comment": "The amount that was used in the transaction message."}, "CURRENCY": {"type": "TEXT", "index": 13, "name": "CURRENCY", "comment": "The currency that was used in the transaction message."}, "DECIMAL": {"type": "VARIANT", "index": 14, "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."}, "COMPLETION_TIME": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "COMPLETION_TIME", "comment": "The time at which the undelegate or redelegate staking action is completed."}}, "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.osmosis_models.core__fact_staking"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_BLOCK_TIMESTAMP.21675bcd7b"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_BLOCK_ID.8371e6022c"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_FROM_CURRENCY.949ddb5513": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_SWAPS_FROM_CURRENCY", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_FROM_CURRENCY.949ddb5513"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_ACTION__STRING__VARCHAR.27e21a7bde"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_LOCKER_ADDRESS.2139e198f2": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_LOCKED_LIQUIDITY_ACTIONS_LOCKER_ADDRESS", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_LOCKER_ADDRESS.2139e198f2"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_BLOCK_TIMESTAMP.e1f22910a5": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_LOCKED_LIQUIDITY_ACTIONS_BLOCK_TIMESTAMP", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_BLOCK_TIMESTAMP.e1f22910a5"}, "test.osmosis_models.not_null_silver__blockchain_BLOCK_HEADER.0b30826529": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BLOCKCHAIN_BLOCK_HEADER", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__blockchain_BLOCK_HEADER.0b30826529"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_BLOCK_ID.2c6f7e05cc"}, "test.osmosis_models.not_null_silver__pool_metadata_MODULE.702b7e46ec": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "POOL_METADATA_MODULE", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MODULE": {"type": "TEXT", "index": 1, "name": "MODULE", "comment": null}, "POOL_ID": {"type": "NUMBER", "index": 2, "name": "POOL_ID", "comment": null}, "ASSETS": {"type": "ARRAY", "index": 3, "name": "ASSETS", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 4, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 5, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__pool_metadata_MODULE.702b7e46ec"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.683e76fd93"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.4ccf9184cd"}, "test.osmosis_models.not_null_silver__blocks_BLOCK_TIMESTAMP.b65a1fcead": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BLOCKS_BLOCK_TIMESTAMP", "database": "OSMOSIS_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}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 8, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__blocks_BLOCK_TIMESTAMP.b65a1fcead"}, "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_CURRENCY.42cabee685": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "EARLY_LIQUIDITY_PROVIDER_ACTIONS_CURRENCY", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 7, "name": "MSG_INDEX", "comment": null}, "LIQUIDITY_PROVIDER_ADDRESS": {"type": "TEXT", "index": 8, "name": "LIQUIDITY_PROVIDER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 9, "name": "ACTION", "comment": null}, "POOL_ID": {"type": "NUMBER", "index": 10, "name": "POOL_ID", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 13, "name": "DECIMAL", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_CURRENCY.42cabee685"}, "test.osmosis_models.not_null_silver__prices_swaps_CURRENCY.95f8e47d9a": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "PRICES_SWAPS_CURRENCY", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_HOUR": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_HOUR", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 2, "name": "CURRENCY", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 3, "name": "PROJECT_NAME", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 4, "name": "PRICE_USD", "comment": null}, "MIN_PRICE_USD_HOUR": {"type": "FLOAT", "index": 5, "name": "MIN_PRICE_USD_HOUR", "comment": null}, "MAX_PRICE_USD_HOUR": {"type": "FLOAT", "index": 6, "name": "MAX_PRICE_USD_HOUR", "comment": null}, "VOLATILITY_MEASURE": {"type": "FLOAT", "index": 7, "name": "VOLATILITY_MEASURE", "comment": null}, "SWAPS_IN_HOUR": {"type": "NUMBER", "index": 8, "name": "SWAPS_IN_HOUR", "comment": null}, "VOLUME_USD_IN_HOUR": {"type": "FLOAT", "index": 9, "name": "VOLUME_USD_IN_HOUR", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__prices_swaps_CURRENCY.95f8e47d9a"}, "test.osmosis_models.not_null_silver__staking_rewards_BLOCK_TIMESTAMP.337ca361f9": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKING_REWARDS_BLOCK_TIMESTAMP", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 7, "name": "TX_CALLER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 8, "name": "ACTION", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 9, "name": "MSG_GROUP", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 10, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 13, "name": "VALIDATOR_ADDRESS", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 14, "name": "DECIMAL", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__staking_rewards_BLOCK_TIMESTAMP.337ca361f9"}, "test.osmosis_models.not_null_silver__transactions_GAS_USED.1c943486c0": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSACTIONS_GAS_USED", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "CODESPACE": {"type": "TEXT", "index": 5, "name": "CODESPACE", "comment": null}, "GAS_USED": {"type": "NUMBER", "index": 6, "name": "GAS_USED", "comment": null}, "GAS_WANTED": {"type": "NUMBER", "index": 7, "name": "GAS_WANTED", "comment": null}, "TX_ID": {"type": "TEXT", "index": 8, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 9, "name": "TX_STATUS", "comment": null}, "TX_CODE": {"type": "NUMBER", "index": 10, "name": "TX_CODE", "comment": null}, "MSGS": {"type": "VARIANT", "index": 11, "name": "MSGS", "comment": null}, "AUTH_INFO": {"type": "VARIANT", "index": 12, "name": "AUTH_INFO", "comment": null}, "TX_BODY": {"type": "VARIANT", "index": 13, "name": "TX_BODY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__transactions_GAS_USED.1c943486c0"}, "model.osmosis_models.silver__pool_metadata": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "POOL_METADATA", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MODULE": {"type": "TEXT", "index": 1, "name": "MODULE", "comment": "Module used to create liquidity pool"}, "POOL_ID": {"type": "NUMBER", "index": 2, "name": "POOL_ID", "comment": "Identifier for the pool within the module"}, "ASSETS": {"type": "ARRAY", "index": 3, "name": "ASSETS", "comment": "List of 2 or more asset addresses belonging to the pool"}, "_UNIQUE_KEY": {"type": "TEXT", "index": 4, "name": "_UNIQUE_KEY", "comment": ""}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 5, "name": "_INSERTED_TIMESTAMP", "comment": ""}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 855.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 226304.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": "model.osmosis_models.silver__pool_metadata"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_BLOCK_TIMESTAMP.e35edaf2e4"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_PROJECT_NAME.a2110e9474": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "DIM_LABELS_PROJECT_NAME", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:37UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_PROJECT_NAME.a2110e9474"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_MSG_INDEX.d0e91438b3"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_TX_STATUS.82c5734c10": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_SUPERFLUID_STAKING_TX_STATUS", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_TX_STATUS.82c5734c10"}, "test.osmosis_models.not_null_silver__msg_attributes_ATTRIBUTE_KEY.2f7c4d2b9b": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "MSG_ATTRIBUTES_ATTRIBUTE_KEY", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 6, "name": "MSG_GROUP", "comment": null}, "MSG_SUB_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_SUB_GROUP", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 8, "name": "MSG_INDEX", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 9, "name": "MSG_TYPE", "comment": null}, "ATTRIBUTE_INDEX": {"type": "NUMBER", "index": 10, "name": "ATTRIBUTE_INDEX", "comment": null}, "ATTRIBUTE_KEY": {"type": "TEXT", "index": 11, "name": "ATTRIBUTE_KEY", "comment": null}, "ATTRIBUTE_VALUE": {"type": "TEXT", "index": 12, "name": "ATTRIBUTE_VALUE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 14, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__msg_attributes_ATTRIBUTE_KEY.2f7c4d2b9b"}, "test.osmosis_models.not_null_silver__locked_liquidity_actions_MSG_ACTION_DESCRIPTION.7528ea2359": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LOCKED_LIQUIDITY_ACTIONS_MSG_ACTION_DESCRIPTION", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_GROUP", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 8, "name": "MSG_TYPE", "comment": null}, "MSG_ACTION": {"type": "TEXT", "index": 9, "name": "MSG_ACTION", "comment": null}, "MSG_ACTION_DESCRIPTION": {"type": "TEXT", "index": 10, "name": "MSG_ACTION_DESCRIPTION", "comment": null}, "LOCKER_ADDRESS": {"type": "TEXT", "index": 11, "name": "LOCKER_ADDRESS", "comment": null}, "LOCK_ID": {"type": "NUMBER", "index": 12, "name": "LOCK_ID", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 13, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 14, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 15, "name": "DECIMAL", "comment": null}, "POOL_ID": {"type": "NUMBER", "index": 16, "name": "POOL_ID", "comment": null}, "LOCK_DURATION": {"type": "TEXT", "index": 17, "name": "LOCK_DURATION", "comment": null}, "UNLOCK_TIME": {"type": "TEXT", "index": 18, "name": "UNLOCK_TIME", "comment": null}, "IS_SUPERFLUID": {"type": "BOOLEAN", "index": 19, "name": "IS_SUPERFLUID", "comment": null}, "UNPOOL_NEW_LOCK_IDS": {"type": "TEXT", "index": 20, "name": "UNPOOL_NEW_LOCK_IDS", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 21, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 22, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__locked_liquidity_actions_MSG_ACTION_DESCRIPTION.7528ea2359"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_TX_STATUS.6b15191c9a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_TRANSFERS_TX_STATUS", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_TX_STATUS.6b15191c9a"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_BLOCK_ID__NUMBER__FLOAT.f0526590fd"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.3580abd5d1": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "SWAPS", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.3580abd5d1"}, "test.osmosis_models.not_null_silver__locked_liquidity_actions_IS_SUPERFLUID.57e1f1d019": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LOCKED_LIQUIDITY_ACTIONS_IS_SUPERFLUID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_GROUP", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 8, "name": "MSG_TYPE", "comment": null}, "MSG_ACTION": {"type": "TEXT", "index": 9, "name": "MSG_ACTION", "comment": null}, "MSG_ACTION_DESCRIPTION": {"type": "TEXT", "index": 10, "name": "MSG_ACTION_DESCRIPTION", "comment": null}, "LOCKER_ADDRESS": {"type": "TEXT", "index": 11, "name": "LOCKER_ADDRESS", "comment": null}, "LOCK_ID": {"type": "NUMBER", "index": 12, "name": "LOCK_ID", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 13, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 14, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 15, "name": "DECIMAL", "comment": null}, "POOL_ID": {"type": "NUMBER", "index": 16, "name": "POOL_ID", "comment": null}, "LOCK_DURATION": {"type": "TEXT", "index": 17, "name": "LOCK_DURATION", "comment": null}, "UNLOCK_TIME": {"type": "TEXT", "index": 18, "name": "UNLOCK_TIME", "comment": null}, "IS_SUPERFLUID": {"type": "BOOLEAN", "index": 19, "name": "IS_SUPERFLUID", "comment": null}, "UNPOOL_NEW_LOCK_IDS": {"type": "TEXT", "index": 20, "name": "UNPOOL_NEW_LOCK_IDS", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 21, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 22, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__locked_liquidity_actions_IS_SUPERFLUID.57e1f1d019"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_BLOCKCHAIN.0df26b2190": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_STAKING_REWARDS_BLOCKCHAIN", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_BLOCKCHAIN.0df26b2190"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_TX_STATUS.1c233bb3a6": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_STAKING_TX_STATUS", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_TX_STATUS.1c233bb3a6"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__prices_RECORDED_AT__SYMBOL.5bb3f27aa1": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "PRICES_RECORDED_AT", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RECORDED_AT": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "RECORDED_AT", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 2, "name": "SYMBOL", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__prices_RECORDED_AT__SYMBOL.5bb3f27aa1"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.a2ef7b2489": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "_EARLY_SWAPS_BLOCK_TIMESTAMP", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.a2ef7b2489"}, "test.osmosis_models.not_null_silver__blocks_VALIDATOR_HASH.27e6c22877": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BLOCKS_VALIDATOR_HASH", "database": "OSMOSIS_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}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 8, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__blocks_VALIDATOR_HASH.27e6c22877"}, "test.osmosis_models.not_null_silver__locked_liquidity_balances_ADDRESS.2efc699f74": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LOCKED_LIQUIDITY_BALANCES_ADDRESS", "database": "OSMOSIS_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}, "LOCK_ID": {"type": "NUMBER", "index": 5, "name": "LOCK_ID", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 6, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 7, "name": "DECIMAL", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 8, "name": "BALANCE", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 9, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__locked_liquidity_balances_ADDRESS.2efc699f74"}, "test.osmosis_models.not_null_silver__msgs_MSG_INDEX.227765e0bf": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "MSGS_MSG_INDEX", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_GROUP", "comment": null}, "MSG_SUB_GROUP": {"type": "NUMBER", "index": 8, "name": "MSG_SUB_GROUP", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 9, "name": "MSG_INDEX", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 10, "name": "MSG_TYPE", "comment": null}, "MSG": {"type": "VARIANT", "index": 11, "name": "MSG", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__msgs_MSG_INDEX.227765e0bf"}, "model.osmosis_models.core__dim_prices": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "DIM_PRICES", "database": "OSMOSIS_DEV", "comment": "Contains token prices in USD for assets that can be traded on the Osmosis Zone and Frontier.", "owner": "INTERNAL_DEV"}, "columns": {"RECORDED_AT": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "RECORDED_AT", "comment": "The time, including the day and hour, that the price of the token corresponds to."}, "SYMBOL": {"type": "TEXT", "index": 2, "name": "SYMBOL", "comment": "The token's symbol"}, "PRICE": {"type": "FLOAT", "index": 3, "name": "PRICE", "comment": "The price of the token in USD."}, "TOTAL_SUPPLY": {"type": "FLOAT", "index": 4, "name": "TOTAL_SUPPLY", "comment": "The total circulating supply of the token"}, "VOLUME_24H": {"type": "FLOAT", "index": 5, "name": "VOLUME_24H", "comment": ""}, "PROVIDER": {"type": "TEXT", "index": 6, "name": "PROVIDER", "comment": "Where the price is sourced from. Prices sourced from the swaps table may have outliers for hours with low swap volume."}}, "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.osmosis_models.core__dim_prices"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_BLOCK_ID.3b4804ad7b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_AIRDROP_BLOCK_ID", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:37UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_BLOCK_ID.3b4804ad7b"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_BLOCK_ID__NUMBER__FLOAT.92d6f9fa83": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "EARLY_LIQUIDITY_PROVIDER_ACTIONS_BLOCK_ID", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_BLOCK_ID__NUMBER__FLOAT.92d6f9fa83"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_LOCK_ID.3bd9aaf31a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_SUPERFLUID_STAKING_LOCK_ID", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_LOCK_ID.3bd9aaf31a"}, "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_BLOCK_ID.5c8cb09743": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "EARLY_LIQUIDITY_PROVIDER_ACTIONS_BLOCK_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 7, "name": "MSG_INDEX", "comment": null}, "LIQUIDITY_PROVIDER_ADDRESS": {"type": "TEXT", "index": 8, "name": "LIQUIDITY_PROVIDER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 9, "name": "ACTION", "comment": null}, "POOL_ID": {"type": "NUMBER", "index": 10, "name": "POOL_ID", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 13, "name": "DECIMAL", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_BLOCK_ID.5c8cb09743"}, "test.osmosis_models.not_null_silver__liquidity_provider_actions_AMOUNT.a7f8cad8ca": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LIQUIDITY_PROVIDER_ACTIONS_AMOUNT", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 7, "name": "MSG_INDEX", "comment": null}, "LIQUIDITY_PROVIDER_ADDRESS": {"type": "TEXT", "index": 8, "name": "LIQUIDITY_PROVIDER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 9, "name": "ACTION", "comment": null}, "POOL_ID": {"type": "NUMBER", "index": 10, "name": "POOL_ID", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 13, "name": "DECIMAL", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__liquidity_provider_actions_AMOUNT.a7f8cad8ca"}, "test.osmosis_models.not_null_silver__superfluid_staking_TX_STATUS.c4011fad46": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "SUPERFLUID_STAKING_TX_STATUS", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 6, "name": "MSG_GROUP", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 7, "name": "TX_STATUS", "comment": null}, "ACTION": {"type": "TEXT", "index": 8, "name": "ACTION", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 9, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 10, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 11, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 12, "name": "DECIMAL", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 13, "name": "VALIDATOR_ADDRESS", "comment": null}, "LOCK_ID": {"type": "NUMBER", "index": 14, "name": "LOCK_ID", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__superfluid_staking_TX_STATUS.c4011fad46"}, "test.osmosis_models.not_null_silver___early_swaps_FROM_CURRENCY.904e6cfcbc": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "_EARLY_SWAPS_FROM_CURRENCY", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TRADER": {"type": "TEXT", "index": 7, "name": "TRADER", "comment": null}, "FROM_AMOUNT": {"type": "TEXT", "index": 8, "name": "FROM_AMOUNT", "comment": null}, "FROM_CURRENCY": {"type": "TEXT", "index": 9, "name": "FROM_CURRENCY", "comment": null}, "FROM_DECIMAL": {"type": "VARIANT", "index": 10, "name": "FROM_DECIMAL", "comment": null}, "TO_AMOUNT": {"type": "TEXT", "index": 11, "name": "TO_AMOUNT", "comment": null}, "TO_CURRENCY": {"type": "TEXT", "index": 12, "name": "TO_CURRENCY", "comment": null}, "TO_DECIMAL": {"type": "VARIANT", "index": 13, "name": "TO_DECIMAL", "comment": null}, "POOL_IDS": {"type": "ARRAY", "index": 14, "name": "POOL_IDS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver___early_swaps_FROM_CURRENCY.904e6cfcbc"}, "model.osmosis_models.core__fact_locked_liquidity_actions": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "FACT_LOCKED_LIQUIDITY_ACTIONS", "database": "OSMOSIS_DEV", "comment": "Includes all actions related to locked LP tokens", "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."}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": "In this table, always Osmosis. Used to join to cross-chain tables."}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": "The name and version of the blockchain."}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed."}, "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)"}, "MSG_TYPE": {"type": "TEXT", "index": 8, "name": "MSG_TYPE", "comment": ""}, "MSG_ACTION": {"type": "TEXT", "index": 9, "name": "MSG_ACTION", "comment": "The attribute value when the message type = 'mesage' and the attribute key = 'action'"}, "MSG_ACTION_DESCRIPTION": {"type": "TEXT", "index": 10, "name": "MSG_ACTION_DESCRIPTION", "comment": "A user friendly description of what action occured"}, "LOCKER_ADDRESS": {"type": "TEXT", "index": 11, "name": "LOCKER_ADDRESS", "comment": "The address of user that performed an action related to locked lp tokens"}, "LOCK_ID": {"type": "NUMBER", "index": 12, "name": "LOCK_ID", "comment": "The unique id related to the specifc address, pool, and lock duration"}, "AMOUNT": {"type": "NUMBER", "index": 13, "name": "AMOUNT", "comment": "The amount that was used in the transaction message."}, "CURRENCY": {"type": "TEXT", "index": 14, "name": "CURRENCY", "comment": "The currency that was used in the transaction message."}, "DECIMAL": {"type": "NUMBER", "index": 15, "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."}, "POOL_ID": {"type": "NUMBER", "index": 16, "name": "POOL_ID", "comment": "Identifier for the pool within the module"}, "LOCK_DURATION": {"type": "TEXT", "index": 17, "name": "LOCK_DURATION", "comment": "The length of time the LP toke takes to unlock"}, "UNLOCK_TIME": {"type": "TEXT", "index": 18, "name": "UNLOCK_TIME", "comment": "When the LP token is fully unlocked and liquid again"}, "IS_SUPERFLUID": {"type": "BOOLEAN", "index": 19, "name": "IS_SUPERFLUID", "comment": "The length of time the LP toke takes to unlock"}, "UNPOOL_NEW_LOCK_IDS": {"type": "TEXT", "index": 20, "name": "UNPOOL_NEW_LOCK_IDS", "comment": "The new lock ids generated when a lp position is unpooled"}}, "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.osmosis_models.core__fact_locked_liquidity_actions"}, "test.osmosis_models.not_null_silver__asset_metadata_RAW_METADATA.b19685741b": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "ASSET_METADATA_RAW_METADATA", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 2, "name": "ADDRESS", "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}, "RAW_METADATA": {"type": "ARRAY", "index": 8, "name": "RAW_METADATA", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__asset_metadata_RAW_METADATA.b19685741b"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_CHAIN_ID.311b17954d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_LOCKED_LIQUIDITY_ACTIONS_CHAIN_ID", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_CHAIN_ID.311b17954d"}, "test.osmosis_models.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": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__msgs_BLOCK_TIMESTAMP__day__1.7d26c028d2"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_BLOCK_ID__NUMBER__FLOAT.2166b9667b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "LIQUIDITY_PROVIDER_ACTIONS_BLOCK_ID", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_BLOCK_ID__NUMBER__FLOAT.2166b9667b"}, "test.osmosis_models.not_null_silver__liquidity_provider_actions__INSERTED_TIMESTAMP.cfc613cece": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LIQUIDITY_PROVIDER_ACTIONS", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 7, "name": "MSG_INDEX", "comment": null}, "LIQUIDITY_PROVIDER_ADDRESS": {"type": "TEXT", "index": 8, "name": "LIQUIDITY_PROVIDER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 9, "name": "ACTION", "comment": null}, "POOL_ID": {"type": "NUMBER", "index": 10, "name": "POOL_ID", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 13, "name": "DECIMAL", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__liquidity_provider_actions__INSERTED_TIMESTAMP.cfc613cece"}, "test.osmosis_models.not_null_silver__governance_submit_proposal_PROPOSAL_TYPE.dbda3680fd": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_SUBMIT_PROPOSAL_PROPOSAL_TYPE", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "PROPOSER": {"type": "TEXT", "index": 7, "name": "PROPOSER", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 8, "name": "PROPOSAL_ID", "comment": null}, "PROPOSAL_TYPE": {"type": "TEXT", "index": 9, "name": "PROPOSAL_TYPE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__governance_submit_proposal_PROPOSAL_TYPE.dbda3680fd"}, "model.osmosis_models.silver__blocks": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "BLOCKS", "database": "OSMOSIS_DEV", "comment": "Records of all blocks that have occurred on Osmosis, 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."}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "comment": "The time the block was inserted into to the Flipside database."}, "_UNIQUE_KEY": {"type": "TEXT", "index": 8, "name": "_UNIQUE_KEY", "comment": ""}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 7219895.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 268174848.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE)", "include": true, "description": "The key used to cluster this 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.osmosis_models.silver__blocks"}, "test.osmosis_models.silver__daily_balances_business_logic_test.1e7294bb09": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "DAILY_BALANCES_BUSINESS_LOGIC_TEST", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.silver__daily_balances_business_logic_test.1e7294bb09"}, "model.osmosis_models.silver__validator_metadata": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "VALIDATOR_METADATA", "database": "OSMOSIS_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 Osmosis. 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."}, "RAW_METADATA": {"type": "VARIANT", "index": 8, "name": "RAW_METADATA", "comment": "Additional details about the validator or token in json format."}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 316.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:41UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 133632.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": "model.osmosis_models.silver__validator_metadata"}, "model.osmosis_models.silver__msgs": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "MSGS", "database": "OSMOSIS_DEV", "comment": "Records of all messages associated to transactions that have occurred on Osmosis, 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."}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": ""}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": "The name and version of the blockchain."}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": ""}, "MSG_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_GROUP", "comment": "Numeric value grouping different messages together to represent a single action. NULL group means messages are related to the header (overall transaction)"}, "MSG_SUB_GROUP": {"type": "NUMBER", "index": 8, "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": 9, "name": "MSG_INDEX", "comment": "Short for \"message index,\" the position in which messages occur in a transaction."}, "MSG_TYPE": {"type": "TEXT", "index": 10, "name": "MSG_TYPE", "comment": "A string containing information about the type of message occurring."}, "MSG": {"type": "VARIANT", "index": 11, "name": "MSG", "comment": "The underlying json from the message or event within the transactions"}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": "The time the block was inserted into to the Flipside database."}, "_UNIQUE_KEY": {"type": "TEXT", "index": 13, "name": "_UNIQUE_KEY", "comment": ""}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 1248039421.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:41UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 651585059328.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE, _inserted_timestamp::DATE)", "include": true, "description": "The key used to cluster this 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.osmosis_models.silver__msgs"}, "model.osmosis_models.core__fact_staking_rewards": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "FACT_STAKING_REWARDS", "database": "OSMOSIS_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."}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": "In this table, always Osmosis. Used to join to cross-chain tables."}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": "The name and version of the blockchain."}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed."}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 7, "name": "TX_CALLER_ADDRESS", "comment": "The wallet address of the individual who initiated the transaction."}, "ACTION": {"type": "TEXT", "index": 8, "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": 9, "name": "DELEGATOR_ADDRESS", "comment": "The wallet address of the individual who owns the delegated asset."}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 10, "name": "VALIDATOR_ADDRESS", "comment": "The wallet address of the validator related to the staking action."}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": "The amount that was used in the transaction message."}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": "The currency that was used in the transaction message."}, "DECIMAL": {"type": "NUMBER", "index": 13, "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."}}, "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.osmosis_models.core__fact_staking_rewards"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_LABEL.457ab8a792": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "DIM_LABELS_LABEL", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:37UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_LABEL.457ab8a792"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_TX_STATUS.756f1a8d6d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_LOCKED_LIQUIDITY_ACTIONS_TX_STATUS", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_TX_STATUS.756f1a8d6d"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_VALIDATOR_ADDRESS.a9f7307c18"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_AMOUNT__NUMBER__FLOAT.fa9630c787": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "SUPERFLUID_ACTIONS_AMOUNT", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_AMOUNT__NUMBER__FLOAT.fa9630c787"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_BLOCKCHAIN.9239785984": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_TRANSFERS_BLOCKCHAIN", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_BLOCKCHAIN.9239785984"}, "test.osmosis_models.not_null_silver__airdrops_SENDER.5ea1f6eb65": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "AIRDROPS_SENDER", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TRANSFER_TYPE": {"type": "TEXT", "index": 7, "name": "TRANSFER_TYPE", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 8, "name": "MSG_INDEX", "comment": null}, "SENDER": {"type": "TEXT", "index": 9, "name": "SENDER", "comment": null}, "AMOUNT": {"type": "TEXT", "index": 10, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 11, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 12, "name": "DECIMAL", "comment": null}, "RECEIVER": {"type": "TEXT", "index": 13, "name": "RECEIVER", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__airdrops_SENDER.5ea1f6eb65"}, "test.osmosis_models.not_null_silver__superfluid_staked_balances_BLOCK_ID.57554a158d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "SUPERFLUID_STAKED_BALANCES_BLOCK_ID", "database": "OSMOSIS_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}, "LOCK_ID": {"type": "NUMBER", "index": 5, "name": "LOCK_ID", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 6, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 7, "name": "DECIMAL", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 8, "name": "BALANCE", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 9, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__superfluid_staked_balances_BLOCK_ID.57554a158d"}, "test.osmosis_models.not_null_silver___early_swaps_TX_ID.73a8ff01fb": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "_EARLY_SWAPS_TX_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TRADER": {"type": "TEXT", "index": 7, "name": "TRADER", "comment": null}, "FROM_AMOUNT": {"type": "TEXT", "index": 8, "name": "FROM_AMOUNT", "comment": null}, "FROM_CURRENCY": {"type": "TEXT", "index": 9, "name": "FROM_CURRENCY", "comment": null}, "FROM_DECIMAL": {"type": "VARIANT", "index": 10, "name": "FROM_DECIMAL", "comment": null}, "TO_AMOUNT": {"type": "TEXT", "index": 11, "name": "TO_AMOUNT", "comment": null}, "TO_CURRENCY": {"type": "TEXT", "index": 12, "name": "TO_CURRENCY", "comment": null}, "TO_DECIMAL": {"type": "VARIANT", "index": 13, "name": "TO_DECIMAL", "comment": null}, "POOL_IDS": {"type": "ARRAY", "index": 14, "name": "POOL_IDS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver___early_swaps_TX_ID.73a8ff01fb"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.d6c427737f": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "MSG_ATTRIBUTES", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.d6c427737f"}, "test.osmosis_models.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": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_ID": {"type": "TEXT", "index": 1, "name": "TX_ID", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_utils_unique_combination_of_columns_core__fact_transactions_TX_ID.57efb72c3f"}, "test.osmosis_models.not_null_silver__governance_proposal_deposits_TX_ID.5813dde547": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_PROPOSAL_DEPOSITS_TX_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "DEPOSITOR": {"type": "TEXT", "index": 7, "name": "DEPOSITOR", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 8, "name": "PROPOSAL_ID", "comment": null}, "AMOUNT": {"type": "FLOAT", "index": 9, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 10, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 11, "name": "DECIMAL", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__governance_proposal_deposits_TX_ID.5813dde547"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_TX_ID.9bc819755a"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_SENDER.5acfdb6d48"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_CHAIN_ID.1554dd817e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_STAKING_REWARDS_CHAIN_ID", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_CHAIN_ID.1554dd817e"}, "test.osmosis_models.not_null_silver___early_swaps_TO_CURRENCY.db8488cd23": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "_EARLY_SWAPS_TO_CURRENCY", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TRADER": {"type": "TEXT", "index": 7, "name": "TRADER", "comment": null}, "FROM_AMOUNT": {"type": "TEXT", "index": 8, "name": "FROM_AMOUNT", "comment": null}, "FROM_CURRENCY": {"type": "TEXT", "index": 9, "name": "FROM_CURRENCY", "comment": null}, "FROM_DECIMAL": {"type": "VARIANT", "index": 10, "name": "FROM_DECIMAL", "comment": null}, "TO_AMOUNT": {"type": "TEXT", "index": 11, "name": "TO_AMOUNT", "comment": null}, "TO_CURRENCY": {"type": "TEXT", "index": 12, "name": "TO_CURRENCY", "comment": null}, "TO_DECIMAL": {"type": "VARIANT", "index": 13, "name": "TO_DECIMAL", "comment": null}, "POOL_IDS": {"type": "ARRAY", "index": 14, "name": "POOL_IDS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver___early_swaps_TO_CURRENCY.db8488cd23"}, "seed.osmosis_models.testing__daily_balances": {"metadata": {"type": "BASE TABLE", "schema": "TESTING", "name": "DAILY_BALANCES", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 95.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:41UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 6144.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": "seed.osmosis_models.testing__daily_balances"}, "model.osmosis_models.core__fact_governance_submit_proposal": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "FACT_GOVERNANCE_SUBMIT_PROPOSAL", "database": "OSMOSIS_DEV", "comment": "Records of all proposal submissions on Osmosis, 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."}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": "In this table, always Osmosis. Used to join to cross-chain tables."}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": "The name and version of the blockchain."}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed."}, "PROPOSER": {"type": "TEXT", "index": 7, "name": "PROPOSER", "comment": "The address of the validator that submitted the proposal."}, "PROPOSAL_ID": {"type": "NUMBER", "index": 8, "name": "PROPOSAL_ID", "comment": "Numeric ID that corresponds to the proposal."}, "PROPOSAL_TYPE": {"type": "TEXT", "index": 9, "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.osmosis_models.core__fact_governance_submit_proposal"}, "test.osmosis_models.not_null_silver__governance_votes__PATH.17d12040f8": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_VOTES", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "_PATH": {"type": "TEXT", "index": 7, "name": "_PATH", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 8, "name": "PROPOSAL_ID", "comment": null}, "VOTER": {"type": "TEXT", "index": 9, "name": "VOTER", "comment": null}, "VOTE_OPTION": {"type": "VARIANT", "index": 10, "name": "VOTE_OPTION", "comment": null}, "VOTE_WEIGHT": {"type": "FLOAT", "index": 11, "name": "VOTE_WEIGHT", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__governance_votes__PATH.17d12040f8"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_BLOCKCHAIN.8f714681bd": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_TRANSACTIONS_BLOCKCHAIN", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_BLOCKCHAIN.8f714681bd"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.ff9ae19b53": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "SWAPS_BLOCK_TIMESTAMP", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.ff9ae19b53"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.902a4aeca4": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "SUPERFLUID_ACTIONS_BLOCK_TIMESTAMP", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.902a4aeca4"}, "test.osmosis_models.not_null_silver__liquidity_provider_actions_BLOCKCHAIN.5cdb355241": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LIQUIDITY_PROVIDER_ACTIONS_BLOCKCHAIN", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 7, "name": "MSG_INDEX", "comment": null}, "LIQUIDITY_PROVIDER_ADDRESS": {"type": "TEXT", "index": 8, "name": "LIQUIDITY_PROVIDER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 9, "name": "ACTION", "comment": null}, "POOL_ID": {"type": "NUMBER", "index": 10, "name": "POOL_ID", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 13, "name": "DECIMAL", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__liquidity_provider_actions_BLOCKCHAIN.5cdb355241"}, "test.osmosis_models.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": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__blocks_BLOCK_TIMESTAMP__day__1.3844f6e7d3"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_LOCK_DURATION.14a1f75ff0": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_LOCKED_LIQUIDITY_ACTIONS_LOCK_DURATION", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_LOCK_DURATION.14a1f75ff0"}, "test.osmosis_models.not_null_silver__pool_metadata_ASSETS.e27062d4a1": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "POOL_METADATA_ASSETS", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MODULE": {"type": "TEXT", "index": 1, "name": "MODULE", "comment": null}, "POOL_ID": {"type": "NUMBER", "index": 2, "name": "POOL_ID", "comment": null}, "ASSETS": {"type": "ARRAY", "index": 3, "name": "ASSETS", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 4, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 5, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__pool_metadata_ASSETS.e27062d4a1"}, "test.osmosis_models.not_null_silver__superfluid_actions_BLOCKCHAIN.405a0109a4": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "SUPERFLUID_ACTIONS_BLOCKCHAIN", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 7, "name": "MSG_TYPE", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 8, "name": "MSG_GROUP", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 9, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 10, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 11, "name": "CURRENCY", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 12, "name": "VALIDATOR_ADDRESS", "comment": null}, "LOCK_ID": {"type": "NUMBER", "index": 13, "name": "LOCK_ID", "comment": null}, "POOL_ID": {"type": "NUMBER", "index": 14, "name": "POOL_ID", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 15, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 16, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__superfluid_actions_BLOCKCHAIN.405a0109a4"}, "test.osmosis_models.not_null_silver__transfers_RECEIVER.965c9f325d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSFERS_RECEIVER", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TRANSFER_TYPE": {"type": "TEXT", "index": 7, "name": "TRANSFER_TYPE", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 8, "name": "MSG_INDEX", "comment": null}, "SENDER": {"type": "TEXT", "index": 9, "name": "SENDER", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 10, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 11, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 12, "name": "DECIMAL", "comment": null}, "RECEIVER": {"type": "TEXT", "index": 13, "name": "RECEIVER", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__transfers_RECEIVER.965c9f325d"}, "test.osmosis_models.not_null_silver__validator_metadata_ADDRESS.885a2a4fe5": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "VALIDATOR_METADATA_ADDRESS", "database": "OSMOSIS_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}, "RAW_METADATA": {"type": "VARIANT", "index": 8, "name": "RAW_METADATA", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__validator_metadata_ADDRESS.885a2a4fe5"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_ATTRIBUTE_VALUE.f316cfca60"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes__PATH__STRING__VARCHAR.2b5475b614": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "GOVERNANCE_VOTES", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes__PATH__STRING__VARCHAR.2b5475b614"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.14e9298b2f": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "AIRDROPS_BLOCK_TIMESTAMP", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.14e9298b2f"}, "test.osmosis_models.not_null_silver__locked_liquidity_actions_TX_ID.6608c6c52f": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LOCKED_LIQUIDITY_ACTIONS_TX_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_GROUP", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 8, "name": "MSG_TYPE", "comment": null}, "MSG_ACTION": {"type": "TEXT", "index": 9, "name": "MSG_ACTION", "comment": null}, "MSG_ACTION_DESCRIPTION": {"type": "TEXT", "index": 10, "name": "MSG_ACTION_DESCRIPTION", "comment": null}, "LOCKER_ADDRESS": {"type": "TEXT", "index": 11, "name": "LOCKER_ADDRESS", "comment": null}, "LOCK_ID": {"type": "NUMBER", "index": 12, "name": "LOCK_ID", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 13, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 14, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 15, "name": "DECIMAL", "comment": null}, "POOL_ID": {"type": "NUMBER", "index": 16, "name": "POOL_ID", "comment": null}, "LOCK_DURATION": {"type": "TEXT", "index": 17, "name": "LOCK_DURATION", "comment": null}, "UNLOCK_TIME": {"type": "TEXT", "index": 18, "name": "UNLOCK_TIME", "comment": null}, "IS_SUPERFLUID": {"type": "BOOLEAN", "index": 19, "name": "IS_SUPERFLUID", "comment": null}, "UNPOOL_NEW_LOCK_IDS": {"type": "TEXT", "index": 20, "name": "UNPOOL_NEW_LOCK_IDS", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 21, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 22, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__locked_liquidity_actions_TX_ID.6608c6c52f"}, "test.osmosis_models.not_null_silver__staking_rewards_CHAIN_ID.355173de9a": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKING_REWARDS_CHAIN_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 7, "name": "TX_CALLER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 8, "name": "ACTION", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 9, "name": "MSG_GROUP", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 10, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 13, "name": "VALIDATOR_ADDRESS", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 14, "name": "DECIMAL", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__staking_rewards_CHAIN_ID.355173de9a"}, "test.osmosis_models.not_null_silver__superfluid_staking_CHAIN_ID.0676d04c55": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "SUPERFLUID_STAKING_CHAIN_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 6, "name": "MSG_GROUP", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 7, "name": "TX_STATUS", "comment": null}, "ACTION": {"type": "TEXT", "index": 8, "name": "ACTION", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 9, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 10, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 11, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 12, "name": "DECIMAL", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 13, "name": "VALIDATOR_ADDRESS", "comment": null}, "LOCK_ID": {"type": "NUMBER", "index": 14, "name": "LOCK_ID", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__superfluid_staking_CHAIN_ID.0676d04c55"}, "test.osmosis_models.not_null_silver__transfers_SENDER.0abbede6fe": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSFERS_SENDER", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TRANSFER_TYPE": {"type": "TEXT", "index": 7, "name": "TRANSFER_TYPE", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 8, "name": "MSG_INDEX", "comment": null}, "SENDER": {"type": "TEXT", "index": 9, "name": "SENDER", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 10, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 11, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 12, "name": "DECIMAL", "comment": null}, "RECEIVER": {"type": "TEXT", "index": 13, "name": "RECEIVER", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__transfers_SENDER.0abbede6fe"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_TX_ID.f616a284b6"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_BLOCK_ID__NUMBER__FLOAT.f4d0275a3e"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_TX_STATUS.35874d4212": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_SWAPS_TX_STATUS", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_TX_STATUS.35874d4212"}, "test.osmosis_models.not_null_silver__early_liquidity_provider_actions__INSERTED_TIMESTAMP.5156a0041a": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "EARLY_LIQUIDITY_PROVIDER_ACTIONS", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 7, "name": "MSG_INDEX", "comment": null}, "LIQUIDITY_PROVIDER_ADDRESS": {"type": "TEXT", "index": 8, "name": "LIQUIDITY_PROVIDER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 9, "name": "ACTION", "comment": null}, "POOL_ID": {"type": "NUMBER", "index": 10, "name": "POOL_ID", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 13, "name": "DECIMAL", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__early_liquidity_provider_actions__INSERTED_TIMESTAMP.5156a0041a"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_POOL_IDS.cacb5b40e4": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_SWAPS_POOL_IDS", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_POOL_IDS.cacb5b40e4"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.79817097ef": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "LOCKED_LIQUIDITY_ACTIONS_BEGIN_UNLOCK_BLOCK_TIMESTAMP", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.79817097ef"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_AMOUNT__NUMBER__FLOAT.4f37d82831"}, "test.osmosis_models.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": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_ID": {"type": "TEXT", "index": 1, "name": "TX_ID", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__governance_submit_proposal_TX_ID.e7cadc9d82"}, "test.osmosis_models.not_null_silver__staked_balances__INSERTED_TIMESTAMP.275c42bb76": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKED_BALANCES", "database": "OSMOSIS_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}, "DECIMAL": {"type": "VARIANT", "index": 6, "name": "DECIMAL", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 7, "name": "BALANCE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__staked_balances__INSERTED_TIMESTAMP.275c42bb76"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_prices_SYMBOL.dc9508e9d2": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "DIM_PRICES_SYMBOL", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:37UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_prices_SYMBOL.dc9508e9d2"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_GAS_USED.330cc6bb7e"}, "test.osmosis_models.not_null_silver__latest_liquid_balances_ADDRESS.ab3d75134b": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LATEST_LIQUID_BALANCES_ADDRESS", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ADDRESS": {"type": "TEXT", "index": 1, "name": "ADDRESS", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 2, "name": "BALANCE", "comment": null}, "BALANCE_TYPE": {"type": "TEXT", "index": 3, "name": "BALANCE_TYPE", "comment": null}, "BLOCK_ID": {"type": "NUMBER", "index": 4, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 5, "name": "BLOCK_TIMESTAMP", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 6, "name": "DECIMAL", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 7, "name": "CURRENCY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__latest_liquid_balances_ADDRESS.ab3d75134b"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_ACTION.4426bb60be": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_LIQUIDITY_PROVIDER_ACTIONS_ACTION", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_ACTION.4426bb60be"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__airdrops_TX_ID__MSG_INDEX__CURRENCY.f34cd2556f": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "AIRDROPS_TX_ID", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__airdrops_TX_ID__MSG_INDEX__CURRENCY.f34cd2556f"}, "test.osmosis_models.not_null_silver__liquidity_provider_actions_POOL_ID.ed43a4434d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LIQUIDITY_PROVIDER_ACTIONS_POOL_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 7, "name": "MSG_INDEX", "comment": null}, "LIQUIDITY_PROVIDER_ADDRESS": {"type": "TEXT", "index": 8, "name": "LIQUIDITY_PROVIDER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 9, "name": "ACTION", "comment": null}, "POOL_ID": {"type": "NUMBER", "index": 10, "name": "POOL_ID", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 13, "name": "DECIMAL", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__liquidity_provider_actions_POOL_ID.ed43a4434d"}, "model.osmosis_models.silver__transfers": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "TRANSFERS", "database": "OSMOSIS_DEV", "comment": "Records of all transfers on Osmosis, including IBC transfers as on- and off-ramps to Osmosis 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."}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": "In this table, always Osmosis. Used to join to cross-chain tables."}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": "The name and version of the blockchain."}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed."}, "TRANSFER_TYPE": {"type": "TEXT", "index": 7, "name": "TRANSFER_TYPE", "comment": "Details on the type of transfer occurring during the transaction. \"IBC_Transfer_In\" = depositing tokens onto Osmosis. \"IBC_transfer_out\" = withdrawing tokens from Osmosis. \"Osmosis\" = wallet to wallet transfer on Osmosis."}, "MSG_INDEX": {"type": "NUMBER", "index": 8, "name": "MSG_INDEX", "comment": ""}, "SENDER": {"type": "TEXT", "index": 9, "name": "SENDER", "comment": "The wallet address of the individual sent tokens in the transfer."}, "AMOUNT": {"type": "NUMBER", "index": 10, "name": "AMOUNT", "comment": "The amount that was used in the transaction message."}, "CURRENCY": {"type": "TEXT", "index": 11, "name": "CURRENCY", "comment": "The currency that was used in the transaction message."}, "DECIMAL": {"type": "VARIANT", "index": 12, "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."}, "RECEIVER": {"type": "TEXT", "index": 13, "name": "RECEIVER", "comment": "The wallet address of the individual received tokens in the transfer."}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "_INSERTED_TIMESTAMP", "comment": "The time the block was inserted into to the Flipside database."}, "_UNIQUE_KEY": {"type": "TEXT", "index": 15, "name": "_UNIQUE_KEY", "comment": ""}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 19185226.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:41UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 1999179264.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE)", "include": true, "description": "The key used to cluster this 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.osmosis_models.silver__transfers"}, "model.osmosis_models.silver__msg_attributes": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "MSG_ATTRIBUTES", "database": "OSMOSIS_DEV", "comment": "Records of all message attributes associated to messages that have occurred on Osmosis, 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."}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": ""}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": "The name and version of the blockchain."}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "MSG_GROUP": {"type": "NUMBER", "index": 6, "name": "MSG_GROUP", "comment": "Numeric value grouping different messages together to represent a single action. NULL group means messages are related to the header (overall transaction)"}, "MSG_SUB_GROUP": {"type": "NUMBER", "index": 7, "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": 8, "name": "MSG_INDEX", "comment": "Short for \"message index,\" the position in which messages occur in a transaction."}, "MSG_TYPE": {"type": "TEXT", "index": 9, "name": "MSG_TYPE", "comment": "A string containing information about the type of message occurring."}, "ATTRIBUTE_INDEX": {"type": "NUMBER", "index": 10, "name": "ATTRIBUTE_INDEX", "comment": ""}, "ATTRIBUTE_KEY": {"type": "TEXT", "index": 11, "name": "ATTRIBUTE_KEY", "comment": "They key from the key-value pair from the message attribute"}, "ATTRIBUTE_VALUE": {"type": "TEXT", "index": 12, "name": "ATTRIBUTE_VALUE", "comment": "They value from the key-value pair from the message attribute"}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": "The time the block was inserted into to the Flipside database."}, "_UNIQUE_KEY": {"type": "TEXT", "index": 14, "name": "_UNIQUE_KEY", "comment": ""}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 2520494452.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:41UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 354833870848.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE, _inserted_timestamp::DATE)", "include": true, "description": "The key used to cluster this 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.osmosis_models.silver__msg_attributes"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_DECIMAL.ecfaead484"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_BLOCKCHAIN.cd744bf5de": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_GOVERNANCE_VOTES_BLOCKCHAIN", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_BLOCKCHAIN.cd744bf5de"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_CURRENCY.159b32703a"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.679a55f93c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "LIQUIDITY_PROVIDER_ACTIONS_BLOCK_TIMESTAMP", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.679a55f93c"}, "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__prices_RECORDED_AT__day__2.b6efd5a503": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "PRICES_RECORDED_AT", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__prices_RECORDED_AT__day__2.b6efd5a503"}, "test.osmosis_models.not_null_silver__latest_liquid_balances_BALANCE.1382ad1877": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LATEST_LIQUID_BALANCES_BALANCE", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ADDRESS": {"type": "TEXT", "index": 1, "name": "ADDRESS", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 2, "name": "BALANCE", "comment": null}, "BALANCE_TYPE": {"type": "TEXT", "index": 3, "name": "BALANCE_TYPE", "comment": null}, "BLOCK_ID": {"type": "NUMBER", "index": 4, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 5, "name": "BLOCK_TIMESTAMP", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 6, "name": "DECIMAL", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 7, "name": "CURRENCY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__latest_liquid_balances_BALANCE.1382ad1877"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_TX_STATUS.0e5f27fd3d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_GOVERNANCE_VOTES_TX_STATUS", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_TX_STATUS.0e5f27fd3d"}, "test.osmosis_models.not_null_silver__msg_attributes_CHAIN_ID.000bd705a4": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "MSG_ATTRIBUTES_CHAIN_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 6, "name": "MSG_GROUP", "comment": null}, "MSG_SUB_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_SUB_GROUP", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 8, "name": "MSG_INDEX", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 9, "name": "MSG_TYPE", "comment": null}, "ATTRIBUTE_INDEX": {"type": "NUMBER", "index": 10, "name": "ATTRIBUTE_INDEX", "comment": null}, "ATTRIBUTE_KEY": {"type": "TEXT", "index": 11, "name": "ATTRIBUTE_KEY", "comment": null}, "ATTRIBUTE_VALUE": {"type": "TEXT", "index": 12, "name": "ATTRIBUTE_VALUE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 14, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__msg_attributes_CHAIN_ID.000bd705a4"}, "test.osmosis_models.not_null_silver__governance_submit_proposal_BLOCK_ID.80df3f0930": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_SUBMIT_PROPOSAL_BLOCK_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "PROPOSER": {"type": "TEXT", "index": 7, "name": "PROPOSER", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 8, "name": "PROPOSAL_ID", "comment": null}, "PROPOSAL_TYPE": {"type": "TEXT", "index": 9, "name": "PROPOSAL_TYPE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__governance_submit_proposal_BLOCK_ID.80df3f0930"}, "model.osmosis_models.silver__transactions": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "TRANSACTIONS", "database": "OSMOSIS_DEV", "comment": "Records of all transactions that have occurred on Osmosis, 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."}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": ""}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": "The name and version of the blockchain."}, "CODESPACE": {"type": "TEXT", "index": 5, "name": "CODESPACE", "comment": "Namespace for the code."}, "GAS_USED": {"type": "NUMBER", "index": 6, "name": "GAS_USED", "comment": "The amount of gas consumed by the transaction."}, "GAS_WANTED": {"type": "NUMBER", "index": 7, "name": "GAS_WANTED", "comment": "Amount of gas requested for a transaction. It is provided by users when the transaction is generated."}, "TX_ID": {"type": "TEXT", "index": 8, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "TX_STATUS": {"type": "TEXT", "index": 9, "name": "TX_STATUS", "comment": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed."}, "TX_CODE": {"type": "NUMBER", "index": 10, "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": 11, "name": "MSGS", "comment": "The underlying json from the messages or events within the transactions"}, "AUTH_INFO": {"type": "VARIANT", "index": 12, "name": "AUTH_INFO", "comment": "The top level auth information for the transaction"}, "TX_BODY": {"type": "VARIANT", "index": 13, "name": "TX_BODY", "comment": "The top level transaction body for the transaction"}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "_INSERTED_TIMESTAMP", "comment": "The time the block was inserted into to the Flipside database."}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 112921608.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:41UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 859147787776.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE, _inserted_timestamp::DATE)", "include": true, "description": "The key used to cluster this 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.osmosis_models.silver__transactions"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_BLOCK_ID.69b7ddd1ef"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_DELEGATOR_ADDRESS.e9c0dfdad6": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_SUPERFLUID_STAKING_DELEGATOR_ADDRESS", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_DELEGATOR_ADDRESS.e9c0dfdad6"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_BLOCK_ID__NUMBER__FLOAT.e08ee6d46c"}, "test.osmosis_models.not_null_silver__airdrops_CHAIN_ID.33e4ef27e0": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "AIRDROPS_CHAIN_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TRANSFER_TYPE": {"type": "TEXT", "index": 7, "name": "TRANSFER_TYPE", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 8, "name": "MSG_INDEX", "comment": null}, "SENDER": {"type": "TEXT", "index": 9, "name": "SENDER", "comment": null}, "AMOUNT": {"type": "TEXT", "index": 10, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 11, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 12, "name": "DECIMAL", "comment": null}, "RECEIVER": {"type": "TEXT", "index": 13, "name": "RECEIVER", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__airdrops_CHAIN_ID.33e4ef27e0"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_TX_CODE.8a8b1c8b5d"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_AMOUNT__NUMBER__FLOAT.96c70dcfc1"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_MSG_ACTION.6a18baaf6f": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_LOCKED_LIQUIDITY_ACTIONS_MSG_ACTION", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_MSG_ACTION.6a18baaf6f"}, "test.osmosis_models.not_null_silver__locked_liquidity_actions_BLOCKCHAIN.024c6f27bd": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LOCKED_LIQUIDITY_ACTIONS_BLOCKCHAIN", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_GROUP", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 8, "name": "MSG_TYPE", "comment": null}, "MSG_ACTION": {"type": "TEXT", "index": 9, "name": "MSG_ACTION", "comment": null}, "MSG_ACTION_DESCRIPTION": {"type": "TEXT", "index": 10, "name": "MSG_ACTION_DESCRIPTION", "comment": null}, "LOCKER_ADDRESS": {"type": "TEXT", "index": 11, "name": "LOCKER_ADDRESS", "comment": null}, "LOCK_ID": {"type": "NUMBER", "index": 12, "name": "LOCK_ID", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 13, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 14, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 15, "name": "DECIMAL", "comment": null}, "POOL_ID": {"type": "NUMBER", "index": 16, "name": "POOL_ID", "comment": null}, "LOCK_DURATION": {"type": "TEXT", "index": 17, "name": "LOCK_DURATION", "comment": null}, "UNLOCK_TIME": {"type": "TEXT", "index": 18, "name": "UNLOCK_TIME", "comment": null}, "IS_SUPERFLUID": {"type": "BOOLEAN", "index": 19, "name": "IS_SUPERFLUID", "comment": null}, "UNPOOL_NEW_LOCK_IDS": {"type": "TEXT", "index": 20, "name": "UNPOOL_NEW_LOCK_IDS", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 21, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 22, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__locked_liquidity_actions_BLOCKCHAIN.024c6f27bd"}, "test.osmosis_models.not_null_silver__staking_rewards_TX_ID.d523010112": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKING_REWARDS_TX_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 7, "name": "TX_CALLER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 8, "name": "ACTION", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 9, "name": "MSG_GROUP", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 10, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 13, "name": "VALIDATOR_ADDRESS", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 14, "name": "DECIMAL", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__staking_rewards_TX_ID.d523010112"}, "test.osmosis_models.not_null_silver__liquid_balances__INSERTED_TIMESTAMP.b013ef0a91": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LIQUID_BALANCES", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ADDRESS": {"type": "TEXT", "index": 1, "name": "ADDRESS", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 2, "name": "BALANCE", "comment": null}, "BALANCE_TYPE": {"type": "TEXT", "index": 3, "name": "BALANCE_TYPE", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 4, "name": "CURRENCY", "comment": null}, "BLOCK_ID": {"type": "NUMBER", "index": 5, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "BLOCK_TIMESTAMP", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 8, "name": "DECIMAL", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__liquid_balances__INSERTED_TIMESTAMP.b013ef0a91"}, "model.osmosis_models.silver__superfluid_actions": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "SUPERFLUID_ACTIONS", "database": "OSMOSIS_DEV", "comment": "Records of all superfluid related actions", "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."}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": "In this table, always Osmosis. Used to join to cross-chain tables."}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": "The name and version of the blockchain."}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed."}, "MSG_TYPE": {"type": "TEXT", "index": 7, "name": "MSG_TYPE", "comment": "A string containing information about the type of message occurring."}, "MSG_GROUP": {"type": "NUMBER", "index": 8, "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": 9, "name": "DELEGATOR_ADDRESS", "comment": "The wallet address of the individual who owns the delegated asset."}, "AMOUNT": {"type": "NUMBER", "index": 10, "name": "AMOUNT", "comment": "The amount that was used in the transaction message."}, "CURRENCY": {"type": "TEXT", "index": 11, "name": "CURRENCY", "comment": "The currency that was used in the transaction message."}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 12, "name": "VALIDATOR_ADDRESS", "comment": "The wallet address of the validator related to the staking action."}, "LOCK_ID": {"type": "NUMBER", "index": 13, "name": "LOCK_ID", "comment": "An ID corresponding to the locking step of the transaction."}, "POOL_ID": {"type": "NUMBER", "index": 14, "name": "POOL_ID", "comment": ""}, "_UNIQUE_KEY": {"type": "TEXT", "index": 15, "name": "_UNIQUE_KEY", "comment": ""}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 16, "name": "_INSERTED_TIMESTAMP", "comment": "The time the block was inserted into to the Flipside database."}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 362517.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:41UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 52862464.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(_inserted_timestamp::DATE)", "include": true, "description": "The key used to cluster this 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.osmosis_models.silver__superfluid_actions"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.9d03af31f1"}, "test.osmosis_models.not_null_silver__asset_metadata_LABEL_TYPE.19a4a3f8f6": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "ASSET_METADATA_LABEL_TYPE", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 2, "name": "ADDRESS", "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}, "RAW_METADATA": {"type": "ARRAY", "index": 8, "name": "RAW_METADATA", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__asset_metadata_LABEL_TYPE.19a4a3f8f6"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.4108c35ac5"}, "test.osmosis_models.not_null_core__fact_daily_balances_BALANCE_TYPE.2d455fbc9a": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "FACT_DAILY_BALANCES_BALANCE_TYPE", "database": "OSMOSIS_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}, "DECIMAL": {"type": "VARIANT", "index": 5, "name": "DECIMAL", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 6, "name": "BALANCE", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_core__fact_daily_balances_BALANCE_TYPE.2d455fbc9a"}, "test.osmosis_models.not_null_core__fact_daily_balances_ADDRESS.b77e86f517": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "FACT_DAILY_BALANCES_ADDRESS", "database": "OSMOSIS_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}, "DECIMAL": {"type": "VARIANT", "index": 5, "name": "DECIMAL", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 6, "name": "BALANCE", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_core__fact_daily_balances_ADDRESS.b77e86f517"}, "test.osmosis_models.not_null_silver__superfluid_staked_balances__INSERTED_TIMESTAMP.136ee40ea4": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "SUPERFLUID_STAKED_BALANCES", "database": "OSMOSIS_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}, "LOCK_ID": {"type": "NUMBER", "index": 5, "name": "LOCK_ID", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 6, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 7, "name": "DECIMAL", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 8, "name": "BALANCE", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 9, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__superfluid_staked_balances__INSERTED_TIMESTAMP.136ee40ea4"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs_BLOCK_ID__NUMBER__FLOAT.800bf7baaa": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TX_BODY_MSGS_BLOCK_ID", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs_BLOCK_ID__NUMBER__FLOAT.800bf7baaa"}, "test.osmosis_models.not_null_silver__locked_liquidity_balances_BLOCK_TIMESTAMP.21203332fb": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LOCKED_LIQUIDITY_BALANCES_BLOCK_TIMESTAMP", "database": "OSMOSIS_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}, "LOCK_ID": {"type": "NUMBER", "index": 5, "name": "LOCK_ID", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 6, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 7, "name": "DECIMAL", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 8, "name": "BALANCE", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 9, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__locked_liquidity_balances_BLOCK_TIMESTAMP.21203332fb"}, "test.osmosis_models.not_null_silver__superfluid_staked_balances_CURRENCY.ac58036cbc": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "SUPERFLUID_STAKED_BALANCES_CURRENCY", "database": "OSMOSIS_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}, "LOCK_ID": {"type": "NUMBER", "index": 5, "name": "LOCK_ID", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 6, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 7, "name": "DECIMAL", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 8, "name": "BALANCE", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 9, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__superfluid_staked_balances_CURRENCY.ac58036cbc"}, "test.osmosis_models.not_null_silver__locked_liquidity_balances_BLOCK_ID.ec480589a6": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LOCKED_LIQUIDITY_BALANCES_BLOCK_ID", "database": "OSMOSIS_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}, "LOCK_ID": {"type": "NUMBER", "index": 5, "name": "LOCK_ID", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 6, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 7, "name": "DECIMAL", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 8, "name": "BALANCE", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 9, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__locked_liquidity_balances_BLOCK_ID.ec480589a6"}, "test.osmosis_models.not_null_silver__swaps_TX_STATUS.5e5af9a4c1": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "SWAPS_TX_STATUS", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TRADER": {"type": "TEXT", "index": 7, "name": "TRADER", "comment": null}, "FROM_AMOUNT": {"type": "TEXT", "index": 8, "name": "FROM_AMOUNT", "comment": null}, "FROM_CURRENCY": {"type": "TEXT", "index": 9, "name": "FROM_CURRENCY", "comment": null}, "FROM_DECIMAL": {"type": "VARIANT", "index": 10, "name": "FROM_DECIMAL", "comment": null}, "TO_AMOUNT": {"type": "TEXT", "index": 11, "name": "TO_AMOUNT", "comment": null}, "TO_CURRENCY": {"type": "TEXT", "index": 12, "name": "TO_CURRENCY", "comment": null}, "TO_DECIMAL": {"type": "VARIANT", "index": 13, "name": "TO_DECIMAL", "comment": null}, "POOL_IDS": {"type": "ARRAY", "index": 14, "name": "POOL_IDS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_BODY_INDEX": {"type": "NUMBER", "index": 16, "name": "_BODY_INDEX", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__swaps_TX_STATUS.5e5af9a4c1"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_BLOCK_TIMESTAMP.11e5f5562c"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_CHAIN_ID.a3a8b966b5": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_TRANSACTIONS_CHAIN_ID", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_CHAIN_ID.a3a8b966b5"}, "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_LOCKER.165a589a45": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LOCKED_LIQUIDITY_ACTIONS_BEGIN_UNLOCK_LOCKER", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_GROUP", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 8, "name": "MSG_TYPE", "comment": null}, "LOCK_ID": {"type": "NUMBER", "index": 9, "name": "LOCK_ID", "comment": null}, "ACTION": {"type": "TEXT", "index": 10, "name": "ACTION", "comment": null}, "HYBRID_ACTION": {"type": "TEXT", "index": 11, "name": "HYBRID_ACTION", "comment": null}, "AMOUNT": {"type": "TEXT", "index": 12, "name": "AMOUNT", "comment": null}, "LOCKER": {"type": "TEXT", "index": 13, "name": "LOCKER", "comment": null}, "DURATION": {"type": "TEXT", "index": 14, "name": "DURATION", "comment": null}, "UNLOCK_TIME": {"type": "TEXT", "index": 15, "name": "UNLOCK_TIME", "comment": null}, "NEW_LOCK_IDS": {"type": "TEXT", "index": 16, "name": "NEW_LOCK_IDS", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 17, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 18, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_LOCKER.165a589a45"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.65eefd12f6": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "SUPERFLUID_STAKING", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.65eefd12f6"}, "test.osmosis_models.not_null_silver__superfluid_actions_BLOCK_ID.2581cf0e21": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "SUPERFLUID_ACTIONS_BLOCK_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 7, "name": "MSG_TYPE", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 8, "name": "MSG_GROUP", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 9, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 10, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 11, "name": "CURRENCY", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 12, "name": "VALIDATOR_ADDRESS", "comment": null}, "LOCK_ID": {"type": "NUMBER", "index": 13, "name": "LOCK_ID", "comment": null}, "POOL_ID": {"type": "NUMBER", "index": 14, "name": "POOL_ID", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 15, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 16, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__superfluid_actions_BLOCK_ID.2581cf0e21"}, "test.osmosis_models.not_null_silver__msg_attributes_MSG_TYPE.6fb2c6c361": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "MSG_ATTRIBUTES_MSG_TYPE", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 6, "name": "MSG_GROUP", "comment": null}, "MSG_SUB_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_SUB_GROUP", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 8, "name": "MSG_INDEX", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 9, "name": "MSG_TYPE", "comment": null}, "ATTRIBUTE_INDEX": {"type": "NUMBER", "index": 10, "name": "ATTRIBUTE_INDEX", "comment": null}, "ATTRIBUTE_KEY": {"type": "TEXT", "index": 11, "name": "ATTRIBUTE_KEY", "comment": null}, "ATTRIBUTE_VALUE": {"type": "TEXT", "index": 12, "name": "ATTRIBUTE_VALUE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 14, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__msg_attributes_MSG_TYPE.6fb2c6c361"}, "test.osmosis_models.not_null_silver__transfers_CURRENCY.4a8953d5ec": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSFERS_CURRENCY", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TRANSFER_TYPE": {"type": "TEXT", "index": 7, "name": "TRANSFER_TYPE", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 8, "name": "MSG_INDEX", "comment": null}, "SENDER": {"type": "TEXT", "index": 9, "name": "SENDER", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 10, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 11, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 12, "name": "DECIMAL", "comment": null}, "RECEIVER": {"type": "TEXT", "index": 13, "name": "RECEIVER", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__transfers_CURRENCY.4a8953d5ec"}, "model.osmosis_models.silver__prices_swaps": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "PRICES_SWAPS", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_HOUR": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_HOUR", "comment": ""}, "CURRENCY": {"type": "TEXT", "index": 2, "name": "CURRENCY", "comment": ""}, "PROJECT_NAME": {"type": "TEXT", "index": 3, "name": "PROJECT_NAME", "comment": ""}, "PRICE_USD": {"type": "FLOAT", "index": 4, "name": "PRICE_USD", "comment": "The price of the asset in USD"}, "MIN_PRICE_USD_HOUR": {"type": "FLOAT", "index": 5, "name": "MIN_PRICE_USD_HOUR", "comment": "The lowest price found in the hour in USD"}, "MAX_PRICE_USD_HOUR": {"type": "FLOAT", "index": 6, "name": "MAX_PRICE_USD_HOUR", "comment": "The highest price found in the hour in USD"}, "VOLATILITY_MEASURE": {"type": "FLOAT", "index": 7, "name": "VOLATILITY_MEASURE", "comment": "The difference between the min and max price for the hour"}, "SWAPS_IN_HOUR": {"type": "NUMBER", "index": 8, "name": "SWAPS_IN_HOUR", "comment": "The number of swap transactions in the hour"}, "VOLUME_USD_IN_HOUR": {"type": "FLOAT", "index": 9, "name": "VOLUME_USD_IN_HOUR", "comment": "The volume of swap transactions (in USD) in the hour"}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 23414.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 417280.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_hour)", "include": true, "description": "The key used to cluster this 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.osmosis_models.silver__prices_swaps"}, "model.osmosis_models.silver__staking": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "STAKING", "database": "OSMOSIS_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."}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": "In this table, always Osmosis. Used to join to cross-chain tables."}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": "The name and version of the blockchain."}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed."}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 7, "name": "TX_CALLER_ADDRESS", "comment": "The wallet address of the individual who initiated the transaction."}, "ACTION": {"type": "TEXT", "index": 8, "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": 9, "name": "MSG_GROUP", "comment": "Numeric value grouping different messages together to represent a single action. NULL group means messages are related to the header (overall transaction)"}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 10, "name": "DELEGATOR_ADDRESS", "comment": "The wallet address of the individual who owns the delegated asset."}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": "The amount that was used in the transaction message."}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": "The currency that was used in the transaction message."}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 13, "name": "VALIDATOR_ADDRESS", "comment": "The wallet address of the validator related to the staking action."}, "REDELEGATE_SOURCE_VALIDATOR_ADDRESS": {"type": "TEXT", "index": 14, "name": "REDELEGATE_SOURCE_VALIDATOR_ADDRESS", "comment": "The wallet address of the source alidator in a redelegation staking action."}, "COMPLETION_TIME": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "COMPLETION_TIME", "comment": "The time at which the undelegate or redelegate staking action is completed."}, "DECIMAL": {"type": "VARIANT", "index": 16, "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."}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": "The time the block was inserted into to the Flipside database."}, "_UNIQUE_KEY": {"type": "TEXT", "index": 18, "name": "_UNIQUE_KEY", "comment": ""}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 8955735.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 960794624.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE)", "include": true, "description": "The key used to cluster this 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.osmosis_models.silver__staking"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.8bb804ba79": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "EARLY_LIQUIDITY_PROVIDER_ACTIONS_BLOCK_TIMESTAMP", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.8bb804ba79"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_TX_ID.029ad6a46e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_LOCKED_LIQUIDITY_ACTIONS_TX_ID", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_TX_ID.029ad6a46e"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_BLOCK_ID__NUMBER__FLOAT.f13be7abb1"}, "test.osmosis_models.not_null_core__fact_daily_balances_BALANCE.dad6546a8a": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "FACT_DAILY_BALANCES_BALANCE", "database": "OSMOSIS_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}, "DECIMAL": {"type": "VARIANT", "index": 5, "name": "DECIMAL", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 6, "name": "BALANCE", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_core__fact_daily_balances_BALANCE.dad6546a8a"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__staking_rewards_TX_ID__MSG_GROUP__ACTION__CURRENCY__DELEGATOR_ADDRESS__VALIDATOR_ADDRESS.3ba061f62e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "STAKING_REWARDS_TX_ID", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__staking_rewards_TX_ID__MSG_GROUP__ACTION__CURRENCY__DELEGATOR_ADDRESS__VALIDATOR_ADDRESS.3ba061f62e"}, "test.osmosis_models.not_null_silver__latest_liquid_balances_BLOCK_TIMESTAMP.2e907def50": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LATEST_LIQUID_BALANCES_BLOCK_TIMESTAMP", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ADDRESS": {"type": "TEXT", "index": 1, "name": "ADDRESS", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 2, "name": "BALANCE", "comment": null}, "BALANCE_TYPE": {"type": "TEXT", "index": 3, "name": "BALANCE_TYPE", "comment": null}, "BLOCK_ID": {"type": "NUMBER", "index": 4, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 5, "name": "BLOCK_TIMESTAMP", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 6, "name": "DECIMAL", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 7, "name": "CURRENCY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__latest_liquid_balances_BLOCK_TIMESTAMP.2e907def50"}, "test.osmosis_models.not_null_silver__staking_CURRENCY.9997da9b27": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKING_CURRENCY", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 7, "name": "TX_CALLER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 8, "name": "ACTION", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 9, "name": "MSG_GROUP", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 10, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 13, "name": "VALIDATOR_ADDRESS", "comment": null}, "REDELEGATE_SOURCE_VALIDATOR_ADDRESS": {"type": "TEXT", "index": 14, "name": "REDELEGATE_SOURCE_VALIDATOR_ADDRESS", "comment": null}, "COMPLETION_TIME": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "COMPLETION_TIME", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 16, "name": "DECIMAL", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 18, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__staking_CURRENCY.9997da9b27"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:37UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_blocks_CHAIN_ID.d97c339232"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_BLOCK_ID__NUMBER__FLOAT.653de7e47d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "LOCKED_LIQUIDITY_ACTIONS_BLOCK_ID", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_BLOCK_ID__NUMBER__FLOAT.653de7e47d"}, "test.osmosis_models.not_null_silver__superfluid_staking_ACTION.b79959a3f6": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "SUPERFLUID_STAKING_ACTION", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 6, "name": "MSG_GROUP", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 7, "name": "TX_STATUS", "comment": null}, "ACTION": {"type": "TEXT", "index": 8, "name": "ACTION", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 9, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 10, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 11, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 12, "name": "DECIMAL", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 13, "name": "VALIDATOR_ADDRESS", "comment": null}, "LOCK_ID": {"type": "NUMBER", "index": 14, "name": "LOCK_ID", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__superfluid_staking_ACTION.b79959a3f6"}, "test.osmosis_models.not_null_silver__validator_metadata_LABEL_SUBTYPE.8c71d42439": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "VALIDATOR_METADATA_LABEL_SUBTYPE", "database": "OSMOSIS_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}, "RAW_METADATA": {"type": "VARIANT", "index": 8, "name": "RAW_METADATA", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__validator_metadata_LABEL_SUBTYPE.8c71d42439"}, "test.osmosis_models.not_null_silver___early_swaps__INSERTED_TIMESTAMP.87bc9fcc22": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "_EARLY_SWAPS", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TRADER": {"type": "TEXT", "index": 7, "name": "TRADER", "comment": null}, "FROM_AMOUNT": {"type": "TEXT", "index": 8, "name": "FROM_AMOUNT", "comment": null}, "FROM_CURRENCY": {"type": "TEXT", "index": 9, "name": "FROM_CURRENCY", "comment": null}, "FROM_DECIMAL": {"type": "VARIANT", "index": 10, "name": "FROM_DECIMAL", "comment": null}, "TO_AMOUNT": {"type": "TEXT", "index": 11, "name": "TO_AMOUNT", "comment": null}, "TO_CURRENCY": {"type": "TEXT", "index": 12, "name": "TO_CURRENCY", "comment": null}, "TO_DECIMAL": {"type": "VARIANT", "index": 13, "name": "TO_DECIMAL", "comment": null}, "POOL_IDS": {"type": "ARRAY", "index": 14, "name": "POOL_IDS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver___early_swaps__INSERTED_TIMESTAMP.87bc9fcc22"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:37UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_blocks_BLOCK_ID.1758defefc"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_TX_ID.862c4cca9a"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_BLOCK_ID.39064d929a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_SWAPS_BLOCK_ID", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_BLOCK_ID.39064d929a"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.9b513ba703"}, "test.osmosis_models.not_null_silver__liquidity_provider_actions_CHAIN_ID.be054d2d9f": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LIQUIDITY_PROVIDER_ACTIONS_CHAIN_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 7, "name": "MSG_INDEX", "comment": null}, "LIQUIDITY_PROVIDER_ADDRESS": {"type": "TEXT", "index": 8, "name": "LIQUIDITY_PROVIDER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 9, "name": "ACTION", "comment": null}, "POOL_ID": {"type": "NUMBER", "index": 10, "name": "POOL_ID", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 13, "name": "DECIMAL", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__liquidity_provider_actions_CHAIN_ID.be054d2d9f"}, "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_BLOCK_TIMESTAMP.88837b828b": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "EARLY_LIQUIDITY_PROVIDER_ACTIONS_BLOCK_TIMESTAMP", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 7, "name": "MSG_INDEX", "comment": null}, "LIQUIDITY_PROVIDER_ADDRESS": {"type": "TEXT", "index": 8, "name": "LIQUIDITY_PROVIDER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 9, "name": "ACTION", "comment": null}, "POOL_ID": {"type": "NUMBER", "index": 10, "name": "POOL_ID", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 13, "name": "DECIMAL", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_BLOCK_TIMESTAMP.88837b828b"}, "test.osmosis_models.not_null_silver__governance_submit_proposal_TX_STATUS.6fb668b0ba": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_SUBMIT_PROPOSAL_TX_STATUS", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "PROPOSER": {"type": "TEXT", "index": 7, "name": "PROPOSER", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 8, "name": "PROPOSAL_ID", "comment": null}, "PROPOSAL_TYPE": {"type": "TEXT", "index": 9, "name": "PROPOSAL_TYPE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__governance_submit_proposal_TX_STATUS.6fb668b0ba"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__staking_TX_ID__MSG_GROUP__ACTION__CURRENCY__DELEGATOR_ADDRESS__VALIDATOR_ADDRESS.eeaa03e7bf"}, "test.osmosis_models.not_null_silver__staking__INSERTED_TIMESTAMP.eff37b7ef3": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKING", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 7, "name": "TX_CALLER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 8, "name": "ACTION", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 9, "name": "MSG_GROUP", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 10, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 13, "name": "VALIDATOR_ADDRESS", "comment": null}, "REDELEGATE_SOURCE_VALIDATOR_ADDRESS": {"type": "TEXT", "index": 14, "name": "REDELEGATE_SOURCE_VALIDATOR_ADDRESS", "comment": null}, "COMPLETION_TIME": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "COMPLETION_TIME", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 16, "name": "DECIMAL", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 18, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__staking__INSERTED_TIMESTAMP.eff37b7ef3"}, "test.osmosis_models.not_null_silver__superfluid_staking_DELEGATOR_ADDRESS.f1d271586d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "SUPERFLUID_STAKING_DELEGATOR_ADDRESS", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 6, "name": "MSG_GROUP", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 7, "name": "TX_STATUS", "comment": null}, "ACTION": {"type": "TEXT", "index": 8, "name": "ACTION", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 9, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 10, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 11, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 12, "name": "DECIMAL", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 13, "name": "VALIDATOR_ADDRESS", "comment": null}, "LOCK_ID": {"type": "NUMBER", "index": 14, "name": "LOCK_ID", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__superfluid_staking_DELEGATOR_ADDRESS.f1d271586d"}, "test.osmosis_models.not_null_silver___early_swaps_BLOCKCHAIN.ebc9b2f7a4": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "_EARLY_SWAPS_BLOCKCHAIN", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TRADER": {"type": "TEXT", "index": 7, "name": "TRADER", "comment": null}, "FROM_AMOUNT": {"type": "TEXT", "index": 8, "name": "FROM_AMOUNT", "comment": null}, "FROM_CURRENCY": {"type": "TEXT", "index": 9, "name": "FROM_CURRENCY", "comment": null}, "FROM_DECIMAL": {"type": "VARIANT", "index": 10, "name": "FROM_DECIMAL", "comment": null}, "TO_AMOUNT": {"type": "TEXT", "index": 11, "name": "TO_AMOUNT", "comment": null}, "TO_CURRENCY": {"type": "TEXT", "index": 12, "name": "TO_CURRENCY", "comment": null}, "TO_DECIMAL": {"type": "VARIANT", "index": 13, "name": "TO_DECIMAL", "comment": null}, "POOL_IDS": {"type": "ARRAY", "index": 14, "name": "POOL_IDS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver___early_swaps_BLOCKCHAIN.ebc9b2f7a4"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_BLOCK_TIMESTAMP.cb0d0e3790"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__daily_balances_DATE__ADDRESS__BALANCE_TYPE__CURRENCY.22c162bf1e"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__governance_votes_TX_ID__PROPOSAL_ID__VOTER__VOTE_OPTION___PATH.2dc3fee63f": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "GOVERNANCE_VOTES_TX_ID", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_ID": {"type": "TEXT", "index": 1, "name": "TX_ID", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 2, "name": "PROPOSAL_ID", "comment": null}, "VOTER": {"type": "TEXT", "index": 3, "name": "VOTER", "comment": null}, "VOTE_OPTION": {"type": "VARIANT", "index": 4, "name": "VOTE_OPTION", "comment": null}, "_PATH": {"type": "TEXT", "index": 5, "name": "_PATH", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__governance_votes_TX_ID__PROPOSAL_ID__VOTER__VOTE_OPTION___PATH.2dc3fee63f"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_AMOUNT.a9f37804f2": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_SUPERFLUID_STAKING_AMOUNT", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_AMOUNT.a9f37804f2"}, "test.osmosis_models.not_null_silver__governance_proposal_deposits_TX_STATUS.51d5ffd514": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_PROPOSAL_DEPOSITS_TX_STATUS", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "DEPOSITOR": {"type": "TEXT", "index": 7, "name": "DEPOSITOR", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 8, "name": "PROPOSAL_ID", "comment": null}, "AMOUNT": {"type": "FLOAT", "index": 9, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 10, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 11, "name": "DECIMAL", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__governance_proposal_deposits_TX_STATUS.51d5ffd514"}, "test.osmosis_models.not_null_silver__locked_liquidity_balances_CURRENCY.2359a768b9": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LOCKED_LIQUIDITY_BALANCES_CURRENCY", "database": "OSMOSIS_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}, "LOCK_ID": {"type": "NUMBER", "index": 5, "name": "LOCK_ID", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 6, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 7, "name": "DECIMAL", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 8, "name": "BALANCE", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 9, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__locked_liquidity_balances_CURRENCY.2359a768b9"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_BLOCK_TIMESTAMP.5b115f0204": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_LIQUIDITY_PROVIDER_ACTIONS_BLOCK_TIMESTAMP", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_BLOCK_TIMESTAMP.5b115f0204"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.ba045d2659"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_BLOCK_ID__NUMBER__FLOAT.032ee208f6": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "_EARLY_SWAPS_BLOCK_ID", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_BLOCK_ID__NUMBER__FLOAT.032ee208f6"}, "test.osmosis_models.not_null_silver__superfluid_actions_BLOCK_TIMESTAMP.fa01a85178": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "SUPERFLUID_ACTIONS_BLOCK_TIMESTAMP", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 7, "name": "MSG_TYPE", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 8, "name": "MSG_GROUP", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 9, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 10, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 11, "name": "CURRENCY", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 12, "name": "VALIDATOR_ADDRESS", "comment": null}, "LOCK_ID": {"type": "NUMBER", "index": 13, "name": "LOCK_ID", "comment": null}, "POOL_ID": {"type": "NUMBER", "index": 14, "name": "POOL_ID", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 15, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 16, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__superfluid_actions_BLOCK_TIMESTAMP.fa01a85178"}, "test.osmosis_models.not_null_silver__staked_balances_CURRENCY.9bc24a80cc": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKED_BALANCES_CURRENCY", "database": "OSMOSIS_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}, "DECIMAL": {"type": "VARIANT", "index": 6, "name": "DECIMAL", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 7, "name": "BALANCE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__staked_balances_CURRENCY.9bc24a80cc"}, "test.osmosis_models.not_null_silver___early_swaps_FROM_AMOUNT.96d9dfb3eb": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "_EARLY_SWAPS_FROM_AMOUNT", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TRADER": {"type": "TEXT", "index": 7, "name": "TRADER", "comment": null}, "FROM_AMOUNT": {"type": "TEXT", "index": 8, "name": "FROM_AMOUNT", "comment": null}, "FROM_CURRENCY": {"type": "TEXT", "index": 9, "name": "FROM_CURRENCY", "comment": null}, "FROM_DECIMAL": {"type": "VARIANT", "index": 10, "name": "FROM_DECIMAL", "comment": null}, "TO_AMOUNT": {"type": "TEXT", "index": 11, "name": "TO_AMOUNT", "comment": null}, "TO_CURRENCY": {"type": "TEXT", "index": 12, "name": "TO_CURRENCY", "comment": null}, "TO_DECIMAL": {"type": "VARIANT", "index": 13, "name": "TO_DECIMAL", "comment": null}, "POOL_IDS": {"type": "ARRAY", "index": 14, "name": "POOL_IDS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver___early_swaps_FROM_AMOUNT.96d9dfb3eb"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_BLOCKCHAIN.a3fed89c6e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_GOVERNANCE_PROPOSAL_DEPOSITS_BLOCKCHAIN", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_BLOCKCHAIN.a3fed89c6e"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_prices_PROVIDER.fe44b8c1dd": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "DIM_PRICES_PROVIDER", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:37UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_prices_PROVIDER.fe44b8c1dd"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_BLOCK_TIMESTAMP.84e94e706b"}, "test.osmosis_models.not_null_silver__blocks__INSERTED_TIMESTAMP.be3b3ed4ca": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BLOCKS", "database": "OSMOSIS_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}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 8, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__blocks__INSERTED_TIMESTAMP.be3b3ed4ca"}, "test.osmosis_models.not_null_silver__governance_votes_PROPOSAL_ID.7bb694c548": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_VOTES_PROPOSAL_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "_PATH": {"type": "TEXT", "index": 7, "name": "_PATH", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 8, "name": "PROPOSAL_ID", "comment": null}, "VOTER": {"type": "TEXT", "index": 9, "name": "VOTER", "comment": null}, "VOTE_OPTION": {"type": "VARIANT", "index": 10, "name": "VOTE_OPTION", "comment": null}, "VOTE_WEIGHT": {"type": "FLOAT", "index": 11, "name": "VOTE_WEIGHT", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__governance_votes_PROPOSAL_ID.7bb694c548"}, "test.osmosis_models.not_null_silver__msgs_MSG_TYPE.312b195565": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "MSGS_MSG_TYPE", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_GROUP", "comment": null}, "MSG_SUB_GROUP": {"type": "NUMBER", "index": 8, "name": "MSG_SUB_GROUP", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 9, "name": "MSG_INDEX", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 10, "name": "MSG_TYPE", "comment": null}, "MSG": {"type": "VARIANT", "index": 11, "name": "MSG", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__msgs_MSG_TYPE.312b195565"}, "test.osmosis_models.not_null_silver__transactions_TX_ID.5bc0e20339": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSACTIONS_TX_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "CODESPACE": {"type": "TEXT", "index": 5, "name": "CODESPACE", "comment": null}, "GAS_USED": {"type": "NUMBER", "index": 6, "name": "GAS_USED", "comment": null}, "GAS_WANTED": {"type": "NUMBER", "index": 7, "name": "GAS_WANTED", "comment": null}, "TX_ID": {"type": "TEXT", "index": 8, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 9, "name": "TX_STATUS", "comment": null}, "TX_CODE": {"type": "NUMBER", "index": 10, "name": "TX_CODE", "comment": null}, "MSGS": {"type": "VARIANT", "index": 11, "name": "MSGS", "comment": null}, "AUTH_INFO": {"type": "VARIANT", "index": 12, "name": "AUTH_INFO", "comment": null}, "TX_BODY": {"type": "VARIANT", "index": 13, "name": "TX_BODY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__transactions_TX_ID.5bc0e20339"}, "model.osmosis_models.silver__daily_balances": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "DAILY_BALANCES", "database": "OSMOSIS_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."}, "DECIMAL": {"type": "VARIANT", "index": 5, "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."}, "BALANCE": {"type": "NUMBER", "index": 6, "name": "BALANCE", "comment": "The amount of the currency the wallet held at the given time"}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 1105532992.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 24114147328.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(date)", "include": true, "description": "The key used to cluster this 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.osmosis_models.silver__daily_balances"}, "model.osmosis_models.silver__prices": {"metadata": {"type": "VIEW", "schema": "SILVER", "name": "PRICES", "database": "OSMOSIS_DEV", "comment": "Prices of tokens in USD from Coingecko and Coinmarketcap", "owner": "INTERNAL_DEV"}, "columns": {"RECORDED_AT": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "RECORDED_AT", "comment": "Time that the price was recorded at"}, "SYMBOL": {"type": "TEXT", "index": 2, "name": "SYMBOL", "comment": "Symbol of the token"}, "PRICE": {"type": "FLOAT", "index": 3, "name": "PRICE", "comment": "Price of the token at the recorded time"}, "TOTAL_SUPPLY": {"type": "FLOAT", "index": 4, "name": "TOTAL_SUPPLY", "comment": "Total supply of the token"}, "VOLUME_24H": {"type": "FLOAT", "index": 5, "name": "VOLUME_24H", "comment": "Total volume of token traded in a 24H time period"}, "PROVIDER": {"type": "TEXT", "index": 6, "name": "PROVIDER", "comment": "Name of the provider of the price 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.osmosis_models.silver__prices"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_LABEL_TYPE.c9d9d14a55": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "DIM_LABELS_LABEL_TYPE", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:37UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_LABEL_TYPE.c9d9d14a55"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_BLOCKCHAIN.b6c1a9e1dc": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_LOCKED_LIQUIDITY_ACTIONS_BLOCKCHAIN", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_BLOCKCHAIN.b6c1a9e1dc"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_MSG_TYPE.b2b48e2e7f"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_CREATOR.d5181598d8": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "DIM_LABELS_CREATOR", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:37UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_CREATOR.d5181598d8"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_MSGS.aee52badd9"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.76862a64f3"}, "test.osmosis_models.not_null_silver__asset_metadata_ADDRESS.896b32df42": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "ASSET_METADATA_ADDRESS", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 2, "name": "ADDRESS", "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}, "RAW_METADATA": {"type": "ARRAY", "index": 8, "name": "RAW_METADATA", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__asset_metadata_ADDRESS.896b32df42"}, "test.osmosis_models.not_null_silver__transactions_BLOCK_TIMESTAMP.3ffe21fe8d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSACTIONS_BLOCK_TIMESTAMP", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "CODESPACE": {"type": "TEXT", "index": 5, "name": "CODESPACE", "comment": null}, "GAS_USED": {"type": "NUMBER", "index": 6, "name": "GAS_USED", "comment": null}, "GAS_WANTED": {"type": "NUMBER", "index": 7, "name": "GAS_WANTED", "comment": null}, "TX_ID": {"type": "TEXT", "index": 8, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 9, "name": "TX_STATUS", "comment": null}, "TX_CODE": {"type": "NUMBER", "index": 10, "name": "TX_CODE", "comment": null}, "MSGS": {"type": "VARIANT", "index": 11, "name": "MSGS", "comment": null}, "AUTH_INFO": {"type": "VARIANT", "index": 12, "name": "AUTH_INFO", "comment": null}, "TX_BODY": {"type": "VARIANT", "index": 13, "name": "TX_BODY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__transactions_BLOCK_TIMESTAMP.3ffe21fe8d"}, "test.osmosis_models.silver__locked_liquidity_balances_business_logic_test.067110be08": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "LOCKED_LIQUIDITY_BALANCES_BUSINESS_LOGIC_TEST", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"WHICH_DIFF": {"type": "TEXT", "index": 1, "name": "WHICH_DIFF", "comment": null}, "BLOCK_ID": {"type": "NUMBER", "index": 2, "name": "BLOCK_ID", "comment": null}, "BALANCE_TYPE": {"type": "TEXT", "index": 3, "name": "BALANCE_TYPE", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 4, "name": "ADDRESS", "comment": null}, "LOCK_ID": {"type": "NUMBER", "index": 5, "name": "LOCK_ID", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 6, "name": "CURRENCY", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 7, "name": "BALANCE", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.silver__locked_liquidity_balances_business_logic_test.067110be08"}, "model.osmosis_models.silver__staking_rewards": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "STAKING_REWARDS", "database": "OSMOSIS_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."}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": "In this table, always Osmosis. Used to join to cross-chain tables."}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": "The name and version of the blockchain."}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed."}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 7, "name": "TX_CALLER_ADDRESS", "comment": "The wallet address of the individual who initiated the transaction."}, "ACTION": {"type": "TEXT", "index": 8, "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": 9, "name": "MSG_GROUP", "comment": "Numeric value grouping different messages together to represent a single action. NULL group means messages are related to the header (overall transaction)"}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 10, "name": "DELEGATOR_ADDRESS", "comment": "The wallet address of the individual who owns the delegated asset."}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": "The amount that was used in the transaction message."}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": "The currency that was used in the transaction message."}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 13, "name": "VALIDATOR_ADDRESS", "comment": "The wallet address of the validator related to the staking action."}, "DECIMAL": {"type": "NUMBER", "index": 14, "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."}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": "The time the block was inserted into to the Flipside database."}, "_UNIQUE_KEY": {"type": "TEXT", "index": 16, "name": "_UNIQUE_KEY", "comment": ""}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 15603675.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 1282959360.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE)", "include": true, "description": "The key used to cluster this 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.osmosis_models.silver__staking_rewards"}, "model.osmosis_models.silver__superfluid_staking": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "SUPERFLUID_STAKING", "database": "OSMOSIS_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."}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": "In this table, always Osmosis. Used to join to cross-chain tables."}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": "The name and version of the blockchain."}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "MSG_GROUP": {"type": "NUMBER", "index": 6, "name": "MSG_GROUP", "comment": ""}, "TX_STATUS": {"type": "TEXT", "index": 7, "name": "TX_STATUS", "comment": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed."}, "ACTION": {"type": "TEXT", "index": 8, "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": 9, "name": "DELEGATOR_ADDRESS", "comment": "The wallet address of the individual who owns the delegated asset."}, "AMOUNT": {"type": "NUMBER", "index": 10, "name": "AMOUNT", "comment": "The amount that was used in the transaction message."}, "CURRENCY": {"type": "TEXT", "index": 11, "name": "CURRENCY", "comment": "The currency that was used in the transaction message."}, "DECIMAL": {"type": "NUMBER", "index": 12, "name": "DECIMAL", "comment": ""}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 13, "name": "VALIDATOR_ADDRESS", "comment": "The wallet address of the validator related to the staking action."}, "LOCK_ID": {"type": "NUMBER", "index": 14, "name": "LOCK_ID", "comment": "The unique id related to the specifc address, pool, and lock duration"}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": "The time the block was inserted into to the Flipside database."}, "_UNIQUE_KEY": {"type": "TEXT", "index": 16, "name": "_UNIQUE_KEY", "comment": ""}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 1001360.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:41UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 187729920.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE)", "include": true, "description": "The key used to cluster this 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.osmosis_models.silver__superfluid_staking"}, "model.osmosis_models.core__fact_msgs": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "FACT_MSGS", "database": "OSMOSIS_DEV", "comment": "Records of all message attributes associated to messages that have occurred on Osmosis, 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."}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": "In this table, always Osmosis. Used to join to cross-chain tables."}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": "The name and version of the blockchain."}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed."}, "MSG_GROUP": {"type": "TEXT", "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)"}, "MSG_INDEX": {"type": "NUMBER", "index": 8, "name": "MSG_INDEX", "comment": "Short for \"message index,\" the position in which messages occur in a transaction."}, "MSG_TYPE": {"type": "TEXT", "index": 9, "name": "MSG_TYPE", "comment": "A string containing information about the type of message occurring."}, "MSG": {"type": "VARIANT", "index": 10, "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.osmosis_models.core__fact_msgs"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_PROPOSAL_ID.56012275fa"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_CURRENCY.fc3faa3870": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_SUPERFLUID_STAKING_CURRENCY", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_CURRENCY.fc3faa3870"}, "test.osmosis_models.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": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__transfers_BLOCK_TIMESTAMP__day__1.aef2ec1111"}, "test.osmosis_models.not_null_silver__blocks_TX_COUNT.34525b51e6": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BLOCKS_TX_COUNT", "database": "OSMOSIS_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}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 8, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__blocks_TX_COUNT.34525b51e6"}, "model.osmosis_models.core__fact_transactions": {"metadata": {"type": "BASE TABLE", "schema": "CORE", "name": "FACT_TRANSACTIONS", "database": "OSMOSIS_DEV", "comment": "Records of all transactions that have occurred on Osmosis, 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."}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": "In this table, always Osmosis. Used to join to cross-chain tables."}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": "The name and version of the blockchain."}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "TX_FROM": {"type": "TEXT", "index": 6, "name": "TX_FROM", "comment": "The wallet address of the individual who initiated the transaction"}, "TX_STATUS": {"type": "TEXT", "index": 7, "name": "TX_STATUS", "comment": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed."}, "CODESPACE": {"type": "TEXT", "index": 8, "name": "CODESPACE", "comment": "Namespace for the code."}, "FEE": {"type": "TEXT", "index": 9, "name": "FEE", "comment": "The fee is paid by the initiator of the transaction. Fee = gas * gas price and is given in micro-OSMO."}, "GAS_USED": {"type": "NUMBER", "index": 10, "name": "GAS_USED", "comment": "The amount of gas consumed by the transaction."}, "GAS_WANTED": {"type": "NUMBER", "index": 11, "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": 12, "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": 13, "name": "MSGS", "comment": "The underlying json from the messages or events within the transactions"}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 112921608.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:37UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 607426212352.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE)", "include": true, "description": "The key used to cluster this 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.osmosis_models.core__fact_transactions"}, "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_TX_STATUS.1777ec971f": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LOCKED_LIQUIDITY_ACTIONS_BEGIN_UNLOCK_TX_STATUS", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_GROUP", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 8, "name": "MSG_TYPE", "comment": null}, "LOCK_ID": {"type": "NUMBER", "index": 9, "name": "LOCK_ID", "comment": null}, "ACTION": {"type": "TEXT", "index": 10, "name": "ACTION", "comment": null}, "HYBRID_ACTION": {"type": "TEXT", "index": 11, "name": "HYBRID_ACTION", "comment": null}, "AMOUNT": {"type": "TEXT", "index": 12, "name": "AMOUNT", "comment": null}, "LOCKER": {"type": "TEXT", "index": 13, "name": "LOCKER", "comment": null}, "DURATION": {"type": "TEXT", "index": 14, "name": "DURATION", "comment": null}, "UNLOCK_TIME": {"type": "TEXT", "index": 15, "name": "UNLOCK_TIME", "comment": null}, "NEW_LOCK_IDS": {"type": "TEXT", "index": 16, "name": "NEW_LOCK_IDS", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 17, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 18, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_TX_STATUS.1777ec971f"}, "test.osmosis_models.not_null_silver__msg_attributes__INSERTED_TIMESTAMP.a5c8d75d4d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "MSG_ATTRIBUTES", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 6, "name": "MSG_GROUP", "comment": null}, "MSG_SUB_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_SUB_GROUP", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 8, "name": "MSG_INDEX", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 9, "name": "MSG_TYPE", "comment": null}, "ATTRIBUTE_INDEX": {"type": "NUMBER", "index": 10, "name": "ATTRIBUTE_INDEX", "comment": null}, "ATTRIBUTE_KEY": {"type": "TEXT", "index": 11, "name": "ATTRIBUTE_KEY", "comment": null}, "ATTRIBUTE_VALUE": {"type": "TEXT", "index": 12, "name": "ATTRIBUTE_VALUE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 14, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__msg_attributes__INSERTED_TIMESTAMP.a5c8d75d4d"}, "test.osmosis_models.not_null_silver__transactions__INSERTED_TIMESTAMP.3b2b0fb3b0": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSACTIONS", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "CODESPACE": {"type": "TEXT", "index": 5, "name": "CODESPACE", "comment": null}, "GAS_USED": {"type": "NUMBER", "index": 6, "name": "GAS_USED", "comment": null}, "GAS_WANTED": {"type": "NUMBER", "index": 7, "name": "GAS_WANTED", "comment": null}, "TX_ID": {"type": "TEXT", "index": 8, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 9, "name": "TX_STATUS", "comment": null}, "TX_CODE": {"type": "NUMBER", "index": 10, "name": "TX_CODE", "comment": null}, "MSGS": {"type": "VARIANT", "index": 11, "name": "MSGS", "comment": null}, "AUTH_INFO": {"type": "VARIANT", "index": 12, "name": "AUTH_INFO", "comment": null}, "TX_BODY": {"type": "VARIANT", "index": 13, "name": "TX_BODY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__transactions__INSERTED_TIMESTAMP.3b2b0fb3b0"}, "model.osmosis_models.silver__asset_metadata": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "ASSET_METADATA", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": "In this table, always Osmosis. 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."}, "RAW_METADATA": {"type": "ARRAY", "index": 8, "name": "RAW_METADATA", "comment": "Additional details about the validator or token in json format."}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 146.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 30720.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": "model.osmosis_models.silver__asset_metadata"}, "test.osmosis_models.not_null_silver__transfers__INSERTED_TIMESTAMP.595c1c618a": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSFERS", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TRANSFER_TYPE": {"type": "TEXT", "index": 7, "name": "TRANSFER_TYPE", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 8, "name": "MSG_INDEX", "comment": null}, "SENDER": {"type": "TEXT", "index": 9, "name": "SENDER", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 10, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 11, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 12, "name": "DECIMAL", "comment": null}, "RECEIVER": {"type": "TEXT", "index": 13, "name": "RECEIVER", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__transfers__INSERTED_TIMESTAMP.595c1c618a"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_VALIDATOR_ADDRESS.9012a42def"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_MSG_INDEX__NUMBER__FLOAT.fd6bcc57f5"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_ACTION.edee194a8c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_SUPERFLUID_STAKING_ACTION", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_ACTION.edee194a8c"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_CURRENCY.cea97ef73f"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_ACTION__STRING__VARCHAR.9afcc8fda7"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_COMPLETION_TIME__TIMESTAMP_NTZ.ebc4f994ed"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_LOCK_ID.26adc06491": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_LOCKED_LIQUIDITY_ACTIONS_LOCK_ID", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_LOCK_ID.26adc06491"}, "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_CHAIN_ID.b800517756": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LOCKED_LIQUIDITY_ACTIONS_BEGIN_UNLOCK_CHAIN_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_GROUP", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 8, "name": "MSG_TYPE", "comment": null}, "LOCK_ID": {"type": "NUMBER", "index": 9, "name": "LOCK_ID", "comment": null}, "ACTION": {"type": "TEXT", "index": 10, "name": "ACTION", "comment": null}, "HYBRID_ACTION": {"type": "TEXT", "index": 11, "name": "HYBRID_ACTION", "comment": null}, "AMOUNT": {"type": "TEXT", "index": 12, "name": "AMOUNT", "comment": null}, "LOCKER": {"type": "TEXT", "index": 13, "name": "LOCKER", "comment": null}, "DURATION": {"type": "TEXT", "index": 14, "name": "DURATION", "comment": null}, "UNLOCK_TIME": {"type": "TEXT", "index": 15, "name": "UNLOCK_TIME", "comment": null}, "NEW_LOCK_IDS": {"type": "TEXT", "index": 16, "name": "NEW_LOCK_IDS", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 17, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 18, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_CHAIN_ID.b800517756"}, "test.osmosis_models.not_null_silver__prices_swaps_PRICE_USD.6179e52ac6": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "PRICES_SWAPS_PRICE_USD", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_HOUR": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_HOUR", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 2, "name": "CURRENCY", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 3, "name": "PROJECT_NAME", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 4, "name": "PRICE_USD", "comment": null}, "MIN_PRICE_USD_HOUR": {"type": "FLOAT", "index": 5, "name": "MIN_PRICE_USD_HOUR", "comment": null}, "MAX_PRICE_USD_HOUR": {"type": "FLOAT", "index": 6, "name": "MAX_PRICE_USD_HOUR", "comment": null}, "VOLATILITY_MEASURE": {"type": "FLOAT", "index": 7, "name": "VOLATILITY_MEASURE", "comment": null}, "SWAPS_IN_HOUR": {"type": "NUMBER", "index": 8, "name": "SWAPS_IN_HOUR", "comment": null}, "VOLUME_USD_IN_HOUR": {"type": "FLOAT", "index": 9, "name": "VOLUME_USD_IN_HOUR", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__prices_swaps_PRICE_USD.6179e52ac6"}, "test.osmosis_models.not_null_silver__staking_ACTION.91a24f522a": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKING_ACTION", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 7, "name": "TX_CALLER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 8, "name": "ACTION", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 9, "name": "MSG_GROUP", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 10, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 13, "name": "VALIDATOR_ADDRESS", "comment": null}, "REDELEGATE_SOURCE_VALIDATOR_ADDRESS": {"type": "TEXT", "index": 14, "name": "REDELEGATE_SOURCE_VALIDATOR_ADDRESS", "comment": null}, "COMPLETION_TIME": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "COMPLETION_TIME", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 16, "name": "DECIMAL", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 18, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__staking_ACTION.91a24f522a"}, "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_TX_ID.a62e8ba3d7": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LOCKED_LIQUIDITY_ACTIONS_BEGIN_UNLOCK_TX_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_GROUP", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 8, "name": "MSG_TYPE", "comment": null}, "LOCK_ID": {"type": "NUMBER", "index": 9, "name": "LOCK_ID", "comment": null}, "ACTION": {"type": "TEXT", "index": 10, "name": "ACTION", "comment": null}, "HYBRID_ACTION": {"type": "TEXT", "index": 11, "name": "HYBRID_ACTION", "comment": null}, "AMOUNT": {"type": "TEXT", "index": 12, "name": "AMOUNT", "comment": null}, "LOCKER": {"type": "TEXT", "index": 13, "name": "LOCKER", "comment": null}, "DURATION": {"type": "TEXT", "index": 14, "name": "DURATION", "comment": null}, "UNLOCK_TIME": {"type": "TEXT", "index": 15, "name": "UNLOCK_TIME", "comment": null}, "NEW_LOCK_IDS": {"type": "TEXT", "index": 16, "name": "NEW_LOCK_IDS", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 17, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 18, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_TX_ID.a62e8ba3d7"}, "test.osmosis_models.not_null_silver__transactions_BLOCK_ID.ba1565770d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSACTIONS_BLOCK_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "CODESPACE": {"type": "TEXT", "index": 5, "name": "CODESPACE", "comment": null}, "GAS_USED": {"type": "NUMBER", "index": 6, "name": "GAS_USED", "comment": null}, "GAS_WANTED": {"type": "NUMBER", "index": 7, "name": "GAS_WANTED", "comment": null}, "TX_ID": {"type": "TEXT", "index": 8, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 9, "name": "TX_STATUS", "comment": null}, "TX_CODE": {"type": "NUMBER", "index": 10, "name": "TX_CODE", "comment": null}, "MSGS": {"type": "VARIANT", "index": 11, "name": "MSGS", "comment": null}, "AUTH_INFO": {"type": "VARIANT", "index": 12, "name": "AUTH_INFO", "comment": null}, "TX_BODY": {"type": "VARIANT", "index": 13, "name": "TX_BODY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__transactions_BLOCK_ID.ba1565770d"}, "test.osmosis_models.not_null_silver__validator_metadata_BLOCKCHAIN.f96b8c0a0d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "VALIDATOR_METADATA_BLOCKCHAIN", "database": "OSMOSIS_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}, "RAW_METADATA": {"type": "VARIANT", "index": 8, "name": "RAW_METADATA", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__validator_metadata_BLOCKCHAIN.f96b8c0a0d"}, "model.osmosis_models.core__fact_transfers": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "FACT_TRANSFERS", "database": "OSMOSIS_DEV", "comment": "Records of all transfers on Osmosis, including IBC transfers as on- and off-ramps to Osmosis 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."}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": "In this table, always Osmosis. Used to join to cross-chain tables."}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": "The name and version of the blockchain."}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed."}, "TRANSFER_TYPE": {"type": "TEXT", "index": 7, "name": "TRANSFER_TYPE", "comment": "Details on the type of transfer occurring during the transaction. \"IBC_Transfer_In\" = depositing tokens onto Osmosis. \"IBC_transfer_out\" = withdrawing tokens from Osmosis. \"Osmosis\" = wallet to wallet transfer on Osmosis."}, "SENDER": {"type": "TEXT", "index": 8, "name": "SENDER", "comment": "The wallet address of the individual sent tokens in the transfer."}, "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."}, "DECIMAL": {"type": "VARIANT", "index": 11, "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."}, "RECEIVER": {"type": "TEXT", "index": 12, "name": "RECEIVER", "comment": "The wallet address of the individual received tokens in the transfer."}}, "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.osmosis_models.core__fact_transfers"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_CURRENCY.8c13a074dc"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_TX_ID.9cf9dd8a23"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_AMOUNT.0173c5159b"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_TRANSFER_TYPE.4dc7ebfd9b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_AIRDROP_TRANSFER_TYPE", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:37UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_TRANSFER_TYPE.4dc7ebfd9b"}, "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__superfluid_staking_BLOCK_TIMESTAMP__day__2.dad736bb50": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "SUPERFLUID_STAKING_BLOCK_TIMESTAMP", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__superfluid_staking_BLOCK_TIMESTAMP__day__2.dad736bb50"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_BLOCK_ID__NUMBER__FLOAT.84601b77c0"}, "test.osmosis_models.not_null_core__fact_daily_balances_CURRENCY.9b02e469ef": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "FACT_DAILY_BALANCES_CURRENCY", "database": "OSMOSIS_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}, "DECIMAL": {"type": "VARIANT", "index": 5, "name": "DECIMAL", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 6, "name": "BALANCE", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_core__fact_daily_balances_CURRENCY.9b02e469ef"}, "test.osmosis_models.not_null_silver__governance_proposal_deposits_DECIMAL.2f40ac09a3": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_PROPOSAL_DEPOSITS_DECIMAL", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "DEPOSITOR": {"type": "TEXT", "index": 7, "name": "DEPOSITOR", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 8, "name": "PROPOSAL_ID", "comment": null}, "AMOUNT": {"type": "FLOAT", "index": 9, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 10, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 11, "name": "DECIMAL", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__governance_proposal_deposits_DECIMAL.2f40ac09a3"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_BLOCK_ID__NUMBER__FLOAT.bcd63d0d77": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "AIRDROPS_BLOCK_ID", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_BLOCK_ID__NUMBER__FLOAT.bcd63d0d77"}, "test.osmosis_models.not_null_silver__staking_TX_STATUS.924f01adaa": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKING_TX_STATUS", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 7, "name": "TX_CALLER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 8, "name": "ACTION", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 9, "name": "MSG_GROUP", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 10, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 13, "name": "VALIDATOR_ADDRESS", "comment": null}, "REDELEGATE_SOURCE_VALIDATOR_ADDRESS": {"type": "TEXT", "index": 14, "name": "REDELEGATE_SOURCE_VALIDATOR_ADDRESS", "comment": null}, "COMPLETION_TIME": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "COMPLETION_TIME", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 16, "name": "DECIMAL", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 18, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__staking_TX_STATUS.924f01adaa"}, "test.osmosis_models.not_null_silver__prices_SYMBOL.1202ffaafb": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "PRICES_SYMBOL", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RECORDED_AT": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "RECORDED_AT", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 2, "name": "SYMBOL", "comment": null}, "PRICE": {"type": "FLOAT", "index": 3, "name": "PRICE", "comment": null}, "TOTAL_SUPPLY": {"type": "FLOAT", "index": 4, "name": "TOTAL_SUPPLY", "comment": null}, "VOLUME_24H": {"type": "FLOAT", "index": 5, "name": "VOLUME_24H", "comment": null}, "PROVIDER": {"type": "TEXT", "index": 6, "name": "PROVIDER", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__prices_SYMBOL.1202ffaafb"}, "test.osmosis_models.not_null_silver__transfers_BLOCKCHAIN.0d49ed494c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSFERS_BLOCKCHAIN", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TRANSFER_TYPE": {"type": "TEXT", "index": 7, "name": "TRANSFER_TYPE", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 8, "name": "MSG_INDEX", "comment": null}, "SENDER": {"type": "TEXT", "index": 9, "name": "SENDER", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 10, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 11, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 12, "name": "DECIMAL", "comment": null}, "RECEIVER": {"type": "TEXT", "index": 13, "name": "RECEIVER", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__transfers_BLOCKCHAIN.0d49ed494c"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_BLOCKCHAIN.8557883709": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "DIM_LABELS_BLOCKCHAIN", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:37UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_BLOCKCHAIN.8557883709"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:37UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_blocks_BLOCK_TIMESTAMP.c36a4acd9b"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_DELEGATOR_ADDRESS.0c1d05680f"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__locked_liquidity_balances_ADDRESS__BLOCK_ID__LOCK_ID__CURRENCY.d6b3952f03": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "LOCKED_LIQUIDITY_BALANCES_ADDRESS", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ADDRESS": {"type": "TEXT", "index": 1, "name": "ADDRESS", "comment": null}, "BLOCK_ID": {"type": "NUMBER", "index": 2, "name": "BLOCK_ID", "comment": null}, "LOCK_ID": {"type": "NUMBER", "index": 3, "name": "LOCK_ID", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 4, "name": "CURRENCY", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__locked_liquidity_balances_ADDRESS__BLOCK_ID__LOCK_ID__CURRENCY.d6b3952f03"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.82828385ba"}, "test.osmosis_models.not_null_silver__locked_liquidity_actions_LOCKER_ADDRESS.ad9c450f75": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LOCKED_LIQUIDITY_ACTIONS_LOCKER_ADDRESS", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_GROUP", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 8, "name": "MSG_TYPE", "comment": null}, "MSG_ACTION": {"type": "TEXT", "index": 9, "name": "MSG_ACTION", "comment": null}, "MSG_ACTION_DESCRIPTION": {"type": "TEXT", "index": 10, "name": "MSG_ACTION_DESCRIPTION", "comment": null}, "LOCKER_ADDRESS": {"type": "TEXT", "index": 11, "name": "LOCKER_ADDRESS", "comment": null}, "LOCK_ID": {"type": "NUMBER", "index": 12, "name": "LOCK_ID", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 13, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 14, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 15, "name": "DECIMAL", "comment": null}, "POOL_ID": {"type": "NUMBER", "index": 16, "name": "POOL_ID", "comment": null}, "LOCK_DURATION": {"type": "TEXT", "index": 17, "name": "LOCK_DURATION", "comment": null}, "UNLOCK_TIME": {"type": "TEXT", "index": 18, "name": "UNLOCK_TIME", "comment": null}, "IS_SUPERFLUID": {"type": "BOOLEAN", "index": 19, "name": "IS_SUPERFLUID", "comment": null}, "UNPOOL_NEW_LOCK_IDS": {"type": "TEXT", "index": 20, "name": "UNPOOL_NEW_LOCK_IDS", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 21, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 22, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__locked_liquidity_actions_LOCKER_ADDRESS.ad9c450f75"}, "test.osmosis_models.not_null_silver__validator_metadata_PROJECT_NAME.d46dd3b07c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "VALIDATOR_METADATA_PROJECT_NAME", "database": "OSMOSIS_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}, "RAW_METADATA": {"type": "VARIANT", "index": 8, "name": "RAW_METADATA", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__validator_metadata_PROJECT_NAME.d46dd3b07c"}, "model.osmosis_models.bronze__transactions": {"metadata": {"type": "VIEW", "schema": "BRONZE", "name": "TRANSACTIONS", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RECORD_ID": {"type": "TEXT", "index": 1, "name": "RECORD_ID", "comment": ""}, "TX_ID": {"type": "TEXT", "index": 2, "name": "TX_ID", "comment": ""}, "TX_BLOCK_INDEX": {"type": "NUMBER", "index": 3, "name": "TX_BLOCK_INDEX", "comment": ""}, "OFFSET_ID": {"type": "NUMBER", "index": 4, "name": "OFFSET_ID", "comment": ""}, "BLOCK_ID": {"type": "NUMBER", "index": 5, "name": "BLOCK_ID", "comment": ""}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "BLOCK_TIMESTAMP", "comment": ""}, "NETWORK": {"type": "TEXT", "index": 7, "name": "NETWORK", "comment": ""}, "CHAIN_ID": {"type": "TEXT", "index": 8, "name": "CHAIN_ID", "comment": ""}, "TX": {"type": "VARIANT", "index": 9, "name": "TX", "comment": ""}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "INGESTED_AT", "comment": ""}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "_INSERTED_TIMESTAMP", "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.osmosis_models.bronze__transactions"}, "model.osmosis_models.core__fact_governance_proposal_deposits": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "FACT_GOVERNANCE_PROPOSAL_DEPOSITS", "database": "OSMOSIS_DEV", "comment": "Records of all proposal deposits that have occurred on Osmosis, dating back to the genesis block. At least 500 OSMO must be deposited for a proposal to be voted on.", "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."}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": "In this table, always Osmosis. Used to join to cross-chain tables."}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": "The name and version of the blockchain."}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed."}, "DEPOSITOR": {"type": "TEXT", "index": 7, "name": "DEPOSITOR", "comment": "The wallet address of the individual who deposited funds into the proposal. At least 500 OSMO must be deposited into a proposal after it is submitted for it to go to vote."}, "PROPOSAL_ID": {"type": "NUMBER", "index": 8, "name": "PROPOSAL_ID", "comment": "Numeric ID that corresponds to the proposal."}, "AMOUNT": {"type": "FLOAT", "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."}, "DECIMAL": {"type": "VARIANT", "index": 11, "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."}}, "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.osmosis_models.core__fact_governance_proposal_deposits"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:37UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_blocks_VALIDATOR_HASH.74e26a3ed2"}, "model.osmosis_models.core__fact_swaps": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "FACT_SWAPS", "database": "OSMOSIS_DEV", "comment": "Records of all transactions that have occurred on Osmosis, 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."}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": "In this table, always Osmosis. Used to join to cross-chain tables."}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": "The name and version of the blockchain."}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed."}, "TRADER": {"type": "TEXT", "index": 7, "name": "TRADER", "comment": "The wallet address of the individual who initiated the swap."}, "FROM_AMOUNT": {"type": "NUMBER", "index": 8, "name": "FROM_AMOUNT", "comment": "The amount that the user sent to be swapped for another currency."}, "FROM_CURRENCY": {"type": "TEXT", "index": 9, "name": "FROM_CURRENCY", "comment": "The currency that the user sent to be swapped for another currency."}, "FROM_DECIMAL": {"type": "VARIANT", "index": 10, "name": "FROM_DECIMAL", "comment": "Divide the swap_from_amount by POW(10, swap_from_decimal) to get the amount the user swapped."}, "TO_AMOUNT": {"type": "NUMBER", "index": 11, "name": "TO_AMOUNT", "comment": "The amount that the user sent to be swapped for another currency."}, "TO_CURRENCY": {"type": "TEXT", "index": 12, "name": "TO_CURRENCY", "comment": "The currency that the user sent to be swapped for another currency."}, "TO_DECIMAL": {"type": "VARIANT", "index": 13, "name": "TO_DECIMAL", "comment": "Divide the swap_to_amount by POW(10, swap_to_decimal) to get the amount the user received."}, "POOL_IDS": {"type": "ARRAY", "index": 14, "name": "POOL_IDS", "comment": "Identifier for the pool within the module"}}, "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.osmosis_models.core__fact_swaps"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_BLOCKCHAIN.874916623d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_SWAPS_BLOCKCHAIN", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_BLOCKCHAIN.874916623d"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.d6e6a5ce54"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__pool_metadata_MODULE__POOL_ID.0afdb135bb": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "POOL_METADATA_MODULE", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MODULE": {"type": "TEXT", "index": 1, "name": "MODULE", "comment": null}, "POOL_ID": {"type": "NUMBER", "index": 2, "name": "POOL_ID", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__pool_metadata_MODULE__POOL_ID.0afdb135bb"}, "test.osmosis_models.not_null_silver__governance_votes_BLOCK_ID.97979dad9a": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_VOTES_BLOCK_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "_PATH": {"type": "TEXT", "index": 7, "name": "_PATH", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 8, "name": "PROPOSAL_ID", "comment": null}, "VOTER": {"type": "TEXT", "index": 9, "name": "VOTER", "comment": null}, "VOTE_OPTION": {"type": "VARIANT", "index": 10, "name": "VOTE_OPTION", "comment": null}, "VOTE_WEIGHT": {"type": "FLOAT", "index": 11, "name": "VOTE_WEIGHT", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__governance_votes_BLOCK_ID.97979dad9a"}, "test.osmosis_models.not_null_silver__latest_liquid_balances_BLOCK_ID.c75efdbc0f": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LATEST_LIQUID_BALANCES_BLOCK_ID", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ADDRESS": {"type": "TEXT", "index": 1, "name": "ADDRESS", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 2, "name": "BALANCE", "comment": null}, "BALANCE_TYPE": {"type": "TEXT", "index": 3, "name": "BALANCE_TYPE", "comment": null}, "BLOCK_ID": {"type": "NUMBER", "index": 4, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 5, "name": "BLOCK_TIMESTAMP", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 6, "name": "DECIMAL", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 7, "name": "CURRENCY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__latest_liquid_balances_BLOCK_ID.c75efdbc0f"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__latest_liquid_balances_BLOCK_TIMESTAMP__BLOCK_ID__ADDRESS__CURRENCY__BALANCE_TYPE.cced9b710a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "LATEST_LIQUID_BALANCES_BLOCK_TIMESTAMP", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_ID": {"type": "NUMBER", "index": 2, "name": "BLOCK_ID", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 4, "name": "CURRENCY", "comment": null}, "BALANCE_TYPE": {"type": "TEXT", "index": 5, "name": "BALANCE_TYPE", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__latest_liquid_balances_BLOCK_TIMESTAMP__BLOCK_ID__ADDRESS__CURRENCY__BALANCE_TYPE.cced9b710a"}, "test.osmosis_models.not_null_silver__staking_BLOCK_TIMESTAMP.c6ce91983d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKING_BLOCK_TIMESTAMP", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 7, "name": "TX_CALLER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 8, "name": "ACTION", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 9, "name": "MSG_GROUP", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 10, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 13, "name": "VALIDATOR_ADDRESS", "comment": null}, "REDELEGATE_SOURCE_VALIDATOR_ADDRESS": {"type": "TEXT", "index": 14, "name": "REDELEGATE_SOURCE_VALIDATOR_ADDRESS", "comment": null}, "COMPLETION_TIME": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "COMPLETION_TIME", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 16, "name": "DECIMAL", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 18, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__staking_BLOCK_TIMESTAMP.c6ce91983d"}, "test.osmosis_models.not_null_silver__tx_body_msgs_BLOCK_TIMESTAMP.5e95f78986": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TX_BODY_MSGS_BLOCK_TIMESTAMP", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_GROUP", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__tx_body_msgs_BLOCK_TIMESTAMP.5e95f78986"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_PROPOSAL_ID.7a2276491a"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_MSG_INDEX__NUMBER__FLOAT.970dc74b0d"}, "test.osmosis_models.not_null_silver__daily_balances_CURRENCY.eeaa474ed0": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "DAILY_BALANCES_CURRENCY", "database": "OSMOSIS_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}, "DECIMAL": {"type": "VARIANT", "index": 5, "name": "DECIMAL", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 6, "name": "BALANCE", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__daily_balances_CURRENCY.eeaa474ed0"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__swaps_TX_ID___BODY_INDEX.ad8caef338": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "SWAPS_TX_ID", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_ID": {"type": "TEXT", "index": 1, "name": "TX_ID", "comment": null}, "_BODY_INDEX": {"type": "NUMBER", "index": 2, "name": "_BODY_INDEX", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__swaps_TX_ID___BODY_INDEX.ad8caef338"}, "test.osmosis_models.not_null_silver__staked_balances_ADDRESS.7dbac49da8": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKED_BALANCES_ADDRESS", "database": "OSMOSIS_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}, "DECIMAL": {"type": "VARIANT", "index": 6, "name": "DECIMAL", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 7, "name": "BALANCE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__staked_balances_ADDRESS.7dbac49da8"}, "test.osmosis_models.not_null_silver__staking_BLOCKCHAIN.58801fa4bb": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKING_BLOCKCHAIN", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 7, "name": "TX_CALLER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 8, "name": "ACTION", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 9, "name": "MSG_GROUP", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 10, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 13, "name": "VALIDATOR_ADDRESS", "comment": null}, "REDELEGATE_SOURCE_VALIDATOR_ADDRESS": {"type": "TEXT", "index": 14, "name": "REDELEGATE_SOURCE_VALIDATOR_ADDRESS", "comment": null}, "COMPLETION_TIME": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "COMPLETION_TIME", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 16, "name": "DECIMAL", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 18, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__staking_BLOCKCHAIN.58801fa4bb"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__msgs_TX_ID__MSG_INDEX.73756b76d1": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "MSGS_TX_ID", "database": "OSMOSIS_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}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__msgs_TX_ID__MSG_INDEX.73756b76d1"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_VALIDATOR_ADDRESS.49b2ae24f9": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_SUPERFLUID_STAKING_VALIDATOR_ADDRESS", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_VALIDATOR_ADDRESS.49b2ae24f9"}, "test.osmosis_models.not_null_silver__validator_metadata_LABEL.05d92ca845": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "VALIDATOR_METADATA_LABEL", "database": "OSMOSIS_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}, "RAW_METADATA": {"type": "VARIANT", "index": 8, "name": "RAW_METADATA", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__validator_metadata_LABEL.05d92ca845"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_BLOCKCHAIN.c3ced31c38": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_AIRDROP_BLOCKCHAIN", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:37UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_BLOCKCHAIN.c3ced31c38"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_CHAIN_ID.2983b83289": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_MSG_ATTRIBUTES_CHAIN_ID", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_CHAIN_ID.2983b83289"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs_MSG_GROUP__NUMBER__FLOAT.f2555a5e5d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TX_BODY_MSGS_MSG_GROUP", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs_MSG_GROUP__NUMBER__FLOAT.f2555a5e5d"}, "test.osmosis_models.not_null_silver__asset_metadata_CREATOR.d4efd79600": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "ASSET_METADATA_CREATOR", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 2, "name": "ADDRESS", "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}, "RAW_METADATA": {"type": "ARRAY", "index": 8, "name": "RAW_METADATA", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__asset_metadata_CREATOR.d4efd79600"}, "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__locked_liquidity_actions_BLOCK_TIMESTAMP__day__2.dc5bb8840e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "LOCKED_LIQUIDITY_ACTIONS_BLOCK_TIMESTAMP", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__locked_liquidity_actions_BLOCK_TIMESTAMP__day__2.dc5bb8840e"}, "test.osmosis_models.not_null_silver__locked_liquidity_actions_MSG_ACTION.2ab3e2d6fa": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LOCKED_LIQUIDITY_ACTIONS_MSG_ACTION", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_GROUP", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 8, "name": "MSG_TYPE", "comment": null}, "MSG_ACTION": {"type": "TEXT", "index": 9, "name": "MSG_ACTION", "comment": null}, "MSG_ACTION_DESCRIPTION": {"type": "TEXT", "index": 10, "name": "MSG_ACTION_DESCRIPTION", "comment": null}, "LOCKER_ADDRESS": {"type": "TEXT", "index": 11, "name": "LOCKER_ADDRESS", "comment": null}, "LOCK_ID": {"type": "NUMBER", "index": 12, "name": "LOCK_ID", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 13, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 14, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 15, "name": "DECIMAL", "comment": null}, "POOL_ID": {"type": "NUMBER", "index": 16, "name": "POOL_ID", "comment": null}, "LOCK_DURATION": {"type": "TEXT", "index": 17, "name": "LOCK_DURATION", "comment": null}, "UNLOCK_TIME": {"type": "TEXT", "index": 18, "name": "UNLOCK_TIME", "comment": null}, "IS_SUPERFLUID": {"type": "BOOLEAN", "index": 19, "name": "IS_SUPERFLUID", "comment": null}, "UNPOOL_NEW_LOCK_IDS": {"type": "TEXT", "index": 20, "name": "UNPOOL_NEW_LOCK_IDS", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 21, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 22, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__locked_liquidity_actions_MSG_ACTION.2ab3e2d6fa"}, "test.osmosis_models.not_null_silver__prices_PRICE.09dcf418d9": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "PRICES_PRICE", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RECORDED_AT": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "RECORDED_AT", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 2, "name": "SYMBOL", "comment": null}, "PRICE": {"type": "FLOAT", "index": 3, "name": "PRICE", "comment": null}, "TOTAL_SUPPLY": {"type": "FLOAT", "index": 4, "name": "TOTAL_SUPPLY", "comment": null}, "VOLUME_24H": {"type": "FLOAT", "index": 5, "name": "VOLUME_24H", "comment": null}, "PROVIDER": {"type": "TEXT", "index": 6, "name": "PROVIDER", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__prices_PRICE.09dcf418d9"}, "test.osmosis_models.not_null_silver__superfluid_staked_balances_BALANCE.3603712604": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "SUPERFLUID_STAKED_BALANCES_BALANCE", "database": "OSMOSIS_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}, "LOCK_ID": {"type": "NUMBER", "index": 5, "name": "LOCK_ID", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 6, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 7, "name": "DECIMAL", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 8, "name": "BALANCE", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 9, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__superfluid_staked_balances_BALANCE.3603712604"}, "test.osmosis_models.not_null_silver__liquidity_provider_actions_BLOCK_TIMESTAMP.6858137f77": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LIQUIDITY_PROVIDER_ACTIONS_BLOCK_TIMESTAMP", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 7, "name": "MSG_INDEX", "comment": null}, "LIQUIDITY_PROVIDER_ADDRESS": {"type": "TEXT", "index": 8, "name": "LIQUIDITY_PROVIDER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 9, "name": "ACTION", "comment": null}, "POOL_ID": {"type": "NUMBER", "index": 10, "name": "POOL_ID", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 13, "name": "DECIMAL", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__liquidity_provider_actions_BLOCK_TIMESTAMP.6858137f77"}, "test.osmosis_models.not_null_silver__locked_liquidity_actions_LOCK_ID.758dadfcb8": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LOCKED_LIQUIDITY_ACTIONS_LOCK_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_GROUP", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 8, "name": "MSG_TYPE", "comment": null}, "MSG_ACTION": {"type": "TEXT", "index": 9, "name": "MSG_ACTION", "comment": null}, "MSG_ACTION_DESCRIPTION": {"type": "TEXT", "index": 10, "name": "MSG_ACTION_DESCRIPTION", "comment": null}, "LOCKER_ADDRESS": {"type": "TEXT", "index": 11, "name": "LOCKER_ADDRESS", "comment": null}, "LOCK_ID": {"type": "NUMBER", "index": 12, "name": "LOCK_ID", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 13, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 14, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 15, "name": "DECIMAL", "comment": null}, "POOL_ID": {"type": "NUMBER", "index": 16, "name": "POOL_ID", "comment": null}, "LOCK_DURATION": {"type": "TEXT", "index": 17, "name": "LOCK_DURATION", "comment": null}, "UNLOCK_TIME": {"type": "TEXT", "index": 18, "name": "UNLOCK_TIME", "comment": null}, "IS_SUPERFLUID": {"type": "BOOLEAN", "index": 19, "name": "IS_SUPERFLUID", "comment": null}, "UNPOOL_NEW_LOCK_IDS": {"type": "TEXT", "index": 20, "name": "UNPOOL_NEW_LOCK_IDS", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 21, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 22, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__locked_liquidity_actions_LOCK_ID.758dadfcb8"}, "test.osmosis_models.not_null_silver__msgs_TX_ID.59a107fa1e": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "MSGS_TX_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_GROUP", "comment": null}, "MSG_SUB_GROUP": {"type": "NUMBER", "index": 8, "name": "MSG_SUB_GROUP", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 9, "name": "MSG_INDEX", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 10, "name": "MSG_TYPE", "comment": null}, "MSG": {"type": "VARIANT", "index": 11, "name": "MSG", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__msgs_TX_ID.59a107fa1e"}, "model.osmosis_models.silver__governance_proposal_deposits": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "GOVERNANCE_PROPOSAL_DEPOSITS", "database": "OSMOSIS_DEV", "comment": "Records of all proposal deposits that have occurred on Osmosis, dating back to the genesis block. At least 500 OSMO must be deposited for a proposal to be voted on.", "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."}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": "In this table, always Osmosis. Used to join to cross-chain tables."}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": "The name and version of the blockchain."}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed."}, "DEPOSITOR": {"type": "TEXT", "index": 7, "name": "DEPOSITOR", "comment": "The wallet address of the individual who deposited funds into the proposal. At least 500 OSMO must be deposited into a proposal after it is submitted for it to go to vote."}, "PROPOSAL_ID": {"type": "NUMBER", "index": 8, "name": "PROPOSAL_ID", "comment": "Numeric ID that corresponds to the proposal."}, "AMOUNT": {"type": "FLOAT", "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."}, "DECIMAL": {"type": "VARIANT", "index": 11, "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."}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": "The time the block was inserted into to the Flipside database."}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 882.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 87552.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE)", "include": true, "description": "The key used to cluster this 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.osmosis_models.silver__governance_proposal_deposits"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_TX_STATUS.9628424510": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_STAKING_REWARDS_TX_STATUS", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_TX_STATUS.9628424510"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_prices_TOTAL_SUPPLY.4e7189fb00": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "DIM_PRICES_TOTAL_SUPPLY", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:37UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_prices_TOTAL_SUPPLY.4e7189fb00"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_BLOCKCHAIN.7fd1183d1b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_LIQUIDITY_PROVIDER_ACTIONS_BLOCKCHAIN", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_BLOCKCHAIN.7fd1183d1b"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_CURRENCY.531fe8e6cb": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_LIQUIDITY_PROVIDER_ACTIONS_CURRENCY", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_CURRENCY.531fe8e6cb"}, "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__prices_swaps_BLOCK_HOUR__day__1.ac250fd2bb": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "PRICES_SWAPS_BLOCK_HOUR", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__prices_swaps_BLOCK_HOUR__day__1.ac250fd2bb"}, "test.osmosis_models.not_null_silver__blockchain_CHAIN_ID.c381503839": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BLOCKCHAIN_CHAIN_ID", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__blockchain_CHAIN_ID.c381503839"}, "test.osmosis_models.not_null_silver__governance_proposal_deposits__INSERTED_TIMESTAMP.793e397848": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_PROPOSAL_DEPOSITS", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "DEPOSITOR": {"type": "TEXT", "index": 7, "name": "DEPOSITOR", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 8, "name": "PROPOSAL_ID", "comment": null}, "AMOUNT": {"type": "FLOAT", "index": 9, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 10, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 11, "name": "DECIMAL", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__governance_proposal_deposits__INSERTED_TIMESTAMP.793e397848"}, "test.osmosis_models.not_null_silver__swaps__INSERTED_TIMESTAMP.3f844266ca": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "SWAPS", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TRADER": {"type": "TEXT", "index": 7, "name": "TRADER", "comment": null}, "FROM_AMOUNT": {"type": "TEXT", "index": 8, "name": "FROM_AMOUNT", "comment": null}, "FROM_CURRENCY": {"type": "TEXT", "index": 9, "name": "FROM_CURRENCY", "comment": null}, "FROM_DECIMAL": {"type": "VARIANT", "index": 10, "name": "FROM_DECIMAL", "comment": null}, "TO_AMOUNT": {"type": "TEXT", "index": 11, "name": "TO_AMOUNT", "comment": null}, "TO_CURRENCY": {"type": "TEXT", "index": 12, "name": "TO_CURRENCY", "comment": null}, "TO_DECIMAL": {"type": "VARIANT", "index": 13, "name": "TO_DECIMAL", "comment": null}, "POOL_IDS": {"type": "ARRAY", "index": 14, "name": "POOL_IDS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_BODY_INDEX": {"type": "NUMBER", "index": 16, "name": "_BODY_INDEX", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__swaps__INSERTED_TIMESTAMP.3f844266ca"}, "model.osmosis_models.silver__all_unknown_balances": {"metadata": {"type": "VIEW", "schema": "SILVER", "name": "ALL_UNKNOWN_BALANCES", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": ""}, "ADDRESS": {"type": "TEXT", "index": 2, "name": "ADDRESS", "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.osmosis_models.silver__all_unknown_balances"}, "model.osmosis_models.core__dim_labels": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "DIM_LABELS", "database": "OSMOSIS_DEV", "comment": "Contains token and validator labels for Osmosis.", "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": "In this table, always Osmosis. 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."}, "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": "model.osmosis_models.core__dim_labels"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_SENDER.74078bf4bc": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_AIRDROP_SENDER", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:37UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_SENDER.74078bf4bc"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.dfd05a3d5b"}, "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_TX_ID.02c860572b": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "EARLY_LIQUIDITY_PROVIDER_ACTIONS_TX_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 7, "name": "MSG_INDEX", "comment": null}, "LIQUIDITY_PROVIDER_ADDRESS": {"type": "TEXT", "index": 8, "name": "LIQUIDITY_PROVIDER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 9, "name": "ACTION", "comment": null}, "POOL_ID": {"type": "NUMBER", "index": 10, "name": "POOL_ID", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 13, "name": "DECIMAL", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_TX_ID.02c860572b"}, "model.osmosis_models.core__fact_superfluid_staking": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "FACT_SUPERFLUID_STAKING", "database": "OSMOSIS_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."}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": "In this table, always Osmosis. Used to join to cross-chain tables."}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": "The name and version of the blockchain."}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed."}, "ACTION": {"type": "TEXT", "index": 7, "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": 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."}, "DECIMAL": {"type": "NUMBER", "index": 11, "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."}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 12, "name": "VALIDATOR_ADDRESS", "comment": "The wallet address of the validator related to the staking action."}, "LOCK_ID": {"type": "NUMBER", "index": 13, "name": "LOCK_ID", "comment": "An ID corresponding to the locking step of the 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.osmosis_models.core__fact_superfluid_staking"}, "test.osmosis_models.not_null_silver__governance_submit_proposal_BLOCKCHAIN.908b82f02b": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_SUBMIT_PROPOSAL_BLOCKCHAIN", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "PROPOSER": {"type": "TEXT", "index": 7, "name": "PROPOSER", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 8, "name": "PROPOSAL_ID", "comment": null}, "PROPOSAL_TYPE": {"type": "TEXT", "index": 9, "name": "PROPOSAL_TYPE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__governance_submit_proposal_BLOCKCHAIN.908b82f02b"}, "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_CHAIN_ID.1827bcd45c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "EARLY_LIQUIDITY_PROVIDER_ACTIONS_CHAIN_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 7, "name": "MSG_INDEX", "comment": null}, "LIQUIDITY_PROVIDER_ADDRESS": {"type": "TEXT", "index": 8, "name": "LIQUIDITY_PROVIDER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 9, "name": "ACTION", "comment": null}, "POOL_ID": {"type": "NUMBER", "index": 10, "name": "POOL_ID", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 13, "name": "DECIMAL", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_CHAIN_ID.1827bcd45c"}, "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_BLOCK_ID.1279d7bd8a": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LOCKED_LIQUIDITY_ACTIONS_BEGIN_UNLOCK_BLOCK_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_GROUP", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 8, "name": "MSG_TYPE", "comment": null}, "LOCK_ID": {"type": "NUMBER", "index": 9, "name": "LOCK_ID", "comment": null}, "ACTION": {"type": "TEXT", "index": 10, "name": "ACTION", "comment": null}, "HYBRID_ACTION": {"type": "TEXT", "index": 11, "name": "HYBRID_ACTION", "comment": null}, "AMOUNT": {"type": "TEXT", "index": 12, "name": "AMOUNT", "comment": null}, "LOCKER": {"type": "TEXT", "index": 13, "name": "LOCKER", "comment": null}, "DURATION": {"type": "TEXT", "index": 14, "name": "DURATION", "comment": null}, "UNLOCK_TIME": {"type": "TEXT", "index": 15, "name": "UNLOCK_TIME", "comment": null}, "NEW_LOCK_IDS": {"type": "TEXT", "index": 16, "name": "NEW_LOCK_IDS", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 17, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 18, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_BLOCK_ID.1279d7bd8a"}, "test.osmosis_models.not_null_silver__msgs__INSERTED_TIMESTAMP.f08429b22f": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "MSGS", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_GROUP", "comment": null}, "MSG_SUB_GROUP": {"type": "NUMBER", "index": 8, "name": "MSG_SUB_GROUP", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 9, "name": "MSG_INDEX", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 10, "name": "MSG_TYPE", "comment": null}, "MSG": {"type": "VARIANT", "index": 11, "name": "MSG", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__msgs__INSERTED_TIMESTAMP.f08429b22f"}, "test.osmosis_models.not_null_silver__staked_balances_BALANCE.df9daa5873": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKED_BALANCES_BALANCE", "database": "OSMOSIS_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}, "DECIMAL": {"type": "VARIANT", "index": 6, "name": "DECIMAL", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 7, "name": "BALANCE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__staked_balances_BALANCE.df9daa5873"}, "test.osmosis_models.not_null_silver__transfers_TX_ID.1be05d8ee2": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSFERS_TX_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TRANSFER_TYPE": {"type": "TEXT", "index": 7, "name": "TRANSFER_TYPE", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 8, "name": "MSG_INDEX", "comment": null}, "SENDER": {"type": "TEXT", "index": 9, "name": "SENDER", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 10, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 11, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 12, "name": "DECIMAL", "comment": null}, "RECEIVER": {"type": "TEXT", "index": 13, "name": "RECEIVER", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__transfers_TX_ID.1be05d8ee2"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_RECEIVER.1cdbc0676a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_AIRDROP_RECEIVER", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:37UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_RECEIVER.1cdbc0676a"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_TX_ID.ec6a5f21b6"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_BLOCK_ID__NUMBER__FLOAT.738438b359": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "SUPERFLUID_ACTIONS_BLOCK_ID", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_BLOCK_ID__NUMBER__FLOAT.738438b359"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_AMOUNT.bf2f7fe82c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_LOCKED_LIQUIDITY_ACTIONS_AMOUNT", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_AMOUNT.bf2f7fe82c"}, "test.osmosis_models.not_null_silver__blockchain_NUM_TXS.4e5926d643": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BLOCKCHAIN_NUM_TXS", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__blockchain_NUM_TXS.4e5926d643"}, "test.osmosis_models.not_null_silver__liquid_balances_BLOCK_TIMESTAMP.8458f7dd86": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LIQUID_BALANCES_BLOCK_TIMESTAMP", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ADDRESS": {"type": "TEXT", "index": 1, "name": "ADDRESS", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 2, "name": "BALANCE", "comment": null}, "BALANCE_TYPE": {"type": "TEXT", "index": 3, "name": "BALANCE_TYPE", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 4, "name": "CURRENCY", "comment": null}, "BLOCK_ID": {"type": "NUMBER", "index": 5, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "BLOCK_TIMESTAMP", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 8, "name": "DECIMAL", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__liquid_balances_BLOCK_TIMESTAMP.8458f7dd86"}, "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock__INSERTED_TIMESTAMP.f2ef1b3a48": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LOCKED_LIQUIDITY_ACTIONS_BEGIN_UNLOCK", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_GROUP", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 8, "name": "MSG_TYPE", "comment": null}, "LOCK_ID": {"type": "NUMBER", "index": 9, "name": "LOCK_ID", "comment": null}, "ACTION": {"type": "TEXT", "index": 10, "name": "ACTION", "comment": null}, "HYBRID_ACTION": {"type": "TEXT", "index": 11, "name": "HYBRID_ACTION", "comment": null}, "AMOUNT": {"type": "TEXT", "index": 12, "name": "AMOUNT", "comment": null}, "LOCKER": {"type": "TEXT", "index": 13, "name": "LOCKER", "comment": null}, "DURATION": {"type": "TEXT", "index": 14, "name": "DURATION", "comment": null}, "UNLOCK_TIME": {"type": "TEXT", "index": 15, "name": "UNLOCK_TIME", "comment": null}, "NEW_LOCK_IDS": {"type": "TEXT", "index": 16, "name": "NEW_LOCK_IDS", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 17, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 18, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock__INSERTED_TIMESTAMP.f2ef1b3a48"}, "test.osmosis_models.not_null_silver__staked_balances_BLOCK_ID.0a48a2c189": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKED_BALANCES_BLOCK_ID", "database": "OSMOSIS_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}, "DECIMAL": {"type": "VARIANT", "index": 6, "name": "DECIMAL", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 7, "name": "BALANCE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__staked_balances_BLOCK_ID.0a48a2c189"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_TX_ID.c4b71cafbe"}, "test.osmosis_models.not_null_silver__liquidity_provider_actions_TX_STATUS.2d50fef0c0": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LIQUIDITY_PROVIDER_ACTIONS_TX_STATUS", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 7, "name": "MSG_INDEX", "comment": null}, "LIQUIDITY_PROVIDER_ADDRESS": {"type": "TEXT", "index": 8, "name": "LIQUIDITY_PROVIDER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 9, "name": "ACTION", "comment": null}, "POOL_ID": {"type": "NUMBER", "index": 10, "name": "POOL_ID", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 13, "name": "DECIMAL", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__liquidity_provider_actions_TX_STATUS.2d50fef0c0"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_RAW_METADATA.0cad1c0c05": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "DIM_LABELS_RAW_METADATA", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:37UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_RAW_METADATA.0cad1c0c05"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_CHAIN_ID.6653e9b226": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_AIRDROP_CHAIN_ID", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:37UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_CHAIN_ID.6653e9b226"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_CURRENCY.8c9324d670"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_BLOCK_ID.94b5ee163d"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:37UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_AMOUNT.651eccef0b"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS.2c9f74da41": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_LIQUIDITY_PROVIDER_ACTIONS_LIQUIDITY_PROVIDER_ADDRESS", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS.2c9f74da41"}, "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__superfluid_actions_BLOCK_TIMESTAMP__day__2.9afcf7acb8": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "SUPERFLUID_ACTIONS_BLOCK_TIMESTAMP", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__superfluid_actions_BLOCK_TIMESTAMP__day__2.9afcf7acb8"}, "test.osmosis_models.not_null_silver__superfluid_staked_balances_BLOCK_TIMESTAMP.9a572004ab": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "SUPERFLUID_STAKED_BALANCES_BLOCK_TIMESTAMP", "database": "OSMOSIS_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}, "LOCK_ID": {"type": "NUMBER", "index": 5, "name": "LOCK_ID", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 6, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 7, "name": "DECIMAL", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 8, "name": "BALANCE", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 9, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__superfluid_staked_balances_BLOCK_TIMESTAMP.9a572004ab"}, "model.osmosis_models.core__fact_governance_votes": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "FACT_GOVERNANCE_VOTES", "database": "OSMOSIS_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."}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": "In this table, always Osmosis. Used to join to cross-chain tables."}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": "The name and version of the blockchain."}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed."}, "VOTER": {"type": "TEXT", "index": 7, "name": "VOTER", "comment": "Address of the delegator that voted on the proposal."}, "PROPOSAL_ID": {"type": "NUMBER", "index": 8, "name": "PROPOSAL_ID", "comment": "Numeric ID that corresponds to the proposal."}, "VOTE_OPTION": {"type": "VARIANT", "index": 9, "name": "VOTE_OPTION", "comment": "How the delegator voted on the proposal."}, "VOTE_WEIGHT": {"type": "FLOAT", "index": 10, "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.osmosis_models.core__fact_governance_votes"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_PROPOSER.a0c1201cf0"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_MSG_ACTION_DESCRIPTION.72e94dd816": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_LOCKED_LIQUIDITY_ACTIONS_MSG_ACTION_DESCRIPTION", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_MSG_ACTION_DESCRIPTION.72e94dd816"}, "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__locked_liquidity_actions_begin_unlock_BLOCK_TIMESTAMP__day__2.5cdbe66ea1": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "LOCKED_LIQUIDITY_ACTIONS_BEGIN_UNLOCK_BLOCK_TIMESTAMP", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__locked_liquidity_actions_begin_unlock_BLOCK_TIMESTAMP__day__2.5cdbe66ea1"}, "test.osmosis_models.not_null_silver__superfluid_actions_TX_STATUS.ea7562b389": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "SUPERFLUID_ACTIONS_TX_STATUS", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 7, "name": "MSG_TYPE", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 8, "name": "MSG_GROUP", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 9, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 10, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 11, "name": "CURRENCY", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 12, "name": "VALIDATOR_ADDRESS", "comment": null}, "LOCK_ID": {"type": "NUMBER", "index": 13, "name": "LOCK_ID", "comment": null}, "POOL_ID": {"type": "NUMBER", "index": 14, "name": "POOL_ID", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 15, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 16, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__superfluid_actions_TX_STATUS.ea7562b389"}, "test.osmosis_models.not_null_silver__staking_VALIDATOR_ADDRESS.3d65954499": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKING_VALIDATOR_ADDRESS", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 7, "name": "TX_CALLER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 8, "name": "ACTION", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 9, "name": "MSG_GROUP", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 10, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 13, "name": "VALIDATOR_ADDRESS", "comment": null}, "REDELEGATE_SOURCE_VALIDATOR_ADDRESS": {"type": "TEXT", "index": 14, "name": "REDELEGATE_SOURCE_VALIDATOR_ADDRESS", "comment": null}, "COMPLETION_TIME": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "COMPLETION_TIME", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 16, "name": "DECIMAL", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 18, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__staking_VALIDATOR_ADDRESS.3d65954499"}, "test.osmosis_models.not_null_silver__staking_rewards_ACTION.dd6166997d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "STAKING_REWARDS_ACTION", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TX_CALLER_ADDRESS": {"type": "TEXT", "index": 7, "name": "TX_CALLER_ADDRESS", "comment": null}, "ACTION": {"type": "TEXT", "index": 8, "name": "ACTION", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 9, "name": "MSG_GROUP", "comment": null}, "DELEGATOR_ADDRESS": {"type": "TEXT", "index": 10, "name": "DELEGATOR_ADDRESS", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 11, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 12, "name": "CURRENCY", "comment": null}, "VALIDATOR_ADDRESS": {"type": "TEXT", "index": 13, "name": "VALIDATOR_ADDRESS", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 14, "name": "DECIMAL", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__staking_rewards_ACTION.dd6166997d"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:37UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_blocks_TX_COUNT.cba858f6da"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_TRADER.fdbd8f08b4": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_SWAPS_TRADER", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_TRADER.fdbd8f08b4"}, "test.osmosis_models.not_null_silver__governance_proposal_deposits_PROPOSAL_ID.7ff8bdf182": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_PROPOSAL_DEPOSITS_PROPOSAL_ID", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "DEPOSITOR": {"type": "TEXT", "index": 7, "name": "DEPOSITOR", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 8, "name": "PROPOSAL_ID", "comment": null}, "AMOUNT": {"type": "FLOAT", "index": 9, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 10, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 11, "name": "DECIMAL", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__governance_proposal_deposits_PROPOSAL_ID.7ff8bdf182"}, "test.osmosis_models.not_null_silver__airdrops_TRANSFER_TYPE.eddea8aeb0": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "AIRDROPS_TRANSFER_TYPE", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TRANSFER_TYPE": {"type": "TEXT", "index": 7, "name": "TRANSFER_TYPE", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 8, "name": "MSG_INDEX", "comment": null}, "SENDER": {"type": "TEXT", "index": 9, "name": "SENDER", "comment": null}, "AMOUNT": {"type": "TEXT", "index": 10, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 11, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 12, "name": "DECIMAL", "comment": null}, "RECEIVER": {"type": "TEXT", "index": 13, "name": "RECEIVER", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__airdrops_TRANSFER_TYPE.eddea8aeb0"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_PROPOSAL_TYPE.abd0b6911e"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_DECIMAL.597a17bcd2": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_SUPERFLUID_STAKING_DECIMAL", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_DECIMAL.597a17bcd2"}, "test.osmosis_models.not_null_silver__liquid_balances_ADDRESS.cfc01317aa": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LIQUID_BALANCES_ADDRESS", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ADDRESS": {"type": "TEXT", "index": 1, "name": "ADDRESS", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 2, "name": "BALANCE", "comment": null}, "BALANCE_TYPE": {"type": "TEXT", "index": 3, "name": "BALANCE_TYPE", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 4, "name": "CURRENCY", "comment": null}, "BLOCK_ID": {"type": "NUMBER", "index": 5, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "BLOCK_TIMESTAMP", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 8, "name": "DECIMAL", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__liquid_balances_ADDRESS.cfc01317aa"}, "model.osmosis_models.silver__superfluid_staked_balances": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "SUPERFLUID_STAKED_BALANCES", "database": "OSMOSIS_DEV", "comment": "A table of each superfluid staked balance change for wallets on the Osmosis 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."}, "LOCK_ID": {"type": "NUMBER", "index": 5, "name": "LOCK_ID", "comment": ""}, "CURRENCY": {"type": "TEXT", "index": 6, "name": "CURRENCY", "comment": "The currency that was used in the transaction message."}, "DECIMAL": {"type": "NUMBER", "index": 7, "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."}, "BALANCE": {"type": "NUMBER", "index": 8, "name": "BALANCE", "comment": "The amount of the currency the wallet held at the given time"}, "_UNIQUE_KEY": {"type": "TEXT", "index": 9, "name": "_UNIQUE_KEY", "comment": ""}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": "The time the block was sent to the Flipside database."}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 989529.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:41UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 106770432.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE)", "include": true, "description": "The key used to cluster this 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.osmosis_models.silver__superfluid_staked_balances"}, "test.osmosis_models.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": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_ID": {"type": "TEXT", "index": 1, "name": "TX_ID", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__transactions_TX_ID.215714589b"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_TO_CURRENCY.7ac79fbfcd": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "FACT_SWAPS_TO_CURRENCY", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_TO_CURRENCY.7ac79fbfcd"}, "test.osmosis_models.not_null_silver__governance_votes_BLOCK_TIMESTAMP.0d2cf87ae5": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "GOVERNANCE_VOTES_BLOCK_TIMESTAMP", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "_PATH": {"type": "TEXT", "index": 7, "name": "_PATH", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 8, "name": "PROPOSAL_ID", "comment": null}, "VOTER": {"type": "TEXT", "index": 9, "name": "VOTER", "comment": null}, "VOTE_OPTION": {"type": "VARIANT", "index": 10, "name": "VOTE_OPTION", "comment": null}, "VOTE_WEIGHT": {"type": "FLOAT", "index": 11, "name": "VOTE_WEIGHT", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__governance_votes_BLOCK_TIMESTAMP.0d2cf87ae5"}, "test.osmosis_models.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": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_RECEIVER.442acc3f94"}, "test.osmosis_models.not_null_silver__airdrops_RECEIVER.0292ee7f56": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "AIRDROPS_RECEIVER", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "TRANSFER_TYPE": {"type": "TEXT", "index": 7, "name": "TRANSFER_TYPE", "comment": null}, "MSG_INDEX": {"type": "NUMBER", "index": 8, "name": "MSG_INDEX", "comment": null}, "SENDER": {"type": "TEXT", "index": 9, "name": "SENDER", "comment": null}, "AMOUNT": {"type": "TEXT", "index": 10, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 11, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 12, "name": "DECIMAL", "comment": null}, "RECEIVER": {"type": "TEXT", "index": 13, "name": "RECEIVER", "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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__airdrops_RECEIVER.0292ee7f56"}, "test.osmosis_models.not_null_silver__locked_liquidity_actions_TX_STATUS.a17ebaec62": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LOCKED_LIQUIDITY_ACTIONS_TX_STATUS", "database": "OSMOSIS_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}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 5, "name": "TX_ID", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 6, "name": "TX_STATUS", "comment": null}, "MSG_GROUP": {"type": "NUMBER", "index": 7, "name": "MSG_GROUP", "comment": null}, "MSG_TYPE": {"type": "TEXT", "index": 8, "name": "MSG_TYPE", "comment": null}, "MSG_ACTION": {"type": "TEXT", "index": 9, "name": "MSG_ACTION", "comment": null}, "MSG_ACTION_DESCRIPTION": {"type": "TEXT", "index": 10, "name": "MSG_ACTION_DESCRIPTION", "comment": null}, "LOCKER_ADDRESS": {"type": "TEXT", "index": 11, "name": "LOCKER_ADDRESS", "comment": null}, "LOCK_ID": {"type": "NUMBER", "index": 12, "name": "LOCK_ID", "comment": null}, "AMOUNT": {"type": "NUMBER", "index": 13, "name": "AMOUNT", "comment": null}, "CURRENCY": {"type": "TEXT", "index": 14, "name": "CURRENCY", "comment": null}, "DECIMAL": {"type": "NUMBER", "index": 15, "name": "DECIMAL", "comment": null}, "POOL_ID": {"type": "NUMBER", "index": 16, "name": "POOL_ID", "comment": null}, "LOCK_DURATION": {"type": "TEXT", "index": 17, "name": "LOCK_DURATION", "comment": null}, "UNLOCK_TIME": {"type": "TEXT", "index": 18, "name": "UNLOCK_TIME", "comment": null}, "IS_SUPERFLUID": {"type": "BOOLEAN", "index": 19, "name": "IS_SUPERFLUID", "comment": null}, "UNPOOL_NEW_LOCK_IDS": {"type": "TEXT", "index": 20, "name": "UNPOOL_NEW_LOCK_IDS", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 21, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 22, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:39UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__locked_liquidity_actions_TX_STATUS.a17ebaec62"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_set_silver__validator_metadata_LABEL_SUBTYPE__validator.5eea37b4fe": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_SET_SILVER", "name": "VALIDATOR_METADATA_LABEL_SUBTYPE", "database": "OSMOSIS_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"VALUE_FIELD": {"type": "TEXT", "index": 1, "name": "VALUE_FIELD", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:38UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_set_silver__validator_metadata_LABEL_SUBTYPE__validator.5eea37b4fe"}, "test.osmosis_models.not_null_silver__locked_liquidity_transactions_TX_ID.99db42422e": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LOCKED_LIQUIDITY_TRANSACTIONS_TX_ID", "database": "OSMOSIS_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}, "MSG_SUB_GROUP": {"type": "NUMBER", "index": 3, "name": "MSG_SUB_GROUP", "comment": null}, "LOCK_ID": {"type": "TEXT", "index": 4, "name": "LOCK_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 5, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 6, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.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": "test.osmosis_models.not_null_silver__locked_liquidity_transactions_TX_ID.99db42422e"}}, "sources": {"source.osmosis_models.prod.osmosis_txs": {"metadata": {"type": "BASE TABLE", "schema": "PROD", "name": "OSMOSIS_TXS", "database": "CHAINWALKERS", "comment": null, "owner": "SYSADMIN"}, "columns": {"RECORD_ID": {"type": "TEXT", "index": 1, "name": "RECORD_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 2, "name": "TX_ID", "comment": null}, "TX_BLOCK_INDEX": {"type": "NUMBER", "index": 3, "name": "TX_BLOCK_INDEX", "comment": null}, "OFFSET_ID": {"type": "NUMBER", "index": 4, "name": "OFFSET_ID", "comment": null}, "BLOCK_ID": {"type": "NUMBER", "index": 5, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "BLOCK_TIMESTAMP", "comment": null}, "NETWORK": {"type": "TEXT", "index": 7, "name": "NETWORK", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 8, "name": "CHAIN_ID", "comment": null}, "TX": {"type": "VARIANT", "index": 9, "name": "TX", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 288933575.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 22:30UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 3013378769920.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(_INSERTED_TIMESTAMP::DATE)", "include": true, "description": "The key used to cluster this 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.osmosis_models.prod.osmosis_txs"}, "source.osmosis_models.prod.osmosis_blocks": {"metadata": {"type": "BASE TABLE", "schema": "PROD", "name": "OSMOSIS_BLOCKS", "database": "CHAINWALKERS", "comment": null, "owner": "SYSADMIN"}, "columns": {"RECORD_ID": {"type": "TEXT", "index": 1, "name": "RECORD_ID", "comment": null}, "OFFSET_ID": {"type": "NUMBER", "index": 2, "name": "OFFSET_ID", "comment": null}, "BLOCK_ID": {"type": "NUMBER", "index": 3, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 4, "name": "BLOCK_TIMESTAMP", "comment": null}, "NETWORK": {"type": "TEXT", "index": 5, "name": "NETWORK", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 6, "name": "CHAIN_ID", "comment": null}, "TX_COUNT": {"type": "NUMBER", "index": 7, "name": "TX_COUNT", "comment": null}, "HEADER": {"type": "VARIANT", "index": 8, "name": "HEADER", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 15756786.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 22:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 154918639616.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(_INSERTED_TIMESTAMP::DATE)", "include": true, "description": "The key used to cluster this 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.osmosis_models.prod.osmosis_blocks"}, "source.osmosis_models.bronze_api.blockchain": {"metadata": {"type": "BASE TABLE", "schema": "BRONZE_API", "name": "BLOCKCHAIN", "database": "OSMOSIS_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": {"row_count": {"id": "row_count", "label": "Row Count", "value": 2386.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 19:37UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 4003537920.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.osmosis_models.bronze_api.blockchain"}, "source.osmosis_models.shared2.hours": {"metadata": {"type": "BASE TABLE", "schema": "REDSHIFT", "name": "HOURS", "database": "FLIPSIDE_PROD_DB", "comment": null, "owner": "DOOR_PROD"}, "columns": {"HOUR": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "HOUR", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 113952.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-10-11 23:30UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 841216.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(\n\thour\n\t)", "include": true, "description": "The key used to cluster this 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.osmosis_models.shared2.hours"}, "source.osmosis_models.shared.prices_v2": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "PRICES_V2", "database": "FLIPSIDE_PROD_DB", "comment": null, "owner": "SYSADMIN"}, "columns": {"ASSET_ID": {"type": "TEXT", "index": 1, "name": "ASSET_ID", "comment": null}, "CIRCULATING_SUPPLY": {"type": "FLOAT", "index": 2, "name": "CIRCULATING_SUPPLY", "comment": null}, "MARKET_CAP": {"type": "FLOAT", "index": 3, "name": "MARKET_CAP", "comment": null}, "MAX_SUPPLY": {"type": "FLOAT", "index": 4, "name": "MAX_SUPPLY", "comment": null}, "NAME": {"type": "TEXT", "index": 5, "name": "NAME", "comment": null}, "PRICE": {"type": "FLOAT", "index": 6, "name": "PRICE", "comment": null}, "PROVIDER": {"type": "TEXT", "index": 7, "name": "PROVIDER", "comment": null}, "RECORDED_AT": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "RECORDED_AT", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 9, "name": "SYMBOL", "comment": null}, "TOTAL_SUPPLY": {"type": "FLOAT", "index": 10, "name": "TOTAL_SUPPLY", "comment": null}, "VOLUME_24H": {"type": "FLOAT", "index": 11, "name": "VOLUME_24H", "comment": null}, "PLATFORM": {"type": "VARIANT", "index": 13, "name": "PLATFORM", "comment": null}}, "stats": {"row_count": {"id": "row_count", "label": "Row Count", "value": 8744668856.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-07 22:40UTC", "include": true, "description": "The timestamp for last update/change"}, "bytes": {"id": "bytes", "label": "Approximate Size", "value": 217127044608.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(date_trunc(day,\"RECORDED_AT\"),symbol )", "include": true, "description": "The key used to cluster this 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.osmosis_models.shared.prices_v2"}}, "errors": null} \ No newline at end of file diff --git a/docs/manifest.json b/docs/manifest.json new file mode 100644 index 0000000..4a71711 --- /dev/null +++ b/docs/manifest.json @@ -0,0 +1 @@ +{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/manifest/v6.json", "dbt_version": "1.2.1", "generated_at": "2022-12-07T22:38:19.740961Z", "invocation_id": "ad2f57ca-965c-476e-9eb8-003eb074734f", "env": {}, "project_id": "858eb59abdf4fbd7fe1c90ed06f7ec89", "user_id": "813f8ae0-c962-4d36-8a58-1fe8c8fb6a0b", "send_anonymous_usage_stats": true, "adapter_type": "snowflake"}, "nodes": {"model.osmosis_models.bronze__blocks": {"raw_sql": "{{ config (\r\n materialized = 'view'\r\n) }}\r\n\r\nSELECT \r\n record_id, \r\n offset_id,\r\n block_id,\r\n block_timestamp, \r\n network, \r\n chain_id, \r\n tx_count, \r\n header, \r\n ingested_at,\r\n _inserted_timestamp\r\nFROM \r\n {{ source(\r\n 'prod',\r\n 'osmosis_blocks'\r\n ) }}", "compiled": true, "resource_type": "model", "depends_on": {"macros": [], "nodes": ["source.osmosis_models.prod.osmosis_blocks"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "bronze", "fqn": ["osmosis_models", "bronze", "bronze__blocks"], "unique_id": "model.osmosis_models.bronze__blocks", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "bronze\\bronze__blocks.sql", "original_file_path": "models\\bronze\\bronze__blocks.sql", "name": "bronze__blocks", "alias": "blocks", "checksum": {"name": "sha256", "checksum": "48a77322a5a1e87204b104dda38636f7292fa1fe5b9b0b2752b3f614d6009c15"}, "tags": [], "refs": [], "sources": [["prod", "osmosis_blocks"]], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\bronze\\bronze__blocks.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "view"}, "created_at": 1670432239.4270947, "compiled_sql": "\n\nSELECT \n record_id, \n offset_id,\n block_id,\n block_timestamp, \n network, \n chain_id, \n tx_count, \n header, \n ingested_at,\n _inserted_timestamp\nFROM \n chainwalkers.prod.osmosis_blocks", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.bronze.blocks"}, "model.osmosis_models.bronze__transactions": {"raw_sql": "{{ config (\r\n materialized = 'view'\r\n) }}\r\n\r\nSELECT\r\n record_id, \r\n tx_id, \r\n tx_block_index, \r\n offset_id, \r\n block_id, \r\n block_timestamp, \r\n network, \r\n chain_id, \r\n tx, \r\n ingested_at,\r\n _inserted_timestamp\r\nFROM \r\n {{ source(\r\n 'prod',\r\n 'osmosis_txs'\r\n ) }}", "compiled": true, "resource_type": "model", "depends_on": {"macros": [], "nodes": ["source.osmosis_models.prod.osmosis_txs"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "bronze", "fqn": ["osmosis_models", "bronze", "bronze__transactions"], "unique_id": "model.osmosis_models.bronze__transactions", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "bronze\\bronze__transactions.sql", "original_file_path": "models\\bronze\\bronze__transactions.sql", "name": "bronze__transactions", "alias": "transactions", "checksum": {"name": "sha256", "checksum": "2a021e82d12c9e7b1dac4815170734dfd84e20e3005c3e825be77ccbaa5a554c"}, "tags": [], "refs": [], "sources": [["prod", "osmosis_txs"]], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\bronze\\bronze__transactions.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "view"}, "created_at": 1670432239.4340844, "compiled_sql": "\n\nSELECT\n record_id, \n tx_id, \n tx_block_index, \n offset_id, \n block_id, \n block_timestamp, \n network, \n chain_id, \n tx, \n ingested_at,\n _inserted_timestamp\nFROM \n chainwalkers.prod.osmosis_txs", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.bronze.transactions"}, "model.osmosis_models.core__dim_labels": {"raw_sql": "{{ config(\r\n materialized = 'view'\r\n) }}\r\n\r\nSELECT\r\n blockchain, \r\n address, \r\n creator, \r\n label_type, \r\n label_subtype, \r\n label, \r\n project_name, \r\n raw_metadata\r\nFROM \r\n {{ ref('silver__asset_metadata') }}\r\n\r\nUNION ALL \r\n\r\nSELECT\r\n blockchain, \r\n address, \r\n creator, \r\n label_type, \r\n label_subtype, \r\n label, \r\n project_name, \r\n raw_metadata\r\nFROM \r\n {{ ref('silver__validator_metadata') }}", "compiled": true, "resource_type": "model", "depends_on": {"macros": [], "nodes": ["model.osmosis_models.silver__asset_metadata", "model.osmosis_models.silver__validator_metadata"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "core", "fqn": ["osmosis_models", "core", "core__dim_labels"], "unique_id": "model.osmosis_models.core__dim_labels", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "core\\core__dim_labels.sql", "original_file_path": "models\\core\\core__dim_labels.sql", "name": "core__dim_labels", "alias": "dim_labels", "checksum": {"name": "sha256", "checksum": "5c0ef696cb74ef7c9aba9a1afd3b1d27c7f254ce2309c3afb7f59a10a29efdbb"}, "tags": [], "refs": [["silver__asset_metadata"], ["silver__validator_metadata"]], "sources": [], "metrics": [], "description": "Contains token and validator labels for Osmosis.", "columns": {"ADDRESS": {"name": "ADDRESS", "description": "Address unique to an individual wallet, validator, or token.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCKCHAIN": {"name": "BLOCKCHAIN", "description": "In this table, always Osmosis. Used to join to cross-chain tables.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CREATOR": {"name": "CREATOR", "description": "Name of the label creator - for now, this will always be \"Flipside.\"", "meta": {}, "data_type": null, "quote": null, "tags": []}, "LABEL_TYPE": {"name": "LABEL_TYPE", "description": "A broad category that describes what a label is representing.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "LABEL_SUBTYPE": {"name": "LABEL_SUBTYPE", "description": "Adds more detail to the label type.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "LABEL": {"name": "LABEL", "description": "The label or name of the address.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "PROJECT_NAME": {"name": "PROJECT_NAME", "description": "The name of the project the label belongs to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "RAW_METADATA": {"name": "RAW_METADATA", "description": "Additional details about the validator or token in json format.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\core\\core__dim_labels.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__dim_labels.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "view"}, "created_at": 1670432239.8702388, "compiled_sql": "\n\nSELECT\n blockchain, \n address, \n creator, \n label_type, \n label_subtype, \n label, \n project_name, \n raw_metadata\nFROM \n OSMOSIS_DEV.silver.asset_metadata\n\nUNION ALL \n\nSELECT\n blockchain, \n address, \n creator, \n label_type, \n label_subtype, \n label, \n project_name, \n raw_metadata\nFROM \n OSMOSIS_DEV.silver.validator_metadata", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.core.dim_labels"}, "model.osmosis_models.core__dim_prices": {"raw_sql": "{{ config(\r\n materialized = 'view'\r\n) }}\r\n\r\nSELECT \r\n recorded_at, \r\n symbol, \r\n price, \r\n total_supply, \r\n volume_24h, \r\n provider\r\nFROM {{ ref('silver__prices') }}\r\n\r\nUNION ALL \r\n\r\nSELECT \r\n block_hour AS recorded_at, \r\n project_name AS symbol, \r\n price_usd AS price, \r\n NULL AS total_supply, \r\n NULL AS volume_24h, \r\n 'swaps' AS provider \r\n\r\nFROM {{ ref('silver__prices_swaps') }}", "compiled": true, "resource_type": "model", "depends_on": {"macros": [], "nodes": ["model.osmosis_models.silver__prices", "model.osmosis_models.silver__prices_swaps"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "core", "fqn": ["osmosis_models", "core", "core__dim_prices"], "unique_id": "model.osmosis_models.core__dim_prices", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "core\\core__dim_prices.sql", "original_file_path": "models\\core\\core__dim_prices.sql", "name": "core__dim_prices", "alias": "dim_prices", "checksum": {"name": "sha256", "checksum": "9c4029d9f27fb4118286ca08020b6903418b9d9121b86e3c653f1623bcdd7006"}, "tags": [], "refs": [["silver__prices"], ["silver__prices_swaps"]], "sources": [], "metrics": [], "description": "Contains token prices in USD for assets that can be traded on the Osmosis Zone and Frontier.", "columns": {"RECORDED_AT": {"name": "RECORDED_AT", "description": "The time, including the day and hour, that the price of the token corresponds to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "SYMBOL": {"name": "SYMBOL", "description": "The token's symbol", "meta": {}, "data_type": null, "quote": null, "tags": []}, "PRICE": {"name": "PRICE", "description": "The price of the token in USD.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TOTAL_SUPPLY": {"name": "TOTAL_SUPPLY", "description": "The total circulating supply of the token", "meta": {}, "data_type": null, "quote": null, "tags": []}, "PROVIDER": {"name": "PROVIDER", "description": "Where the price is sourced from. Prices sourced from the swaps table may have outliers for hours with low swap volume.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\core\\core__dim_prices.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__dim_prices.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "view"}, "created_at": 1670432239.9166386, "compiled_sql": "\n\nSELECT \n recorded_at, \n symbol, \n price, \n total_supply, \n volume_24h, \n provider\nFROM OSMOSIS_DEV.silver.prices\n\nUNION ALL \n\nSELECT \n block_hour AS recorded_at, \n project_name AS symbol, \n price_usd AS price, \n NULL AS total_supply, \n NULL AS volume_24h, \n 'swaps' AS provider \n\nFROM OSMOSIS_DEV.silver.prices_swaps", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.core.dim_prices"}, "model.osmosis_models.core__dim_vote_options": {"raw_sql": "{{ config(\r\n materialized = 'view'\r\n) }}\r\n\r\nSELECT \r\n DISTINCT vote_option AS vote_id, \r\n CASE \r\n WHEN vote_option = 1 THEN \r\n 'YES'\r\n WHEN vote_option = 2 THEN\r\n 'ABSTAIN'\r\n WHEN vote_option = 3 THEN\r\n 'NO'\r\n WHEN vote_option = 4 THEN\r\n 'NO WITH VETO'\r\n ELSE 'NULL'\r\n END AS description \r\n\r\nFROM {{ ref('silver__governance_votes') }}", "compiled": true, "resource_type": "model", "depends_on": {"macros": [], "nodes": ["model.osmosis_models.silver__governance_votes"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "core", "fqn": ["osmosis_models", "core", "core__dim_vote_options"], "unique_id": "model.osmosis_models.core__dim_vote_options", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "core\\core__dim_vote_options.sql", "original_file_path": "models\\core\\core__dim_vote_options.sql", "name": "core__dim_vote_options", "alias": "dim_vote_options", "checksum": {"name": "sha256", "checksum": "62ba70accecc70e53ccf06107d88a46757f1467b44825bd3abe7fc3ff7ed7c75"}, "tags": [], "refs": [["silver__governance_votes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__dim_vote_options.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "view"}, "created_at": 1670432239.445081, "compiled_sql": "\n\nSELECT \n DISTINCT vote_option AS vote_id, \n CASE \n WHEN vote_option = 1 THEN \n 'YES'\n WHEN vote_option = 2 THEN\n 'ABSTAIN'\n WHEN vote_option = 3 THEN\n 'NO'\n WHEN vote_option = 4 THEN\n 'NO WITH VETO'\n ELSE 'NULL'\n END AS description \n\nFROM OSMOSIS_DEV.silver.governance_votes", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.core.dim_vote_options"}, "model.osmosis_models.core__fact_airdrop": {"raw_sql": "{{ config(\r\n materialized = 'view'\r\n) }}\r\n\r\nSELECT \r\n block_id, \r\n block_timestamp, \r\n blockchain, \r\n chain_id, \r\n tx_id, \r\n tx_status, \r\n transfer_type, \r\n sender, \r\n amount, \r\n currency, \r\n decimal, \r\n receiver\r\nFROM {{ ref('silver__airdrops') }}", "compiled": true, "resource_type": "model", "depends_on": {"macros": [], "nodes": ["model.osmosis_models.silver__airdrops"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "core", "fqn": ["osmosis_models", "core", "core__fact_airdrop"], "unique_id": "model.osmosis_models.core__fact_airdrop", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "core\\core__fact_airdrop.sql", "original_file_path": "models\\core\\core__fact_airdrop.sql", "name": "core__fact_airdrop", "alias": "fact_airdrop", "checksum": {"name": "sha256", "checksum": "5ecc717b5a943d514d4dc8c2fe4ef773aac301a9870475f83d461c7e8bab4dca"}, "tags": [], "refs": [["silver__airdrops"]], "sources": [], "metrics": [], "description": "Record of the OSMO airdrop to ATOM stakers.", "columns": {"BLOCK_ID": {"name": "BLOCK_ID", "description": "The block height the block was recorded at.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCK_TIMESTAMP": {"name": "BLOCK_TIMESTAMP", "description": "The date and time at which the block began.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCKCHAIN": {"name": "BLOCKCHAIN", "description": "In this table, always Osmosis. Used to join to cross-chain tables.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CHAIN_ID": {"name": "CHAIN_ID", "description": "The name and version of the blockchain.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_ID": {"name": "TX_ID", "description": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_STATUS": {"name": "TX_STATUS", "description": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TRANSFER_TYPE": {"name": "TRANSFER_TYPE", "description": "Details on the type of transfer occurring during the transaction. \"IBC_Transfer_In\" = depositing tokens onto Osmosis. \"IBC_transfer_out\" = withdrawing tokens from Osmosis. \"Osmosis\" = wallet to wallet transfer on Osmosis.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "SENDER": {"name": "SENDER", "description": "The wallet address of the individual sent tokens in the transfer.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "AMOUNT": {"name": "AMOUNT", "description": "The amount that was used in the transaction message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CURRENCY": {"name": "CURRENCY", "description": "The currency that was used in the transaction message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "DECIMAL": {"name": "DECIMAL", "description": "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.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "RECEIVER": {"name": "RECEIVER", "description": "The wallet address of the individual received tokens in the transfer.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\core\\core__fact_airdrop.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_airdrop.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "view"}, "created_at": 1670432239.9713116, "compiled_sql": "\n\nSELECT \n block_id, \n block_timestamp, \n blockchain, \n chain_id, \n tx_id, \n tx_status, \n transfer_type, \n sender, \n amount, \n currency, \n decimal, \n receiver\nFROM OSMOSIS_DEV.silver.airdrops", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.core.fact_airdrop"}, "model.osmosis_models.core__fact_blocks": {"raw_sql": "{{ config(\r\n materialized = 'view'\r\n) }}\r\n\r\nSELECT \r\n block_id, \r\n block_timestamp, \r\n chain_id, \r\n tx_count, \r\n proposer_address, \r\n validator_hash\r\nFROM \r\n {{ ref('silver__blocks') }}", "compiled": true, "resource_type": "model", "depends_on": {"macros": [], "nodes": ["model.osmosis_models.silver__blocks"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "core", "fqn": ["osmosis_models", "core", "core__fact_blocks"], "unique_id": "model.osmosis_models.core__fact_blocks", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "core\\core__fact_blocks.sql", "original_file_path": "models\\core\\core__fact_blocks.sql", "name": "core__fact_blocks", "alias": "fact_blocks", "checksum": {"name": "sha256", "checksum": "b9254db6025a1cf6a344c446db7ff0b91c6b8eb8d53e13f09d4b29e6bfa3031c"}, "tags": [], "refs": [["silver__blocks"]], "sources": [], "metrics": [], "description": "Records of all blocks that have occurred on Osmosis, dating back to the genesis block.", "columns": {"BLOCK_ID": {"name": "BLOCK_ID", "description": "The block height the block was recorded at.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCK_TIMESTAMP": {"name": "BLOCK_TIMESTAMP", "description": "The date and time at which the block began.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CHAIN_ID": {"name": "CHAIN_ID", "description": "The name and version of the blockchain.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_COUNT": {"name": "TX_COUNT", "description": "The number of transactions that occurred during a block.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "PROPOSER_ADDRESS": {"name": "PROPOSER_ADDRESS", "description": "The address of the validator that proposed the block.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "VALIDATOR_HASH": {"name": "VALIDATOR_HASH", "description": "The root hash of the new validator set.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\core\\core__fact_blocks.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_blocks.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "view"}, "created_at": 1670432240.0251343, "compiled_sql": "\n\nSELECT \n block_id, \n block_timestamp, \n chain_id, \n tx_count, \n proposer_address, \n validator_hash\nFROM \n OSMOSIS_DEV.silver.blocks", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.core.fact_blocks"}, "model.osmosis_models.core__fact_daily_balances": {"raw_sql": "{{ config(\r\n materialized = 'incremental',\r\n unique_key = \"CONCAT_WS('-', date, address, balance_type, currency)\",\r\n incremental_strategy = 'delete+insert',\r\n cluster_by = ['date']\r\n) }}\r\n\r\nSELECT\r\n DATE,\r\n balance_type,\r\n address,\r\n currency,\r\n DECIMAL,\r\n balance\r\nFROM\r\n {{ ref('silver__daily_balances') }}\r\nWHERE\r\n balance > 0\r\n\r\n{% if is_incremental() %}\r\nAND DATE >= (\r\n SELECT\r\n MAX(\r\n DATE\r\n )\r\n FROM\r\n {{ this }}\r\n) - INTERVAL '48 HOURS'\r\n{% endif %}", "compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.dbt.is_incremental"], "nodes": ["model.osmosis_models.silver__daily_balances"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "incremental", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": "CONCAT_WS('-', date, address, balance_type, currency)", "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "cluster_by": ["date"], "incremental_strategy": "delete+insert", "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "core", "fqn": ["osmosis_models", "core", "core__fact_daily_balances"], "unique_id": "model.osmosis_models.core__fact_daily_balances", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "core\\core__fact_daily_balances.sql", "original_file_path": "models\\core\\core__fact_daily_balances.sql", "name": "core__fact_daily_balances", "alias": "fact_daily_balances", "checksum": {"name": "sha256", "checksum": "c091ada939d1df968b516e8e975288df0798154cebe65a3371f206ce8c06bb9f"}, "tags": [], "refs": [["silver__daily_balances"]], "sources": [], "metrics": [], "description": "A table that contains a daily balance entry for both staked and liquid balance of wallets on the Osmosis chain.", "columns": {"DATE": {"name": "DATE", "description": "The day the balance was recorded on.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BALANCE_TYPE": {"name": "BALANCE_TYPE", "description": "Either \"staked\" or \"liquid\" corresponding to how the currency is in the wallet.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ADDRESS": {"name": "ADDRESS", "description": "Address unique to an individual wallet, validator, or token.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BALANCE": {"name": "BALANCE", "description": "The amount of the currency the wallet held at the given time", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CURRENCY": {"name": "CURRENCY", "description": "The currency that was used in the transaction message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "DECIMAL": {"name": "DECIMAL", "description": "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.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\core\\core__fact_daily_balances.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_daily_balances.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "incremental", "unique_key": "CONCAT_WS('-', date, address, balance_type, currency)", "incremental_strategy": "delete+insert", "cluster_by": ["date"]}, "created_at": 1670432240.048927, "compiled_sql": "\n\nSELECT\n DATE,\n balance_type,\n address,\n currency,\n DECIMAL,\n balance\nFROM\n OSMOSIS_DEV.silver.daily_balances\nWHERE\n balance > 0\n\n\nAND DATE >= (\n SELECT\n MAX(\n DATE\n )\n FROM\n OSMOSIS_DEV.core.fact_daily_balances\n) - INTERVAL '48 HOURS'\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.core.fact_daily_balances"}, "model.osmosis_models.core__fact_governance_proposal_deposits": {"raw_sql": "{{ config(\r\n materialized = 'view'\r\n) }}\r\n\r\nSELECT \r\n block_id, \r\n block_timestamp, \r\n blockchain, \r\n chain_id, \r\n tx_id, \r\n tx_status, \r\n depositor, \r\n proposal_id, \r\n amount, \r\n currency, \r\n decimal\r\nFROM {{ ref('silver__governance_proposal_deposits') }}", "compiled": true, "resource_type": "model", "depends_on": {"macros": [], "nodes": ["model.osmosis_models.silver__governance_proposal_deposits"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "core", "fqn": ["osmosis_models", "core", "core__fact_governance_proposal_deposits"], "unique_id": "model.osmosis_models.core__fact_governance_proposal_deposits", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "core\\core__fact_governance_proposal_deposits.sql", "original_file_path": "models\\core\\core__fact_governance_proposal_deposits.sql", "name": "core__fact_governance_proposal_deposits", "alias": "fact_governance_proposal_deposits", "checksum": {"name": "sha256", "checksum": "d4ceb4bf074729b3f43b5881cb022857a2b5a69fa6bce06b0ddaa8a2361c2150"}, "tags": [], "refs": [["silver__governance_proposal_deposits"]], "sources": [], "metrics": [], "description": "Records of all proposal deposits that have occurred on Osmosis, dating back to the genesis block. At least 500 OSMO must be deposited for a proposal to be voted on.", "columns": {"BLOCK_ID": {"name": "BLOCK_ID", "description": "The block height the block was recorded at.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCK_TIMESTAMP": {"name": "BLOCK_TIMESTAMP", "description": "The date and time at which the block began.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCKCHAIN": {"name": "BLOCKCHAIN", "description": "In this table, always Osmosis. Used to join to cross-chain tables.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CHAIN_ID": {"name": "CHAIN_ID", "description": "The name and version of the blockchain.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_ID": {"name": "TX_ID", "description": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_STATUS": {"name": "TX_STATUS", "description": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "DEPOSITOR": {"name": "DEPOSITOR", "description": "The wallet address of the individual who deposited funds into the proposal. At least 500 OSMO must be deposited into a proposal after it is submitted for it to go to vote.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "PROPOSAL_ID": {"name": "PROPOSAL_ID", "description": "Numeric ID that corresponds to the proposal.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "AMOUNT": {"name": "AMOUNT", "description": "The amount that was used in the transaction message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CURRENCY": {"name": "CURRENCY", "description": "The currency that was used in the transaction message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "DECIMAL": {"name": "DECIMAL", "description": "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.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\core\\core__fact_governance_proposal_deposits.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_governance_proposal_deposits.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "view"}, "created_at": 1670432240.0696788, "compiled_sql": "\n\nSELECT \n block_id, \n block_timestamp, \n blockchain, \n chain_id, \n tx_id, \n tx_status, \n depositor, \n proposal_id, \n amount, \n currency, \n decimal\nFROM OSMOSIS_DEV.silver.governance_proposal_deposits", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.core.fact_governance_proposal_deposits"}, "model.osmosis_models.core__fact_governance_submit_proposal": {"raw_sql": "{{ config(\r\n materialized = 'view'\r\n) }}\r\n\r\nSELECT \r\n block_id, \r\n block_timestamp, \r\n blockchain, \r\n chain_id, \r\n tx_id, \r\n tx_status, \r\n proposer, \r\n proposal_id, \r\n proposal_type\r\nFROM {{ ref('silver__governance_submit_proposal') }}", "compiled": true, "resource_type": "model", "depends_on": {"macros": [], "nodes": ["model.osmosis_models.silver__governance_submit_proposal"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "core", "fqn": ["osmosis_models", "core", "core__fact_governance_submit_proposal"], "unique_id": "model.osmosis_models.core__fact_governance_submit_proposal", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "core\\core__fact_governance_submit_proposal.sql", "original_file_path": "models\\core\\core__fact_governance_submit_proposal.sql", "name": "core__fact_governance_submit_proposal", "alias": "fact_governance_submit_proposal", "checksum": {"name": "sha256", "checksum": "982dbaa0b72c7fc54e29778c3fa0fe437aa581cbf2c8b7b845958246b48a5234"}, "tags": [], "refs": [["silver__governance_submit_proposal"]], "sources": [], "metrics": [], "description": "Records of all proposal submissions on Osmosis, dating back to the Genesis block.", "columns": {"BLOCK_ID": {"name": "BLOCK_ID", "description": "The block height the block was recorded at.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCK_TIMESTAMP": {"name": "BLOCK_TIMESTAMP", "description": "The date and time at which the block began.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCKCHAIN": {"name": "BLOCKCHAIN", "description": "In this table, always Osmosis. Used to join to cross-chain tables.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CHAIN_ID": {"name": "CHAIN_ID", "description": "The name and version of the blockchain.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_ID": {"name": "TX_ID", "description": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_STATUS": {"name": "TX_STATUS", "description": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "PROPOSER": {"name": "PROPOSER", "description": "The address of the validator that submitted the proposal.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "PROPOSAL_ID": {"name": "PROPOSAL_ID", "description": "Numeric ID that corresponds to the proposal.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "PROPOSAL_TYPE": {"name": "PROPOSAL_TYPE", "description": "The type of proposal that was submitted.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\core\\core__fact_governance_submit_proposal.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_governance_submit_proposal.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "view"}, "created_at": 1670432240.1155498, "compiled_sql": "\n\nSELECT \n block_id, \n block_timestamp, \n blockchain, \n chain_id, \n tx_id, \n tx_status, \n proposer, \n proposal_id, \n proposal_type\nFROM OSMOSIS_DEV.silver.governance_submit_proposal", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.core.fact_governance_submit_proposal"}, "model.osmosis_models.core__fact_governance_votes": {"raw_sql": "{{ config(\r\n materialized = 'view'\r\n) }}\r\n\r\nSELECT\r\n block_id, \r\n block_timestamp, \r\n blockchain, \r\n chain_id, \r\n tx_id, \r\n tx_status, \r\n voter, \r\n proposal_id, \r\n vote_option, \r\n vote_weight\r\nFROM {{ ref('silver__governance_votes') }}", "compiled": true, "resource_type": "model", "depends_on": {"macros": [], "nodes": ["model.osmosis_models.silver__governance_votes"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "core", "fqn": ["osmosis_models", "core", "core__fact_governance_votes"], "unique_id": "model.osmosis_models.core__fact_governance_votes", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "core\\core__fact_governance_votes.sql", "original_file_path": "models\\core\\core__fact_governance_votes.sql", "name": "core__fact_governance_votes", "alias": "fact_governance_votes", "checksum": {"name": "sha256", "checksum": "74a70eb10cd618f975da4996ad2d01f882bd429d86c83d0381ac73d7218f6a56"}, "tags": [], "refs": [["silver__governance_votes"]], "sources": [], "metrics": [], "description": "Records of all votes on proposals.", "columns": {"BLOCK_ID": {"name": "BLOCK_ID", "description": "The block height the block was recorded at.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCK_TIMESTAMP": {"name": "BLOCK_TIMESTAMP", "description": "The date and time at which the block began.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCKCHAIN": {"name": "BLOCKCHAIN", "description": "In this table, always Osmosis. Used to join to cross-chain tables.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CHAIN_ID": {"name": "CHAIN_ID", "description": "The name and version of the blockchain.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_ID": {"name": "TX_ID", "description": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_STATUS": {"name": "TX_STATUS", "description": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "VOTER": {"name": "VOTER", "description": "Address of the delegator that voted on the proposal.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "PROPOSAL_ID": {"name": "PROPOSAL_ID", "description": "Numeric ID that corresponds to the proposal.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "VOTE_OPTION": {"name": "VOTE_OPTION", "description": "How the delegator voted on the proposal.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\core\\core__fact_governance_votes.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_governance_votes.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "view"}, "created_at": 1670432240.1545572, "compiled_sql": "\n\nSELECT\n block_id, \n block_timestamp, \n blockchain, \n chain_id, \n tx_id, \n tx_status, \n voter, \n proposal_id, \n vote_option, \n vote_weight\nFROM OSMOSIS_DEV.silver.governance_votes", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.core.fact_governance_votes"}, "model.osmosis_models.core__fact_locked_liquidity_actions": {"raw_sql": "{{ config(\r\n materialized = 'view'\r\n) }}\r\n\r\nSELECT\r\n A.block_id,\r\n A.block_timestamp,\r\n A.blockchain,\r\n A.chain_id,\r\n A.tx_id,\r\n A.tx_status,\r\n A.msg_group,\r\n A.msg_type,\r\n A.msg_action,\r\n A.msg_action_description,\r\n A.locker_address,\r\n A.lock_id,\r\n A.amount,\r\n A.currency,\r\n A.decimal,\r\n A.pool_id,\r\n A.lock_duration,\r\n A.unlock_time,\r\n A.is_superfluid,\r\n A.unpool_new_lock_ids\r\nFROM\r\n {{ ref('silver__locked_liquidity_actions') }} A", "compiled": true, "resource_type": "model", "depends_on": {"macros": [], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "core", "fqn": ["osmosis_models", "core", "core__fact_locked_liquidity_actions"], "unique_id": "model.osmosis_models.core__fact_locked_liquidity_actions", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "core\\core__fact_locked_liquidity_actions.sql", "original_file_path": "models\\core\\core__fact_locked_liquidity_actions.sql", "name": "core__fact_locked_liquidity_actions", "alias": "fact_locked_liquidity_actions", "checksum": {"name": "sha256", "checksum": "b6fb59bdbd6ef5e0ffbd5d4e263a0672778a550eae6487f30c7fd435dd0f3d20"}, "tags": [], "refs": [["silver__locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "Includes all actions related to locked LP tokens", "columns": {"BLOCK_ID": {"name": "BLOCK_ID", "description": "The block height the block was recorded at.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCK_TIMESTAMP": {"name": "BLOCK_TIMESTAMP", "description": "The date and time at which the block began.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCKCHAIN": {"name": "BLOCKCHAIN", "description": "In this table, always Osmosis. Used to join to cross-chain tables.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CHAIN_ID": {"name": "CHAIN_ID", "description": "The name and version of the blockchain.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_ID": {"name": "TX_ID", "description": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_STATUS": {"name": "TX_STATUS", "description": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "MSG_GROUP": {"name": "MSG_GROUP", "description": "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)", "meta": {}, "data_type": null, "quote": null, "tags": []}, "MSG_ACTION": {"name": "MSG_ACTION", "description": "The attribute value when the message type = 'mesage' and the attribute key = 'action'", "meta": {}, "data_type": null, "quote": null, "tags": []}, "MSG_ACTION_DESCRIPTION": {"name": "MSG_ACTION_DESCRIPTION", "description": "A user friendly description of what action occured", "meta": {}, "data_type": null, "quote": null, "tags": []}, "LOCKER_ADDRESS": {"name": "LOCKER_ADDRESS", "description": "The address of user that performed an action related to locked lp tokens", "meta": {}, "data_type": null, "quote": null, "tags": []}, "LOCK_ID": {"name": "LOCK_ID", "description": "The unique id related to the specifc address, pool, and lock duration", "meta": {}, "data_type": null, "quote": null, "tags": []}, "POOL_ID": {"name": "POOL_ID", "description": "Identifier for the pool within the module", "meta": {}, "data_type": null, "quote": null, "tags": []}, "AMOUNT": {"name": "AMOUNT", "description": "The amount that was used in the transaction message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CURRENCY": {"name": "CURRENCY", "description": "The currency that was used in the transaction message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "DECIMAL": {"name": "DECIMAL", "description": "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.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "LOCK_DURATION": {"name": "LOCK_DURATION", "description": "The length of time the LP toke takes to unlock", "meta": {}, "data_type": null, "quote": null, "tags": []}, "UNLOCK_TIME": {"name": "UNLOCK_TIME", "description": "When the LP token is fully unlocked and liquid again", "meta": {}, "data_type": null, "quote": null, "tags": []}, "IS_SUPERFLUID": {"name": "IS_SUPERFLUID", "description": "The length of time the LP toke takes to unlock", "meta": {}, "data_type": null, "quote": null, "tags": []}, "UNPOOL_NEW_LOCK_IDS": {"name": "UNPOOL_NEW_LOCK_IDS", "description": "The new lock ids generated when a lp position is unpooled", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\core\\core__fact_locked_liquidity_actions.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_locked_liquidity_actions.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "view"}, "created_at": 1670432240.2533202, "compiled_sql": "\n\nSELECT\n A.block_id,\n A.block_timestamp,\n A.blockchain,\n A.chain_id,\n A.tx_id,\n A.tx_status,\n A.msg_group,\n A.msg_type,\n A.msg_action,\n A.msg_action_description,\n A.locker_address,\n A.lock_id,\n A.amount,\n A.currency,\n A.decimal,\n A.pool_id,\n A.lock_duration,\n A.unlock_time,\n A.is_superfluid,\n A.unpool_new_lock_ids\nFROM\n OSMOSIS_DEV.silver.locked_liquidity_actions A", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.core.fact_locked_liquidity_actions"}, "model.osmosis_models.core__fact_msgs": {"raw_sql": "{{ config(\r\n materialized = 'view'\r\n) }}\r\n\r\nSELECT\r\n block_id,\r\n block_timestamp,\r\n blockchain,\r\n chain_id,\r\n tx_id,\r\n tx_status,\r\n CONCAT(\r\n msg_group,\r\n ':',\r\n msg_sub_group\r\n ) AS msg_group,\r\n msg_index,\r\n msg_type,\r\n msg\r\nFROM\r\n {{ ref('silver__msgs') }}", "compiled": true, "resource_type": "model", "depends_on": {"macros": [], "nodes": ["model.osmosis_models.silver__msgs"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "core", "fqn": ["osmosis_models", "core", "core__fact_msgs"], "unique_id": "model.osmosis_models.core__fact_msgs", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "core\\core__fact_msgs.sql", "original_file_path": "models\\core\\core__fact_msgs.sql", "name": "core__fact_msgs", "alias": "fact_msgs", "checksum": {"name": "sha256", "checksum": "e313646ac4146a4fe74c95346b40fb57caf794edec7c13b8a6d632aa98285666"}, "tags": [], "refs": [["silver__msgs"]], "sources": [], "metrics": [], "description": "Records of all message attributes associated to messages that have occurred on Osmosis, dating back to the genesis block.", "columns": {"BLOCK_ID": {"name": "BLOCK_ID", "description": "The block height the block was recorded at.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCK_TIMESTAMP": {"name": "BLOCK_TIMESTAMP", "description": "The date and time at which the block began.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCKCHAIN": {"name": "BLOCKCHAIN", "description": "In this table, always Osmosis. Used to join to cross-chain tables.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CHAIN_ID": {"name": "CHAIN_ID", "description": "The name and version of the blockchain.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_ID": {"name": "TX_ID", "description": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_STATUS": {"name": "TX_STATUS", "description": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "MSG_GROUP": {"name": "MSG_GROUP", "description": "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)", "meta": {}, "data_type": null, "quote": null, "tags": []}, "MSG_INDEX": {"name": "MSG_INDEX", "description": "Short for \"message index,\" the position in which messages occur in a transaction.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "MSG_TYPE": {"name": "MSG_TYPE", "description": "A string containing information about the type of message occurring.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "MSG": {"name": "MSG", "description": "A block of json that contains the message attributes in base64 encoding.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\core\\core__fact_msgs.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_msgs.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "view"}, "created_at": 1670432240.3265007, "compiled_sql": "\n\nSELECT\n block_id,\n block_timestamp,\n blockchain,\n chain_id,\n tx_id,\n tx_status,\n CONCAT(\n msg_group,\n ':',\n msg_sub_group\n ) AS msg_group,\n msg_index,\n msg_type,\n msg\nFROM\n OSMOSIS_DEV.silver.msgs", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.core.fact_msgs"}, "model.osmosis_models.core__fact_msg_attributes": {"raw_sql": "{{ config(\r\n materialized = 'view'\r\n) }}\r\n\r\nSELECT\r\n block_id,\r\n block_timestamp,\r\n blockchain,\r\n chain_id,\r\n tx_id,\r\n CONCAT(\r\n msg_group,\r\n ':',\r\n msg_sub_group\r\n ) AS msg_group,\r\n msg_index,\r\n msg_type,\r\n attribute_index,\r\n attribute_key,\r\n attribute_value\r\nFROM\r\n {{ ref('silver__msg_attributes') }}", "compiled": true, "resource_type": "model", "depends_on": {"macros": [], "nodes": ["model.osmosis_models.silver__msg_attributes"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "core", "fqn": ["osmosis_models", "core", "core__fact_msg_attributes"], "unique_id": "model.osmosis_models.core__fact_msg_attributes", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "core\\core__fact_msg_attributes.sql", "original_file_path": "models\\core\\core__fact_msg_attributes.sql", "name": "core__fact_msg_attributes", "alias": "fact_msg_attributes", "checksum": {"name": "sha256", "checksum": "bac55fe6c8ee30c6f8a320aa345b546112105815c24f44a625c8cec589a46de9"}, "tags": [], "refs": [["silver__msg_attributes"]], "sources": [], "metrics": [], "description": "Records of all message attributes associated to messages that have occurred on Osmosis, dating back to the genesis block.", "columns": {"BLOCK_ID": {"name": "BLOCK_ID", "description": "The block height the block was recorded at.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCK_TIMESTAMP": {"name": "BLOCK_TIMESTAMP", "description": "The date and time at which the block began.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCKCHAIN": {"name": "BLOCKCHAIN", "description": "In this table, always Osmosis. Used to join to cross-chain tables.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CHAIN_ID": {"name": "CHAIN_ID", "description": "The name and version of the blockchain.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_ID": {"name": "TX_ID", "description": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "MSG_GROUP": {"name": "MSG_GROUP", "description": "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)", "meta": {}, "data_type": null, "quote": null, "tags": []}, "MSG_INDEX": {"name": "MSG_INDEX", "description": "Short for \"message index,\" the position in which messages occur in a transaction.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "MSG_TYPE": {"name": "MSG_TYPE", "description": "A string containing information about the type of message occurring.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ATTRIBUTE_KEY": {"name": "ATTRIBUTE_KEY", "description": "They key from the key-value pair from the message attribute", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ATTRIBUTE_VALUE": {"name": "ATTRIBUTE_VALUE", "description": "They value from the key-value pair from the message attribute", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\core\\core__fact_msg_attributes.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_msg_attributes.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "view"}, "created_at": 1670432240.366501, "compiled_sql": "\n\nSELECT\n block_id,\n block_timestamp,\n blockchain,\n chain_id,\n tx_id,\n CONCAT(\n msg_group,\n ':',\n msg_sub_group\n ) AS msg_group,\n msg_index,\n msg_type,\n attribute_index,\n attribute_key,\n attribute_value\nFROM\n OSMOSIS_DEV.silver.msg_attributes", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.core.fact_msg_attributes"}, "model.osmosis_models.core__fact_staking": {"raw_sql": "{{ config(\r\n materialized = 'view'\r\n) }}\r\n\r\nSELECT \r\n block_id, \r\n block_timestamp, \r\n blockchain, \r\n chain_id, \r\n tx_id, \r\n tx_status, \r\n tx_caller_address, \r\n action, \r\n delegator_address,\r\n validator_address, \r\n redelegate_source_validator_address, \r\n amount, \r\n currency, \r\n decimal, \r\n completion_time\r\nFROM {{ ref('silver__staking') }}", "compiled": true, "resource_type": "model", "depends_on": {"macros": [], "nodes": ["model.osmosis_models.silver__staking"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "core", "fqn": ["osmosis_models", "core", "core__fact_staking"], "unique_id": "model.osmosis_models.core__fact_staking", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "core\\core__fact_staking.sql", "original_file_path": "models\\core\\core__fact_staking.sql", "name": "core__fact_staking", "alias": "fact_staking", "checksum": {"name": "sha256", "checksum": "948afb2cf47ba6a69bb020a02736456327e8882eaa37a8b7bfff9ca8ffc3d54b"}, "tags": [], "refs": [["silver__staking"]], "sources": [], "metrics": [], "description": "Records of all staking related transactions that have occurred on Osmosis, dating back to the genesis block. These actions include delegate, undelegate, and redelegate.", "columns": {"BLOCK_ID": {"name": "BLOCK_ID", "description": "The block height the block was recorded at.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCK_TIMESTAMP": {"name": "BLOCK_TIMESTAMP", "description": "The date and time at which the block began.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCKCHAIN": {"name": "BLOCKCHAIN", "description": "In this table, always Osmosis. Used to join to cross-chain tables.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CHAIN_ID": {"name": "CHAIN_ID", "description": "The name and version of the blockchain.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_ID": {"name": "TX_ID", "description": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_STATUS": {"name": "TX_STATUS", "description": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_CALLER_ADDRESS": {"name": "TX_CALLER_ADDRESS", "description": "The wallet address of the individual who initiated the transaction.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ACTION": {"name": "ACTION", "description": "<<<<<<< HEAD\r\nTells what action is happening in the transaction. I.E. is the user adding or removing liquidity to the pool. \r\n=======\r\nThe action taken in the msg group. For staking this includes delegate, undelegate, redelegate, withdraw_rewards.\r\n>>>>>>> main", "meta": {}, "data_type": null, "quote": null, "tags": []}, "DELEGATOR_ADDRESS": {"name": "DELEGATOR_ADDRESS", "description": "The wallet address of the individual who owns the delegated asset.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "AMOUNT": {"name": "AMOUNT", "description": "The amount that was used in the transaction message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CURRENCY": {"name": "CURRENCY", "description": "The currency that was used in the transaction message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "VALIDATOR_ADDRESS": {"name": "VALIDATOR_ADDRESS", "description": "The wallet address of the validator related to the staking action.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "REDELEGATE_SOURCE_VALIDATOR_ADDRESS": {"name": "REDELEGATE_SOURCE_VALIDATOR_ADDRESS", "description": "The wallet address of the source alidator in a redelegation staking action.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "COMPLETION_TIME": {"name": "COMPLETION_TIME", "description": "The time at which the undelegate or redelegate staking action is completed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "DECIMAL": {"name": "DECIMAL", "description": "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.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\core\\core__fact_staking.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_staking.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "view"}, "created_at": 1670432240.4075005, "compiled_sql": "\n\nSELECT \n block_id, \n block_timestamp, \n blockchain, \n chain_id, \n tx_id, \n tx_status, \n tx_caller_address, \n action, \n delegator_address,\n validator_address, \n redelegate_source_validator_address, \n amount, \n currency, \n decimal, \n completion_time\nFROM OSMOSIS_DEV.silver.staking", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.core.fact_staking"}, "model.osmosis_models.core__fact_staking_rewards": {"raw_sql": "{{ config(\r\n materialized = 'view'\r\n) }}\r\n\r\nSELECT\r\n block_id, \r\n block_timestamp, \r\n blockchain, \r\n chain_id, \r\n tx_id, \r\n tx_status, \r\n tx_caller_address, \r\n action, \r\n delegator_address,\r\n validator_address, \r\n amount, \r\n currency, \r\n decimal\r\nFROM {{ ref('silver__staking_rewards') }}", "compiled": true, "resource_type": "model", "depends_on": {"macros": [], "nodes": ["model.osmosis_models.silver__staking_rewards"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "core", "fqn": ["osmosis_models", "core", "core__fact_staking_rewards"], "unique_id": "model.osmosis_models.core__fact_staking_rewards", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "core\\core__fact_staking_rewards.sql", "original_file_path": "models\\core\\core__fact_staking_rewards.sql", "name": "core__fact_staking_rewards", "alias": "fact_staking_rewards", "checksum": {"name": "sha256", "checksum": "134b3a86c6244ec2da56a07aaace0d33ead9e9fa643b8101caa5cda6d0d26eaa"}, "tags": [], "refs": [["silver__staking_rewards"]], "sources": [], "metrics": [], "description": "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.", "columns": {"BLOCK_ID": {"name": "BLOCK_ID", "description": "The block height the block was recorded at.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCK_TIMESTAMP": {"name": "BLOCK_TIMESTAMP", "description": "The date and time at which the block began.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCKCHAIN": {"name": "BLOCKCHAIN", "description": "In this table, always Osmosis. Used to join to cross-chain tables.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CHAIN_ID": {"name": "CHAIN_ID", "description": "The name and version of the blockchain.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_ID": {"name": "TX_ID", "description": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_STATUS": {"name": "TX_STATUS", "description": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_CALLER_ADDRESS": {"name": "TX_CALLER_ADDRESS", "description": "The wallet address of the individual who initiated the transaction.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ACTION": {"name": "ACTION", "description": "<<<<<<< HEAD\r\nTells what action is happening in the transaction. I.E. is the user adding or removing liquidity to the pool. \r\n=======\r\nThe action taken in the msg group. For staking this includes delegate, undelegate, redelegate, withdraw_rewards.\r\n>>>>>>> main", "meta": {}, "data_type": null, "quote": null, "tags": []}, "DELEGATOR_ADDRESS": {"name": "DELEGATOR_ADDRESS", "description": "The wallet address of the individual who owns the delegated asset.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "AMOUNT": {"name": "AMOUNT", "description": "The amount that was used in the transaction message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CURRENCY": {"name": "CURRENCY", "description": "The currency that was used in the transaction message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "VALIDATOR_ADDRESS": {"name": "VALIDATOR_ADDRESS", "description": "The wallet address of the validator related to the staking action.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "DECIMAL": {"name": "DECIMAL", "description": "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.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\core\\core__fact_staking_rewards.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_staking_rewards.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "view"}, "created_at": 1670432240.4604373, "compiled_sql": "\n\nSELECT\n block_id, \n block_timestamp, \n blockchain, \n chain_id, \n tx_id, \n tx_status, \n tx_caller_address, \n action, \n delegator_address,\n validator_address, \n amount, \n currency, \n decimal\nFROM OSMOSIS_DEV.silver.staking_rewards", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.core.fact_staking_rewards"}, "model.osmosis_models.core__fact_superfluid_staking": {"raw_sql": "{{ config(\r\n materialized = 'view'\r\n) }}\r\n\r\nSELECT\r\n block_id,\r\n block_timestamp,\r\n blockchain,\r\n chain_id,\r\n tx_id,\r\n tx_status,\r\n {# tx_caller_address, #}\r\n action,\r\n delegator_address,\r\n amount,\r\n currency,\r\n DECIMAL,\r\n validator_address,\r\n lock_id\r\nFROM\r\n {{ ref('silver__superfluid_staking') }}", "compiled": true, "resource_type": "model", "depends_on": {"macros": [], "nodes": ["model.osmosis_models.silver__superfluid_staking"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "core", "fqn": ["osmosis_models", "core", "core__fact_superfluid_staking"], "unique_id": "model.osmosis_models.core__fact_superfluid_staking", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "core\\core__fact_superfluid_staking.sql", "original_file_path": "models\\core\\core__fact_superfluid_staking.sql", "name": "core__fact_superfluid_staking", "alias": "fact_superfluid_staking", "checksum": {"name": "sha256", "checksum": "ff6baa94198f4c8e190daa2e955d2cfa6f3edc3829e85c6017f919075791ccfb"}, "tags": [], "refs": [["silver__superfluid_staking"]], "sources": [], "metrics": [], "description": "Records of all staking related transactions that have occurred on Osmosis, dating back to the genesis block. These actions include delegate, undelegate, and redelegate.", "columns": {"BLOCK_ID": {"name": "BLOCK_ID", "description": "The block height the block was recorded at.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCK_TIMESTAMP": {"name": "BLOCK_TIMESTAMP", "description": "The date and time at which the block began.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCKCHAIN": {"name": "BLOCKCHAIN", "description": "In this table, always Osmosis. Used to join to cross-chain tables.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CHAIN_ID": {"name": "CHAIN_ID", "description": "The name and version of the blockchain.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_ID": {"name": "TX_ID", "description": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_STATUS": {"name": "TX_STATUS", "description": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ACTION": {"name": "ACTION", "description": "<<<<<<< HEAD\r\nTells what action is happening in the transaction. I.E. is the user adding or removing liquidity to the pool. \r\n=======\r\nThe action taken in the msg group. For staking this includes delegate, undelegate, redelegate, withdraw_rewards.\r\n>>>>>>> main", "meta": {}, "data_type": null, "quote": null, "tags": []}, "DELEGATOR_ADDRESS": {"name": "DELEGATOR_ADDRESS", "description": "The wallet address of the individual who owns the delegated asset.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "AMOUNT": {"name": "AMOUNT", "description": "The amount that was used in the transaction message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CURRENCY": {"name": "CURRENCY", "description": "The currency that was used in the transaction message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "DECIMAL": {"name": "DECIMAL", "description": "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.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "VALIDATOR_ADDRESS": {"name": "VALIDATOR_ADDRESS", "description": "The wallet address of the validator related to the staking action.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "LOCK_ID": {"name": "LOCK_ID", "description": "An ID corresponding to the locking step of the transaction.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\core\\core__fact_superfluid_staking.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_superfluid_staking.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "view"}, "created_at": 1670432240.5105228, "compiled_sql": "\n\nSELECT\n block_id,\n block_timestamp,\n blockchain,\n chain_id,\n tx_id,\n tx_status,\n \n action,\n delegator_address,\n amount,\n currency,\n DECIMAL,\n validator_address,\n lock_id\nFROM\n OSMOSIS_DEV.silver.superfluid_staking", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.core.fact_superfluid_staking"}, "model.osmosis_models.core__fact_swaps": {"raw_sql": "{{ config(\r\n materialized = 'view'\r\n) }}\r\n\r\nSELECT \r\n block_id, \r\n block_timestamp, \r\n blockchain, \r\n chain_id, \r\n tx_id, \r\n tx_status, \r\n trader, \r\n from_amount, \r\n from_currency, \r\n from_decimal, \r\n to_amount, \r\n to_currency, \r\n to_decimal, \r\n pool_ids\r\nFROM {{ ref('silver__swaps') }}", "compiled": true, "resource_type": "model", "depends_on": {"macros": [], "nodes": ["model.osmosis_models.silver__swaps"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "core", "fqn": ["osmosis_models", "core", "core__fact_swaps"], "unique_id": "model.osmosis_models.core__fact_swaps", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "core\\core__fact_swaps.sql", "original_file_path": "models\\core\\core__fact_swaps.sql", "name": "core__fact_swaps", "alias": "fact_swaps", "checksum": {"name": "sha256", "checksum": "537feaea61c86badc14776cae7bb00c219b97219a37407f5b7c78f1f24eb3307"}, "tags": [], "refs": [["silver__swaps"]], "sources": [], "metrics": [], "description": "Records of all transactions that have occurred on Osmosis, dating back to the genesis block.", "columns": {"BLOCK_ID": {"name": "BLOCK_ID", "description": "The block height the block was recorded at.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCK_TIMESTAMP": {"name": "BLOCK_TIMESTAMP", "description": "The date and time at which the block began.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCKCHAIN": {"name": "BLOCKCHAIN", "description": "In this table, always Osmosis. Used to join to cross-chain tables.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CHAIN_ID": {"name": "CHAIN_ID", "description": "The name and version of the blockchain.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_ID": {"name": "TX_ID", "description": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_STATUS": {"name": "TX_STATUS", "description": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TRADER": {"name": "TRADER", "description": "The wallet address of the individual who initiated the swap.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "FROM_AMOUNT": {"name": "FROM_AMOUNT", "description": "The amount that the user sent to be swapped for another currency.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "FROM_CURRENCY": {"name": "FROM_CURRENCY", "description": "The currency that the user sent to be swapped for another currency.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "FROM_DECIMAL": {"name": "FROM_DECIMAL", "description": "Divide the swap_from_amount by POW(10, swap_from_decimal) to get the amount the user swapped.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TO_AMOUNT": {"name": "TO_AMOUNT", "description": "The amount that the user sent to be swapped for another currency.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TO_CURRENCY": {"name": "TO_CURRENCY", "description": "The currency that the user sent to be swapped for another currency.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TO_DECIMAL": {"name": "TO_DECIMAL", "description": "Divide the swap_to_amount by POW(10, swap_to_decimal) to get the amount the user received.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "POOL_IDS": {"name": "POOL_IDS", "description": "Identifier for the pool within the module", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\core\\core__fact_swaps.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_swaps.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "view"}, "created_at": 1670432240.5664394, "compiled_sql": "\n\nSELECT \n block_id, \n block_timestamp, \n blockchain, \n chain_id, \n tx_id, \n tx_status, \n trader, \n from_amount, \n from_currency, \n from_decimal, \n to_amount, \n to_currency, \n to_decimal, \n pool_ids\nFROM OSMOSIS_DEV.silver.swaps", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.core.fact_swaps"}, "model.osmosis_models.core__fact_transactions": {"raw_sql": "{{ config(\r\n materialized = 'incremental',\r\n unique_key = \"tx_id\",\r\n incremental_strategy = 'merge',\r\n cluster_by = ['block_timestamp::DATE'],\r\n) }}\r\n\r\nWITH fee AS (\r\n\r\n SELECT\r\n tx_id,\r\n attribute_value AS fee\r\n FROM\r\n {{ ref('silver__msg_attributes') }}\r\n WHERE\r\n attribute_key = 'fee'\r\n\r\n{% if is_incremental() %}\r\nAND _inserted_timestamp :: DATE >= CURRENT_DATE -2\r\n{% endif %}\r\n),\r\nspender AS (\r\n SELECT\r\n tx_id,\r\n SPLIT_PART(\r\n attribute_value,\r\n '/',\r\n 0\r\n ) AS tx_from\r\n FROM\r\n {{ ref('silver__msg_attributes') }}\r\n WHERE\r\n attribute_key = 'acc_seq'\r\n\r\n{% if is_incremental() %}\r\nAND _inserted_timestamp :: DATE >= CURRENT_DATE -2\r\n{% endif %}\r\n\r\nqualify(ROW_NUMBER() over(PARTITION BY tx_id\r\nORDER BY\r\n msg_index)) = 1\r\n)\r\nSELECT\r\n t.block_id,\r\n t.block_timestamp,\r\n t.blockchain,\r\n t.chain_id,\r\n t.tx_id,\r\n s.tx_from,\r\n tx_status,\r\n codespace,\r\n COALESCE(\r\n fee,\r\n '0uosmo'\r\n ) AS fee,\r\n gas_used,\r\n gas_wanted,\r\n tx_code,\r\n msgs\r\nFROM\r\n {{ ref('silver__transactions') }}\r\n t\r\n LEFT OUTER JOIN fee f\r\n ON t.tx_id = f.tx_id\r\n LEFT OUTER JOIN spender s\r\n ON t.tx_id = s.tx_id\r\n\r\n{% if is_incremental() %}\r\nWHERE\r\n _inserted_timestamp :: DATE >= CURRENT_DATE -2\r\n{% endif %}", "compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.dbt.is_incremental"], "nodes": ["model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__transactions"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "incremental", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": "tx_id", "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "cluster_by": ["block_timestamp::DATE"], "incremental_strategy": "merge", "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "core", "fqn": ["osmosis_models", "core", "core__fact_transactions"], "unique_id": "model.osmosis_models.core__fact_transactions", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "core\\core__fact_transactions.sql", "original_file_path": "models\\core\\core__fact_transactions.sql", "name": "core__fact_transactions", "alias": "fact_transactions", "checksum": {"name": "sha256", "checksum": "1e194eb3965402280f0cd0e7f98c305ef42c11c6612f146e795e7e4891ad2f21"}, "tags": [], "refs": [["silver__msg_attributes"], ["silver__msg_attributes"], ["silver__transactions"]], "sources": [], "metrics": [], "description": "Records of all transactions that have occurred on Osmosis, dating back to the genesis block.", "columns": {"BLOCK_ID": {"name": "BLOCK_ID", "description": "The block height the block was recorded at.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCK_TIMESTAMP": {"name": "BLOCK_TIMESTAMP", "description": "The date and time at which the block began.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCKCHAIN": {"name": "BLOCKCHAIN", "description": "In this table, always Osmosis. Used to join to cross-chain tables.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CHAIN_ID": {"name": "CHAIN_ID", "description": "The name and version of the blockchain.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_ID": {"name": "TX_ID", "description": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_FROM": {"name": "TX_FROM", "description": "The wallet address of the individual who initiated the transaction", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_STATUS": {"name": "TX_STATUS", "description": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CODESPACE": {"name": "CODESPACE", "description": "Namespace for the code.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "FEE": {"name": "FEE", "description": "The fee is paid by the initiator of the transaction. Fee = gas * gas price and is given in micro-OSMO.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "GAS_USED": {"name": "GAS_USED", "description": "The amount of gas consumed by the transaction.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "GAS_WANTED": {"name": "GAS_WANTED", "description": "Amount of gas requested for a transaction. It is provided by users when the transaction is generated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_CODE": {"name": "TX_CODE", "description": "A number that corresponds to various error codes. When \"0\", the transaction is successful. Non-zero numbers signify different types of transaction failures.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "MSGS": {"name": "MSGS", "description": "The underlying json from the messages or events within the transactions", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\core\\core__fact_transactions.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_transactions.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "incremental", "unique_key": "tx_id", "incremental_strategy": "merge", "cluster_by": ["block_timestamp::DATE"]}, "created_at": 1670432240.6184561, "compiled_sql": "\n\nWITH fee AS (\n\n SELECT\n tx_id,\n attribute_value AS fee\n FROM\n OSMOSIS_DEV.silver.msg_attributes\n WHERE\n attribute_key = 'fee'\n\n\nAND _inserted_timestamp :: DATE >= CURRENT_DATE -2\n\n),\nspender AS (\n SELECT\n tx_id,\n SPLIT_PART(\n attribute_value,\n '/',\n 0\n ) AS tx_from\n FROM\n OSMOSIS_DEV.silver.msg_attributes\n WHERE\n attribute_key = 'acc_seq'\n\n\nAND _inserted_timestamp :: DATE >= CURRENT_DATE -2\n\n\nqualify(ROW_NUMBER() over(PARTITION BY tx_id\nORDER BY\n msg_index)) = 1\n)\nSELECT\n t.block_id,\n t.block_timestamp,\n t.blockchain,\n t.chain_id,\n t.tx_id,\n s.tx_from,\n tx_status,\n codespace,\n COALESCE(\n fee,\n '0uosmo'\n ) AS fee,\n gas_used,\n gas_wanted,\n tx_code,\n msgs\nFROM\n OSMOSIS_DEV.silver.transactions\n t\n LEFT OUTER JOIN fee f\n ON t.tx_id = f.tx_id\n LEFT OUTER JOIN spender s\n ON t.tx_id = s.tx_id\n\n\nWHERE\n _inserted_timestamp :: DATE >= CURRENT_DATE -2\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.core.fact_transactions"}, "model.osmosis_models.core__fact_transfers": {"raw_sql": "{{ config(\r\n materialized = 'view'\r\n) }}\r\n\r\nSELECT \r\n block_id, \r\n block_timestamp, \r\n blockchain, \r\n chain_id, \r\n tx_id, \r\n tx_status, \r\n transfer_type, \r\n sender, \r\n amount, \r\n currency, \r\n decimal, \r\n receiver\r\nFROM {{ ref('silver__transfers') }}", "compiled": true, "resource_type": "model", "depends_on": {"macros": [], "nodes": ["model.osmosis_models.silver__transfers"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "core", "fqn": ["osmosis_models", "core", "core__fact_transfers"], "unique_id": "model.osmosis_models.core__fact_transfers", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "core\\core__fact_transfers.sql", "original_file_path": "models\\core\\core__fact_transfers.sql", "name": "core__fact_transfers", "alias": "fact_transfers", "checksum": {"name": "sha256", "checksum": "05c10ac67409f2e48bb1f929ecf91871d933c4486ca23e24b35f9d9bc9f7e35f"}, "tags": [], "refs": [["silver__transfers"]], "sources": [], "metrics": [], "description": "Records of all transfers on Osmosis, including IBC transfers as on- and off-ramps to Osmosis and wallet to wallet transfers", "columns": {"BLOCK_ID": {"name": "BLOCK_ID", "description": "The block height the block was recorded at.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCK_TIMESTAMP": {"name": "BLOCK_TIMESTAMP", "description": "The date and time at which the block began.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCKCHAIN": {"name": "BLOCKCHAIN", "description": "In this table, always Osmosis. Used to join to cross-chain tables.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CHAIN_ID": {"name": "CHAIN_ID", "description": "The name and version of the blockchain.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_ID": {"name": "TX_ID", "description": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_STATUS": {"name": "TX_STATUS", "description": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TRANSFER_TYPE": {"name": "TRANSFER_TYPE", "description": "Details on the type of transfer occurring during the transaction. \"IBC_Transfer_In\" = depositing tokens onto Osmosis. \"IBC_transfer_out\" = withdrawing tokens from Osmosis. \"Osmosis\" = wallet to wallet transfer on Osmosis.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "SENDER": {"name": "SENDER", "description": "The wallet address of the individual sent tokens in the transfer.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "AMOUNT": {"name": "AMOUNT", "description": "The amount that was used in the transaction message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CURRENCY": {"name": "CURRENCY", "description": "The currency that was used in the transaction message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "DECIMAL": {"name": "DECIMAL", "description": "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.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "RECEIVER": {"name": "RECEIVER", "description": "The wallet address of the individual received tokens in the transfer.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\core\\core__fact_transfers.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_transfers.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "view"}, "created_at": 1670432240.6807425, "compiled_sql": "\n\nSELECT \n block_id, \n block_timestamp, \n blockchain, \n chain_id, \n tx_id, \n tx_status, \n transfer_type, \n sender, \n amount, \n currency, \n decimal, \n receiver\nFROM OSMOSIS_DEV.silver.transfers", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.core.fact_transfers"}, "model.osmosis_models.silver__all_undecoded_assets": {"raw_sql": "{{ config(\r\n materialized = 'view',\r\n post_hook = \"call silver.sp_bulk_get_asset_metadata()\"\r\n) }}\r\n\r\nSELECT\r\n DISTINCT A.value :asset_address :: STRING AS address\r\nFROM\r\n {{ ref('silver__pool_metadata') }},\r\n TABLE(FLATTEN(assets)) A\r\nWHERE\r\n --ignore low liquidity pools with unlabeled assets\r\n pool_id NOT IN (\r\n 290,\r\n 291,\r\n 677,\r\n 684,\r\n 354,\r\n 691,\r\n 694,\r\n 293,\r\n 654,\r\n 647,\r\n 646\r\n )\r\nEXCEPT\r\nSELECT\r\n base AS address\r\nFROM\r\n {{ source(\r\n 'osmosis_external',\r\n 'asset_metadata_api'\r\n ) }}", "compiled": true, "resource_type": "model", "depends_on": {"macros": [], "nodes": ["source.osmosis_models.osmosis_external.asset_metadata_api", "model.osmosis_models.silver__pool_metadata"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "post-hook": [{"sql": "call silver.sp_bulk_get_asset_metadata()", "transaction": true, "index": null}], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "silver", "fqn": ["osmosis_models", "silver", "silver__all_undecoded_assets"], "unique_id": "model.osmosis_models.silver__all_undecoded_assets", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "silver\\silver__all_undecoded_assets.sql", "original_file_path": "models\\silver\\silver__all_undecoded_assets.sql", "name": "silver__all_undecoded_assets", "alias": "all_undecoded_assets", "checksum": {"name": "sha256", "checksum": "1b2e123da334e008a65536a8f054dcd711fcbd1793b337b6693ab25a44877f91"}, "tags": [], "refs": [["silver__pool_metadata"]], "sources": [["osmosis_external", "asset_metadata_api"]], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__all_undecoded_assets.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "view", "post-hook": ["call silver.sp_bulk_get_asset_metadata()"]}, "created_at": 1670432239.5005748, "compiled_sql": "\n\nSELECT\n DISTINCT A.value :asset_address :: STRING AS address\nFROM\n OSMOSIS_DEV.silver.pool_metadata,\n TABLE(FLATTEN(assets)) A\nWHERE\n --ignore low liquidity pools with unlabeled assets\n pool_id NOT IN (\n 290,\n 291,\n 677,\n 684,\n 354,\n 691,\n 694,\n 293,\n 654,\n 647,\n 646\n )\nEXCEPT\nSELECT\n base AS address\nFROM\n OSMOSIS_DEV.bronze.asset_metadata_api", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.silver.all_undecoded_assets"}, "model.osmosis_models.silver__all_unknown_balances": {"raw_sql": "{{ config(\r\n materialized = 'view',\r\n) }}\r\n\r\nWITH base AS (\r\n\r\n SELECT\r\n block_id,\r\n block_timestamp,\r\n tx_id,\r\n msg_type,\r\n attribute_key,\r\n attribute_value\r\n FROM\r\n {{ ref('silver__msg_attributes') }}\r\n WHERE\r\n RLIKE(\r\n attribute_value,\r\n 'osmo\\\\w{39}'\r\n )\r\n OR (\r\n msg_type = 'message'\r\n AND attribute_key = 'action'\r\n AND attribute_value = 'superfluid_delegate'\r\n )\r\n),\r\nall_wallets AS (\r\n SELECT\r\n DISTINCT attribute_value AS address\r\n FROM\r\n base\r\n WHERE\r\n RLIKE(\r\n attribute_value,\r\n 'osmo\\\\w{39}'\r\n )\r\n AND block_timestamp :: DATE <= '2022-05-31' -- some snapshot date\r\n),\r\nwallets_per_block AS (\r\n SELECT\r\n DISTINCT block_id,\r\n block_timestamp :: DATE AS block_timestamp_date,\r\n attribute_value AS address\r\n FROM\r\n base\r\n WHERE\r\n RLIKE(\r\n attribute_value,\r\n 'osmo\\\\w{39}'\r\n )\r\n AND block_id > 2383300\r\n AND block_timestamp_date < CURRENT_DATE - 1\r\n),\r\nmax_block_id_per_date AS (\r\n SELECT\r\n block_timestamp_date,\r\n MAX(block_id) AS max_block_id\r\n FROM\r\n wallets_per_block\r\n GROUP BY\r\n 1\r\n),\r\nunique_address_per_block_date AS (\r\n SELECT\r\n DISTINCT max_block_id,\r\n address\r\n FROM\r\n wallets_per_block b\r\n LEFT OUTER JOIN max_block_id_per_date d\r\n ON d.block_timestamp_date = b.block_timestamp_date\r\n),\r\nall_lp_wallets AS (\r\n SELECT\r\n DISTINCT liquidity_provider_address AS address\r\n FROM\r\n {{ ref('silver__liquidity_provider_actions') }}\r\n WHERE\r\n action = 'pool_joined'\r\n UNION\r\n SELECT\r\n DISTINCT b.address\r\n FROM\r\n (\r\n SELECT\r\n block_id,\r\n tx_id\r\n FROM\r\n base\r\n WHERE\r\n msg_type = 'message'\r\n AND attribute_key = 'action'\r\n AND attribute_value = 'superfluid_delegate'\r\n ) A\r\n INNER JOIN (\r\n SELECT\r\n SPLIT_PART(\r\n attribute_value,\r\n '/',\r\n 0\r\n ) address,\r\n tx_ID\r\n FROM\r\n base\r\n WHERE\r\n attribute_key = 'acc_seq'\r\n ) b\r\n ON A.tx_ID = b.tx_ID\r\n),\r\npossible_balances_needed AS (\r\n SELECT\r\n 2383300 AS block_id,\r\n address\r\n FROM\r\n all_wallets\r\n UNION\r\n SELECT\r\n *\r\n FROM\r\n unique_address_per_block_date\r\n UNION\r\n SELECT\r\n max_block_id,\r\n address\r\n FROM\r\n all_lp_wallets\r\n CROSS JOIN (\r\n SELECT\r\n DISTINCT max_block_id\r\n FROM\r\n unique_address_per_block_date\r\n )\r\n)\r\nSELECT\r\n block_id,\r\n address\r\nFROM\r\n possible_balances_needed\r\nEXCEPT\r\nSELECT\r\n DISTINCT block_id,\r\n address\r\nFROM\r\n {{ source(\r\n 'osmosis_external',\r\n 'balances_api'\r\n ) }}\r\nORDER BY\r\n block_id\r\nLIMIT\r\n 25000", "compiled": true, "resource_type": "model", "depends_on": {"macros": [], "nodes": ["source.osmosis_models.osmosis_external.balances_api", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__liquidity_provider_actions"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "silver", "fqn": ["osmosis_models", "silver", "silver__all_unknown_balances"], "unique_id": "model.osmosis_models.silver__all_unknown_balances", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "silver\\silver__all_unknown_balances.sql", "original_file_path": "models\\silver\\silver__all_unknown_balances.sql", "name": "silver__all_unknown_balances", "alias": "all_unknown_balances", "checksum": {"name": "sha256", "checksum": "a6224da594d3c4d60b4b0f630f7f496c5ab50ba56ba3189bb3bdd306709024b4"}, "tags": [], "refs": [["silver__msg_attributes"], ["silver__liquidity_provider_actions"]], "sources": [["osmosis_external", "balances_api"]], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__all_unknown_balances.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "view"}, "created_at": 1670432239.505534, "compiled_sql": "\n\nWITH base AS (\n\n SELECT\n block_id,\n block_timestamp,\n tx_id,\n msg_type,\n attribute_key,\n attribute_value\n FROM\n OSMOSIS_DEV.silver.msg_attributes\n WHERE\n RLIKE(\n attribute_value,\n 'osmo\\\\w{39}'\n )\n OR (\n msg_type = 'message'\n AND attribute_key = 'action'\n AND attribute_value = 'superfluid_delegate'\n )\n),\nall_wallets AS (\n SELECT\n DISTINCT attribute_value AS address\n FROM\n base\n WHERE\n RLIKE(\n attribute_value,\n 'osmo\\\\w{39}'\n )\n AND block_timestamp :: DATE <= '2022-05-31' -- some snapshot date\n),\nwallets_per_block AS (\n SELECT\n DISTINCT block_id,\n block_timestamp :: DATE AS block_timestamp_date,\n attribute_value AS address\n FROM\n base\n WHERE\n RLIKE(\n attribute_value,\n 'osmo\\\\w{39}'\n )\n AND block_id > 2383300\n AND block_timestamp_date < CURRENT_DATE - 1\n),\nmax_block_id_per_date AS (\n SELECT\n block_timestamp_date,\n MAX(block_id) AS max_block_id\n FROM\n wallets_per_block\n GROUP BY\n 1\n),\nunique_address_per_block_date AS (\n SELECT\n DISTINCT max_block_id,\n address\n FROM\n wallets_per_block b\n LEFT OUTER JOIN max_block_id_per_date d\n ON d.block_timestamp_date = b.block_timestamp_date\n),\nall_lp_wallets AS (\n SELECT\n DISTINCT liquidity_provider_address AS address\n FROM\n OSMOSIS_DEV.silver.liquidity_provider_actions\n WHERE\n action = 'pool_joined'\n UNION\n SELECT\n DISTINCT b.address\n FROM\n (\n SELECT\n block_id,\n tx_id\n FROM\n base\n WHERE\n msg_type = 'message'\n AND attribute_key = 'action'\n AND attribute_value = 'superfluid_delegate'\n ) A\n INNER JOIN (\n SELECT\n SPLIT_PART(\n attribute_value,\n '/',\n 0\n ) address,\n tx_ID\n FROM\n base\n WHERE\n attribute_key = 'acc_seq'\n ) b\n ON A.tx_ID = b.tx_ID\n),\npossible_balances_needed AS (\n SELECT\n 2383300 AS block_id,\n address\n FROM\n all_wallets\n UNION\n SELECT\n *\n FROM\n unique_address_per_block_date\n UNION\n SELECT\n max_block_id,\n address\n FROM\n all_lp_wallets\n CROSS JOIN (\n SELECT\n DISTINCT max_block_id\n FROM\n unique_address_per_block_date\n )\n)\nSELECT\n block_id,\n address\nFROM\n possible_balances_needed\nEXCEPT\nSELECT\n DISTINCT block_id,\n address\nFROM\n OSMOSIS_DEV.bronze.balances_api\nORDER BY\n block_id\nLIMIT\n 25000", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.silver.all_unknown_balances"}, "model.osmosis_models.silver__all_unknown_pool_balances": {"raw_sql": "{{ config(\r\n materialized = 'view',\r\n post_hook = 'call silver.sp_bulk_get_pool_balances()',\r\n) }}\r\n\r\nWITH last_block_of_date AS (\r\n\r\n SELECT\r\n block_timestamp :: DATE,\r\n MAX(block_id) AS block_id\r\n FROM\r\n {{ ref('silver__blocks') }}\r\n WHERE\r\n block_id >= 2300000\r\n AND block_timestamp :: DATE <= CURRENT_DATE - 1\r\n GROUP BY\r\n 1\r\n)\r\nSELECT\r\n block_id\r\nFROM\r\n last_block_of_date\r\nUNION\r\nSELECT\r\n 2300000 -- origin block of data available from api\r\nEXCEPT\r\nSELECT\r\n block_id\r\nFROM\r\n {{ source(\r\n 'osmosis_external',\r\n 'pool_balances_api'\r\n ) }}\r\nLIMIT\r\n 1000", "compiled": true, "resource_type": "model", "depends_on": {"macros": [], "nodes": ["source.osmosis_models.osmosis_external.pool_balances_api", "model.osmosis_models.silver__blocks"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "post-hook": [{"sql": "call silver.sp_bulk_get_pool_balances()", "transaction": true, "index": null}], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "silver", "fqn": ["osmosis_models", "silver", "silver__all_unknown_pool_balances"], "unique_id": "model.osmosis_models.silver__all_unknown_pool_balances", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "silver\\silver__all_unknown_pool_balances.sql", "original_file_path": "models\\silver\\silver__all_unknown_pool_balances.sql", "name": "silver__all_unknown_pool_balances", "alias": "all_unknown_pool_balances", "checksum": {"name": "sha256", "checksum": "a643ab33cb949300f3e53f74441893d7b1b1782b12a1e4562de6833b2b85dd82"}, "tags": [], "refs": [["silver__blocks"]], "sources": [["osmosis_external", "pool_balances_api"]], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__all_unknown_pool_balances.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "view", "post-hook": ["call silver.sp_bulk_get_pool_balances()"]}, "created_at": 1670432239.5069811, "compiled_sql": "\n\nWITH last_block_of_date AS (\n\n SELECT\n block_timestamp :: DATE,\n MAX(block_id) AS block_id\n FROM\n OSMOSIS_DEV.silver.blocks\n WHERE\n block_id >= 2300000\n AND block_timestamp :: DATE <= CURRENT_DATE - 1\n GROUP BY\n 1\n)\nSELECT\n block_id\nFROM\n last_block_of_date\nUNION\nSELECT\n 2300000 -- origin block of data available from api\nEXCEPT\nSELECT\n block_id\nFROM\n OSMOSIS_DEV.bronze.pool_balances_api\nLIMIT\n 1000", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.silver.all_unknown_pool_balances"}, "seed.osmosis_models.testing__daily_balances": {"raw_sql": "", "compiled": true, "resource_type": "seed", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "quote_columns": null, "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "testing", "fqn": ["osmosis_models", "testing__daily_balances"], "unique_id": "seed.osmosis_models.testing__daily_balances", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "testing__daily_balances.csv", "original_file_path": "data\\testing__daily_balances.csv", "name": "testing__daily_balances", "alias": "daily_balances", "checksum": {"name": "sha256", "checksum": "bad46c91718eeff230cb10ecf1eed7f0c3b27df790713f4e78d1c44905a8677c"}, "tags": [], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1670432239.7209842, "compiled_sql": "", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.testing.daily_balances"}, "seed.osmosis_models.testing__locked_liquidity_balances": {"raw_sql": "", "compiled": true, "resource_type": "seed", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "quote_columns": null, "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "testing", "fqn": ["osmosis_models", "testing__locked_liquidity_balances"], "unique_id": "seed.osmosis_models.testing__locked_liquidity_balances", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "testing__locked_liquidity_balances.csv", "original_file_path": "data\\testing__locked_liquidity_balances.csv", "name": "testing__locked_liquidity_balances", "alias": "locked_liquidity_balances", "checksum": {"name": "sha256", "checksum": "30232ef443f7bca101295d95073604220e68b6c9ac65961c9470afc1ae4724e1"}, "tags": [], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1670432239.7219725, "compiled_sql": "", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.testing.locked_liquidity_balances"}, "seed.osmosis_models.testing__superfluid_staked_balances": {"raw_sql": "", "compiled": true, "resource_type": "seed", "depends_on": {"macros": [], "nodes": []}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "quote_columns": null, "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "testing", "fqn": ["osmosis_models", "testing__superfluid_staked_balances"], "unique_id": "seed.osmosis_models.testing__superfluid_staked_balances", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "testing__superfluid_staked_balances.csv", "original_file_path": "data\\testing__superfluid_staked_balances.csv", "name": "testing__superfluid_staked_balances", "alias": "superfluid_staked_balances", "checksum": {"name": "sha256", "checksum": "cc9977d0721eb00e887c5f3179ee3a546aec2720bc7fcda755859f2ea8d9c1b5"}, "tags": [], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1670432239.7229776, "compiled_sql": "", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.testing.superfluid_staked_balances"}, "operation.osmosis_models.osmosis_models-on-run-start-0": {"raw_sql": "{{create_sps()}}", "compiled": true, "resource_type": "operation", "depends_on": {"macros": ["macro.osmosis_models.create_sps"], "nodes": []}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "osmosis_models-on-run-start-0", "fqn": ["osmosis_models", "hooks", "osmosis_models-on-run-start-0"], "unique_id": "operation.osmosis_models.osmosis_models-on-run-start-0", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "hooks\\osmosis_models-on-run-start-0.sql", "original_file_path": ".\\dbt_project.yml", "name": "osmosis_models-on-run-start-0", "alias": "", "checksum": {"name": "sha256", "checksum": "17393c99d35bf4850391f1f138c3de3d9dda350563ffb29a12dd57a1e90ca52d"}, "tags": ["on-run-start"], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\.\\dbt_project.yml\\hooks\\osmosis_models-on-run-start-0.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}}, "created_at": 1670432239.7743952, "compiled_sql": "\n \n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "index": 0}, "operation.osmosis_models.osmosis_models-on-run-start-1": {"raw_sql": "{{create_udfs()}}", "compiled": true, "resource_type": "operation", "depends_on": {"macros": ["macro.osmosis_models.create_udfs"], "nodes": []}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "osmosis_models-on-run-start-1", "fqn": ["osmosis_models", "hooks", "osmosis_models-on-run-start-1"], "unique_id": "operation.osmosis_models.osmosis_models-on-run-start-1", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "hooks\\osmosis_models-on-run-start-1.sql", "original_file_path": ".\\dbt_project.yml", "name": "osmosis_models-on-run-start-1", "alias": "", "checksum": {"name": "sha256", "checksum": "17393c99d35bf4850391f1f138c3de3d9dda350563ffb29a12dd57a1e90ca52d"}, "tags": ["on-run-start"], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\.\\dbt_project.yml\\hooks\\osmosis_models-on-run-start-1.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}}, "created_at": 1670432239.7793999, "compiled_sql": "\n \n \n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "index": 1}, "operation.osmosis_models.osmosis_models-on-run-start-2": {"raw_sql": "{{sp_bulk_get_asset_metadata()}}", "compiled": true, "resource_type": "operation", "depends_on": {"macros": ["macro.osmosis_models.sp_bulk_get_asset_metadata"], "nodes": ["model.osmosis_models.silver__all_undecoded_assets"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "osmosis_models-on-run-start-2", "fqn": ["osmosis_models", "hooks", "osmosis_models-on-run-start-2"], "unique_id": "operation.osmosis_models.osmosis_models-on-run-start-2", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "hooks\\osmosis_models-on-run-start-2.sql", "original_file_path": ".\\dbt_project.yml", "name": "osmosis_models-on-run-start-2", "alias": "", "checksum": {"name": "sha256", "checksum": "17393c99d35bf4850391f1f138c3de3d9dda350563ffb29a12dd57a1e90ca52d"}, "tags": ["on-run-start"], "refs": [["silver__all_undecoded_assets"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\.\\dbt_project.yml\\hooks\\osmosis_models-on-run-start-2.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}}, "created_at": 1670432239.7912269, "compiled_sql": "\n \n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "index": 2}, "operation.osmosis_models.osmosis_models-on-run-start-3": {"raw_sql": "{{sp_create_bulk_get_balances()}}", "compiled": true, "resource_type": "operation", "depends_on": {"macros": ["macro.osmosis_models.sp_create_bulk_get_balances"], "nodes": []}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "osmosis_models-on-run-start-3", "fqn": ["osmosis_models", "hooks", "osmosis_models-on-run-start-3"], "unique_id": "operation.osmosis_models.osmosis_models-on-run-start-3", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "hooks\\osmosis_models-on-run-start-3.sql", "original_file_path": ".\\dbt_project.yml", "name": "osmosis_models-on-run-start-3", "alias": "", "checksum": {"name": "sha256", "checksum": "17393c99d35bf4850391f1f138c3de3d9dda350563ffb29a12dd57a1e90ca52d"}, "tags": ["on-run-start"], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\.\\dbt_project.yml\\hooks\\osmosis_models-on-run-start-3.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}}, "created_at": 1670432239.7952487, "compiled_sql": "\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "index": 3}, "operation.osmosis_models.osmosis_models-on-run-start-4": {"raw_sql": "{{sp_create_bulk_get_validator_metadata()}}", "compiled": true, "resource_type": "operation", "depends_on": {"macros": ["macro.osmosis_models.sp_create_bulk_get_validator_metadata"], "nodes": []}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "osmosis_models-on-run-start-4", "fqn": ["osmosis_models", "hooks", "osmosis_models-on-run-start-4"], "unique_id": "operation.osmosis_models.osmosis_models-on-run-start-4", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "hooks\\osmosis_models-on-run-start-4.sql", "original_file_path": ".\\dbt_project.yml", "name": "osmosis_models-on-run-start-4", "alias": "", "checksum": {"name": "sha256", "checksum": "17393c99d35bf4850391f1f138c3de3d9dda350563ffb29a12dd57a1e90ca52d"}, "tags": ["on-run-start"], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\.\\dbt_project.yml\\hooks\\osmosis_models-on-run-start-4.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}}, "created_at": 1670432239.800143, "compiled_sql": "\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "index": 4}, "operation.osmosis_models.osmosis_models-on-run-start-5": {"raw_sql": "{{sp_create_bulk_get_pool_balances()}}", "compiled": true, "resource_type": "operation", "depends_on": {"macros": ["macro.osmosis_models.sp_create_bulk_get_pool_balances"], "nodes": []}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "osmosis_models-on-run-start-5", "fqn": ["osmosis_models", "hooks", "osmosis_models-on-run-start-5"], "unique_id": "operation.osmosis_models.osmosis_models-on-run-start-5", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "hooks\\osmosis_models-on-run-start-5.sql", "original_file_path": ".\\dbt_project.yml", "name": "osmosis_models-on-run-start-5", "alias": "", "checksum": {"name": "sha256", "checksum": "17393c99d35bf4850391f1f138c3de3d9dda350563ffb29a12dd57a1e90ca52d"}, "tags": ["on-run-start"], "refs": [], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\.\\dbt_project.yml\\hooks\\osmosis_models-on-run-start-5.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}}, "created_at": 1670432239.8042378, "compiled_sql": "\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "index": 5}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_ADDRESS.1501e0ea66": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_41b4895c111847570b9b58f5a6c076d2\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "ADDRESS", "model": "{{ get_where_subquery(ref('core__dim_labels')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__dim_labels"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_41b4895c111847570b9b58f5a6c076d2", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__dim_labels_ADDRESS"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_ADDRESS.1501e0ea66", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_41b4895c111847570b9b58f5a6c076d2.sql", "original_file_path": "models\\core\\core__dim_labels.yml", "name": "dbt_expectations_expect_column_to_exist_core__dim_labels_ADDRESS", "alias": "dim_labels_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__dim_labels"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__dim_labels.yml\\dbt_expectations_expect_column_41b4895c111847570b9b58f5a6c076d2.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_41b4895c111847570b9b58f5a6c076d2"}, "created_at": 1670432239.8752444, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('ADDRESS' as \n varchar\n) as column_name,\n 1 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.dim_labels_ADDRESS", "column_name": "ADDRESS", "file_key_name": "models.core__dim_labels"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_BLOCKCHAIN.8557883709": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_6006a62e2d0011ab1a65fd34173ce90e\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('core__dim_labels')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__dim_labels"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_6006a62e2d0011ab1a65fd34173ce90e", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__dim_labels_BLOCKCHAIN"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_BLOCKCHAIN.8557883709", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_6006a62e2d0011ab1a65fd34173ce90e.sql", "original_file_path": "models\\core\\core__dim_labels.yml", "name": "dbt_expectations_expect_column_to_exist_core__dim_labels_BLOCKCHAIN", "alias": "dim_labels_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__dim_labels"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__dim_labels.yml\\dbt_expectations_expect_column_6006a62e2d0011ab1a65fd34173ce90e.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_6006a62e2d0011ab1a65fd34173ce90e"}, "created_at": 1670432239.88424, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('BLOCKCHAIN' as \n varchar\n) as column_name,\n 0 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.dim_labels_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.core__dim_labels"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_CREATOR.d5181598d8": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_64787f541f11f511f0997901e614dcfa\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "CREATOR", "model": "{{ get_where_subquery(ref('core__dim_labels')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__dim_labels"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_64787f541f11f511f0997901e614dcfa", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__dim_labels_CREATOR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_CREATOR.d5181598d8", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_64787f541f11f511f0997901e614dcfa.sql", "original_file_path": "models\\core\\core__dim_labels.yml", "name": "dbt_expectations_expect_column_to_exist_core__dim_labels_CREATOR", "alias": "dim_labels_CREATOR", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__dim_labels"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__dim_labels.yml\\dbt_expectations_expect_column_64787f541f11f511f0997901e614dcfa.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_64787f541f11f511f0997901e614dcfa"}, "created_at": 1670432239.887146, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('CREATOR' as \n varchar\n) as column_name,\n 2 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.dim_labels_CREATOR", "column_name": "CREATOR", "file_key_name": "models.core__dim_labels"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_LABEL_TYPE.c9d9d14a55": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_6035e0461bec6061c33dfe6bc2448d37\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "LABEL_TYPE", "model": "{{ get_where_subquery(ref('core__dim_labels')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__dim_labels"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_6035e0461bec6061c33dfe6bc2448d37", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__dim_labels_LABEL_TYPE"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_LABEL_TYPE.c9d9d14a55", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_6035e0461bec6061c33dfe6bc2448d37.sql", "original_file_path": "models\\core\\core__dim_labels.yml", "name": "dbt_expectations_expect_column_to_exist_core__dim_labels_LABEL_TYPE", "alias": "dim_labels_LABEL_TYPE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__dim_labels"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__dim_labels.yml\\dbt_expectations_expect_column_6035e0461bec6061c33dfe6bc2448d37.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_6035e0461bec6061c33dfe6bc2448d37"}, "created_at": 1670432239.8892424, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('LABEL_TYPE' as \n varchar\n) as column_name,\n 3 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.dim_labels_LABEL_TYPE", "column_name": "LABEL_TYPE", "file_key_name": "models.core__dim_labels"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_LABEL_SUBTYPE.dc4b4a781a": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_7709dcdef6d145ab7a39f93c6ad90f97\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "LABEL_SUBTYPE", "model": "{{ get_where_subquery(ref('core__dim_labels')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__dim_labels"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_7709dcdef6d145ab7a39f93c6ad90f97", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__dim_labels_LABEL_SUBTYPE"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_LABEL_SUBTYPE.dc4b4a781a", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_7709dcdef6d145ab7a39f93c6ad90f97.sql", "original_file_path": "models\\core\\core__dim_labels.yml", "name": "dbt_expectations_expect_column_to_exist_core__dim_labels_LABEL_SUBTYPE", "alias": "dim_labels_LABEL_SUBTYPE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__dim_labels"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__dim_labels.yml\\dbt_expectations_expect_column_7709dcdef6d145ab7a39f93c6ad90f97.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_7709dcdef6d145ab7a39f93c6ad90f97"}, "created_at": 1670432239.892239, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('LABEL_SUBTYPE' as \n varchar\n) as column_name,\n 4 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.dim_labels_LABEL_SUBTYPE", "column_name": "LABEL_SUBTYPE", "file_key_name": "models.core__dim_labels"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_LABEL.457ab8a792": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "LABEL", "model": "{{ get_where_subquery(ref('core__dim_labels')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__dim_labels"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__dim_labels_LABEL"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_LABEL.457ab8a792", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_to_exist_core__dim_labels_LABEL.sql", "original_file_path": "models\\core\\core__dim_labels.yml", "name": "dbt_expectations_expect_column_to_exist_core__dim_labels_LABEL", "alias": "dim_labels_LABEL", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__dim_labels"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__dim_labels.yml\\dbt_expectations_expect_column_to_exist_core__dim_labels_LABEL.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670432239.895238, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('LABEL' as \n varchar\n) as column_name,\n 5 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.dim_labels_LABEL", "column_name": "LABEL", "file_key_name": "models.core__dim_labels"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_PROJECT_NAME.a2110e9474": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_e4600be0d5ad83facb0e4da270136f28\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "PROJECT_NAME", "model": "{{ get_where_subquery(ref('core__dim_labels')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__dim_labels"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_e4600be0d5ad83facb0e4da270136f28", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__dim_labels_PROJECT_NAME"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_PROJECT_NAME.a2110e9474", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_e4600be0d5ad83facb0e4da270136f28.sql", "original_file_path": "models\\core\\core__dim_labels.yml", "name": "dbt_expectations_expect_column_to_exist_core__dim_labels_PROJECT_NAME", "alias": "dim_labels_PROJECT_NAME", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__dim_labels"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__dim_labels.yml\\dbt_expectations_expect_column_e4600be0d5ad83facb0e4da270136f28.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_e4600be0d5ad83facb0e4da270136f28"}, "created_at": 1670432239.8981416, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('PROJECT_NAME' as \n varchar\n) as column_name,\n 6 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.dim_labels_PROJECT_NAME", "column_name": "PROJECT_NAME", "file_key_name": "models.core__dim_labels"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_RAW_METADATA.0cad1c0c05": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_00d28b79ef0e4f6626ba68d343f36757\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "RAW_METADATA", "model": "{{ get_where_subquery(ref('core__dim_labels')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__dim_labels"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_00d28b79ef0e4f6626ba68d343f36757", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__dim_labels_RAW_METADATA"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_RAW_METADATA.0cad1c0c05", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_00d28b79ef0e4f6626ba68d343f36757.sql", "original_file_path": "models\\core\\core__dim_labels.yml", "name": "dbt_expectations_expect_column_to_exist_core__dim_labels_RAW_METADATA", "alias": "dim_labels_RAW_METADATA", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__dim_labels"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__dim_labels.yml\\dbt_expectations_expect_column_00d28b79ef0e4f6626ba68d343f36757.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_00d28b79ef0e4f6626ba68d343f36757"}, "created_at": 1670432239.9002388, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('RAW_METADATA' as \n varchar\n) as column_name,\n 7 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.dim_labels_RAW_METADATA", "column_name": "RAW_METADATA", "file_key_name": "models.core__dim_labels"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_prices_RECORDED_AT.1fc325bfa7": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_c6b9906d809524d8e823cc24985c0da5\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "RECORDED_AT", "model": "{{ get_where_subquery(ref('core__dim_prices')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__dim_prices"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_c6b9906d809524d8e823cc24985c0da5", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__dim_prices_RECORDED_AT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_prices_RECORDED_AT.1fc325bfa7", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_c6b9906d809524d8e823cc24985c0da5.sql", "original_file_path": "models\\core\\core__dim_prices.yml", "name": "dbt_expectations_expect_column_to_exist_core__dim_prices_RECORDED_AT", "alias": "dim_prices_RECORDED_AT", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__dim_prices"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__dim_prices.yml\\dbt_expectations_expect_column_c6b9906d809524d8e823cc24985c0da5.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_c6b9906d809524d8e823cc24985c0da5"}, "created_at": 1670432239.9166386, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('RECORDED_AT' as \n varchar\n) as column_name,\n 0 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.dim_prices_RECORDED_AT", "column_name": "RECORDED_AT", "file_key_name": "models.core__dim_prices"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_prices_SYMBOL.dc9508e9d2": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "SYMBOL", "model": "{{ get_where_subquery(ref('core__dim_prices')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__dim_prices"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__dim_prices_SYMBOL"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_prices_SYMBOL.dc9508e9d2", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_to_exist_core__dim_prices_SYMBOL.sql", "original_file_path": "models\\core\\core__dim_prices.yml", "name": "dbt_expectations_expect_column_to_exist_core__dim_prices_SYMBOL", "alias": "dim_prices_SYMBOL", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__dim_prices"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__dim_prices.yml\\dbt_expectations_expect_column_to_exist_core__dim_prices_SYMBOL.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670432239.9196289, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('SYMBOL' as \n varchar\n) as column_name,\n 1 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.dim_prices_SYMBOL", "column_name": "SYMBOL", "file_key_name": "models.core__dim_prices"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_prices_PRICE.ca031d03c3": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "PRICE", "model": "{{ get_where_subquery(ref('core__dim_prices')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__dim_prices"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__dim_prices_PRICE"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_prices_PRICE.ca031d03c3", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_to_exist_core__dim_prices_PRICE.sql", "original_file_path": "models\\core\\core__dim_prices.yml", "name": "dbt_expectations_expect_column_to_exist_core__dim_prices_PRICE", "alias": "dim_prices_PRICE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__dim_prices"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__dim_prices.yml\\dbt_expectations_expect_column_to_exist_core__dim_prices_PRICE.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670432239.922645, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('PRICE' as \n varchar\n) as column_name,\n 2 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.dim_prices_PRICE", "column_name": "PRICE", "file_key_name": "models.core__dim_prices"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_prices_TOTAL_SUPPLY.4e7189fb00": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_5d88ee2c0dfb4143659faed67a6340a5\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "TOTAL_SUPPLY", "model": "{{ get_where_subquery(ref('core__dim_prices')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__dim_prices"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_5d88ee2c0dfb4143659faed67a6340a5", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__dim_prices_TOTAL_SUPPLY"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_prices_TOTAL_SUPPLY.4e7189fb00", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_5d88ee2c0dfb4143659faed67a6340a5.sql", "original_file_path": "models\\core\\core__dim_prices.yml", "name": "dbt_expectations_expect_column_to_exist_core__dim_prices_TOTAL_SUPPLY", "alias": "dim_prices_TOTAL_SUPPLY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__dim_prices"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__dim_prices.yml\\dbt_expectations_expect_column_5d88ee2c0dfb4143659faed67a6340a5.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_5d88ee2c0dfb4143659faed67a6340a5"}, "created_at": 1670432239.9248898, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('TOTAL_SUPPLY' as \n varchar\n) as column_name,\n 3 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.dim_prices_TOTAL_SUPPLY", "column_name": "TOTAL_SUPPLY", "file_key_name": "models.core__dim_prices"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_prices_PROVIDER.fe44b8c1dd": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_875051ac687ca014ce028ad17f2313f7\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "PROVIDER", "model": "{{ get_where_subquery(ref('core__dim_prices')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__dim_prices"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_875051ac687ca014ce028ad17f2313f7", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__dim_prices_PROVIDER"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_prices_PROVIDER.fe44b8c1dd", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_875051ac687ca014ce028ad17f2313f7.sql", "original_file_path": "models\\core\\core__dim_prices.yml", "name": "dbt_expectations_expect_column_to_exist_core__dim_prices_PROVIDER", "alias": "dim_prices_PROVIDER", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__dim_prices"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__dim_prices.yml\\dbt_expectations_expect_column_875051ac687ca014ce028ad17f2313f7.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_875051ac687ca014ce028ad17f2313f7"}, "created_at": 1670432239.9268956, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('PROVIDER' as \n varchar\n) as column_name,\n 5 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.dim_prices_PROVIDER", "column_name": "PROVIDER", "file_key_name": "models.core__dim_prices"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_BLOCK_ID.3b4804ad7b": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_f3b184f81fbc19144fe0f29e6aad8a6d\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('core__fact_airdrop')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_airdrop"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_f3b184f81fbc19144fe0f29e6aad8a6d", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_airdrop_BLOCK_ID"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_BLOCK_ID.3b4804ad7b", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_f3b184f81fbc19144fe0f29e6aad8a6d.sql", "original_file_path": "models\\core\\core__fact_airdrop.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_airdrop_BLOCK_ID", "alias": "fact_airdrop_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_airdrop"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_airdrop.yml\\dbt_expectations_expect_column_f3b184f81fbc19144fe0f29e6aad8a6d.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_f3b184f81fbc19144fe0f29e6aad8a6d"}, "created_at": 1670432239.972836, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('BLOCK_ID' as \n varchar\n) as column_name,\n 0 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_airdrop_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.core__fact_airdrop"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_BLOCK_TIMESTAMP.49fc519795": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_9d0aabb2d316db0a4add8256afad658f\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('core__fact_airdrop')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_airdrop"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_9d0aabb2d316db0a4add8256afad658f", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_airdrop_BLOCK_TIMESTAMP"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_BLOCK_TIMESTAMP.49fc519795", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_9d0aabb2d316db0a4add8256afad658f.sql", "original_file_path": "models\\core\\core__fact_airdrop.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_airdrop_BLOCK_TIMESTAMP", "alias": "fact_airdrop_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_airdrop"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_airdrop.yml\\dbt_expectations_expect_column_9d0aabb2d316db0a4add8256afad658f.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_9d0aabb2d316db0a4add8256afad658f"}, "created_at": 1670432239.9809399, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as column_name,\n 1 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_airdrop_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.core__fact_airdrop"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_BLOCKCHAIN.c3ced31c38": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_c6411437d4d2d8e3c06e29bd5e066941\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('core__fact_airdrop')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_airdrop"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_c6411437d4d2d8e3c06e29bd5e066941", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_airdrop_BLOCKCHAIN"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_BLOCKCHAIN.c3ced31c38", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_c6411437d4d2d8e3c06e29bd5e066941.sql", "original_file_path": "models\\core\\core__fact_airdrop.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_airdrop_BLOCKCHAIN", "alias": "fact_airdrop_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_airdrop"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_airdrop.yml\\dbt_expectations_expect_column_c6411437d4d2d8e3c06e29bd5e066941.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_c6411437d4d2d8e3c06e29bd5e066941"}, "created_at": 1670432239.9890656, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('BLOCKCHAIN' as \n varchar\n) as column_name,\n 2 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_airdrop_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.core__fact_airdrop"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_CHAIN_ID.6653e9b226": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_bd9ab6b8ee00db6f732a601fc85ef489\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('core__fact_airdrop')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_airdrop"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_bd9ab6b8ee00db6f732a601fc85ef489", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_airdrop_CHAIN_ID"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_CHAIN_ID.6653e9b226", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_bd9ab6b8ee00db6f732a601fc85ef489.sql", "original_file_path": "models\\core\\core__fact_airdrop.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_airdrop_CHAIN_ID", "alias": "fact_airdrop_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_airdrop"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_airdrop.yml\\dbt_expectations_expect_column_bd9ab6b8ee00db6f732a601fc85ef489.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_bd9ab6b8ee00db6f732a601fc85ef489"}, "created_at": 1670432239.9951262, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('CHAIN_ID' as \n varchar\n) as column_name,\n 3 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_airdrop_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.core__fact_airdrop"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_TX_ID.787cd5bc51": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_5276dd55745eb108376d480b2c307485\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "TX_ID", "model": "{{ get_where_subquery(ref('core__fact_airdrop')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_airdrop"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_5276dd55745eb108376d480b2c307485", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_airdrop_TX_ID"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_TX_ID.787cd5bc51", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_5276dd55745eb108376d480b2c307485.sql", "original_file_path": "models\\core\\core__fact_airdrop.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_airdrop_TX_ID", "alias": "fact_airdrop_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_airdrop"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_airdrop.yml\\dbt_expectations_expect_column_5276dd55745eb108376d480b2c307485.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_5276dd55745eb108376d480b2c307485"}, "created_at": 1670432239.999109, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('TX_ID' as \n varchar\n) as column_name,\n 4 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_airdrop_TX_ID", "column_name": "TX_ID", "file_key_name": "models.core__fact_airdrop"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_TX_STATUS.abd343a562": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_11f9c78a0aa0d461bb3fc856785e0c9c\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "TX_STATUS", "model": "{{ get_where_subquery(ref('core__fact_airdrop')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_airdrop"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_11f9c78a0aa0d461bb3fc856785e0c9c", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_airdrop_TX_STATUS"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_TX_STATUS.abd343a562", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_11f9c78a0aa0d461bb3fc856785e0c9c.sql", "original_file_path": "models\\core\\core__fact_airdrop.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_airdrop_TX_STATUS", "alias": "fact_airdrop_TX_STATUS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_airdrop"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_airdrop.yml\\dbt_expectations_expect_column_11f9c78a0aa0d461bb3fc856785e0c9c.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_11f9c78a0aa0d461bb3fc856785e0c9c"}, "created_at": 1670432240.003122, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('TX_STATUS' as \n varchar\n) as column_name,\n 5 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_airdrop_TX_STATUS", "column_name": "TX_STATUS", "file_key_name": "models.core__fact_airdrop"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_TRANSFER_TYPE.4dc7ebfd9b": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_e279e0d33536d165ee7749e873f61790\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "TRANSFER_TYPE", "model": "{{ get_where_subquery(ref('core__fact_airdrop')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_airdrop"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_e279e0d33536d165ee7749e873f61790", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_airdrop_TRANSFER_TYPE"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_TRANSFER_TYPE.4dc7ebfd9b", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_e279e0d33536d165ee7749e873f61790.sql", "original_file_path": "models\\core\\core__fact_airdrop.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_airdrop_TRANSFER_TYPE", "alias": "fact_airdrop_TRANSFER_TYPE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_airdrop"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_airdrop.yml\\dbt_expectations_expect_column_e279e0d33536d165ee7749e873f61790.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_e279e0d33536d165ee7749e873f61790"}, "created_at": 1670432240.006139, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('TRANSFER_TYPE' as \n varchar\n) as column_name,\n 6 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_airdrop_TRANSFER_TYPE", "column_name": "TRANSFER_TYPE", "file_key_name": "models.core__fact_airdrop"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_SENDER.74078bf4bc": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_49e47007ad1013f73ca8dbe0c5c4a01c\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "SENDER", "model": "{{ get_where_subquery(ref('core__fact_airdrop')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_airdrop"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_49e47007ad1013f73ca8dbe0c5c4a01c", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_airdrop_SENDER"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_SENDER.74078bf4bc", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_49e47007ad1013f73ca8dbe0c5c4a01c.sql", "original_file_path": "models\\core\\core__fact_airdrop.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_airdrop_SENDER", "alias": "fact_airdrop_SENDER", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_airdrop"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_airdrop.yml\\dbt_expectations_expect_column_49e47007ad1013f73ca8dbe0c5c4a01c.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_49e47007ad1013f73ca8dbe0c5c4a01c"}, "created_at": 1670432240.009137, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('SENDER' as \n varchar\n) as column_name,\n 7 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_airdrop_SENDER", "column_name": "SENDER", "file_key_name": "models.core__fact_airdrop"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_AMOUNT.67a8d6bb77": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_6881e104a05c6adf6964c032d3ee4e8b\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "AMOUNT", "model": "{{ get_where_subquery(ref('core__fact_airdrop')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_airdrop"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_6881e104a05c6adf6964c032d3ee4e8b", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_airdrop_AMOUNT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_AMOUNT.67a8d6bb77", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_6881e104a05c6adf6964c032d3ee4e8b.sql", "original_file_path": "models\\core\\core__fact_airdrop.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_airdrop_AMOUNT", "alias": "fact_airdrop_AMOUNT", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_airdrop"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_airdrop.yml\\dbt_expectations_expect_column_6881e104a05c6adf6964c032d3ee4e8b.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_6881e104a05c6adf6964c032d3ee4e8b"}, "created_at": 1670432240.0130436, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('AMOUNT' as \n varchar\n) as column_name,\n 8 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_airdrop_AMOUNT", "column_name": "AMOUNT", "file_key_name": "models.core__fact_airdrop"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_CURRENCY.d48765727c": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_70d61d3e4ad715f7ab4dc5005402198f\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "CURRENCY", "model": "{{ get_where_subquery(ref('core__fact_airdrop')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_airdrop"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_70d61d3e4ad715f7ab4dc5005402198f", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_airdrop_CURRENCY"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_CURRENCY.d48765727c", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_70d61d3e4ad715f7ab4dc5005402198f.sql", "original_file_path": "models\\core\\core__fact_airdrop.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_airdrop_CURRENCY", "alias": "fact_airdrop_CURRENCY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_airdrop"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_airdrop.yml\\dbt_expectations_expect_column_70d61d3e4ad715f7ab4dc5005402198f.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_70d61d3e4ad715f7ab4dc5005402198f"}, "created_at": 1670432240.017146, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('CURRENCY' as \n varchar\n) as column_name,\n 9 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_airdrop_CURRENCY", "column_name": "CURRENCY", "file_key_name": "models.core__fact_airdrop"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_RECEIVER.1cdbc0676a": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_92358ec58a25758abfd24f99f0ddcb4b\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "RECEIVER", "model": "{{ get_where_subquery(ref('core__fact_airdrop')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_airdrop"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_92358ec58a25758abfd24f99f0ddcb4b", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_airdrop_RECEIVER"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_RECEIVER.1cdbc0676a", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_92358ec58a25758abfd24f99f0ddcb4b.sql", "original_file_path": "models\\core\\core__fact_airdrop.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_airdrop_RECEIVER", "alias": "fact_airdrop_RECEIVER", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_airdrop"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_airdrop.yml\\dbt_expectations_expect_column_92358ec58a25758abfd24f99f0ddcb4b.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_92358ec58a25758abfd24f99f0ddcb4b"}, "created_at": 1670432240.020145, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('RECEIVER' as \n varchar\n) as column_name,\n 11 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_airdrop_RECEIVER", "column_name": "RECEIVER", "file_key_name": "models.core__fact_airdrop"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_blocks_BLOCK_ID.1758defefc": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_9a99d9b020811e4a63fd7fba065f6295\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('core__fact_blocks')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_blocks"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_9a99d9b020811e4a63fd7fba065f6295", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_blocks_BLOCK_ID"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_blocks_BLOCK_ID.1758defefc", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_9a99d9b020811e4a63fd7fba065f6295.sql", "original_file_path": "models\\core\\core__fact_blocks.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_blocks_BLOCK_ID", "alias": "fact_blocks_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_blocks"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_blocks.yml\\dbt_expectations_expect_column_9a99d9b020811e4a63fd7fba065f6295.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_9a99d9b020811e4a63fd7fba065f6295"}, "created_at": 1670432240.0261402, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('BLOCK_ID' as \n varchar\n) as column_name,\n 0 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_blocks_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.core__fact_blocks"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_blocks_BLOCK_TIMESTAMP.c36a4acd9b": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_7887ba59ce032c24fce53e733e68c2e6\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('core__fact_blocks')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_blocks"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_7887ba59ce032c24fce53e733e68c2e6", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_blocks_BLOCK_TIMESTAMP"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_blocks_BLOCK_TIMESTAMP.c36a4acd9b", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_7887ba59ce032c24fce53e733e68c2e6.sql", "original_file_path": "models\\core\\core__fact_blocks.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_blocks_BLOCK_TIMESTAMP", "alias": "fact_blocks_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_blocks"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_blocks.yml\\dbt_expectations_expect_column_7887ba59ce032c24fce53e733e68c2e6.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_7887ba59ce032c24fce53e733e68c2e6"}, "created_at": 1670432240.0291388, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as column_name,\n 1 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_blocks_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.core__fact_blocks"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_blocks_CHAIN_ID.d97c339232": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_baca9f9ce2584263de832e3494b15bf6\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('core__fact_blocks')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_blocks"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_baca9f9ce2584263de832e3494b15bf6", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_blocks_CHAIN_ID"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_blocks_CHAIN_ID.d97c339232", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_baca9f9ce2584263de832e3494b15bf6.sql", "original_file_path": "models\\core\\core__fact_blocks.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_blocks_CHAIN_ID", "alias": "fact_blocks_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_blocks"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_blocks.yml\\dbt_expectations_expect_column_baca9f9ce2584263de832e3494b15bf6.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_baca9f9ce2584263de832e3494b15bf6"}, "created_at": 1670432240.0331352, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('CHAIN_ID' as \n varchar\n) as column_name,\n 2 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_blocks_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.core__fact_blocks"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_blocks_TX_COUNT.cba858f6da": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_a423985c9e70b52fbdcf89d2de49b09a\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "TX_COUNT", "model": "{{ get_where_subquery(ref('core__fact_blocks')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_blocks"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_a423985c9e70b52fbdcf89d2de49b09a", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_blocks_TX_COUNT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_blocks_TX_COUNT.cba858f6da", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_a423985c9e70b52fbdcf89d2de49b09a.sql", "original_file_path": "models\\core\\core__fact_blocks.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_blocks_TX_COUNT", "alias": "fact_blocks_TX_COUNT", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_blocks"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_blocks.yml\\dbt_expectations_expect_column_a423985c9e70b52fbdcf89d2de49b09a.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_a423985c9e70b52fbdcf89d2de49b09a"}, "created_at": 1670432240.0365396, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('TX_COUNT' as \n varchar\n) as column_name,\n 3 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_blocks_TX_COUNT", "column_name": "TX_COUNT", "file_key_name": "models.core__fact_blocks"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_blocks_PROPOSER_ADDRESS.33eacc997a": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_cf9186faf8ccda84be732731dbc66e80\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "PROPOSER_ADDRESS", "model": "{{ get_where_subquery(ref('core__fact_blocks')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_blocks"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_cf9186faf8ccda84be732731dbc66e80", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_blocks_PROPOSER_ADDRESS"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_blocks_PROPOSER_ADDRESS.33eacc997a", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_cf9186faf8ccda84be732731dbc66e80.sql", "original_file_path": "models\\core\\core__fact_blocks.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_blocks_PROPOSER_ADDRESS", "alias": "fact_blocks_PROPOSER_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_blocks"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_blocks.yml\\dbt_expectations_expect_column_cf9186faf8ccda84be732731dbc66e80.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_cf9186faf8ccda84be732731dbc66e80"}, "created_at": 1670432240.039548, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('PROPOSER_ADDRESS' as \n varchar\n) as column_name,\n 4 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_blocks_PROPOSER_ADDRESS", "column_name": "PROPOSER_ADDRESS", "file_key_name": "models.core__fact_blocks"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_blocks_VALIDATOR_HASH.74e26a3ed2": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_aaeff2d92f1a13577c55ffa1cd859a6f\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "VALIDATOR_HASH", "model": "{{ get_where_subquery(ref('core__fact_blocks')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_blocks"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_aaeff2d92f1a13577c55ffa1cd859a6f", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_blocks_VALIDATOR_HASH"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_blocks_VALIDATOR_HASH.74e26a3ed2", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_aaeff2d92f1a13577c55ffa1cd859a6f.sql", "original_file_path": "models\\core\\core__fact_blocks.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_blocks_VALIDATOR_HASH", "alias": "fact_blocks_VALIDATOR_HASH", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_blocks"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_blocks.yml\\dbt_expectations_expect_column_aaeff2d92f1a13577c55ffa1cd859a6f.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_aaeff2d92f1a13577c55ffa1cd859a6f"}, "created_at": 1670432240.0435433, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('VALIDATOR_HASH' as \n varchar\n) as column_name,\n 5 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_blocks_VALIDATOR_HASH", "column_name": "VALIDATOR_HASH", "file_key_name": "models.core__fact_blocks"}, "test.osmosis_models.not_null_core__fact_daily_balances_DATE.3060cee3fd": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "DATE", "model": "{{ get_where_subquery(ref('core__fact_daily_balances')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_daily_balances"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_core", "fqn": ["osmosis_models", "core", "not_null_core__fact_daily_balances_DATE"], "unique_id": "test.osmosis_models.not_null_core__fact_daily_balances_DATE.3060cee3fd", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_core__fact_daily_balances_DATE.sql", "original_file_path": "models\\core\\core__fact_daily_balances.yml", "name": "not_null_core__fact_daily_balances_DATE", "alias": "fact_daily_balances_DATE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_daily_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_daily_balances.yml\\not_null_core__fact_daily_balances_DATE.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670432240.049928, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.core.fact_daily_balances\nwhere DATE is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_core.fact_daily_balances_DATE", "column_name": "DATE", "file_key_name": "models.core__fact_daily_balances"}, "test.osmosis_models.not_null_core__fact_daily_balances_BALANCE_TYPE.2d455fbc9a": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BALANCE_TYPE", "model": "{{ get_where_subquery(ref('core__fact_daily_balances')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_daily_balances"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_core", "fqn": ["osmosis_models", "core", "not_null_core__fact_daily_balances_BALANCE_TYPE"], "unique_id": "test.osmosis_models.not_null_core__fact_daily_balances_BALANCE_TYPE.2d455fbc9a", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_core__fact_daily_balances_BALANCE_TYPE.sql", "original_file_path": "models\\core\\core__fact_daily_balances.yml", "name": "not_null_core__fact_daily_balances_BALANCE_TYPE", "alias": "fact_daily_balances_BALANCE_TYPE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_daily_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_daily_balances.yml\\not_null_core__fact_daily_balances_BALANCE_TYPE.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670432240.0509374, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.core.fact_daily_balances\nwhere BALANCE_TYPE is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_core.fact_daily_balances_BALANCE_TYPE", "column_name": "BALANCE_TYPE", "file_key_name": "models.core__fact_daily_balances"}, "test.osmosis_models.not_null_core__fact_daily_balances_ADDRESS.b77e86f517": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "ADDRESS", "model": "{{ get_where_subquery(ref('core__fact_daily_balances')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_daily_balances"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_core", "fqn": ["osmosis_models", "core", "not_null_core__fact_daily_balances_ADDRESS"], "unique_id": "test.osmosis_models.not_null_core__fact_daily_balances_ADDRESS.b77e86f517", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_core__fact_daily_balances_ADDRESS.sql", "original_file_path": "models\\core\\core__fact_daily_balances.yml", "name": "not_null_core__fact_daily_balances_ADDRESS", "alias": "fact_daily_balances_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_daily_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_daily_balances.yml\\not_null_core__fact_daily_balances_ADDRESS.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670432240.05336, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.core.fact_daily_balances\nwhere ADDRESS is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_core.fact_daily_balances_ADDRESS", "column_name": "ADDRESS", "file_key_name": "models.core__fact_daily_balances"}, "test.osmosis_models.not_null_core__fact_daily_balances_BALANCE.dad6546a8a": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BALANCE", "model": "{{ get_where_subquery(ref('core__fact_daily_balances')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_daily_balances"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_core", "fqn": ["osmosis_models", "core", "not_null_core__fact_daily_balances_BALANCE"], "unique_id": "test.osmosis_models.not_null_core__fact_daily_balances_BALANCE.dad6546a8a", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_core__fact_daily_balances_BALANCE.sql", "original_file_path": "models\\core\\core__fact_daily_balances.yml", "name": "not_null_core__fact_daily_balances_BALANCE", "alias": "fact_daily_balances_BALANCE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_daily_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_daily_balances.yml\\not_null_core__fact_daily_balances_BALANCE.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670432240.0543425, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.core.fact_daily_balances\nwhere BALANCE is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_core.fact_daily_balances_BALANCE", "column_name": "BALANCE", "file_key_name": "models.core__fact_daily_balances"}, "test.osmosis_models.not_null_core__fact_daily_balances_CURRENCY.9b02e469ef": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "CURRENCY", "model": "{{ get_where_subquery(ref('core__fact_daily_balances')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_daily_balances"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_core", "fqn": ["osmosis_models", "core", "not_null_core__fact_daily_balances_CURRENCY"], "unique_id": "test.osmosis_models.not_null_core__fact_daily_balances_CURRENCY.9b02e469ef", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_core__fact_daily_balances_CURRENCY.sql", "original_file_path": "models\\core\\core__fact_daily_balances.yml", "name": "not_null_core__fact_daily_balances_CURRENCY", "alias": "fact_daily_balances_CURRENCY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_daily_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_daily_balances.yml\\not_null_core__fact_daily_balances_CURRENCY.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670432240.0563607, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.core.fact_daily_balances\nwhere CURRENCY is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_core.fact_daily_balances_CURRENCY", "column_name": "CURRENCY", "file_key_name": "models.core__fact_daily_balances"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_core__fact_daily_balances_DATE__ADDRESS__BALANCE_TYPE__CURRENCY.03bb793409": {"raw_sql": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_e29505db0b8047e15d024f374c65bb7d\") }}", "test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["DATE", "ADDRESS", "BALANCE_TYPE", "CURRENCY"], "model": "{{ get_where_subquery(ref('core__fact_daily_balances')) }}"}, "namespace": "dbt_utils"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_daily_balances"]}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_e29505db0b8047e15d024f374c65bb7d", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_utils_unique_combination_of_columns_core", "fqn": ["osmosis_models", "core", "dbt_utils_unique_combination_of_columns_core__fact_daily_balances_DATE__ADDRESS__BALANCE_TYPE__CURRENCY"], "unique_id": "test.osmosis_models.dbt_utils_unique_combination_of_columns_core__fact_daily_balances_DATE__ADDRESS__BALANCE_TYPE__CURRENCY.03bb793409", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_utils_unique_combination_o_e29505db0b8047e15d024f374c65bb7d.sql", "original_file_path": "models\\core\\core__fact_daily_balances.yml", "name": "dbt_utils_unique_combination_of_columns_core__fact_daily_balances_DATE__ADDRESS__BALANCE_TYPE__CURRENCY", "alias": "fact_daily_balances_DATE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_daily_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_daily_balances.yml\\dbt_utils_unique_combination_o_e29505db0b8047e15d024f374c65bb7d.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_utils_unique_combination_o_e29505db0b8047e15d024f374c65bb7d"}, "created_at": 1670432240.057371, "compiled_sql": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n DATE, ADDRESS, BALANCE_TYPE, CURRENCY\n from OSMOSIS_DEV.core.fact_daily_balances\n group by DATE, ADDRESS, BALANCE_TYPE, CURRENCY\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_utils_unique_combination_of_columns_core.fact_daily_balances_DATE", "column_name": null, "file_key_name": "models.core__fact_daily_balances"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_BLOCK_ID.8371e6022c": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_23bfc0c63c7255bab327c7ed74fb1054\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('core__fact_governance_proposal_deposits')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_governance_proposal_deposits"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_23bfc0c63c7255bab327c7ed74fb1054", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_BLOCK_ID"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_BLOCK_ID.8371e6022c", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_23bfc0c63c7255bab327c7ed74fb1054.sql", "original_file_path": "models\\core\\core__fact_governance_proposal_deposits.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_BLOCK_ID", "alias": "fact_governance_proposal_deposits_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_governance_proposal_deposits"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_governance_proposal_deposits.yml\\dbt_expectations_expect_column_23bfc0c63c7255bab327c7ed74fb1054.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_23bfc0c63c7255bab327c7ed74fb1054"}, "created_at": 1670432240.0706735, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('BLOCK_ID' as \n varchar\n) as column_name,\n 0 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_governance_proposal_deposits_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.core__fact_governance_proposal_deposits"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_BLOCK_TIMESTAMP.02bfe08bd4": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_20198ce659a6de6395bca680f9b9eceb\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('core__fact_governance_proposal_deposits')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_governance_proposal_deposits"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_20198ce659a6de6395bca680f9b9eceb", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_BLOCK_TIMESTAMP"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_BLOCK_TIMESTAMP.02bfe08bd4", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_20198ce659a6de6395bca680f9b9eceb.sql", "original_file_path": "models\\core\\core__fact_governance_proposal_deposits.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_BLOCK_TIMESTAMP", "alias": "fact_governance_proposal_deposits_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_governance_proposal_deposits"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_governance_proposal_deposits.yml\\dbt_expectations_expect_column_20198ce659a6de6395bca680f9b9eceb.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_20198ce659a6de6395bca680f9b9eceb"}, "created_at": 1670432240.0747561, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as column_name,\n 1 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_governance_proposal_deposits_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.core__fact_governance_proposal_deposits"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_BLOCKCHAIN.a3fed89c6e": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_bb6db310c991b3965989232975f6deed\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('core__fact_governance_proposal_deposits')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_governance_proposal_deposits"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_bb6db310c991b3965989232975f6deed", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_BLOCKCHAIN"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_BLOCKCHAIN.a3fed89c6e", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_bb6db310c991b3965989232975f6deed.sql", "original_file_path": "models\\core\\core__fact_governance_proposal_deposits.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_BLOCKCHAIN", "alias": "fact_governance_proposal_deposits_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_governance_proposal_deposits"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_governance_proposal_deposits.yml\\dbt_expectations_expect_column_bb6db310c991b3965989232975f6deed.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_bb6db310c991b3965989232975f6deed"}, "created_at": 1670432240.0781717, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('BLOCKCHAIN' as \n varchar\n) as column_name,\n 2 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_governance_proposal_deposits_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.core__fact_governance_proposal_deposits"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_CHAIN_ID.f521152f07": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_593baea43be4e5682fb489f022b4e08f\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('core__fact_governance_proposal_deposits')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_governance_proposal_deposits"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_593baea43be4e5682fb489f022b4e08f", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_CHAIN_ID"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_CHAIN_ID.f521152f07", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_593baea43be4e5682fb489f022b4e08f.sql", "original_file_path": "models\\core\\core__fact_governance_proposal_deposits.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_CHAIN_ID", "alias": "fact_governance_proposal_deposits_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_governance_proposal_deposits"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_governance_proposal_deposits.yml\\dbt_expectations_expect_column_593baea43be4e5682fb489f022b4e08f.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_593baea43be4e5682fb489f022b4e08f"}, "created_at": 1670432240.0810816, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('CHAIN_ID' as \n varchar\n) as column_name,\n 3 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_governance_proposal_deposits_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.core__fact_governance_proposal_deposits"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_TX_ID.862c4cca9a": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_3ec6c558f1dec6cf76cdd99db8e1813c\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "TX_ID", "model": "{{ get_where_subquery(ref('core__fact_governance_proposal_deposits')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_governance_proposal_deposits"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_3ec6c558f1dec6cf76cdd99db8e1813c", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_TX_ID"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_TX_ID.862c4cca9a", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_3ec6c558f1dec6cf76cdd99db8e1813c.sql", "original_file_path": "models\\core\\core__fact_governance_proposal_deposits.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_TX_ID", "alias": "fact_governance_proposal_deposits_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_governance_proposal_deposits"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_governance_proposal_deposits.yml\\dbt_expectations_expect_column_3ec6c558f1dec6cf76cdd99db8e1813c.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_3ec6c558f1dec6cf76cdd99db8e1813c"}, "created_at": 1670432240.0844529, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('TX_ID' as \n varchar\n) as column_name,\n 4 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_governance_proposal_deposits_TX_ID", "column_name": "TX_ID", "file_key_name": "models.core__fact_governance_proposal_deposits"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_TX_STATUS.de70b0008c": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_c873dbcc3b948c2a1bad263bed6330bf\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "TX_STATUS", "model": "{{ get_where_subquery(ref('core__fact_governance_proposal_deposits')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_governance_proposal_deposits"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_c873dbcc3b948c2a1bad263bed6330bf", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_TX_STATUS"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_TX_STATUS.de70b0008c", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_c873dbcc3b948c2a1bad263bed6330bf.sql", "original_file_path": "models\\core\\core__fact_governance_proposal_deposits.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_TX_STATUS", "alias": "fact_governance_proposal_deposits_TX_STATUS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_governance_proposal_deposits"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_governance_proposal_deposits.yml\\dbt_expectations_expect_column_c873dbcc3b948c2a1bad263bed6330bf.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_c873dbcc3b948c2a1bad263bed6330bf"}, "created_at": 1670432240.0884507, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('TX_STATUS' as \n varchar\n) as column_name,\n 5 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_governance_proposal_deposits_TX_STATUS", "column_name": "TX_STATUS", "file_key_name": "models.core__fact_governance_proposal_deposits"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_DEPOSITOR.13b4d77077": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_ee57b6a0156f1841d77cdcbec8611f5f\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "DEPOSITOR", "model": "{{ get_where_subquery(ref('core__fact_governance_proposal_deposits')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_governance_proposal_deposits"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_ee57b6a0156f1841d77cdcbec8611f5f", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_DEPOSITOR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_DEPOSITOR.13b4d77077", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_ee57b6a0156f1841d77cdcbec8611f5f.sql", "original_file_path": "models\\core\\core__fact_governance_proposal_deposits.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_DEPOSITOR", "alias": "fact_governance_proposal_deposits_DEPOSITOR", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_governance_proposal_deposits"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_governance_proposal_deposits.yml\\dbt_expectations_expect_column_ee57b6a0156f1841d77cdcbec8611f5f.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_ee57b6a0156f1841d77cdcbec8611f5f"}, "created_at": 1670432240.0929585, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('DEPOSITOR' as \n varchar\n) as column_name,\n 6 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_governance_proposal_deposits_DEPOSITOR", "column_name": "DEPOSITOR", "file_key_name": "models.core__fact_governance_proposal_deposits"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_PROPOSAL_ID.7a2276491a": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_0f5bfec6315f7f8caac3e2e38d6aae80\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "PROPOSAL_ID", "model": "{{ get_where_subquery(ref('core__fact_governance_proposal_deposits')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_governance_proposal_deposits"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_0f5bfec6315f7f8caac3e2e38d6aae80", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_PROPOSAL_ID"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_PROPOSAL_ID.7a2276491a", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_0f5bfec6315f7f8caac3e2e38d6aae80.sql", "original_file_path": "models\\core\\core__fact_governance_proposal_deposits.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_PROPOSAL_ID", "alias": "fact_governance_proposal_deposits_PROPOSAL_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_governance_proposal_deposits"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_governance_proposal_deposits.yml\\dbt_expectations_expect_column_0f5bfec6315f7f8caac3e2e38d6aae80.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_0f5bfec6315f7f8caac3e2e38d6aae80"}, "created_at": 1670432240.0959527, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('PROPOSAL_ID' as \n varchar\n) as column_name,\n 7 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_governance_proposal_deposits_PROPOSAL_ID", "column_name": "PROPOSAL_ID", "file_key_name": "models.core__fact_governance_proposal_deposits"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_AMOUNT.651eccef0b": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_9de7cd2c2a5fd698fa5eb8bba14f6245\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "AMOUNT", "model": "{{ get_where_subquery(ref('core__fact_governance_proposal_deposits')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_governance_proposal_deposits"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_9de7cd2c2a5fd698fa5eb8bba14f6245", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_AMOUNT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_AMOUNT.651eccef0b", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_9de7cd2c2a5fd698fa5eb8bba14f6245.sql", "original_file_path": "models\\core\\core__fact_governance_proposal_deposits.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_AMOUNT", "alias": "fact_governance_proposal_deposits_AMOUNT", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_governance_proposal_deposits"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_governance_proposal_deposits.yml\\dbt_expectations_expect_column_9de7cd2c2a5fd698fa5eb8bba14f6245.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_9de7cd2c2a5fd698fa5eb8bba14f6245"}, "created_at": 1670432240.1008766, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('AMOUNT' as \n varchar\n) as column_name,\n 8 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_governance_proposal_deposits_AMOUNT", "column_name": "AMOUNT", "file_key_name": "models.core__fact_governance_proposal_deposits"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_CURRENCY.8c9324d670": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_42a23b4f19c7fc38cf2d66e61359ac9e\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "CURRENCY", "model": "{{ get_where_subquery(ref('core__fact_governance_proposal_deposits')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_governance_proposal_deposits"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_42a23b4f19c7fc38cf2d66e61359ac9e", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_CURRENCY"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_CURRENCY.8c9324d670", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_42a23b4f19c7fc38cf2d66e61359ac9e.sql", "original_file_path": "models\\core\\core__fact_governance_proposal_deposits.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_CURRENCY", "alias": "fact_governance_proposal_deposits_CURRENCY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_governance_proposal_deposits"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_governance_proposal_deposits.yml\\dbt_expectations_expect_column_42a23b4f19c7fc38cf2d66e61359ac9e.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_42a23b4f19c7fc38cf2d66e61359ac9e"}, "created_at": 1670432240.1049726, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('CURRENCY' as \n varchar\n) as column_name,\n 9 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_governance_proposal_deposits_CURRENCY", "column_name": "CURRENCY", "file_key_name": "models.core__fact_governance_proposal_deposits"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_DECIMAL.ecfaead484": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_86686a52330b8355795ac84611c94d1e\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "DECIMAL", "model": "{{ get_where_subquery(ref('core__fact_governance_proposal_deposits')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_governance_proposal_deposits"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_86686a52330b8355795ac84611c94d1e", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_DECIMAL"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_DECIMAL.ecfaead484", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_86686a52330b8355795ac84611c94d1e.sql", "original_file_path": "models\\core\\core__fact_governance_proposal_deposits.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_DECIMAL", "alias": "fact_governance_proposal_deposits_DECIMAL", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_governance_proposal_deposits"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_governance_proposal_deposits.yml\\dbt_expectations_expect_column_86686a52330b8355795ac84611c94d1e.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_86686a52330b8355795ac84611c94d1e"}, "created_at": 1670432240.1089602, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('DECIMAL' as \n varchar\n) as column_name,\n 10 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_governance_proposal_deposits_DECIMAL", "column_name": "DECIMAL", "file_key_name": "models.core__fact_governance_proposal_deposits"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_BLOCK_ID.94b5ee163d": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_b0430562203b8b5a44dac79637563c5e\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('core__fact_governance_submit_proposal')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_governance_submit_proposal"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_b0430562203b8b5a44dac79637563c5e", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_BLOCK_ID"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_BLOCK_ID.94b5ee163d", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_b0430562203b8b5a44dac79637563c5e.sql", "original_file_path": "models\\core\\core__fact_governance_submit_proposal.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_BLOCK_ID", "alias": "fact_governance_submit_proposal_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_governance_submit_proposal"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_governance_submit_proposal.yml\\dbt_expectations_expect_column_b0430562203b8b5a44dac79637563c5e.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_b0430562203b8b5a44dac79637563c5e"}, "created_at": 1670432240.1164658, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('BLOCK_ID' as \n varchar\n) as column_name,\n 0 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_governance_submit_proposal_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.core__fact_governance_submit_proposal"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_BLOCK_TIMESTAMP.e35edaf2e4": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_4daa537ea7fc24167b12f9b9dbdd8221\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('core__fact_governance_submit_proposal')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_governance_submit_proposal"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_4daa537ea7fc24167b12f9b9dbdd8221", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_BLOCK_TIMESTAMP"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_BLOCK_TIMESTAMP.e35edaf2e4", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_4daa537ea7fc24167b12f9b9dbdd8221.sql", "original_file_path": "models\\core\\core__fact_governance_submit_proposal.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_BLOCK_TIMESTAMP", "alias": "fact_governance_submit_proposal_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_governance_submit_proposal"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_governance_submit_proposal.yml\\dbt_expectations_expect_column_4daa537ea7fc24167b12f9b9dbdd8221.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_4daa537ea7fc24167b12f9b9dbdd8221"}, "created_at": 1670432240.1225584, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as column_name,\n 1 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_governance_submit_proposal_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.core__fact_governance_submit_proposal"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_BLOCKCHAIN.f1cd6b6f61": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_c1fb7b9623a6e11b06265cfea1c763c2\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('core__fact_governance_submit_proposal')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_governance_submit_proposal"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_c1fb7b9623a6e11b06265cfea1c763c2", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_BLOCKCHAIN"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_BLOCKCHAIN.f1cd6b6f61", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_c1fb7b9623a6e11b06265cfea1c763c2.sql", "original_file_path": "models\\core\\core__fact_governance_submit_proposal.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_BLOCKCHAIN", "alias": "fact_governance_submit_proposal_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_governance_submit_proposal"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_governance_submit_proposal.yml\\dbt_expectations_expect_column_c1fb7b9623a6e11b06265cfea1c763c2.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_c1fb7b9623a6e11b06265cfea1c763c2"}, "created_at": 1670432240.1255586, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('BLOCKCHAIN' as \n varchar\n) as column_name,\n 2 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_governance_submit_proposal_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.core__fact_governance_submit_proposal"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_CHAIN_ID.614c918017": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_8dd1fe8205a938565e7968b4b2982cee\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('core__fact_governance_submit_proposal')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_governance_submit_proposal"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_8dd1fe8205a938565e7968b4b2982cee", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_CHAIN_ID"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_CHAIN_ID.614c918017", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_8dd1fe8205a938565e7968b4b2982cee.sql", "original_file_path": "models\\core\\core__fact_governance_submit_proposal.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_CHAIN_ID", "alias": "fact_governance_submit_proposal_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_governance_submit_proposal"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_governance_submit_proposal.yml\\dbt_expectations_expect_column_8dd1fe8205a938565e7968b4b2982cee.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_8dd1fe8205a938565e7968b4b2982cee"}, "created_at": 1670432240.1294668, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('CHAIN_ID' as \n varchar\n) as column_name,\n 3 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_governance_submit_proposal_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.core__fact_governance_submit_proposal"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_TX_ID.0b098941f8": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_1f4c65e60a7cca6f7560d2bb804e858f\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "TX_ID", "model": "{{ get_where_subquery(ref('core__fact_governance_submit_proposal')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_governance_submit_proposal"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_1f4c65e60a7cca6f7560d2bb804e858f", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_TX_ID"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_TX_ID.0b098941f8", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_1f4c65e60a7cca6f7560d2bb804e858f.sql", "original_file_path": "models\\core\\core__fact_governance_submit_proposal.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_TX_ID", "alias": "fact_governance_submit_proposal_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_governance_submit_proposal"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_governance_submit_proposal.yml\\dbt_expectations_expect_column_1f4c65e60a7cca6f7560d2bb804e858f.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_1f4c65e60a7cca6f7560d2bb804e858f"}, "created_at": 1670432240.1335535, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('TX_ID' as \n varchar\n) as column_name,\n 4 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_governance_submit_proposal_TX_ID", "column_name": "TX_ID", "file_key_name": "models.core__fact_governance_submit_proposal"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_TX_STATUS.c16a62bdb4": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_ba1d84f5ed215c8c500d7734f2ada750\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "TX_STATUS", "model": "{{ get_where_subquery(ref('core__fact_governance_submit_proposal')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_governance_submit_proposal"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_ba1d84f5ed215c8c500d7734f2ada750", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_TX_STATUS"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_TX_STATUS.c16a62bdb4", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_ba1d84f5ed215c8c500d7734f2ada750.sql", "original_file_path": "models\\core\\core__fact_governance_submit_proposal.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_TX_STATUS", "alias": "fact_governance_submit_proposal_TX_STATUS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_governance_submit_proposal"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_governance_submit_proposal.yml\\dbt_expectations_expect_column_ba1d84f5ed215c8c500d7734f2ada750.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_ba1d84f5ed215c8c500d7734f2ada750"}, "created_at": 1670432240.137468, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('TX_STATUS' as \n varchar\n) as column_name,\n 5 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_governance_submit_proposal_TX_STATUS", "column_name": "TX_STATUS", "file_key_name": "models.core__fact_governance_submit_proposal"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_PROPOSER.a0c1201cf0": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_d74694acc03cbfb8208d5c62883ae6af\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "PROPOSER", "model": "{{ get_where_subquery(ref('core__fact_governance_submit_proposal')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_governance_submit_proposal"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_d74694acc03cbfb8208d5c62883ae6af", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_PROPOSER"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_PROPOSER.a0c1201cf0", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_d74694acc03cbfb8208d5c62883ae6af.sql", "original_file_path": "models\\core\\core__fact_governance_submit_proposal.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_PROPOSER", "alias": "fact_governance_submit_proposal_PROPOSER", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_governance_submit_proposal"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_governance_submit_proposal.yml\\dbt_expectations_expect_column_d74694acc03cbfb8208d5c62883ae6af.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_d74694acc03cbfb8208d5c62883ae6af"}, "created_at": 1670432240.1405575, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('PROPOSER' as \n varchar\n) as column_name,\n 6 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_governance_submit_proposal_PROPOSER", "column_name": "PROPOSER", "file_key_name": "models.core__fact_governance_submit_proposal"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_PROPOSAL_ID.5d9ec9cb22": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_e7daf3e6d977f78f354e30040f0f6ea1\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "PROPOSAL_ID", "model": "{{ get_where_subquery(ref('core__fact_governance_submit_proposal')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_governance_submit_proposal"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_e7daf3e6d977f78f354e30040f0f6ea1", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_PROPOSAL_ID"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_PROPOSAL_ID.5d9ec9cb22", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_e7daf3e6d977f78f354e30040f0f6ea1.sql", "original_file_path": "models\\core\\core__fact_governance_submit_proposal.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_PROPOSAL_ID", "alias": "fact_governance_submit_proposal_PROPOSAL_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_governance_submit_proposal"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_governance_submit_proposal.yml\\dbt_expectations_expect_column_e7daf3e6d977f78f354e30040f0f6ea1.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_e7daf3e6d977f78f354e30040f0f6ea1"}, "created_at": 1670432240.1445458, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('PROPOSAL_ID' as \n varchar\n) as column_name,\n 7 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_governance_submit_proposal_PROPOSAL_ID", "column_name": "PROPOSAL_ID", "file_key_name": "models.core__fact_governance_submit_proposal"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_PROPOSAL_TYPE.abd0b6911e": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_d73c1024926640a6c900a99a4078a8ce\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "PROPOSAL_TYPE", "model": "{{ get_where_subquery(ref('core__fact_governance_submit_proposal')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_governance_submit_proposal"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_d73c1024926640a6c900a99a4078a8ce", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_PROPOSAL_TYPE"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_PROPOSAL_TYPE.abd0b6911e", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_d73c1024926640a6c900a99a4078a8ce.sql", "original_file_path": "models\\core\\core__fact_governance_submit_proposal.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_PROPOSAL_TYPE", "alias": "fact_governance_submit_proposal_PROPOSAL_TYPE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_governance_submit_proposal"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_governance_submit_proposal.yml\\dbt_expectations_expect_column_d73c1024926640a6c900a99a4078a8ce.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_d73c1024926640a6c900a99a4078a8ce"}, "created_at": 1670432240.1485028, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('PROPOSAL_TYPE' as \n varchar\n) as column_name,\n 8 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_governance_submit_proposal_PROPOSAL_TYPE", "column_name": "PROPOSAL_TYPE", "file_key_name": "models.core__fact_governance_submit_proposal"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_BLOCK_ID.f40109cc23": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_96592c6f77b34304ca4b40ae36ac00d0\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('core__fact_governance_votes')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_governance_votes"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_96592c6f77b34304ca4b40ae36ac00d0", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_governance_votes_BLOCK_ID"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_BLOCK_ID.f40109cc23", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_96592c6f77b34304ca4b40ae36ac00d0.sql", "original_file_path": "models\\core\\core__fact_governance_votes.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_governance_votes_BLOCK_ID", "alias": "fact_governance_votes_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_governance_votes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_governance_votes.yml\\dbt_expectations_expect_column_96592c6f77b34304ca4b40ae36ac00d0.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_96592c6f77b34304ca4b40ae36ac00d0"}, "created_at": 1670432240.1555586, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('BLOCK_ID' as \n varchar\n) as column_name,\n 0 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_governance_votes_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.core__fact_governance_votes"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_BLOCK_TIMESTAMP.21675bcd7b": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_798520c5d4e33b06fe4c36fb16f5499a\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('core__fact_governance_votes')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_governance_votes"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_798520c5d4e33b06fe4c36fb16f5499a", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_governance_votes_BLOCK_TIMESTAMP"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_BLOCK_TIMESTAMP.21675bcd7b", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_798520c5d4e33b06fe4c36fb16f5499a.sql", "original_file_path": "models\\core\\core__fact_governance_votes.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_governance_votes_BLOCK_TIMESTAMP", "alias": "fact_governance_votes_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_governance_votes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_governance_votes.yml\\dbt_expectations_expect_column_798520c5d4e33b06fe4c36fb16f5499a.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_798520c5d4e33b06fe4c36fb16f5499a"}, "created_at": 1670432240.1595702, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as column_name,\n 1 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_governance_votes_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.core__fact_governance_votes"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_BLOCKCHAIN.cd744bf5de": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_5641511e1378d725996af09971bcedb1\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('core__fact_governance_votes')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_governance_votes"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_5641511e1378d725996af09971bcedb1", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_governance_votes_BLOCKCHAIN"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_BLOCKCHAIN.cd744bf5de", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_5641511e1378d725996af09971bcedb1.sql", "original_file_path": "models\\core\\core__fact_governance_votes.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_governance_votes_BLOCKCHAIN", "alias": "fact_governance_votes_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_governance_votes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_governance_votes.yml\\dbt_expectations_expect_column_5641511e1378d725996af09971bcedb1.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_5641511e1378d725996af09971bcedb1"}, "created_at": 1670432240.1625485, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('BLOCKCHAIN' as \n varchar\n) as column_name,\n 2 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_governance_votes_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.core__fact_governance_votes"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_CHAIN_ID.88e95d51bf": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_22be52b6e47a122c2d5fea7f14a4051f\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('core__fact_governance_votes')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_governance_votes"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_22be52b6e47a122c2d5fea7f14a4051f", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_governance_votes_CHAIN_ID"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_CHAIN_ID.88e95d51bf", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_22be52b6e47a122c2d5fea7f14a4051f.sql", "original_file_path": "models\\core\\core__fact_governance_votes.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_governance_votes_CHAIN_ID", "alias": "fact_governance_votes_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_governance_votes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_governance_votes.yml\\dbt_expectations_expect_column_22be52b6e47a122c2d5fea7f14a4051f.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_22be52b6e47a122c2d5fea7f14a4051f"}, "created_at": 1670432240.1665585, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('CHAIN_ID' as \n varchar\n) as column_name,\n 3 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_governance_votes_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.core__fact_governance_votes"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_TX_ID.ec6a5f21b6": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_d6049229371780818cf99f9daebee135\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "TX_ID", "model": "{{ get_where_subquery(ref('core__fact_governance_votes')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_governance_votes"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_d6049229371780818cf99f9daebee135", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_governance_votes_TX_ID"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_TX_ID.ec6a5f21b6", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_d6049229371780818cf99f9daebee135.sql", "original_file_path": "models\\core\\core__fact_governance_votes.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_governance_votes_TX_ID", "alias": "fact_governance_votes_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_governance_votes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_governance_votes.yml\\dbt_expectations_expect_column_d6049229371780818cf99f9daebee135.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_d6049229371780818cf99f9daebee135"}, "created_at": 1670432240.17055, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('TX_ID' as \n varchar\n) as column_name,\n 4 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_governance_votes_TX_ID", "column_name": "TX_ID", "file_key_name": "models.core__fact_governance_votes"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_TX_STATUS.0e5f27fd3d": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_ab85eabfc350bada5ece768c52830cb6\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "TX_STATUS", "model": "{{ get_where_subquery(ref('core__fact_governance_votes')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_governance_votes"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_ab85eabfc350bada5ece768c52830cb6", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_governance_votes_TX_STATUS"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_TX_STATUS.0e5f27fd3d", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_ab85eabfc350bada5ece768c52830cb6.sql", "original_file_path": "models\\core\\core__fact_governance_votes.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_governance_votes_TX_STATUS", "alias": "fact_governance_votes_TX_STATUS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_governance_votes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_governance_votes.yml\\dbt_expectations_expect_column_ab85eabfc350bada5ece768c52830cb6.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_ab85eabfc350bada5ece768c52830cb6"}, "created_at": 1670432240.1744702, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('TX_STATUS' as \n varchar\n) as column_name,\n 5 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_governance_votes_TX_STATUS", "column_name": "TX_STATUS", "file_key_name": "models.core__fact_governance_votes"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_VOTER.39617dd3e8": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_e0084243cad9936acb8807546e7b7546\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "VOTER", "model": "{{ get_where_subquery(ref('core__fact_governance_votes')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_governance_votes"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_e0084243cad9936acb8807546e7b7546", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_governance_votes_VOTER"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_VOTER.39617dd3e8", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_e0084243cad9936acb8807546e7b7546.sql", "original_file_path": "models\\core\\core__fact_governance_votes.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_governance_votes_VOTER", "alias": "fact_governance_votes_VOTER", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_governance_votes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_governance_votes.yml\\dbt_expectations_expect_column_e0084243cad9936acb8807546e7b7546.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_e0084243cad9936acb8807546e7b7546"}, "created_at": 1670432240.1807725, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('VOTER' as \n varchar\n) as column_name,\n 6 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_governance_votes_VOTER", "column_name": "VOTER", "file_key_name": "models.core__fact_governance_votes"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_PROPOSAL_ID.56012275fa": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_513c9459b234d9a801bbae26903a5dc5\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "PROPOSAL_ID", "model": "{{ get_where_subquery(ref('core__fact_governance_votes')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_governance_votes"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_513c9459b234d9a801bbae26903a5dc5", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_governance_votes_PROPOSAL_ID"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_PROPOSAL_ID.56012275fa", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_513c9459b234d9a801bbae26903a5dc5.sql", "original_file_path": "models\\core\\core__fact_governance_votes.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_governance_votes_PROPOSAL_ID", "alias": "fact_governance_votes_PROPOSAL_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_governance_votes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_governance_votes.yml\\dbt_expectations_expect_column_513c9459b234d9a801bbae26903a5dc5.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_513c9459b234d9a801bbae26903a5dc5"}, "created_at": 1670432240.1878922, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('PROPOSAL_ID' as \n varchar\n) as column_name,\n 7 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_governance_votes_PROPOSAL_ID", "column_name": "PROPOSAL_ID", "file_key_name": "models.core__fact_governance_votes"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_VOTE_OPTION.da3bb68e41": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_be2ce92e210a51b4d0ea1ee905492c2e\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "VOTE_OPTION", "model": "{{ get_where_subquery(ref('core__fact_governance_votes')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_governance_votes"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_be2ce92e210a51b4d0ea1ee905492c2e", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_governance_votes_VOTE_OPTION"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_VOTE_OPTION.da3bb68e41", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_be2ce92e210a51b4d0ea1ee905492c2e.sql", "original_file_path": "models\\core\\core__fact_governance_votes.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_governance_votes_VOTE_OPTION", "alias": "fact_governance_votes_VOTE_OPTION", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_governance_votes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_governance_votes.yml\\dbt_expectations_expect_column_be2ce92e210a51b4d0ea1ee905492c2e.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_be2ce92e210a51b4d0ea1ee905492c2e"}, "created_at": 1670432240.193322, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('VOTE_OPTION' as \n varchar\n) as column_name,\n 8 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_governance_votes_VOTE_OPTION", "column_name": "VOTE_OPTION", "file_key_name": "models.core__fact_governance_votes"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_BLOCK_ID.492c85de2b": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_6270c6afef2e45f6ed1aaacf5d8a4da2\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('core__fact_locked_liquidity_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_locked_liquidity_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_6270c6afef2e45f6ed1aaacf5d8a4da2", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_BLOCK_ID"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_BLOCK_ID.492c85de2b", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_6270c6afef2e45f6ed1aaacf5d8a4da2.sql", "original_file_path": "models\\core\\core__fact_locked_liquidity_actions.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_BLOCK_ID", "alias": "fact_locked_liquidity_actions_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_locked_liquidity_actions.yml\\dbt_expectations_expect_column_6270c6afef2e45f6ed1aaacf5d8a4da2.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_6270c6afef2e45f6ed1aaacf5d8a4da2"}, "created_at": 1670432240.2543206, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('BLOCK_ID' as \n varchar\n) as column_name,\n 0 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_locked_liquidity_actions_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.core__fact_locked_liquidity_actions"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_BLOCK_TIMESTAMP.e1f22910a5": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_cead5a56a82de68075f945292bf24826\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('core__fact_locked_liquidity_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_locked_liquidity_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_cead5a56a82de68075f945292bf24826", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_BLOCK_TIMESTAMP"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_BLOCK_TIMESTAMP.e1f22910a5", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_cead5a56a82de68075f945292bf24826.sql", "original_file_path": "models\\core\\core__fact_locked_liquidity_actions.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_BLOCK_TIMESTAMP", "alias": "fact_locked_liquidity_actions_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_locked_liquidity_actions.yml\\dbt_expectations_expect_column_cead5a56a82de68075f945292bf24826.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_cead5a56a82de68075f945292bf24826"}, "created_at": 1670432240.2583206, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as column_name,\n 1 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_locked_liquidity_actions_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.core__fact_locked_liquidity_actions"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_BLOCKCHAIN.b6c1a9e1dc": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_40221e609b28baa8cb139ad2b6644137\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('core__fact_locked_liquidity_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_locked_liquidity_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_40221e609b28baa8cb139ad2b6644137", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_BLOCKCHAIN"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_BLOCKCHAIN.b6c1a9e1dc", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_40221e609b28baa8cb139ad2b6644137.sql", "original_file_path": "models\\core\\core__fact_locked_liquidity_actions.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_BLOCKCHAIN", "alias": "fact_locked_liquidity_actions_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_locked_liquidity_actions.yml\\dbt_expectations_expect_column_40221e609b28baa8cb139ad2b6644137.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_40221e609b28baa8cb139ad2b6644137"}, "created_at": 1670432240.2613206, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('BLOCKCHAIN' as \n varchar\n) as column_name,\n 2 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_locked_liquidity_actions_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.core__fact_locked_liquidity_actions"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_CHAIN_ID.311b17954d": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_215da66906116a2e7514a3087af17125\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('core__fact_locked_liquidity_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_locked_liquidity_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_215da66906116a2e7514a3087af17125", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_CHAIN_ID"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_CHAIN_ID.311b17954d", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_215da66906116a2e7514a3087af17125.sql", "original_file_path": "models\\core\\core__fact_locked_liquidity_actions.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_CHAIN_ID", "alias": "fact_locked_liquidity_actions_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_locked_liquidity_actions.yml\\dbt_expectations_expect_column_215da66906116a2e7514a3087af17125.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_215da66906116a2e7514a3087af17125"}, "created_at": 1670432240.2653215, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('CHAIN_ID' as \n varchar\n) as column_name,\n 3 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_locked_liquidity_actions_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.core__fact_locked_liquidity_actions"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_TX_ID.029ad6a46e": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_bfd12016b4591759cc1b99c5ba052f91\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "TX_ID", "model": "{{ get_where_subquery(ref('core__fact_locked_liquidity_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_locked_liquidity_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_bfd12016b4591759cc1b99c5ba052f91", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_TX_ID"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_TX_ID.029ad6a46e", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_bfd12016b4591759cc1b99c5ba052f91.sql", "original_file_path": "models\\core\\core__fact_locked_liquidity_actions.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_TX_ID", "alias": "fact_locked_liquidity_actions_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_locked_liquidity_actions.yml\\dbt_expectations_expect_column_bfd12016b4591759cc1b99c5ba052f91.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_bfd12016b4591759cc1b99c5ba052f91"}, "created_at": 1670432240.2693207, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('TX_ID' as \n varchar\n) as column_name,\n 4 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_locked_liquidity_actions_TX_ID", "column_name": "TX_ID", "file_key_name": "models.core__fact_locked_liquidity_actions"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_TX_STATUS.756f1a8d6d": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_c92ad078f12c72fdea2a36ac49501a2b\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "TX_STATUS", "model": "{{ get_where_subquery(ref('core__fact_locked_liquidity_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_locked_liquidity_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_c92ad078f12c72fdea2a36ac49501a2b", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_TX_STATUS"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_TX_STATUS.756f1a8d6d", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_c92ad078f12c72fdea2a36ac49501a2b.sql", "original_file_path": "models\\core\\core__fact_locked_liquidity_actions.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_TX_STATUS", "alias": "fact_locked_liquidity_actions_TX_STATUS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_locked_liquidity_actions.yml\\dbt_expectations_expect_column_c92ad078f12c72fdea2a36ac49501a2b.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_c92ad078f12c72fdea2a36ac49501a2b"}, "created_at": 1670432240.272321, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('TX_STATUS' as \n varchar\n) as column_name,\n 5 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_locked_liquidity_actions_TX_STATUS", "column_name": "TX_STATUS", "file_key_name": "models.core__fact_locked_liquidity_actions"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_MSG_GROUP.3eac4f7b6c": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_607d987e9d187a3abf730051b7c1d86c\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "MSG_GROUP", "model": "{{ get_where_subquery(ref('core__fact_locked_liquidity_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_locked_liquidity_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_607d987e9d187a3abf730051b7c1d86c", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_MSG_GROUP"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_MSG_GROUP.3eac4f7b6c", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_607d987e9d187a3abf730051b7c1d86c.sql", "original_file_path": "models\\core\\core__fact_locked_liquidity_actions.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_MSG_GROUP", "alias": "fact_locked_liquidity_actions_MSG_GROUP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_locked_liquidity_actions.yml\\dbt_expectations_expect_column_607d987e9d187a3abf730051b7c1d86c.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_607d987e9d187a3abf730051b7c1d86c"}, "created_at": 1670432240.2763205, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('MSG_GROUP' as \n varchar\n) as column_name,\n 6 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_locked_liquidity_actions_MSG_GROUP", "column_name": "MSG_GROUP", "file_key_name": "models.core__fact_locked_liquidity_actions"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_MSG_ACTION.6a18baaf6f": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_35745f99a9c84df8d144b38d5cf105c3\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "MSG_ACTION", "model": "{{ get_where_subquery(ref('core__fact_locked_liquidity_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_locked_liquidity_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_35745f99a9c84df8d144b38d5cf105c3", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_MSG_ACTION"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_MSG_ACTION.6a18baaf6f", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_35745f99a9c84df8d144b38d5cf105c3.sql", "original_file_path": "models\\core\\core__fact_locked_liquidity_actions.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_MSG_ACTION", "alias": "fact_locked_liquidity_actions_MSG_ACTION", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_locked_liquidity_actions.yml\\dbt_expectations_expect_column_35745f99a9c84df8d144b38d5cf105c3.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_35745f99a9c84df8d144b38d5cf105c3"}, "created_at": 1670432240.2793212, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('MSG_ACTION' as \n varchar\n) as column_name,\n 8 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_locked_liquidity_actions_MSG_ACTION", "column_name": "MSG_ACTION", "file_key_name": "models.core__fact_locked_liquidity_actions"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_MSG_ACTION_DESCRIPTION.72e94dd816": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_7740c06c933d87021b5b52f2204d41f5\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "MSG_ACTION_DESCRIPTION", "model": "{{ get_where_subquery(ref('core__fact_locked_liquidity_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_locked_liquidity_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_7740c06c933d87021b5b52f2204d41f5", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_MSG_ACTION_DESCRIPTION"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_MSG_ACTION_DESCRIPTION.72e94dd816", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_7740c06c933d87021b5b52f2204d41f5.sql", "original_file_path": "models\\core\\core__fact_locked_liquidity_actions.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_MSG_ACTION_DESCRIPTION", "alias": "fact_locked_liquidity_actions_MSG_ACTION_DESCRIPTION", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_locked_liquidity_actions.yml\\dbt_expectations_expect_column_7740c06c933d87021b5b52f2204d41f5.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_7740c06c933d87021b5b52f2204d41f5"}, "created_at": 1670432240.2833211, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('MSG_ACTION_DESCRIPTION' as \n varchar\n) as column_name,\n 9 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_locked_liquidity_actions_MSG_ACTION_DESCRIPTION", "column_name": "MSG_ACTION_DESCRIPTION", "file_key_name": "models.core__fact_locked_liquidity_actions"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_LOCKER_ADDRESS.2139e198f2": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_4cfce8a25dcfcc973295d5a7516c77b4\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "LOCKER_ADDRESS", "model": "{{ get_where_subquery(ref('core__fact_locked_liquidity_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_locked_liquidity_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_4cfce8a25dcfcc973295d5a7516c77b4", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_LOCKER_ADDRESS"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_LOCKER_ADDRESS.2139e198f2", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_4cfce8a25dcfcc973295d5a7516c77b4.sql", "original_file_path": "models\\core\\core__fact_locked_liquidity_actions.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_LOCKER_ADDRESS", "alias": "fact_locked_liquidity_actions_LOCKER_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_locked_liquidity_actions.yml\\dbt_expectations_expect_column_4cfce8a25dcfcc973295d5a7516c77b4.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_4cfce8a25dcfcc973295d5a7516c77b4"}, "created_at": 1670432240.287321, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('LOCKER_ADDRESS' as \n varchar\n) as column_name,\n 10 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_locked_liquidity_actions_LOCKER_ADDRESS", "column_name": "LOCKER_ADDRESS", "file_key_name": "models.core__fact_locked_liquidity_actions"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_LOCK_ID.26adc06491": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_39f0484fc9c1dadb17916bd42f480501\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "LOCK_ID", "model": "{{ get_where_subquery(ref('core__fact_locked_liquidity_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_locked_liquidity_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_39f0484fc9c1dadb17916bd42f480501", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_LOCK_ID"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_LOCK_ID.26adc06491", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_39f0484fc9c1dadb17916bd42f480501.sql", "original_file_path": "models\\core\\core__fact_locked_liquidity_actions.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_LOCK_ID", "alias": "fact_locked_liquidity_actions_LOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_locked_liquidity_actions.yml\\dbt_expectations_expect_column_39f0484fc9c1dadb17916bd42f480501.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_39f0484fc9c1dadb17916bd42f480501"}, "created_at": 1670432240.2903209, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('LOCK_ID' as \n varchar\n) as column_name,\n 11 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_locked_liquidity_actions_LOCK_ID", "column_name": "LOCK_ID", "file_key_name": "models.core__fact_locked_liquidity_actions"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_POOL_ID.8fe568c1c6": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_d7af34188721f5997b5230583081c717\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "POOL_ID", "model": "{{ get_where_subquery(ref('core__fact_locked_liquidity_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_locked_liquidity_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_d7af34188721f5997b5230583081c717", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_POOL_ID"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_POOL_ID.8fe568c1c6", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_d7af34188721f5997b5230583081c717.sql", "original_file_path": "models\\core\\core__fact_locked_liquidity_actions.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_POOL_ID", "alias": "fact_locked_liquidity_actions_POOL_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_locked_liquidity_actions.yml\\dbt_expectations_expect_column_d7af34188721f5997b5230583081c717.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_d7af34188721f5997b5230583081c717"}, "created_at": 1670432240.2943206, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('POOL_ID' as \n varchar\n) as column_name,\n 15 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_locked_liquidity_actions_POOL_ID", "column_name": "POOL_ID", "file_key_name": "models.core__fact_locked_liquidity_actions"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_AMOUNT.bf2f7fe82c": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_6ca1692d2999e9fe64cc9ecc0242131c\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "AMOUNT", "model": "{{ get_where_subquery(ref('core__fact_locked_liquidity_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_locked_liquidity_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_6ca1692d2999e9fe64cc9ecc0242131c", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_AMOUNT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_AMOUNT.bf2f7fe82c", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_6ca1692d2999e9fe64cc9ecc0242131c.sql", "original_file_path": "models\\core\\core__fact_locked_liquidity_actions.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_AMOUNT", "alias": "fact_locked_liquidity_actions_AMOUNT", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_locked_liquidity_actions.yml\\dbt_expectations_expect_column_6ca1692d2999e9fe64cc9ecc0242131c.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_6ca1692d2999e9fe64cc9ecc0242131c"}, "created_at": 1670432240.29832, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('AMOUNT' as \n varchar\n) as column_name,\n 12 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_locked_liquidity_actions_AMOUNT", "column_name": "AMOUNT", "file_key_name": "models.core__fact_locked_liquidity_actions"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_CURRENCY.ce0427eb08": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_b5f9775c5701d5ddfdad0fa31abecccd\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "CURRENCY", "model": "{{ get_where_subquery(ref('core__fact_locked_liquidity_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_locked_liquidity_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_b5f9775c5701d5ddfdad0fa31abecccd", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_CURRENCY"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_CURRENCY.ce0427eb08", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_b5f9775c5701d5ddfdad0fa31abecccd.sql", "original_file_path": "models\\core\\core__fact_locked_liquidity_actions.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_CURRENCY", "alias": "fact_locked_liquidity_actions_CURRENCY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_locked_liquidity_actions.yml\\dbt_expectations_expect_column_b5f9775c5701d5ddfdad0fa31abecccd.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_b5f9775c5701d5ddfdad0fa31abecccd"}, "created_at": 1670432240.3025007, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('CURRENCY' as \n varchar\n) as column_name,\n 13 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_locked_liquidity_actions_CURRENCY", "column_name": "CURRENCY", "file_key_name": "models.core__fact_locked_liquidity_actions"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_DECIMAL.0ab80dbc1d": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_fc511a4ecb9710296b01d3dfd274e9d6\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "DECIMAL", "model": "{{ get_where_subquery(ref('core__fact_locked_liquidity_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_locked_liquidity_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_fc511a4ecb9710296b01d3dfd274e9d6", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_DECIMAL"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_DECIMAL.0ab80dbc1d", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_fc511a4ecb9710296b01d3dfd274e9d6.sql", "original_file_path": "models\\core\\core__fact_locked_liquidity_actions.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_DECIMAL", "alias": "fact_locked_liquidity_actions_DECIMAL", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_locked_liquidity_actions.yml\\dbt_expectations_expect_column_fc511a4ecb9710296b01d3dfd274e9d6.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_fc511a4ecb9710296b01d3dfd274e9d6"}, "created_at": 1670432240.3055015, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('DECIMAL' as \n varchar\n) as column_name,\n 14 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_locked_liquidity_actions_DECIMAL", "column_name": "DECIMAL", "file_key_name": "models.core__fact_locked_liquidity_actions"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_LOCK_DURATION.14a1f75ff0": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_5f4e93a5a5957008e72bb2493bf8dee1\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "LOCK_DURATION", "model": "{{ get_where_subquery(ref('core__fact_locked_liquidity_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_locked_liquidity_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_5f4e93a5a5957008e72bb2493bf8dee1", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_LOCK_DURATION"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_LOCK_DURATION.14a1f75ff0", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_5f4e93a5a5957008e72bb2493bf8dee1.sql", "original_file_path": "models\\core\\core__fact_locked_liquidity_actions.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_LOCK_DURATION", "alias": "fact_locked_liquidity_actions_LOCK_DURATION", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_locked_liquidity_actions.yml\\dbt_expectations_expect_column_5f4e93a5a5957008e72bb2493bf8dee1.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_5f4e93a5a5957008e72bb2493bf8dee1"}, "created_at": 1670432240.3085005, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('LOCK_DURATION' as \n varchar\n) as column_name,\n 16 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_locked_liquidity_actions_LOCK_DURATION", "column_name": "LOCK_DURATION", "file_key_name": "models.core__fact_locked_liquidity_actions"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_UNLOCK_TIME.d9e63d31a2": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_5fb0f2ca265729c9f00c3ba9fd4818c1\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "UNLOCK_TIME", "model": "{{ get_where_subquery(ref('core__fact_locked_liquidity_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_locked_liquidity_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_5fb0f2ca265729c9f00c3ba9fd4818c1", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_UNLOCK_TIME"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_UNLOCK_TIME.d9e63d31a2", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_5fb0f2ca265729c9f00c3ba9fd4818c1.sql", "original_file_path": "models\\core\\core__fact_locked_liquidity_actions.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_UNLOCK_TIME", "alias": "fact_locked_liquidity_actions_UNLOCK_TIME", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_locked_liquidity_actions.yml\\dbt_expectations_expect_column_5fb0f2ca265729c9f00c3ba9fd4818c1.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_5fb0f2ca265729c9f00c3ba9fd4818c1"}, "created_at": 1670432240.3125005, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('UNLOCK_TIME' as \n varchar\n) as column_name,\n 17 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_locked_liquidity_actions_UNLOCK_TIME", "column_name": "UNLOCK_TIME", "file_key_name": "models.core__fact_locked_liquidity_actions"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_IS_SUPERFLUID.747f821f90": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_405c83abf5dd9aaad477da2bc2c95901\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "IS_SUPERFLUID", "model": "{{ get_where_subquery(ref('core__fact_locked_liquidity_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_locked_liquidity_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_405c83abf5dd9aaad477da2bc2c95901", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_IS_SUPERFLUID"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_IS_SUPERFLUID.747f821f90", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_405c83abf5dd9aaad477da2bc2c95901.sql", "original_file_path": "models\\core\\core__fact_locked_liquidity_actions.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_IS_SUPERFLUID", "alias": "fact_locked_liquidity_actions_IS_SUPERFLUID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_locked_liquidity_actions.yml\\dbt_expectations_expect_column_405c83abf5dd9aaad477da2bc2c95901.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_405c83abf5dd9aaad477da2bc2c95901"}, "created_at": 1670432240.3165007, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('IS_SUPERFLUID' as \n varchar\n) as column_name,\n 18 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_locked_liquidity_actions_IS_SUPERFLUID", "column_name": "IS_SUPERFLUID", "file_key_name": "models.core__fact_locked_liquidity_actions"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_UNPOOL_NEW_LOCK_IDS.dff4ccf333": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_7316a4fc1ce23b2bb904ed8e2c300024\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "UNPOOL_NEW_LOCK_IDS", "model": "{{ get_where_subquery(ref('core__fact_locked_liquidity_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_locked_liquidity_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_7316a4fc1ce23b2bb904ed8e2c300024", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_UNPOOL_NEW_LOCK_IDS"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_UNPOOL_NEW_LOCK_IDS.dff4ccf333", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_7316a4fc1ce23b2bb904ed8e2c300024.sql", "original_file_path": "models\\core\\core__fact_locked_liquidity_actions.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_UNPOOL_NEW_LOCK_IDS", "alias": "fact_locked_liquidity_actions_UNPOOL_NEW_LOCK_IDS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_locked_liquidity_actions.yml\\dbt_expectations_expect_column_7316a4fc1ce23b2bb904ed8e2c300024.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_7316a4fc1ce23b2bb904ed8e2c300024"}, "created_at": 1670432240.3195012, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('UNPOOL_NEW_LOCK_IDS' as \n varchar\n) as column_name,\n 19 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_locked_liquidity_actions_UNPOOL_NEW_LOCK_IDS", "column_name": "UNPOOL_NEW_LOCK_IDS", "file_key_name": "models.core__fact_locked_liquidity_actions"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_BLOCK_ID.faa38255c9": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_a570a4ead3291c1ad8d5468a3c834c19\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('core__fact_msgs')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_msgs"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_a570a4ead3291c1ad8d5468a3c834c19", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_msgs_BLOCK_ID"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_BLOCK_ID.faa38255c9", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_a570a4ead3291c1ad8d5468a3c834c19.sql", "original_file_path": "models\\core\\core__fact_msgs.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_msgs_BLOCK_ID", "alias": "fact_msgs_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_msgs"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_msgs.yml\\dbt_expectations_expect_column_a570a4ead3291c1ad8d5468a3c834c19.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_a570a4ead3291c1ad8d5468a3c834c19"}, "created_at": 1670432240.3275003, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('BLOCK_ID' as \n varchar\n) as column_name,\n 0 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_msgs_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.core__fact_msgs"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_BLOCK_TIMESTAMP.cb0d0e3790": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_27b86ac45811bf95779ad1996e472190\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('core__fact_msgs')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_msgs"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_27b86ac45811bf95779ad1996e472190", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_msgs_BLOCK_TIMESTAMP"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_BLOCK_TIMESTAMP.cb0d0e3790", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_27b86ac45811bf95779ad1996e472190.sql", "original_file_path": "models\\core\\core__fact_msgs.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_msgs_BLOCK_TIMESTAMP", "alias": "fact_msgs_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_msgs"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_msgs.yml\\dbt_expectations_expect_column_27b86ac45811bf95779ad1996e472190.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_27b86ac45811bf95779ad1996e472190"}, "created_at": 1670432240.3315015, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as column_name,\n 1 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_msgs_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.core__fact_msgs"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_BLOCKCHAIN.ae346ad8fd": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_c1c74c3df62ed02ea658255e3d9ae39e\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('core__fact_msgs')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_msgs"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_c1c74c3df62ed02ea658255e3d9ae39e", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_msgs_BLOCKCHAIN"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_BLOCKCHAIN.ae346ad8fd", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_c1c74c3df62ed02ea658255e3d9ae39e.sql", "original_file_path": "models\\core\\core__fact_msgs.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_msgs_BLOCKCHAIN", "alias": "fact_msgs_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_msgs"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_msgs.yml\\dbt_expectations_expect_column_c1c74c3df62ed02ea658255e3d9ae39e.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_c1c74c3df62ed02ea658255e3d9ae39e"}, "created_at": 1670432240.3355007, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('BLOCKCHAIN' as \n varchar\n) as column_name,\n 2 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_msgs_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.core__fact_msgs"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_CHAIN_ID.de462fe441": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_db03cfec57c35d65317f03e6826c6006\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('core__fact_msgs')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_msgs"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_db03cfec57c35d65317f03e6826c6006", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_msgs_CHAIN_ID"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_CHAIN_ID.de462fe441", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_db03cfec57c35d65317f03e6826c6006.sql", "original_file_path": "models\\core\\core__fact_msgs.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_msgs_CHAIN_ID", "alias": "fact_msgs_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_msgs"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_msgs.yml\\dbt_expectations_expect_column_db03cfec57c35d65317f03e6826c6006.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_db03cfec57c35d65317f03e6826c6006"}, "created_at": 1670432240.3385012, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('CHAIN_ID' as \n varchar\n) as column_name,\n 3 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_msgs_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.core__fact_msgs"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_TX_ID.c4b71cafbe": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "TX_ID", "model": "{{ get_where_subquery(ref('core__fact_msgs')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_msgs"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_msgs_TX_ID"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_TX_ID.c4b71cafbe", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_to_exist_core__fact_msgs_TX_ID.sql", "original_file_path": "models\\core\\core__fact_msgs.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_msgs_TX_ID", "alias": "fact_msgs_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_msgs"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_msgs.yml\\dbt_expectations_expect_column_to_exist_core__fact_msgs_TX_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670432240.3425004, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('TX_ID' as \n varchar\n) as column_name,\n 4 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_msgs_TX_ID", "column_name": "TX_ID", "file_key_name": "models.core__fact_msgs"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_TX_STATUS.dc83b6b237": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_9d169e87c0e95ddd4cf6fe1e69b20fd9\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "TX_STATUS", "model": "{{ get_where_subquery(ref('core__fact_msgs')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_msgs"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_9d169e87c0e95ddd4cf6fe1e69b20fd9", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_msgs_TX_STATUS"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_TX_STATUS.dc83b6b237", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_9d169e87c0e95ddd4cf6fe1e69b20fd9.sql", "original_file_path": "models\\core\\core__fact_msgs.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_msgs_TX_STATUS", "alias": "fact_msgs_TX_STATUS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_msgs"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_msgs.yml\\dbt_expectations_expect_column_9d169e87c0e95ddd4cf6fe1e69b20fd9.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_9d169e87c0e95ddd4cf6fe1e69b20fd9"}, "created_at": 1670432240.3455, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('TX_STATUS' as \n varchar\n) as column_name,\n 5 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_msgs_TX_STATUS", "column_name": "TX_STATUS", "file_key_name": "models.core__fact_msgs"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_MSG_GROUP.32d74436d2": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_5ff94a97fceee10389168039b58af910\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "MSG_GROUP", "model": "{{ get_where_subquery(ref('core__fact_msgs')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_msgs"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_5ff94a97fceee10389168039b58af910", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_msgs_MSG_GROUP"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_MSG_GROUP.32d74436d2", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_5ff94a97fceee10389168039b58af910.sql", "original_file_path": "models\\core\\core__fact_msgs.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_msgs_MSG_GROUP", "alias": "fact_msgs_MSG_GROUP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_msgs"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_msgs.yml\\dbt_expectations_expect_column_5ff94a97fceee10389168039b58af910.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_5ff94a97fceee10389168039b58af910"}, "created_at": 1670432240.3494985, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('MSG_GROUP' as \n varchar\n) as column_name,\n 6 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_msgs_MSG_GROUP", "column_name": "MSG_GROUP", "file_key_name": "models.core__fact_msgs"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_MSG_INDEX.32d6a4e7cb": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_78ae1f1ff97203b6084d21131c2ff37c\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "MSG_INDEX", "model": "{{ get_where_subquery(ref('core__fact_msgs')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_msgs"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_78ae1f1ff97203b6084d21131c2ff37c", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_msgs_MSG_INDEX"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_MSG_INDEX.32d6a4e7cb", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_78ae1f1ff97203b6084d21131c2ff37c.sql", "original_file_path": "models\\core\\core__fact_msgs.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_msgs_MSG_INDEX", "alias": "fact_msgs_MSG_INDEX", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_msgs"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_msgs.yml\\dbt_expectations_expect_column_78ae1f1ff97203b6084d21131c2ff37c.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_78ae1f1ff97203b6084d21131c2ff37c"}, "created_at": 1670432240.3525004, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('MSG_INDEX' as \n varchar\n) as column_name,\n 7 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_msgs_MSG_INDEX", "column_name": "MSG_INDEX", "file_key_name": "models.core__fact_msgs"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_MSG_TYPE.e48648d983": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_0f6fb49d1389295c5657710f8afb86a6\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "MSG_TYPE", "model": "{{ get_where_subquery(ref('core__fact_msgs')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_msgs"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_0f6fb49d1389295c5657710f8afb86a6", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_msgs_MSG_TYPE"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_MSG_TYPE.e48648d983", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_0f6fb49d1389295c5657710f8afb86a6.sql", "original_file_path": "models\\core\\core__fact_msgs.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_msgs_MSG_TYPE", "alias": "fact_msgs_MSG_TYPE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_msgs"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_msgs.yml\\dbt_expectations_expect_column_0f6fb49d1389295c5657710f8afb86a6.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_0f6fb49d1389295c5657710f8afb86a6"}, "created_at": 1670432240.3565001, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('MSG_TYPE' as \n varchar\n) as column_name,\n 8 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_msgs_MSG_TYPE", "column_name": "MSG_TYPE", "file_key_name": "models.core__fact_msgs"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_MSG.f1f3ebfcd4": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "MSG", "model": "{{ get_where_subquery(ref('core__fact_msgs')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_msgs"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_msgs_MSG"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_MSG.f1f3ebfcd4", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_to_exist_core__fact_msgs_MSG.sql", "original_file_path": "models\\core\\core__fact_msgs.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_msgs_MSG", "alias": "fact_msgs_MSG", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_msgs"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_msgs.yml\\dbt_expectations_expect_column_to_exist_core__fact_msgs_MSG.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670432240.359501, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('MSG' as \n varchar\n) as column_name,\n 9 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_msgs_MSG", "column_name": "MSG", "file_key_name": "models.core__fact_msgs"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_BLOCK_ID.7b9a016433": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_94441ddb88077bf48c5af2329ae23037\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('core__fact_msg_attributes')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_msg_attributes"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_94441ddb88077bf48c5af2329ae23037", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_BLOCK_ID"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_BLOCK_ID.7b9a016433", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_94441ddb88077bf48c5af2329ae23037.sql", "original_file_path": "models\\core\\core__fact_msg_attributes.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_BLOCK_ID", "alias": "fact_msg_attributes_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_msg_attributes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_msg_attributes.yml\\dbt_expectations_expect_column_94441ddb88077bf48c5af2329ae23037.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_94441ddb88077bf48c5af2329ae23037"}, "created_at": 1670432240.3675003, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('BLOCK_ID' as \n varchar\n) as column_name,\n 0 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_msg_attributes_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.core__fact_msg_attributes"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_BLOCK_TIMESTAMP.11e5f5562c": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_4aa07486a0666336c0d3e1952f8247d4\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('core__fact_msg_attributes')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_msg_attributes"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_4aa07486a0666336c0d3e1952f8247d4", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_BLOCK_TIMESTAMP"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_BLOCK_TIMESTAMP.11e5f5562c", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_4aa07486a0666336c0d3e1952f8247d4.sql", "original_file_path": "models\\core\\core__fact_msg_attributes.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_BLOCK_TIMESTAMP", "alias": "fact_msg_attributes_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_msg_attributes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_msg_attributes.yml\\dbt_expectations_expect_column_4aa07486a0666336c0d3e1952f8247d4.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_4aa07486a0666336c0d3e1952f8247d4"}, "created_at": 1670432240.3715005, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as column_name,\n 1 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_msg_attributes_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.core__fact_msg_attributes"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_BLOCKCHAIN.356c2dfa46": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_12447957e7b693117106d66c9a029d73\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('core__fact_msg_attributes')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_msg_attributes"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_12447957e7b693117106d66c9a029d73", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_BLOCKCHAIN"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_BLOCKCHAIN.356c2dfa46", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_12447957e7b693117106d66c9a029d73.sql", "original_file_path": "models\\core\\core__fact_msg_attributes.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_BLOCKCHAIN", "alias": "fact_msg_attributes_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_msg_attributes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_msg_attributes.yml\\dbt_expectations_expect_column_12447957e7b693117106d66c9a029d73.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_12447957e7b693117106d66c9a029d73"}, "created_at": 1670432240.3745005, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('BLOCKCHAIN' as \n varchar\n) as column_name,\n 2 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_msg_attributes_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.core__fact_msg_attributes"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_CHAIN_ID.2983b83289": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_1f4d85530181df62d000f42a8188858d\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('core__fact_msg_attributes')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_msg_attributes"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_1f4d85530181df62d000f42a8188858d", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_CHAIN_ID"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_CHAIN_ID.2983b83289", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_1f4d85530181df62d000f42a8188858d.sql", "original_file_path": "models\\core\\core__fact_msg_attributes.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_CHAIN_ID", "alias": "fact_msg_attributes_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_msg_attributes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_msg_attributes.yml\\dbt_expectations_expect_column_1f4d85530181df62d000f42a8188858d.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_1f4d85530181df62d000f42a8188858d"}, "created_at": 1670432240.3785007, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('CHAIN_ID' as \n varchar\n) as column_name,\n 3 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_msg_attributes_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.core__fact_msg_attributes"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_TX_ID.cab7fab11b": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_22ca003994e1c60c4c224c9408ca1a04\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "TX_ID", "model": "{{ get_where_subquery(ref('core__fact_msg_attributes')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_msg_attributes"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_22ca003994e1c60c4c224c9408ca1a04", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_TX_ID"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_TX_ID.cab7fab11b", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_22ca003994e1c60c4c224c9408ca1a04.sql", "original_file_path": "models\\core\\core__fact_msg_attributes.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_TX_ID", "alias": "fact_msg_attributes_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_msg_attributes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_msg_attributes.yml\\dbt_expectations_expect_column_22ca003994e1c60c4c224c9408ca1a04.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_22ca003994e1c60c4c224c9408ca1a04"}, "created_at": 1670432240.382501, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('TX_ID' as \n varchar\n) as column_name,\n 4 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_msg_attributes_TX_ID", "column_name": "TX_ID", "file_key_name": "models.core__fact_msg_attributes"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_MSG_GROUP.f1ed86ed4e": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_060a37d586c43ca861c7fb64d7764920\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "MSG_GROUP", "model": "{{ get_where_subquery(ref('core__fact_msg_attributes')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_msg_attributes"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_060a37d586c43ca861c7fb64d7764920", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_MSG_GROUP"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_MSG_GROUP.f1ed86ed4e", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_060a37d586c43ca861c7fb64d7764920.sql", "original_file_path": "models\\core\\core__fact_msg_attributes.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_MSG_GROUP", "alias": "fact_msg_attributes_MSG_GROUP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_msg_attributes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_msg_attributes.yml\\dbt_expectations_expect_column_060a37d586c43ca861c7fb64d7764920.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_060a37d586c43ca861c7fb64d7764920"}, "created_at": 1670432240.3855004, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('MSG_GROUP' as \n varchar\n) as column_name,\n 5 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_msg_attributes_MSG_GROUP", "column_name": "MSG_GROUP", "file_key_name": "models.core__fact_msg_attributes"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_MSG_INDEX.d0e91438b3": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_8240c937ee6166a16aa573466aac2e97\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "MSG_INDEX", "model": "{{ get_where_subquery(ref('core__fact_msg_attributes')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_msg_attributes"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_8240c937ee6166a16aa573466aac2e97", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_MSG_INDEX"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_MSG_INDEX.d0e91438b3", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_8240c937ee6166a16aa573466aac2e97.sql", "original_file_path": "models\\core\\core__fact_msg_attributes.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_MSG_INDEX", "alias": "fact_msg_attributes_MSG_INDEX", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_msg_attributes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_msg_attributes.yml\\dbt_expectations_expect_column_8240c937ee6166a16aa573466aac2e97.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_8240c937ee6166a16aa573466aac2e97"}, "created_at": 1670432240.3895004, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('MSG_INDEX' as \n varchar\n) as column_name,\n 6 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_msg_attributes_MSG_INDEX", "column_name": "MSG_INDEX", "file_key_name": "models.core__fact_msg_attributes"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_MSG_TYPE.b2b48e2e7f": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_49bcdc35189875980e0989916a6f0011\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "MSG_TYPE", "model": "{{ get_where_subquery(ref('core__fact_msg_attributes')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_msg_attributes"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_49bcdc35189875980e0989916a6f0011", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_MSG_TYPE"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_MSG_TYPE.b2b48e2e7f", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_49bcdc35189875980e0989916a6f0011.sql", "original_file_path": "models\\core\\core__fact_msg_attributes.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_MSG_TYPE", "alias": "fact_msg_attributes_MSG_TYPE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_msg_attributes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_msg_attributes.yml\\dbt_expectations_expect_column_49bcdc35189875980e0989916a6f0011.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_49bcdc35189875980e0989916a6f0011"}, "created_at": 1670432240.3925006, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('MSG_TYPE' as \n varchar\n) as column_name,\n 7 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_msg_attributes_MSG_TYPE", "column_name": "MSG_TYPE", "file_key_name": "models.core__fact_msg_attributes"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_ATTRIBUTE_KEY.978c26f41e": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_8d392900ed4aaaeb5f58f5952068a972\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "ATTRIBUTE_KEY", "model": "{{ get_where_subquery(ref('core__fact_msg_attributes')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_msg_attributes"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_8d392900ed4aaaeb5f58f5952068a972", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_ATTRIBUTE_KEY"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_ATTRIBUTE_KEY.978c26f41e", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_8d392900ed4aaaeb5f58f5952068a972.sql", "original_file_path": "models\\core\\core__fact_msg_attributes.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_ATTRIBUTE_KEY", "alias": "fact_msg_attributes_ATTRIBUTE_KEY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_msg_attributes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_msg_attributes.yml\\dbt_expectations_expect_column_8d392900ed4aaaeb5f58f5952068a972.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_8d392900ed4aaaeb5f58f5952068a972"}, "created_at": 1670432240.3965008, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('ATTRIBUTE_KEY' as \n varchar\n) as column_name,\n 9 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_msg_attributes_ATTRIBUTE_KEY", "column_name": "ATTRIBUTE_KEY", "file_key_name": "models.core__fact_msg_attributes"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_ATTRIBUTE_VALUE.f316cfca60": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_838ecceda25c1da517356638286f87f1\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "ATTRIBUTE_VALUE", "model": "{{ get_where_subquery(ref('core__fact_msg_attributes')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_msg_attributes"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_838ecceda25c1da517356638286f87f1", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_ATTRIBUTE_VALUE"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_ATTRIBUTE_VALUE.f316cfca60", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_838ecceda25c1da517356638286f87f1.sql", "original_file_path": "models\\core\\core__fact_msg_attributes.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_ATTRIBUTE_VALUE", "alias": "fact_msg_attributes_ATTRIBUTE_VALUE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_msg_attributes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_msg_attributes.yml\\dbt_expectations_expect_column_838ecceda25c1da517356638286f87f1.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_838ecceda25c1da517356638286f87f1"}, "created_at": 1670432240.4005003, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('ATTRIBUTE_VALUE' as \n varchar\n) as column_name,\n 10 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_msg_attributes_ATTRIBUTE_VALUE", "column_name": "ATTRIBUTE_VALUE", "file_key_name": "models.core__fact_msg_attributes"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_BLOCK_ID.4035f141b2": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_952a66fc10cf27927ddcef04a08f9439\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('core__fact_staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_952a66fc10cf27927ddcef04a08f9439", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_staking_BLOCK_ID"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_BLOCK_ID.4035f141b2", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_952a66fc10cf27927ddcef04a08f9439.sql", "original_file_path": "models\\core\\core__fact_staking.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_staking_BLOCK_ID", "alias": "fact_staking_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_staking.yml\\dbt_expectations_expect_column_952a66fc10cf27927ddcef04a08f9439.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_952a66fc10cf27927ddcef04a08f9439"}, "created_at": 1670432240.4085002, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('BLOCK_ID' as \n varchar\n) as column_name,\n 0 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_staking_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.core__fact_staking"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_BLOCK_TIMESTAMP.534a269d8f": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_353d4c356a3362cee48fdc73a75bf63e\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('core__fact_staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_353d4c356a3362cee48fdc73a75bf63e", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_staking_BLOCK_TIMESTAMP"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_BLOCK_TIMESTAMP.534a269d8f", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_353d4c356a3362cee48fdc73a75bf63e.sql", "original_file_path": "models\\core\\core__fact_staking.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_staking_BLOCK_TIMESTAMP", "alias": "fact_staking_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_staking.yml\\dbt_expectations_expect_column_353d4c356a3362cee48fdc73a75bf63e.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_353d4c356a3362cee48fdc73a75bf63e"}, "created_at": 1670432240.4128165, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as column_name,\n 1 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_staking_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.core__fact_staking"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_BLOCKCHAIN.82c266350b": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_3cc9857ca64be705c87aac6ea280eaa6\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('core__fact_staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_3cc9857ca64be705c87aac6ea280eaa6", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_staking_BLOCKCHAIN"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_BLOCKCHAIN.82c266350b", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_3cc9857ca64be705c87aac6ea280eaa6.sql", "original_file_path": "models\\core\\core__fact_staking.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_staking_BLOCKCHAIN", "alias": "fact_staking_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_staking.yml\\dbt_expectations_expect_column_3cc9857ca64be705c87aac6ea280eaa6.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_3cc9857ca64be705c87aac6ea280eaa6"}, "created_at": 1670432240.4173408, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('BLOCKCHAIN' as \n varchar\n) as column_name,\n 2 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_staking_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.core__fact_staking"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_CHAIN_ID.5811cc1a91": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_82ad71459c5e689dd1b8c0ef10f407af\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('core__fact_staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_82ad71459c5e689dd1b8c0ef10f407af", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_staking_CHAIN_ID"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_CHAIN_ID.5811cc1a91", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_82ad71459c5e689dd1b8c0ef10f407af.sql", "original_file_path": "models\\core\\core__fact_staking.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_staking_CHAIN_ID", "alias": "fact_staking_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_staking.yml\\dbt_expectations_expect_column_82ad71459c5e689dd1b8c0ef10f407af.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_82ad71459c5e689dd1b8c0ef10f407af"}, "created_at": 1670432240.4213405, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('CHAIN_ID' as \n varchar\n) as column_name,\n 3 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_staking_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.core__fact_staking"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_TX_ID.770a65b294": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_7579da416c8bfe9fecf64ea50a31d880\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "TX_ID", "model": "{{ get_where_subquery(ref('core__fact_staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_7579da416c8bfe9fecf64ea50a31d880", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_staking_TX_ID"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_TX_ID.770a65b294", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_7579da416c8bfe9fecf64ea50a31d880.sql", "original_file_path": "models\\core\\core__fact_staking.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_staking_TX_ID", "alias": "fact_staking_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_staking.yml\\dbt_expectations_expect_column_7579da416c8bfe9fecf64ea50a31d880.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_7579da416c8bfe9fecf64ea50a31d880"}, "created_at": 1670432240.4254198, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('TX_ID' as \n varchar\n) as column_name,\n 4 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_staking_TX_ID", "column_name": "TX_ID", "file_key_name": "models.core__fact_staking"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_TX_STATUS.1c233bb3a6": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_ba951c08c839a361cdfa71682b8fd28e\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "TX_STATUS", "model": "{{ get_where_subquery(ref('core__fact_staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_ba951c08c839a361cdfa71682b8fd28e", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_staking_TX_STATUS"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_TX_STATUS.1c233bb3a6", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_ba951c08c839a361cdfa71682b8fd28e.sql", "original_file_path": "models\\core\\core__fact_staking.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_staking_TX_STATUS", "alias": "fact_staking_TX_STATUS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_staking.yml\\dbt_expectations_expect_column_ba951c08c839a361cdfa71682b8fd28e.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_ba951c08c839a361cdfa71682b8fd28e"}, "created_at": 1670432240.43044, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('TX_STATUS' as \n varchar\n) as column_name,\n 5 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_staking_TX_STATUS", "column_name": "TX_STATUS", "file_key_name": "models.core__fact_staking"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_TX_CALLER_ADDRESS.7824a39547": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_58bce57f124c8dfccd793b4a868f46b2\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "TX_CALLER_ADDRESS", "model": "{{ get_where_subquery(ref('core__fact_staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_58bce57f124c8dfccd793b4a868f46b2", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_staking_TX_CALLER_ADDRESS"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_TX_CALLER_ADDRESS.7824a39547", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_58bce57f124c8dfccd793b4a868f46b2.sql", "original_file_path": "models\\core\\core__fact_staking.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_staking_TX_CALLER_ADDRESS", "alias": "fact_staking_TX_CALLER_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_staking.yml\\dbt_expectations_expect_column_58bce57f124c8dfccd793b4a868f46b2.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_58bce57f124c8dfccd793b4a868f46b2"}, "created_at": 1670432240.434447, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('TX_CALLER_ADDRESS' as \n varchar\n) as column_name,\n 6 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_staking_TX_CALLER_ADDRESS", "column_name": "TX_CALLER_ADDRESS", "file_key_name": "models.core__fact_staking"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_ACTION.daedb41454": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_116132c5823ba6ae5c2c0ad96a00f877\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "ACTION", "model": "{{ get_where_subquery(ref('core__fact_staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_116132c5823ba6ae5c2c0ad96a00f877", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_staking_ACTION"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_ACTION.daedb41454", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_116132c5823ba6ae5c2c0ad96a00f877.sql", "original_file_path": "models\\core\\core__fact_staking.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_staking_ACTION", "alias": "fact_staking_ACTION", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_staking.yml\\dbt_expectations_expect_column_116132c5823ba6ae5c2c0ad96a00f877.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_116132c5823ba6ae5c2c0ad96a00f877"}, "created_at": 1670432240.4384384, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('ACTION' as \n varchar\n) as column_name,\n 7 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_staking_ACTION", "column_name": "ACTION", "file_key_name": "models.core__fact_staking"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_DELEGATOR_ADDRESS.0c1d05680f": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_a041182c748bea236c846cebb69e9d55\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "DELEGATOR_ADDRESS", "model": "{{ get_where_subquery(ref('core__fact_staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_a041182c748bea236c846cebb69e9d55", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_staking_DELEGATOR_ADDRESS"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_DELEGATOR_ADDRESS.0c1d05680f", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_a041182c748bea236c846cebb69e9d55.sql", "original_file_path": "models\\core\\core__fact_staking.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_staking_DELEGATOR_ADDRESS", "alias": "fact_staking_DELEGATOR_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_staking.yml\\dbt_expectations_expect_column_a041182c748bea236c846cebb69e9d55.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_a041182c748bea236c846cebb69e9d55"}, "created_at": 1670432240.4414387, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as column_name,\n 8 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_staking_DELEGATOR_ADDRESS", "column_name": "DELEGATOR_ADDRESS", "file_key_name": "models.core__fact_staking"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_AMOUNT.e948e49ade": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_c70beb6623c24e29a355d2c561e7c5b0\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "AMOUNT", "model": "{{ get_where_subquery(ref('core__fact_staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_c70beb6623c24e29a355d2c561e7c5b0", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_staking_AMOUNT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_AMOUNT.e948e49ade", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_c70beb6623c24e29a355d2c561e7c5b0.sql", "original_file_path": "models\\core\\core__fact_staking.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_staking_AMOUNT", "alias": "fact_staking_AMOUNT", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_staking.yml\\dbt_expectations_expect_column_c70beb6623c24e29a355d2c561e7c5b0.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_c70beb6623c24e29a355d2c561e7c5b0"}, "created_at": 1670432240.4454381, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('AMOUNT' as \n varchar\n) as column_name,\n 11 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_staking_AMOUNT", "column_name": "AMOUNT", "file_key_name": "models.core__fact_staking"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_CURRENCY.8c13a074dc": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_459912f7c649d5c0d7df9a9fa3d00a96\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "CURRENCY", "model": "{{ get_where_subquery(ref('core__fact_staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_459912f7c649d5c0d7df9a9fa3d00a96", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_staking_CURRENCY"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_CURRENCY.8c13a074dc", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_459912f7c649d5c0d7df9a9fa3d00a96.sql", "original_file_path": "models\\core\\core__fact_staking.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_staking_CURRENCY", "alias": "fact_staking_CURRENCY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_staking.yml\\dbt_expectations_expect_column_459912f7c649d5c0d7df9a9fa3d00a96.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_459912f7c649d5c0d7df9a9fa3d00a96"}, "created_at": 1670432240.4494386, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('CURRENCY' as \n varchar\n) as column_name,\n 12 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_staking_CURRENCY", "column_name": "CURRENCY", "file_key_name": "models.core__fact_staking"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_VALIDATOR_ADDRESS.9012a42def": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_10a5c9c909e9bcf5eb74617669b5f157\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "VALIDATOR_ADDRESS", "model": "{{ get_where_subquery(ref('core__fact_staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_10a5c9c909e9bcf5eb74617669b5f157", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_staking_VALIDATOR_ADDRESS"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_VALIDATOR_ADDRESS.9012a42def", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_10a5c9c909e9bcf5eb74617669b5f157.sql", "original_file_path": "models\\core\\core__fact_staking.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_staking_VALIDATOR_ADDRESS", "alias": "fact_staking_VALIDATOR_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_staking.yml\\dbt_expectations_expect_column_10a5c9c909e9bcf5eb74617669b5f157.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_10a5c9c909e9bcf5eb74617669b5f157"}, "created_at": 1670432240.4534383, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as column_name,\n 9 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_staking_VALIDATOR_ADDRESS", "column_name": "VALIDATOR_ADDRESS", "file_key_name": "models.core__fact_staking"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_BLOCK_ID.69b7ddd1ef": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_d8b1370156ee5a26d3abc6564290bf43\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('core__fact_staking_rewards')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_staking_rewards"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_d8b1370156ee5a26d3abc6564290bf43", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_BLOCK_ID"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_BLOCK_ID.69b7ddd1ef", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_d8b1370156ee5a26d3abc6564290bf43.sql", "original_file_path": "models\\core\\core__fact_staking_rewards.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_BLOCK_ID", "alias": "fact_staking_rewards_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_staking_rewards"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_staking_rewards.yml\\dbt_expectations_expect_column_d8b1370156ee5a26d3abc6564290bf43.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_d8b1370156ee5a26d3abc6564290bf43"}, "created_at": 1670432240.4614382, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('BLOCK_ID' as \n varchar\n) as column_name,\n 0 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_staking_rewards_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.core__fact_staking_rewards"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_BLOCK_TIMESTAMP.056ffb437f": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_51ecb1227785694554f8a2a4cb2a7846\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('core__fact_staking_rewards')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_staking_rewards"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_51ecb1227785694554f8a2a4cb2a7846", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_BLOCK_TIMESTAMP"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_BLOCK_TIMESTAMP.056ffb437f", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_51ecb1227785694554f8a2a4cb2a7846.sql", "original_file_path": "models\\core\\core__fact_staking_rewards.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_BLOCK_TIMESTAMP", "alias": "fact_staking_rewards_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_staking_rewards"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_staking_rewards.yml\\dbt_expectations_expect_column_51ecb1227785694554f8a2a4cb2a7846.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_51ecb1227785694554f8a2a4cb2a7846"}, "created_at": 1670432240.4654367, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as column_name,\n 1 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_staking_rewards_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.core__fact_staking_rewards"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_BLOCKCHAIN.0df26b2190": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_48959f9909c4ef64dbaf2387cc87849e\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('core__fact_staking_rewards')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_staking_rewards"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_48959f9909c4ef64dbaf2387cc87849e", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_BLOCKCHAIN"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_BLOCKCHAIN.0df26b2190", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_48959f9909c4ef64dbaf2387cc87849e.sql", "original_file_path": "models\\core\\core__fact_staking_rewards.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_BLOCKCHAIN", "alias": "fact_staking_rewards_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_staking_rewards"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_staking_rewards.yml\\dbt_expectations_expect_column_48959f9909c4ef64dbaf2387cc87849e.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_48959f9909c4ef64dbaf2387cc87849e"}, "created_at": 1670432240.468438, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('BLOCKCHAIN' as \n varchar\n) as column_name,\n 2 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_staking_rewards_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.core__fact_staking_rewards"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_CHAIN_ID.1554dd817e": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_52c0b46200afdfb77ab93616f78ee24a\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('core__fact_staking_rewards')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_staking_rewards"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_52c0b46200afdfb77ab93616f78ee24a", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_CHAIN_ID"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_CHAIN_ID.1554dd817e", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_52c0b46200afdfb77ab93616f78ee24a.sql", "original_file_path": "models\\core\\core__fact_staking_rewards.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_CHAIN_ID", "alias": "fact_staking_rewards_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_staking_rewards"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_staking_rewards.yml\\dbt_expectations_expect_column_52c0b46200afdfb77ab93616f78ee24a.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_52c0b46200afdfb77ab93616f78ee24a"}, "created_at": 1670432240.4724383, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('CHAIN_ID' as \n varchar\n) as column_name,\n 3 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_staking_rewards_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.core__fact_staking_rewards"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_TX_ID.9bc819755a": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_ed015e098b321f6b33e84c5eb687ad07\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "TX_ID", "model": "{{ get_where_subquery(ref('core__fact_staking_rewards')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_staking_rewards"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_ed015e098b321f6b33e84c5eb687ad07", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_TX_ID"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_TX_ID.9bc819755a", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_ed015e098b321f6b33e84c5eb687ad07.sql", "original_file_path": "models\\core\\core__fact_staking_rewards.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_TX_ID", "alias": "fact_staking_rewards_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_staking_rewards"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_staking_rewards.yml\\dbt_expectations_expect_column_ed015e098b321f6b33e84c5eb687ad07.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_ed015e098b321f6b33e84c5eb687ad07"}, "created_at": 1670432240.475439, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('TX_ID' as \n varchar\n) as column_name,\n 4 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_staking_rewards_TX_ID", "column_name": "TX_ID", "file_key_name": "models.core__fact_staking_rewards"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_TX_STATUS.9628424510": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_e18e49f7f0ea323ac51a86f5e9052557\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "TX_STATUS", "model": "{{ get_where_subquery(ref('core__fact_staking_rewards')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_staking_rewards"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_e18e49f7f0ea323ac51a86f5e9052557", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_TX_STATUS"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_TX_STATUS.9628424510", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_e18e49f7f0ea323ac51a86f5e9052557.sql", "original_file_path": "models\\core\\core__fact_staking_rewards.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_TX_STATUS", "alias": "fact_staking_rewards_TX_STATUS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_staking_rewards"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_staking_rewards.yml\\dbt_expectations_expect_column_e18e49f7f0ea323ac51a86f5e9052557.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_e18e49f7f0ea323ac51a86f5e9052557"}, "created_at": 1670432240.479438, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('TX_STATUS' as \n varchar\n) as column_name,\n 5 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_staking_rewards_TX_STATUS", "column_name": "TX_STATUS", "file_key_name": "models.core__fact_staking_rewards"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_TX_CALLER_ADDRESS.357674199d": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_e65099c1321ac35bf5ef6f0e5324b4f0\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "TX_CALLER_ADDRESS", "model": "{{ get_where_subquery(ref('core__fact_staking_rewards')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_staking_rewards"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_e65099c1321ac35bf5ef6f0e5324b4f0", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_TX_CALLER_ADDRESS"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_TX_CALLER_ADDRESS.357674199d", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_e65099c1321ac35bf5ef6f0e5324b4f0.sql", "original_file_path": "models\\core\\core__fact_staking_rewards.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_TX_CALLER_ADDRESS", "alias": "fact_staking_rewards_TX_CALLER_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_staking_rewards"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_staking_rewards.yml\\dbt_expectations_expect_column_e65099c1321ac35bf5ef6f0e5324b4f0.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_e65099c1321ac35bf5ef6f0e5324b4f0"}, "created_at": 1670432240.4834397, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('TX_CALLER_ADDRESS' as \n varchar\n) as column_name,\n 6 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_staking_rewards_TX_CALLER_ADDRESS", "column_name": "TX_CALLER_ADDRESS", "file_key_name": "models.core__fact_staking_rewards"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_ACTION.0e53619279": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_e2b2b5af4a16afaf217a09480ac64a11\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "ACTION", "model": "{{ get_where_subquery(ref('core__fact_staking_rewards')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_staking_rewards"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_e2b2b5af4a16afaf217a09480ac64a11", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_ACTION"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_ACTION.0e53619279", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_e2b2b5af4a16afaf217a09480ac64a11.sql", "original_file_path": "models\\core\\core__fact_staking_rewards.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_ACTION", "alias": "fact_staking_rewards_ACTION", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_staking_rewards"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_staking_rewards.yml\\dbt_expectations_expect_column_e2b2b5af4a16afaf217a09480ac64a11.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_e2b2b5af4a16afaf217a09480ac64a11"}, "created_at": 1670432240.4884381, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('ACTION' as \n varchar\n) as column_name,\n 7 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_staking_rewards_ACTION", "column_name": "ACTION", "file_key_name": "models.core__fact_staking_rewards"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_DELEGATOR_ADDRESS.e860e06aa7": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_bfa201e4732213e5426cc35dedf2514b\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "DELEGATOR_ADDRESS", "model": "{{ get_where_subquery(ref('core__fact_staking_rewards')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_staking_rewards"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_bfa201e4732213e5426cc35dedf2514b", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_DELEGATOR_ADDRESS"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_DELEGATOR_ADDRESS.e860e06aa7", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_bfa201e4732213e5426cc35dedf2514b.sql", "original_file_path": "models\\core\\core__fact_staking_rewards.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_DELEGATOR_ADDRESS", "alias": "fact_staking_rewards_DELEGATOR_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_staking_rewards"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_staking_rewards.yml\\dbt_expectations_expect_column_bfa201e4732213e5426cc35dedf2514b.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_bfa201e4732213e5426cc35dedf2514b"}, "created_at": 1670432240.492438, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as column_name,\n 8 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_staking_rewards_DELEGATOR_ADDRESS", "column_name": "DELEGATOR_ADDRESS", "file_key_name": "models.core__fact_staking_rewards"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_AMOUNT.0173c5159b": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_d181382c0de6e5a9175bd90c50717b5f\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "AMOUNT", "model": "{{ get_where_subquery(ref('core__fact_staking_rewards')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_staking_rewards"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_d181382c0de6e5a9175bd90c50717b5f", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_AMOUNT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_AMOUNT.0173c5159b", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_d181382c0de6e5a9175bd90c50717b5f.sql", "original_file_path": "models\\core\\core__fact_staking_rewards.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_AMOUNT", "alias": "fact_staking_rewards_AMOUNT", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_staking_rewards"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_staking_rewards.yml\\dbt_expectations_expect_column_d181382c0de6e5a9175bd90c50717b5f.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_d181382c0de6e5a9175bd90c50717b5f"}, "created_at": 1670432240.496438, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('AMOUNT' as \n varchar\n) as column_name,\n 10 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_staking_rewards_AMOUNT", "column_name": "AMOUNT", "file_key_name": "models.core__fact_staking_rewards"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_CURRENCY.159b32703a": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_2ed8dc6ffe6a7b9717c86236a1ae1c5c\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "CURRENCY", "model": "{{ get_where_subquery(ref('core__fact_staking_rewards')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_staking_rewards"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_2ed8dc6ffe6a7b9717c86236a1ae1c5c", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_CURRENCY"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_CURRENCY.159b32703a", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_2ed8dc6ffe6a7b9717c86236a1ae1c5c.sql", "original_file_path": "models\\core\\core__fact_staking_rewards.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_CURRENCY", "alias": "fact_staking_rewards_CURRENCY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_staking_rewards"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_staking_rewards.yml\\dbt_expectations_expect_column_2ed8dc6ffe6a7b9717c86236a1ae1c5c.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_2ed8dc6ffe6a7b9717c86236a1ae1c5c"}, "created_at": 1670432240.5005133, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('CURRENCY' as \n varchar\n) as column_name,\n 11 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_staking_rewards_CURRENCY", "column_name": "CURRENCY", "file_key_name": "models.core__fact_staking_rewards"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_VALIDATOR_ADDRESS.a9f7307c18": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_b881871ad79597054a4bd33f56c3a5bc\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "VALIDATOR_ADDRESS", "model": "{{ get_where_subquery(ref('core__fact_staking_rewards')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_staking_rewards"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_b881871ad79597054a4bd33f56c3a5bc", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_VALIDATOR_ADDRESS"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_VALIDATOR_ADDRESS.a9f7307c18", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_b881871ad79597054a4bd33f56c3a5bc.sql", "original_file_path": "models\\core\\core__fact_staking_rewards.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_VALIDATOR_ADDRESS", "alias": "fact_staking_rewards_VALIDATOR_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_staking_rewards"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_staking_rewards.yml\\dbt_expectations_expect_column_b881871ad79597054a4bd33f56c3a5bc.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_b881871ad79597054a4bd33f56c3a5bc"}, "created_at": 1670432240.503526, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as column_name,\n 9 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_staking_rewards_VALIDATOR_ADDRESS", "column_name": "VALIDATOR_ADDRESS", "file_key_name": "models.core__fact_staking_rewards"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_BLOCK_ID.a698a31b42": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_1dc1b762275355aa407c5f96d193f9e0\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('core__fact_superfluid_staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_superfluid_staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_1dc1b762275355aa407c5f96d193f9e0", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_BLOCK_ID"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_BLOCK_ID.a698a31b42", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_1dc1b762275355aa407c5f96d193f9e0.sql", "original_file_path": "models\\core\\core__fact_superfluid_staking.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_BLOCK_ID", "alias": "fact_superfluid_staking_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_superfluid_staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_superfluid_staking.yml\\dbt_expectations_expect_column_1dc1b762275355aa407c5f96d193f9e0.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_1dc1b762275355aa407c5f96d193f9e0"}, "created_at": 1670432240.51152, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('BLOCK_ID' as \n varchar\n) as column_name,\n 0 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_superfluid_staking_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.core__fact_superfluid_staking"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_BLOCK_TIMESTAMP.2c008a4482": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_d20610b59fe1135765665d6606f499e7\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('core__fact_superfluid_staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_superfluid_staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_d20610b59fe1135765665d6606f499e7", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_BLOCK_TIMESTAMP"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_BLOCK_TIMESTAMP.2c008a4482", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_d20610b59fe1135765665d6606f499e7.sql", "original_file_path": "models\\core\\core__fact_superfluid_staking.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_BLOCK_TIMESTAMP", "alias": "fact_superfluid_staking_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_superfluid_staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_superfluid_staking.yml\\dbt_expectations_expect_column_d20610b59fe1135765665d6606f499e7.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_d20610b59fe1135765665d6606f499e7"}, "created_at": 1670432240.5165174, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as column_name,\n 1 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_superfluid_staking_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.core__fact_superfluid_staking"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_BLOCKCHAIN.faca4e92dd": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_174962c7f758cab3b49d22e79375bf8c\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('core__fact_superfluid_staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_superfluid_staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_174962c7f758cab3b49d22e79375bf8c", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_BLOCKCHAIN"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_BLOCKCHAIN.faca4e92dd", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_174962c7f758cab3b49d22e79375bf8c.sql", "original_file_path": "models\\core\\core__fact_superfluid_staking.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_BLOCKCHAIN", "alias": "fact_superfluid_staking_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_superfluid_staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_superfluid_staking.yml\\dbt_expectations_expect_column_174962c7f758cab3b49d22e79375bf8c.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_174962c7f758cab3b49d22e79375bf8c"}, "created_at": 1670432240.5195196, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('BLOCKCHAIN' as \n varchar\n) as column_name,\n 2 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_superfluid_staking_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.core__fact_superfluid_staking"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_CHAIN_ID.0204c72ac3": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_f1be6fbd50cab54326faf20791ea9b36\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('core__fact_superfluid_staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_superfluid_staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_f1be6fbd50cab54326faf20791ea9b36", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_CHAIN_ID"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_CHAIN_ID.0204c72ac3", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_f1be6fbd50cab54326faf20791ea9b36.sql", "original_file_path": "models\\core\\core__fact_superfluid_staking.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_CHAIN_ID", "alias": "fact_superfluid_staking_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_superfluid_staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_superfluid_staking.yml\\dbt_expectations_expect_column_f1be6fbd50cab54326faf20791ea9b36.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_f1be6fbd50cab54326faf20791ea9b36"}, "created_at": 1670432240.5234568, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('CHAIN_ID' as \n varchar\n) as column_name,\n 3 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_superfluid_staking_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.core__fact_superfluid_staking"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_TX_ID.5ff19c33d5": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_c057e2cbfcb2e9b2433a9f7520ac0cca\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "TX_ID", "model": "{{ get_where_subquery(ref('core__fact_superfluid_staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_superfluid_staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_c057e2cbfcb2e9b2433a9f7520ac0cca", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_TX_ID"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_TX_ID.5ff19c33d5", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_c057e2cbfcb2e9b2433a9f7520ac0cca.sql", "original_file_path": "models\\core\\core__fact_superfluid_staking.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_TX_ID", "alias": "fact_superfluid_staking_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_superfluid_staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_superfluid_staking.yml\\dbt_expectations_expect_column_c057e2cbfcb2e9b2433a9f7520ac0cca.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_c057e2cbfcb2e9b2433a9f7520ac0cca"}, "created_at": 1670432240.5265198, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('TX_ID' as \n varchar\n) as column_name,\n 4 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_superfluid_staking_TX_ID", "column_name": "TX_ID", "file_key_name": "models.core__fact_superfluid_staking"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_TX_STATUS.82c5734c10": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_7c8b577ee1c62ae6000b9df8d53f1f5d\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "TX_STATUS", "model": "{{ get_where_subquery(ref('core__fact_superfluid_staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_superfluid_staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_7c8b577ee1c62ae6000b9df8d53f1f5d", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_TX_STATUS"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_TX_STATUS.82c5734c10", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_7c8b577ee1c62ae6000b9df8d53f1f5d.sql", "original_file_path": "models\\core\\core__fact_superfluid_staking.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_TX_STATUS", "alias": "fact_superfluid_staking_TX_STATUS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_superfluid_staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_superfluid_staking.yml\\dbt_expectations_expect_column_7c8b577ee1c62ae6000b9df8d53f1f5d.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_7c8b577ee1c62ae6000b9df8d53f1f5d"}, "created_at": 1670432240.5305219, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('TX_STATUS' as \n varchar\n) as column_name,\n 5 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_superfluid_staking_TX_STATUS", "column_name": "TX_STATUS", "file_key_name": "models.core__fact_superfluid_staking"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_ACTION.edee194a8c": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_cf8fd72f08f63952f3e9eacc6674b9ce\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "ACTION", "model": "{{ get_where_subquery(ref('core__fact_superfluid_staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_superfluid_staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_cf8fd72f08f63952f3e9eacc6674b9ce", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_ACTION"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_ACTION.edee194a8c", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_cf8fd72f08f63952f3e9eacc6674b9ce.sql", "original_file_path": "models\\core\\core__fact_superfluid_staking.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_ACTION", "alias": "fact_superfluid_staking_ACTION", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_superfluid_staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_superfluid_staking.yml\\dbt_expectations_expect_column_cf8fd72f08f63952f3e9eacc6674b9ce.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_cf8fd72f08f63952f3e9eacc6674b9ce"}, "created_at": 1670432240.5345209, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('ACTION' as \n varchar\n) as column_name,\n 6 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_superfluid_staking_ACTION", "column_name": "ACTION", "file_key_name": "models.core__fact_superfluid_staking"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_DELEGATOR_ADDRESS.e9c0dfdad6": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_6aa5acf42f5910301ff4a40ba346552e\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "DELEGATOR_ADDRESS", "model": "{{ get_where_subquery(ref('core__fact_superfluid_staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_superfluid_staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_6aa5acf42f5910301ff4a40ba346552e", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_DELEGATOR_ADDRESS"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_DELEGATOR_ADDRESS.e9c0dfdad6", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_6aa5acf42f5910301ff4a40ba346552e.sql", "original_file_path": "models\\core\\core__fact_superfluid_staking.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_DELEGATOR_ADDRESS", "alias": "fact_superfluid_staking_DELEGATOR_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_superfluid_staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_superfluid_staking.yml\\dbt_expectations_expect_column_6aa5acf42f5910301ff4a40ba346552e.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_6aa5acf42f5910301ff4a40ba346552e"}, "created_at": 1670432240.5375185, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as column_name,\n 7 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_superfluid_staking_DELEGATOR_ADDRESS", "column_name": "DELEGATOR_ADDRESS", "file_key_name": "models.core__fact_superfluid_staking"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_AMOUNT.a9f37804f2": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_baa0b30a86f2edc6f2c354276b9879d4\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "AMOUNT", "model": "{{ get_where_subquery(ref('core__fact_superfluid_staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_superfluid_staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_baa0b30a86f2edc6f2c354276b9879d4", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_AMOUNT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_AMOUNT.a9f37804f2", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_baa0b30a86f2edc6f2c354276b9879d4.sql", "original_file_path": "models\\core\\core__fact_superfluid_staking.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_AMOUNT", "alias": "fact_superfluid_staking_AMOUNT", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_superfluid_staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_superfluid_staking.yml\\dbt_expectations_expect_column_baa0b30a86f2edc6f2c354276b9879d4.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_baa0b30a86f2edc6f2c354276b9879d4"}, "created_at": 1670432240.5415242, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('AMOUNT' as \n varchar\n) as column_name,\n 8 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_superfluid_staking_AMOUNT", "column_name": "AMOUNT", "file_key_name": "models.core__fact_superfluid_staking"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_CURRENCY.fc3faa3870": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_da7e6829cdc17a063916b1a46903f3b9\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "CURRENCY", "model": "{{ get_where_subquery(ref('core__fact_superfluid_staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_superfluid_staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_da7e6829cdc17a063916b1a46903f3b9", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_CURRENCY"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_CURRENCY.fc3faa3870", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_da7e6829cdc17a063916b1a46903f3b9.sql", "original_file_path": "models\\core\\core__fact_superfluid_staking.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_CURRENCY", "alias": "fact_superfluid_staking_CURRENCY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_superfluid_staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_superfluid_staking.yml\\dbt_expectations_expect_column_da7e6829cdc17a063916b1a46903f3b9.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_da7e6829cdc17a063916b1a46903f3b9"}, "created_at": 1670432240.544525, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('CURRENCY' as \n varchar\n) as column_name,\n 9 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_superfluid_staking_CURRENCY", "column_name": "CURRENCY", "file_key_name": "models.core__fact_superfluid_staking"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_DECIMAL.597a17bcd2": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_2d59f4b87b8b28ef64614bfbf7f0ce36\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "DECIMAL", "model": "{{ get_where_subquery(ref('core__fact_superfluid_staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_superfluid_staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_2d59f4b87b8b28ef64614bfbf7f0ce36", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_DECIMAL"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_DECIMAL.597a17bcd2", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_2d59f4b87b8b28ef64614bfbf7f0ce36.sql", "original_file_path": "models\\core\\core__fact_superfluid_staking.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_DECIMAL", "alias": "fact_superfluid_staking_DECIMAL", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_superfluid_staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_superfluid_staking.yml\\dbt_expectations_expect_column_2d59f4b87b8b28ef64614bfbf7f0ce36.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_2d59f4b87b8b28ef64614bfbf7f0ce36"}, "created_at": 1670432240.5484352, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('DECIMAL' as \n varchar\n) as column_name,\n 10 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_superfluid_staking_DECIMAL", "column_name": "DECIMAL", "file_key_name": "models.core__fact_superfluid_staking"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_VALIDATOR_ADDRESS.49b2ae24f9": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_6d4e926c8ab0d5ee09a5259ce53c6e1b\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "VALIDATOR_ADDRESS", "model": "{{ get_where_subquery(ref('core__fact_superfluid_staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_superfluid_staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_6d4e926c8ab0d5ee09a5259ce53c6e1b", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_VALIDATOR_ADDRESS"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_VALIDATOR_ADDRESS.49b2ae24f9", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_6d4e926c8ab0d5ee09a5259ce53c6e1b.sql", "original_file_path": "models\\core\\core__fact_superfluid_staking.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_VALIDATOR_ADDRESS", "alias": "fact_superfluid_staking_VALIDATOR_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_superfluid_staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_superfluid_staking.yml\\dbt_expectations_expect_column_6d4e926c8ab0d5ee09a5259ce53c6e1b.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_6d4e926c8ab0d5ee09a5259ce53c6e1b"}, "created_at": 1670432240.5535202, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as column_name,\n 11 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_superfluid_staking_VALIDATOR_ADDRESS", "column_name": "VALIDATOR_ADDRESS", "file_key_name": "models.core__fact_superfluid_staking"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_LOCK_ID.3bd9aaf31a": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_f8b1805b6bba9d008373aa3b2d9d7151\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "LOCK_ID", "model": "{{ get_where_subquery(ref('core__fact_superfluid_staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_superfluid_staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_f8b1805b6bba9d008373aa3b2d9d7151", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_LOCK_ID"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_LOCK_ID.3bd9aaf31a", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_f8b1805b6bba9d008373aa3b2d9d7151.sql", "original_file_path": "models\\core\\core__fact_superfluid_staking.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_LOCK_ID", "alias": "fact_superfluid_staking_LOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_superfluid_staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_superfluid_staking.yml\\dbt_expectations_expect_column_f8b1805b6bba9d008373aa3b2d9d7151.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_f8b1805b6bba9d008373aa3b2d9d7151"}, "created_at": 1670432240.5575204, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('LOCK_ID' as \n varchar\n) as column_name,\n 12 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_superfluid_staking_LOCK_ID", "column_name": "LOCK_ID", "file_key_name": "models.core__fact_superfluid_staking"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_BLOCK_ID.39064d929a": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_3e810007dd6043936564c7969d5f0ea7\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('core__fact_swaps')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_swaps"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_3e810007dd6043936564c7969d5f0ea7", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_swaps_BLOCK_ID"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_BLOCK_ID.39064d929a", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_3e810007dd6043936564c7969d5f0ea7.sql", "original_file_path": "models\\core\\core__fact_swaps.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_swaps_BLOCK_ID", "alias": "fact_swaps_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_swaps.yml\\dbt_expectations_expect_column_3e810007dd6043936564c7969d5f0ea7.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_3e810007dd6043936564c7969d5f0ea7"}, "created_at": 1670432240.5675194, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('BLOCK_ID' as \n varchar\n) as column_name,\n 0 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_swaps_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.core__fact_swaps"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_BLOCK_TIMESTAMP.1e17d9cc4c": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_403ce39b909dc0eb6f4abe35252ea392\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('core__fact_swaps')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_swaps"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_403ce39b909dc0eb6f4abe35252ea392", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_swaps_BLOCK_TIMESTAMP"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_BLOCK_TIMESTAMP.1e17d9cc4c", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_403ce39b909dc0eb6f4abe35252ea392.sql", "original_file_path": "models\\core\\core__fact_swaps.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_swaps_BLOCK_TIMESTAMP", "alias": "fact_swaps_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_swaps.yml\\dbt_expectations_expect_column_403ce39b909dc0eb6f4abe35252ea392.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_403ce39b909dc0eb6f4abe35252ea392"}, "created_at": 1670432240.5714378, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as column_name,\n 1 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_swaps_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.core__fact_swaps"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_BLOCKCHAIN.874916623d": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_403d7cd235fbf7fd8d77605e3078b322\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('core__fact_swaps')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_swaps"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_403d7cd235fbf7fd8d77605e3078b322", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_swaps_BLOCKCHAIN"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_BLOCKCHAIN.874916623d", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_403d7cd235fbf7fd8d77605e3078b322.sql", "original_file_path": "models\\core\\core__fact_swaps.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_swaps_BLOCKCHAIN", "alias": "fact_swaps_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_swaps.yml\\dbt_expectations_expect_column_403d7cd235fbf7fd8d77605e3078b322.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_403d7cd235fbf7fd8d77605e3078b322"}, "created_at": 1670432240.5755205, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('BLOCKCHAIN' as \n varchar\n) as column_name,\n 2 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_swaps_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.core__fact_swaps"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_CHAIN_ID.0c43d81ce2": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_4c3811d784b85fb79d6eec66aacb8bc2\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('core__fact_swaps')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_swaps"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_4c3811d784b85fb79d6eec66aacb8bc2", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_swaps_CHAIN_ID"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_CHAIN_ID.0c43d81ce2", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_4c3811d784b85fb79d6eec66aacb8bc2.sql", "original_file_path": "models\\core\\core__fact_swaps.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_swaps_CHAIN_ID", "alias": "fact_swaps_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_swaps.yml\\dbt_expectations_expect_column_4c3811d784b85fb79d6eec66aacb8bc2.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_4c3811d784b85fb79d6eec66aacb8bc2"}, "created_at": 1670432240.5794501, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('CHAIN_ID' as \n varchar\n) as column_name,\n 3 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_swaps_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.core__fact_swaps"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_TX_ID.b8a105d7d4": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "TX_ID", "model": "{{ get_where_subquery(ref('core__fact_swaps')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_swaps"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_swaps_TX_ID"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_TX_ID.b8a105d7d4", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_to_exist_core__fact_swaps_TX_ID.sql", "original_file_path": "models\\core\\core__fact_swaps.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_swaps_TX_ID", "alias": "fact_swaps_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_swaps.yml\\dbt_expectations_expect_column_to_exist_core__fact_swaps_TX_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670432240.5835214, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('TX_ID' as \n varchar\n) as column_name,\n 4 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_swaps_TX_ID", "column_name": "TX_ID", "file_key_name": "models.core__fact_swaps"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_TX_STATUS.35874d4212": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_fd21263fe59d7405d7958f8106718547\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "TX_STATUS", "model": "{{ get_where_subquery(ref('core__fact_swaps')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_swaps"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_fd21263fe59d7405d7958f8106718547", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_swaps_TX_STATUS"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_TX_STATUS.35874d4212", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_fd21263fe59d7405d7958f8106718547.sql", "original_file_path": "models\\core\\core__fact_swaps.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_swaps_TX_STATUS", "alias": "fact_swaps_TX_STATUS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_swaps.yml\\dbt_expectations_expect_column_fd21263fe59d7405d7958f8106718547.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_fd21263fe59d7405d7958f8106718547"}, "created_at": 1670432240.5874681, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('TX_STATUS' as \n varchar\n) as column_name,\n 5 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_swaps_TX_STATUS", "column_name": "TX_STATUS", "file_key_name": "models.core__fact_swaps"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_TRADER.fdbd8f08b4": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "TRADER", "model": "{{ get_where_subquery(ref('core__fact_swaps')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_swaps"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_swaps_TRADER"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_TRADER.fdbd8f08b4", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_to_exist_core__fact_swaps_TRADER.sql", "original_file_path": "models\\core\\core__fact_swaps.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_swaps_TRADER", "alias": "fact_swaps_TRADER", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_swaps.yml\\dbt_expectations_expect_column_to_exist_core__fact_swaps_TRADER.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670432240.5915318, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('TRADER' as \n varchar\n) as column_name,\n 6 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_swaps_TRADER", "column_name": "TRADER", "file_key_name": "models.core__fact_swaps"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_FROM_AMOUNT.bc44e86b16": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_b1416f4b5f1608d789f1bd93dfb81f6d\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "FROM_AMOUNT", "model": "{{ get_where_subquery(ref('core__fact_swaps')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_swaps"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_b1416f4b5f1608d789f1bd93dfb81f6d", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_swaps_FROM_AMOUNT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_FROM_AMOUNT.bc44e86b16", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_b1416f4b5f1608d789f1bd93dfb81f6d.sql", "original_file_path": "models\\core\\core__fact_swaps.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_swaps_FROM_AMOUNT", "alias": "fact_swaps_FROM_AMOUNT", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_swaps.yml\\dbt_expectations_expect_column_b1416f4b5f1608d789f1bd93dfb81f6d.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_b1416f4b5f1608d789f1bd93dfb81f6d"}, "created_at": 1670432240.594532, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('FROM_AMOUNT' as \n varchar\n) as column_name,\n 7 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_swaps_FROM_AMOUNT", "column_name": "FROM_AMOUNT", "file_key_name": "models.core__fact_swaps"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_FROM_CURRENCY.949ddb5513": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_eb0fc2206609f06d6e63e390cde9bd7b\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "FROM_CURRENCY", "model": "{{ get_where_subquery(ref('core__fact_swaps')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_swaps"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_eb0fc2206609f06d6e63e390cde9bd7b", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_swaps_FROM_CURRENCY"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_FROM_CURRENCY.949ddb5513", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_eb0fc2206609f06d6e63e390cde9bd7b.sql", "original_file_path": "models\\core\\core__fact_swaps.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_swaps_FROM_CURRENCY", "alias": "fact_swaps_FROM_CURRENCY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_swaps.yml\\dbt_expectations_expect_column_eb0fc2206609f06d6e63e390cde9bd7b.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_eb0fc2206609f06d6e63e390cde9bd7b"}, "created_at": 1670432240.5984392, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('FROM_CURRENCY' as \n varchar\n) as column_name,\n 8 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_swaps_FROM_CURRENCY", "column_name": "FROM_CURRENCY", "file_key_name": "models.core__fact_swaps"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_TO_AMOUNT.d9ad062e38": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_d6b394c8686ca3799f2503ff4c51b5c9\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "TO_AMOUNT", "model": "{{ get_where_subquery(ref('core__fact_swaps')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_swaps"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_d6b394c8686ca3799f2503ff4c51b5c9", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_swaps_TO_AMOUNT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_TO_AMOUNT.d9ad062e38", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_d6b394c8686ca3799f2503ff4c51b5c9.sql", "original_file_path": "models\\core\\core__fact_swaps.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_swaps_TO_AMOUNT", "alias": "fact_swaps_TO_AMOUNT", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_swaps.yml\\dbt_expectations_expect_column_d6b394c8686ca3799f2503ff4c51b5c9.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_d6b394c8686ca3799f2503ff4c51b5c9"}, "created_at": 1670432240.6034415, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('TO_AMOUNT' as \n varchar\n) as column_name,\n 10 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_swaps_TO_AMOUNT", "column_name": "TO_AMOUNT", "file_key_name": "models.core__fact_swaps"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_TO_CURRENCY.7ac79fbfcd": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_274c98016753dd9637c89c690fd72c1c\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "TO_CURRENCY", "model": "{{ get_where_subquery(ref('core__fact_swaps')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_swaps"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_274c98016753dd9637c89c690fd72c1c", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_swaps_TO_CURRENCY"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_TO_CURRENCY.7ac79fbfcd", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_274c98016753dd9637c89c690fd72c1c.sql", "original_file_path": "models\\core\\core__fact_swaps.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_swaps_TO_CURRENCY", "alias": "fact_swaps_TO_CURRENCY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_swaps.yml\\dbt_expectations_expect_column_274c98016753dd9637c89c690fd72c1c.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_274c98016753dd9637c89c690fd72c1c"}, "created_at": 1670432240.6075258, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('TO_CURRENCY' as \n varchar\n) as column_name,\n 11 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_swaps_TO_CURRENCY", "column_name": "TO_CURRENCY", "file_key_name": "models.core__fact_swaps"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_POOL_IDS.cacb5b40e4": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_f56abc858eb4cbdb8427e10dbf22d294\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "POOL_IDS", "model": "{{ get_where_subquery(ref('core__fact_swaps')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_swaps"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_f56abc858eb4cbdb8427e10dbf22d294", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_swaps_POOL_IDS"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_POOL_IDS.cacb5b40e4", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_f56abc858eb4cbdb8427e10dbf22d294.sql", "original_file_path": "models\\core\\core__fact_swaps.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_swaps_POOL_IDS", "alias": "fact_swaps_POOL_IDS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_swaps.yml\\dbt_expectations_expect_column_f56abc858eb4cbdb8427e10dbf22d294.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_f56abc858eb4cbdb8427e10dbf22d294"}, "created_at": 1670432240.6105173, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('POOL_IDS' as \n varchar\n) as column_name,\n 13 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_swaps_POOL_IDS", "column_name": "POOL_IDS", "file_key_name": "models.core__fact_swaps"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_BLOCK_ID.37c1b7e860": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_dedbf765f8b11285f96bca6fdcd6918e\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('core__fact_transactions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_transactions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_dedbf765f8b11285f96bca6fdcd6918e", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_transactions_BLOCK_ID"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_BLOCK_ID.37c1b7e860", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_dedbf765f8b11285f96bca6fdcd6918e.sql", "original_file_path": "models\\core\\core__fact_transactions.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_transactions_BLOCK_ID", "alias": "fact_transactions_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_transactions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_transactions.yml\\dbt_expectations_expect_column_dedbf765f8b11285f96bca6fdcd6918e.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_dedbf765f8b11285f96bca6fdcd6918e"}, "created_at": 1670432240.6205096, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('BLOCK_ID' as \n varchar\n) as column_name,\n 0 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_transactions_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.core__fact_transactions"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_BLOCK_TIMESTAMP.84e94e706b": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_96434b526554dcd7bb5e3f00dab0f8a8\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('core__fact_transactions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_transactions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_96434b526554dcd7bb5e3f00dab0f8a8", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_transactions_BLOCK_TIMESTAMP"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_BLOCK_TIMESTAMP.84e94e706b", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_96434b526554dcd7bb5e3f00dab0f8a8.sql", "original_file_path": "models\\core\\core__fact_transactions.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_transactions_BLOCK_TIMESTAMP", "alias": "fact_transactions_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_transactions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_transactions.yml\\dbt_expectations_expect_column_96434b526554dcd7bb5e3f00dab0f8a8.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_96434b526554dcd7bb5e3f00dab0f8a8"}, "created_at": 1670432240.6245196, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as column_name,\n 1 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_transactions_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.core__fact_transactions"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_BLOCKCHAIN.8f714681bd": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_01163f822e66fec316feeb69743c5911\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('core__fact_transactions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_transactions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_01163f822e66fec316feeb69743c5911", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_transactions_BLOCKCHAIN"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_BLOCKCHAIN.8f714681bd", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_01163f822e66fec316feeb69743c5911.sql", "original_file_path": "models\\core\\core__fact_transactions.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_transactions_BLOCKCHAIN", "alias": "fact_transactions_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_transactions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_transactions.yml\\dbt_expectations_expect_column_01163f822e66fec316feeb69743c5911.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_01163f822e66fec316feeb69743c5911"}, "created_at": 1670432240.6285148, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('BLOCKCHAIN' as \n varchar\n) as column_name,\n 2 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_transactions_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.core__fact_transactions"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_CHAIN_ID.a3a8b966b5": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_ceaefc4b49fac8264b53b5554c34b314\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('core__fact_transactions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_transactions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_ceaefc4b49fac8264b53b5554c34b314", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_transactions_CHAIN_ID"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_CHAIN_ID.a3a8b966b5", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_ceaefc4b49fac8264b53b5554c34b314.sql", "original_file_path": "models\\core\\core__fact_transactions.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_transactions_CHAIN_ID", "alias": "fact_transactions_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_transactions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_transactions.yml\\dbt_expectations_expect_column_ceaefc4b49fac8264b53b5554c34b314.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_ceaefc4b49fac8264b53b5554c34b314"}, "created_at": 1670432240.6334372, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('CHAIN_ID' as \n varchar\n) as column_name,\n 3 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_transactions_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.core__fact_transactions"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_TX_ID.f616a284b6": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_a20e4181a30c39ecc0d63e0a8983d6ce\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "TX_ID", "model": "{{ get_where_subquery(ref('core__fact_transactions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_transactions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_a20e4181a30c39ecc0d63e0a8983d6ce", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_transactions_TX_ID"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_TX_ID.f616a284b6", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_a20e4181a30c39ecc0d63e0a8983d6ce.sql", "original_file_path": "models\\core\\core__fact_transactions.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_transactions_TX_ID", "alias": "fact_transactions_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_transactions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_transactions.yml\\dbt_expectations_expect_column_a20e4181a30c39ecc0d63e0a8983d6ce.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_a20e4181a30c39ecc0d63e0a8983d6ce"}, "created_at": 1670432240.6376464, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('TX_ID' as \n varchar\n) as column_name,\n 4 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_transactions_TX_ID", "column_name": "TX_ID", "file_key_name": "models.core__fact_transactions"}, "test.osmosis_models.not_null_core__fact_transactions_TX_FROM.7ddc5dd2a3": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}{{ config(where=\"TX_STATUS = 'SUCCEEDED'\") }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "TX_FROM", "model": "{{ get_where_subquery(ref('core__fact_transactions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_transactions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": "TX_STATUS = 'SUCCEEDED'", "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_core", "fqn": ["osmosis_models", "core", "not_null_core__fact_transactions_TX_FROM"], "unique_id": "test.osmosis_models.not_null_core__fact_transactions_TX_FROM.7ddc5dd2a3", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_core__fact_transactions_TX_FROM.sql", "original_file_path": "models\\core\\core__fact_transactions.yml", "name": "not_null_core__fact_transactions_TX_FROM", "alias": "fact_transactions_TX_FROM", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_transactions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_transactions.yml\\not_null_core__fact_transactions_TX_FROM.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "where": "TX_STATUS = 'SUCCEEDED'"}, "created_at": 1670432240.64175, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom (select * from OSMOSIS_DEV.core.fact_transactions where TX_STATUS = 'SUCCEEDED') dbt_subquery\nwhere TX_FROM is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_core.fact_transactions_TX_FROM", "column_name": "TX_FROM", "file_key_name": "models.core__fact_transactions"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_TX_STATUS.65653cecde": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_36bfe00cb4a231cfb242c12496e4bf11\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "TX_STATUS", "model": "{{ get_where_subquery(ref('core__fact_transactions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_transactions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_36bfe00cb4a231cfb242c12496e4bf11", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_transactions_TX_STATUS"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_TX_STATUS.65653cecde", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_36bfe00cb4a231cfb242c12496e4bf11.sql", "original_file_path": "models\\core\\core__fact_transactions.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_transactions_TX_STATUS", "alias": "fact_transactions_TX_STATUS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_transactions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_transactions.yml\\dbt_expectations_expect_column_36bfe00cb4a231cfb242c12496e4bf11.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_36bfe00cb4a231cfb242c12496e4bf11"}, "created_at": 1670432240.6437366, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('TX_STATUS' as \n varchar\n) as column_name,\n 6 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_transactions_TX_STATUS", "column_name": "TX_STATUS", "file_key_name": "models.core__fact_transactions"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_CODESPACE.31e919d605": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_714bdc355cdbee3622da17bdad57e8d1\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "CODESPACE", "model": "{{ get_where_subquery(ref('core__fact_transactions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_transactions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_714bdc355cdbee3622da17bdad57e8d1", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_transactions_CODESPACE"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_CODESPACE.31e919d605", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_714bdc355cdbee3622da17bdad57e8d1.sql", "original_file_path": "models\\core\\core__fact_transactions.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_transactions_CODESPACE", "alias": "fact_transactions_CODESPACE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_transactions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_transactions.yml\\dbt_expectations_expect_column_714bdc355cdbee3622da17bdad57e8d1.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_714bdc355cdbee3622da17bdad57e8d1"}, "created_at": 1670432240.6467314, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('CODESPACE' as \n varchar\n) as column_name,\n 7 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_transactions_CODESPACE", "column_name": "CODESPACE", "file_key_name": "models.core__fact_transactions"}, "test.osmosis_models.not_null_core__fact_transactions_FEE.f477aa43d7": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "FEE", "model": "{{ get_where_subquery(ref('core__fact_transactions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_transactions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_core", "fqn": ["osmosis_models", "core", "not_null_core__fact_transactions_FEE"], "unique_id": "test.osmosis_models.not_null_core__fact_transactions_FEE.f477aa43d7", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_core__fact_transactions_FEE.sql", "original_file_path": "models\\core\\core__fact_transactions.yml", "name": "not_null_core__fact_transactions_FEE", "alias": "fact_transactions_FEE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_transactions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_transactions.yml\\not_null_core__fact_transactions_FEE.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670432240.6535811, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.core.fact_transactions\nwhere FEE is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_core.fact_transactions_FEE", "column_name": "FEE", "file_key_name": "models.core__fact_transactions"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_GAS_USED.330cc6bb7e": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_5b2f26b0848152079eee87e23c562e2a\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "GAS_USED", "model": "{{ get_where_subquery(ref('core__fact_transactions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_transactions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_5b2f26b0848152079eee87e23c562e2a", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_transactions_GAS_USED"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_GAS_USED.330cc6bb7e", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_5b2f26b0848152079eee87e23c562e2a.sql", "original_file_path": "models\\core\\core__fact_transactions.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_transactions_GAS_USED", "alias": "fact_transactions_GAS_USED", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_transactions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_transactions.yml\\dbt_expectations_expect_column_5b2f26b0848152079eee87e23c562e2a.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_5b2f26b0848152079eee87e23c562e2a"}, "created_at": 1670432240.655485, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('GAS_USED' as \n varchar\n) as column_name,\n 9 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_transactions_GAS_USED", "column_name": "GAS_USED", "file_key_name": "models.core__fact_transactions"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_GAS_WANTED.8717751539": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_4844b97d4256b9730313887f9c6dec3a\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "GAS_WANTED", "model": "{{ get_where_subquery(ref('core__fact_transactions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_transactions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_4844b97d4256b9730313887f9c6dec3a", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_transactions_GAS_WANTED"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_GAS_WANTED.8717751539", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_4844b97d4256b9730313887f9c6dec3a.sql", "original_file_path": "models\\core\\core__fact_transactions.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_transactions_GAS_WANTED", "alias": "fact_transactions_GAS_WANTED", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_transactions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_transactions.yml\\dbt_expectations_expect_column_4844b97d4256b9730313887f9c6dec3a.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_4844b97d4256b9730313887f9c6dec3a"}, "created_at": 1670432240.6597586, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('GAS_WANTED' as \n varchar\n) as column_name,\n 10 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_transactions_GAS_WANTED", "column_name": "GAS_WANTED", "file_key_name": "models.core__fact_transactions"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_TX_CODE.8a8b1c8b5d": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_e5bba550d3112ad33ed0d922b02eab15\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "TX_CODE", "model": "{{ get_where_subquery(ref('core__fact_transactions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_transactions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_e5bba550d3112ad33ed0d922b02eab15", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_transactions_TX_CODE"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_TX_CODE.8a8b1c8b5d", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_e5bba550d3112ad33ed0d922b02eab15.sql", "original_file_path": "models\\core\\core__fact_transactions.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_transactions_TX_CODE", "alias": "fact_transactions_TX_CODE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_transactions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_transactions.yml\\dbt_expectations_expect_column_e5bba550d3112ad33ed0d922b02eab15.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_e5bba550d3112ad33ed0d922b02eab15"}, "created_at": 1670432240.6637669, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('TX_CODE' as \n varchar\n) as column_name,\n 11 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_transactions_TX_CODE", "column_name": "TX_CODE", "file_key_name": "models.core__fact_transactions"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_MSGS.aee52badd9": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_178ef9c7e42dd688dc32c2ee6a3794ed\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "MSGS", "model": "{{ get_where_subquery(ref('core__fact_transactions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_transactions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_178ef9c7e42dd688dc32c2ee6a3794ed", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_transactions_MSGS"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_MSGS.aee52badd9", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_178ef9c7e42dd688dc32c2ee6a3794ed.sql", "original_file_path": "models\\core\\core__fact_transactions.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_transactions_MSGS", "alias": "fact_transactions_MSGS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_transactions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_transactions.yml\\dbt_expectations_expect_column_178ef9c7e42dd688dc32c2ee6a3794ed.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_178ef9c7e42dd688dc32c2ee6a3794ed"}, "created_at": 1670432240.6688373, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('MSGS' as \n varchar\n) as column_name,\n 12 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_transactions_MSGS", "column_name": "MSGS", "file_key_name": "models.core__fact_transactions"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_core__fact_transactions_TX_ID.57efb72c3f": {"raw_sql": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_78d88bb76d565b8bc9c4dd51de3f37a0\") }}", "test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["TX_ID"], "model": "{{ get_where_subquery(ref('core__fact_transactions')) }}"}, "namespace": "dbt_utils"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_transactions"]}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_78d88bb76d565b8bc9c4dd51de3f37a0", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_utils_unique_combination_of_columns_core", "fqn": ["osmosis_models", "core", "dbt_utils_unique_combination_of_columns_core__fact_transactions_TX_ID"], "unique_id": "test.osmosis_models.dbt_utils_unique_combination_of_columns_core__fact_transactions_TX_ID.57efb72c3f", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_utils_unique_combination_o_78d88bb76d565b8bc9c4dd51de3f37a0.sql", "original_file_path": "models\\core\\core__fact_transactions.yml", "name": "dbt_utils_unique_combination_of_columns_core__fact_transactions_TX_ID", "alias": "fact_transactions_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_transactions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_transactions.yml\\dbt_utils_unique_combination_o_78d88bb76d565b8bc9c4dd51de3f37a0.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_utils_unique_combination_o_78d88bb76d565b8bc9c4dd51de3f37a0"}, "created_at": 1670432240.6728306, "compiled_sql": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n TX_ID\n from OSMOSIS_DEV.core.fact_transactions\n group by TX_ID\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_utils_unique_combination_of_columns_core.fact_transactions_TX_ID", "column_name": null, "file_key_name": "models.core__fact_transactions"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_BLOCK_ID.2c6f7e05cc": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_06ec7a899413bab6063716744517f718\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('core__fact_transfers')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_transfers"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_06ec7a899413bab6063716744517f718", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_transfers_BLOCK_ID"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_BLOCK_ID.2c6f7e05cc", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_06ec7a899413bab6063716744517f718.sql", "original_file_path": "models\\core\\core__fact_transfers.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_transfers_BLOCK_ID", "alias": "fact_transfers_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_transfers"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_transfers.yml\\dbt_expectations_expect_column_06ec7a899413bab6063716744517f718.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_06ec7a899413bab6063716744517f718"}, "created_at": 1670432240.6817434, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('BLOCK_ID' as \n varchar\n) as column_name,\n 0 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_transfers_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.core__fact_transfers"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_BLOCK_TIMESTAMP.0f58d69ae8": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_826892449a5c717b6c5e94d938e1cd56\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('core__fact_transfers')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_transfers"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_826892449a5c717b6c5e94d938e1cd56", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_transfers_BLOCK_TIMESTAMP"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_BLOCK_TIMESTAMP.0f58d69ae8", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_826892449a5c717b6c5e94d938e1cd56.sql", "original_file_path": "models\\core\\core__fact_transfers.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_transfers_BLOCK_TIMESTAMP", "alias": "fact_transfers_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_transfers"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_transfers.yml\\dbt_expectations_expect_column_826892449a5c717b6c5e94d938e1cd56.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_826892449a5c717b6c5e94d938e1cd56"}, "created_at": 1670432240.686829, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as column_name,\n 1 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_transfers_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.core__fact_transfers"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_BLOCKCHAIN.9239785984": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_add254b299d0a31785b0e35628859bf6\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('core__fact_transfers')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_transfers"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_add254b299d0a31785b0e35628859bf6", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_transfers_BLOCKCHAIN"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_BLOCKCHAIN.9239785984", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_add254b299d0a31785b0e35628859bf6.sql", "original_file_path": "models\\core\\core__fact_transfers.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_transfers_BLOCKCHAIN", "alias": "fact_transfers_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_transfers"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_transfers.yml\\dbt_expectations_expect_column_add254b299d0a31785b0e35628859bf6.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_add254b299d0a31785b0e35628859bf6"}, "created_at": 1670432240.6908267, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('BLOCKCHAIN' as \n varchar\n) as column_name,\n 2 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_transfers_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.core__fact_transfers"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_CHAIN_ID.5fc5a9ebd8": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_3f95845d4001b2da5c9fd63ae4239a7e\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('core__fact_transfers')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_transfers"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_3f95845d4001b2da5c9fd63ae4239a7e", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_transfers_CHAIN_ID"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_CHAIN_ID.5fc5a9ebd8", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_3f95845d4001b2da5c9fd63ae4239a7e.sql", "original_file_path": "models\\core\\core__fact_transfers.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_transfers_CHAIN_ID", "alias": "fact_transfers_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_transfers"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_transfers.yml\\dbt_expectations_expect_column_3f95845d4001b2da5c9fd63ae4239a7e.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_3f95845d4001b2da5c9fd63ae4239a7e"}, "created_at": 1670432240.6938202, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('CHAIN_ID' as \n varchar\n) as column_name,\n 3 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_transfers_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.core__fact_transfers"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_TX_ID.9cf9dd8a23": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_96762ac61adfc72f3d7206bd3c98c8d0\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "TX_ID", "model": "{{ get_where_subquery(ref('core__fact_transfers')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_transfers"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_96762ac61adfc72f3d7206bd3c98c8d0", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_transfers_TX_ID"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_TX_ID.9cf9dd8a23", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_96762ac61adfc72f3d7206bd3c98c8d0.sql", "original_file_path": "models\\core\\core__fact_transfers.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_transfers_TX_ID", "alias": "fact_transfers_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_transfers"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_transfers.yml\\dbt_expectations_expect_column_96762ac61adfc72f3d7206bd3c98c8d0.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_96762ac61adfc72f3d7206bd3c98c8d0"}, "created_at": 1670432240.6977448, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('TX_ID' as \n varchar\n) as column_name,\n 4 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_transfers_TX_ID", "column_name": "TX_ID", "file_key_name": "models.core__fact_transfers"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_TX_STATUS.6b15191c9a": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_0d32b1e0ab433e5cf57813235ffbdb50\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "TX_STATUS", "model": "{{ get_where_subquery(ref('core__fact_transfers')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_transfers"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_0d32b1e0ab433e5cf57813235ffbdb50", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_transfers_TX_STATUS"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_TX_STATUS.6b15191c9a", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_0d32b1e0ab433e5cf57813235ffbdb50.sql", "original_file_path": "models\\core\\core__fact_transfers.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_transfers_TX_STATUS", "alias": "fact_transfers_TX_STATUS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_transfers"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_transfers.yml\\dbt_expectations_expect_column_0d32b1e0ab433e5cf57813235ffbdb50.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_0d32b1e0ab433e5cf57813235ffbdb50"}, "created_at": 1670432240.7028322, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('TX_STATUS' as \n varchar\n) as column_name,\n 5 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_transfers_TX_STATUS", "column_name": "TX_STATUS", "file_key_name": "models.core__fact_transfers"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_TRANSFER_TYPE.ee95d8d48f": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_afb865f102809da022c73cfc881b9e6f\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "TRANSFER_TYPE", "model": "{{ get_where_subquery(ref('core__fact_transfers')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_transfers"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_afb865f102809da022c73cfc881b9e6f", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_transfers_TRANSFER_TYPE"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_TRANSFER_TYPE.ee95d8d48f", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_afb865f102809da022c73cfc881b9e6f.sql", "original_file_path": "models\\core\\core__fact_transfers.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_transfers_TRANSFER_TYPE", "alias": "fact_transfers_TRANSFER_TYPE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_transfers"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_transfers.yml\\dbt_expectations_expect_column_afb865f102809da022c73cfc881b9e6f.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_afb865f102809da022c73cfc881b9e6f"}, "created_at": 1670432240.705834, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('TRANSFER_TYPE' as \n varchar\n) as column_name,\n 6 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_transfers_TRANSFER_TYPE", "column_name": "TRANSFER_TYPE", "file_key_name": "models.core__fact_transfers"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_SENDER.5acfdb6d48": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_d75b3be78438a2c7db13edd81e5d985c\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "SENDER", "model": "{{ get_where_subquery(ref('core__fact_transfers')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_transfers"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_d75b3be78438a2c7db13edd81e5d985c", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_transfers_SENDER"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_SENDER.5acfdb6d48", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_d75b3be78438a2c7db13edd81e5d985c.sql", "original_file_path": "models\\core\\core__fact_transfers.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_transfers_SENDER", "alias": "fact_transfers_SENDER", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_transfers"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_transfers.yml\\dbt_expectations_expect_column_d75b3be78438a2c7db13edd81e5d985c.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_d75b3be78438a2c7db13edd81e5d985c"}, "created_at": 1670432240.709743, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('SENDER' as \n varchar\n) as column_name,\n 7 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_transfers_SENDER", "column_name": "SENDER", "file_key_name": "models.core__fact_transfers"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_AMOUNT.dfd5f028ff": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_e61b6e3a305fab3136e7689da1148cc5\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "AMOUNT", "model": "{{ get_where_subquery(ref('core__fact_transfers')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_transfers"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_e61b6e3a305fab3136e7689da1148cc5", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_transfers_AMOUNT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_AMOUNT.dfd5f028ff", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_e61b6e3a305fab3136e7689da1148cc5.sql", "original_file_path": "models\\core\\core__fact_transfers.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_transfers_AMOUNT", "alias": "fact_transfers_AMOUNT", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_transfers"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_transfers.yml\\dbt_expectations_expect_column_e61b6e3a305fab3136e7689da1148cc5.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_e61b6e3a305fab3136e7689da1148cc5"}, "created_at": 1670432240.7128413, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('AMOUNT' as \n varchar\n) as column_name,\n 8 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_transfers_AMOUNT", "column_name": "AMOUNT", "file_key_name": "models.core__fact_transfers"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_CURRENCY.cea97ef73f": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_9e829724710829a4cf77c86596b0b398\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "CURRENCY", "model": "{{ get_where_subquery(ref('core__fact_transfers')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_transfers"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_9e829724710829a4cf77c86596b0b398", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_transfers_CURRENCY"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_CURRENCY.cea97ef73f", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_9e829724710829a4cf77c86596b0b398.sql", "original_file_path": "models\\core\\core__fact_transfers.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_transfers_CURRENCY", "alias": "fact_transfers_CURRENCY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_transfers"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_transfers.yml\\dbt_expectations_expect_column_9e829724710829a4cf77c86596b0b398.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_9e829724710829a4cf77c86596b0b398"}, "created_at": 1670432240.7188327, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('CURRENCY' as \n varchar\n) as column_name,\n 9 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_transfers_CURRENCY", "column_name": "CURRENCY", "file_key_name": "models.core__fact_transfers"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_RECEIVER.442acc3f94": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_7ad7c20bd546c1cda67a234d31728cef\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "RECEIVER", "model": "{{ get_where_subquery(ref('core__fact_transfers')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_transfers"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_7ad7c20bd546c1cda67a234d31728cef", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_transfers_RECEIVER"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_RECEIVER.442acc3f94", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_7ad7c20bd546c1cda67a234d31728cef.sql", "original_file_path": "models\\core\\core__fact_transfers.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_transfers_RECEIVER", "alias": "fact_transfers_RECEIVER", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_transfers"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_transfers.yml\\dbt_expectations_expect_column_7ad7c20bd546c1cda67a234d31728cef.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_7ad7c20bd546c1cda67a234d31728cef"}, "created_at": 1670432240.7218218, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('RECEIVER' as \n varchar\n) as column_name,\n 11 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_transfers_RECEIVER", "column_name": "RECEIVER", "file_key_name": "models.core__fact_transfers"}, "model.osmosis_models.silver__locked_liquidity_actions": {"raw_sql": "{{ config(\r\n materialized = 'incremental',\r\n unique_key = \"_unique_key\",\r\n incremental_strategy = 'merge',\r\n cluster_by = ['block_timestamp::DATE','_inserted_timestamp::DATE']\r\n) }}\r\n\r\nWITH\r\n\r\n{% if is_incremental() %}\r\nmax_date AS (\r\n\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n ) _inserted_timestamp\r\n FROM\r\n {{ this }}\r\n),\r\n{% endif %}\r\n\r\nbase_msg_atts AS (\r\n SELECT\r\n A.block_id,\r\n A.block_timestamp,\r\n A.blockchain,\r\n A.chain_id,\r\n A.tx_id,\r\n 'SUCCEEDED' AS tx_status,\r\n A.msg_group,\r\n A.msg_type,\r\n A.attribute_key,\r\n A.attribute_value,\r\n COALESCE(\r\n b.lock_id :: INT,\r\n C.lock_id :: INT\r\n ) AS lock_id,\r\n A._inserted_timestamp\r\n FROM\r\n {{ ref('silver__msg_attributes') }} A\r\n LEFT JOIN {{ ref('silver__locked_liquidity_transactions') }}\r\n b\r\n ON A.tx_id = b.tx_id\r\n AND A.msg_group = b.msg_group\r\n LEFT JOIN {{ ref('silver__superfluid_actions') }} C\r\n ON A.tx_id = C.tx_id\r\n AND A.msg_group = C.msg_group\r\n WHERE\r\n COALESCE(\r\n b.tx_id,\r\n C.tx_id\r\n ) IS NOT NULL\r\n AND (\r\n (\r\n A.msg_type = 'message'\r\n AND A.attribute_key = 'action'\r\n )\r\n OR A.msg_type IN (\r\n 'add_tokens_to_lock',\r\n 'lock_tokens',\r\n 'superfluid_delegate',\r\n 'superfluid_increase_delegation',\r\n 'superfluid_unbond_lock',\r\n 'superfluid_undelegate',\r\n 'unbond',\r\n 'unlock',\r\n 'unlock_tokens',\r\n 'unpool_pool_id'\r\n )\r\n AND attribute_key IN (\r\n 'amount',\r\n 'owner',\r\n 'burner',\r\n 'duration',\r\n 'unlock_time',\r\n 'sender',\r\n 'denom',\r\n 'new_lock_ids'\r\n )\r\n ) --weird transactions that break the logic\r\n AND A.tx_id NOT IN (\r\n '523CBB1403A90A2A45A90ADFFC17F72100B99C286BD66DEDF22DD7F8A825127D',\r\n 'B26B72516A670B4FFD31F4F7853E65F7463F7A46BDE61800DC17A41F55AB87A3',\r\n '34A6CEF2A87D6DB15DA1D7238D3A3BEABF8B4A1B460082B3C1F6C65DE5329CAC',\r\n '504A0BD295DA63E28D55BC7C46575C6C49D9C2612D0AF118BA2A33A089A25A6D',\r\n 'B312127A7914D26444DA2C1104122F9CB7D3B50940F079544775C7EA4EE4981D',\r\n '413991DF25FF3A217BA42D84D811CABC4A580F12FA9A8BC204E45F22529185CB'\r\n )\r\n\r\n{% if is_incremental() %}\r\nAND A._inserted_timestamp >= (\r\n SELECT\r\n _inserted_timestamp\r\n FROM\r\n max_date\r\n)\r\n{% endif %}\r\n),\r\ntx_msg_flat AS (\r\n SELECT\r\n block_id,\r\n block_timestamp,\r\n blockchain,\r\n chain_id,\r\n tx_id,\r\n tx_status,\r\n msg_group,\r\n _inserted_timestamp,\r\n LISTAGG(\r\n DISTINCT msg_type,\r\n '-'\r\n ) within GROUP (\r\n ORDER BY\r\n msg_type\r\n ) AS msg_type,\r\n lock_id,\r\n OBJECT_AGG(\r\n msg_type :: STRING || '--' || attribute_key :: STRING,\r\n attribute_value :: variant\r\n ) AS j\r\n FROM\r\n base_msg_atts\r\n WHERE\r\n msg_type <> 'message'\r\n GROUP BY\r\n block_id,\r\n block_timestamp,\r\n blockchain,\r\n chain_id,\r\n tx_id,\r\n tx_status,\r\n msg_group,\r\n lock_id,\r\n _inserted_timestamp\r\n),\r\nmsg_based AS (\r\n SELECT\r\n A.block_id,\r\n A.block_timestamp,\r\n A.blockchain,\r\n A.chain_id,\r\n A.tx_id,\r\n A.tx_status,\r\n A.msg_group,\r\n A.msg_type,\r\n A.lock_id,\r\n b.attribute_value AS action,\r\n CASE\r\n WHEN b.attribute_value = '/osmosis.lockup.MsgExtendLockup' THEN 'extend lockup'\r\n WHEN A.msg_type = 'unpool_pool_id' THEN 'unpool'\r\n WHEN j :\"lock_tokens--duration\" IS NOT NULL THEN 'initial lock'\r\n WHEN j :: STRING ILIKE '%unlock%'\r\n OR j :: STRING ILIKE '%undelegate%'\r\n OR j :: STRING ILIKE '%unbond%'\r\n OR action ILIKE '%undelegate%' THEN 'unlock-undelegate'\r\n WHEN j :: STRING LIKE '%add%'\r\n OR j :: STRING LIKE '%increase%' THEN 'add to position'\r\n WHEN j :: STRING ILIKE '%delegate%' THEN 'super upgrade'\r\n END hybrid_action,\r\n COALESCE(\r\n j :\"add_tokens_to_lock--amount\",\r\n j :\"lock_tokens--amount\",\r\n j :\"superfluid_increase_delegation--amount\",\r\n j :\"burn--amount\",\r\n j :\"unpool_pool_id--denom\"\r\n ) :: STRING AS amount,\r\n COALESCE(\r\n j :\"add_tokens_to_lock--owner\",\r\n j :\"lock_tokens--owner\",\r\n j :\"begin_unlock--owner\",\r\n j :\"unlock--owner\",\r\n j :\"burn--burner\",\r\n j :\"unpool_pool_id--sender\"\r\n ) :: STRING AS locker,\r\n COALESCE(\r\n j :\"lock_tokens--duration\",\r\n j :\"begin_unlock--duration\",\r\n j :\"unlock--duration\"\r\n ) :: STRING AS DURATION,\r\n NULLIF(\r\n COALESCE(\r\n j :\"lock_tokens--unlock_time\",\r\n j :\"begin_unlock--unlock_time\",\r\n j :\"unlock--unlock_time\"\r\n ) :: STRING,\r\n '0001-01-01 00:00:00 +0000 UTC'\r\n ) AS unlock_time,\r\n j :\"unpool_pool_id--new_lock_ids\" :: STRING AS new_lock_ids,\r\n A._INSERTED_TIMESTAMP\r\n FROM\r\n tx_msg_flat A\r\n LEFT JOIN base_msg_atts b\r\n ON A.tx_id = b.tx_id\r\n AND A.msg_group = b.msg_group\r\n AND COALESCE(\r\n A.lock_id,\r\n -1\r\n ) = COALESCE(\r\n b.lock_id,\r\n -1\r\n )\r\n AND b.msg_type = 'message'\r\n),\r\ncombo_with_super_undel AS (\r\n SELECT\r\n block_id,\r\n block_timestamp,\r\n blockchain,\r\n chain_id,\r\n tx_id,\r\n tx_status,\r\n msg_group,\r\n msg_type,\r\n lock_id,\r\n action,\r\n hybrid_action,\r\n amount,\r\n locker,\r\n DURATION,\r\n unlock_time,\r\n new_lock_ids,\r\n _INSERTED_TIMESTAMP\r\n FROM\r\n msg_based\r\n UNION ALL\r\n SELECT\r\n block_id,\r\n block_timestamp,\r\n blockchain,\r\n chain_id,\r\n tx_id,\r\n tx_status,\r\n msg_group,\r\n msg_type,\r\n lock_id,\r\n action,\r\n hybrid_action,\r\n amount,\r\n locker,\r\n DURATION,\r\n unlock_time,\r\n new_lock_ids,\r\n _INSERTED_TIMESTAMP\r\n FROM\r\n {{ ref('silver__locked_liquidity_actions_begin_unlock') }}\r\n UNION ALL\r\n SELECT\r\n A.block_id,\r\n A.block_timestamp,\r\n A.blockchain,\r\n A.chain_id,\r\n A.tx_id,\r\n A.tx_status,\r\n A.msg_group,\r\n A.msg_type,\r\n A.lock_id,\r\n 'unlock' AS action,\r\n 'unlock' AS hybrid_action,\r\n NULL :: STRING AS amount,\r\n delegator_address AS locker,\r\n NULL :: STRING AS DURATION,\r\n NULL :: STRING AS unlock_time,\r\n NULL :: STRING AS new_lock_ids,\r\n A._INSERTED_TIMESTAMP\r\n FROM\r\n {{ ref('silver__superfluid_actions') }} A\r\n WHERE\r\n msg_type = '/osmosis.superfluid.MsgSuperfluidUndelegate'\r\n),\r\ntx_body AS (\r\n SELECT\r\n tx_id,\r\n tx_status,\r\n msg_type,\r\n msg_group,\r\n delegator_address,\r\n amount,\r\n validator_address,\r\n lock_id,\r\n pool_id\r\n FROM\r\n {{ ref('silver__superfluid_actions') }} A\r\n\r\n{% if is_incremental() %}\r\nWHERE\r\n _inserted_timestamp >= (\r\n SELECT\r\n _inserted_timestamp\r\n FROM\r\n max_date\r\n )\r\n{% endif %}\r\n),\r\nall_super_pools AS (\r\n SELECT\r\n lock_id,\r\n MIN(block_id) block_id\r\n FROM\r\n {{ ref('silver__superfluid_actions') }}\r\n GROUP BY\r\n lock_id\r\n)\r\nSELECT\r\n A.block_id,\r\n A.block_timestamp,\r\n A.blockchain,\r\n A.chain_id,\r\n A.tx_id,\r\n A.tx_status,\r\n A.msg_group,\r\n A.msg_type,\r\n COALESCE(\r\n b.msg_type,\r\n A.action\r\n ) AS msg_action,\r\n A.hybrid_action AS msg_action_description,\r\n A.locker AS locker_address,\r\n A.lock_id,\r\n CASE\r\n WHEN A.amount LIKE 'gamm%' THEN NULL\r\n WHEN A.amount LIKE '%uosmo' THEN REPLACE(\r\n A.amount,\r\n 'uosmo'\r\n )\r\n ELSE SPLIT_PART(\r\n TRIM(\r\n REGEXP_REPLACE(\r\n A.amount,\r\n '[^[:digit:]]',\r\n ' '\r\n )\r\n ),\r\n ' ',\r\n 0\r\n )\r\n END :: INT {# / pow(\r\n 10,\r\n 18\r\n) #}\r\nAS amount,\r\nCASE\r\n WHEN A.amount LIKE 'gamm%' THEN A.amount\r\n WHEN A.amount LIKE '%uosmo' THEN 'uosmo'\r\n ELSE RIGHT(A.amount, LENGTH(A.amount) - LENGTH(SPLIT_PART(TRIM(REGEXP_REPLACE(A.amount, '[^[:digit:]]', ' ')), ' ', 0)))\r\nEND AS currency,\r\nCASE\r\n WHEN A.amount LIKE '%uosmo' THEN 6\r\n ELSE 18\r\nEND AS DECIMAL,\r\nCOALESCE(\r\n b.pool_id,\r\n CASE\r\n WHEN A.amount LIKE '%pool%' THEN RIGHT(A.amount, len(A.amount) - POSITION('pool', A.amount) -4)\r\n END :: INT\r\n) AS pool_id,\r\nA.duration AS lock_duration,\r\nA.unlock_time AS unlock_time,\r\nCASE\r\n WHEN b.tx_id IS NOT NULL\r\n OR C.lock_id IS NOT NULL\r\n AND A.block_id >= C.block_id THEN TRUE\r\n ELSE FALSE\r\nEND is_superfluid,\r\nA.new_lock_ids AS unpool_new_lock_ids,\r\nconcat_ws(\r\n '-',\r\n A.tx_id,\r\n A.msg_group,\r\n COALESCE(\r\n A.lock_id,\r\n -1\r\n ),\r\n A.locker\r\n) AS _unique_key,\r\nA._INSERTED_TIMESTAMP\r\nFROM\r\n combo_with_super_undel A\r\n LEFT JOIN tx_body b\r\n ON A.tx_id = b.tx_id\r\n AND A.msg_group = b.msg_group\r\n LEFT JOIN all_super_pools C\r\n ON A.lock_id = C.lock_id", "compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.dbt.is_incremental"], "nodes": ["model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__locked_liquidity_transactions", "model.osmosis_models.silver__superfluid_actions", "model.osmosis_models.silver__locked_liquidity_actions_begin_unlock", "model.osmosis_models.silver__superfluid_actions", "model.osmosis_models.silver__superfluid_actions", "model.osmosis_models.silver__superfluid_actions"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "incremental", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": "_unique_key", "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "cluster_by": ["block_timestamp::DATE", "_inserted_timestamp::DATE"], "incremental_strategy": "merge", "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "silver", "fqn": ["osmosis_models", "silver", "silver__locked_liquidity_actions"], "unique_id": "model.osmosis_models.silver__locked_liquidity_actions", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "silver\\silver__locked_liquidity_actions.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions.sql", "name": "silver__locked_liquidity_actions", "alias": "locked_liquidity_actions", "checksum": {"name": "sha256", "checksum": "c26ae8d07dc0748f8ea37bcb33383000cb6816f902ca465a4a49ad9e12824877"}, "tags": [], "refs": [["silver__msg_attributes"], ["silver__locked_liquidity_transactions"], ["silver__superfluid_actions"], ["silver__locked_liquidity_actions_begin_unlock"], ["silver__superfluid_actions"], ["silver__superfluid_actions"], ["silver__superfluid_actions"]], "sources": [], "metrics": [], "description": "Records of all LP token locking transactions that have occurred on Osmosis, dating back to the genesis block. These actions include lock, unlock, unpool, and all superfluid actions.", "columns": {"BLOCK_ID": {"name": "BLOCK_ID", "description": "The block height the block was recorded at.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCK_TIMESTAMP": {"name": "BLOCK_TIMESTAMP", "description": "The date and time at which the block began.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCKCHAIN": {"name": "BLOCKCHAIN", "description": "In this table, always Osmosis. Used to join to cross-chain tables.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CHAIN_ID": {"name": "CHAIN_ID", "description": "The name and version of the blockchain.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_ID": {"name": "TX_ID", "description": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_STATUS": {"name": "TX_STATUS", "description": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "MSG_GROUP": {"name": "MSG_GROUP", "description": "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)", "meta": {}, "data_type": null, "quote": null, "tags": []}, "MSG_TYPE": {"name": "MSG_TYPE", "description": "A string containing information about the type of message occurring.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "MSG_ACTION": {"name": "MSG_ACTION", "description": "<<<<<<< HEAD\r\nTells what action is happening in the transaction. I.E. is the user adding or removing liquidity to the pool. \r\n=======\r\nThe action taken in the msg group. For staking this includes delegate, undelegate, redelegate, withdraw_rewards.\r\n>>>>>>> main", "meta": {}, "data_type": null, "quote": null, "tags": []}, "MSG_ACTION_DESCRIPTION": {"name": "MSG_ACTION_DESCRIPTION", "description": "A user friendly description of what action occured", "meta": {}, "data_type": null, "quote": null, "tags": []}, "LOCKER_ADDRESS": {"name": "LOCKER_ADDRESS", "description": "The address of user that performed an action related to locked lp tokens", "meta": {}, "data_type": null, "quote": null, "tags": []}, "LOCK_ID": {"name": "LOCK_ID", "description": "The unique id related to the specifc address, pool, and lock duration", "meta": {}, "data_type": null, "quote": null, "tags": []}, "AMOUNT": {"name": "AMOUNT", "description": "The amount that was used in the transaction message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CURRENCY": {"name": "CURRENCY", "description": "The currency that was used in the transaction message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "POOL_ID": {"name": "POOL_ID", "description": "Identifier for the pool within the module", "meta": {}, "data_type": null, "quote": null, "tags": []}, "LOCK_DURATION": {"name": "LOCK_DURATION", "description": "The length of time the LP toke takes to unlock", "meta": {}, "data_type": null, "quote": null, "tags": []}, "UNLOCK_TIME": {"name": "UNLOCK_TIME", "description": "When the LP token is fully unlocked and liquid again", "meta": {}, "data_type": null, "quote": null, "tags": []}, "IS_SUPERFLUID": {"name": "IS_SUPERFLUID", "description": "The length of time the LP toke takes to unlock", "meta": {}, "data_type": null, "quote": null, "tags": []}, "UNPOOL_NEW_LOCK_IDS": {"name": "UNPOOL_NEW_LOCK_IDS", "description": "The new lock ids generated when a lp position is unpooled", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_INSERTED_TIMESTAMP": {"name": "_INSERTED_TIMESTAMP", "description": "The time the block was inserted into to the Flipside database.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\silver\\silver__locked_liquidity_actions.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "incremental", "unique_key": "_unique_key", "incremental_strategy": "merge", "cluster_by": ["block_timestamp::DATE", "_inserted_timestamp::DATE"]}, "created_at": 1670433254.9235487, "compiled_sql": "\n\nWITH\n\n\nmax_date AS (\n\n SELECT\n MAX(\n _inserted_timestamp\n ) _inserted_timestamp\n FROM\n OSMOSIS_DEV.silver.locked_liquidity_actions\n),\n\n\nbase_msg_atts AS (\n SELECT\n A.block_id,\n A.block_timestamp,\n A.blockchain,\n A.chain_id,\n A.tx_id,\n 'SUCCEEDED' AS tx_status,\n A.msg_group,\n A.msg_type,\n A.attribute_key,\n A.attribute_value,\n COALESCE(\n b.lock_id :: INT,\n C.lock_id :: INT\n ) AS lock_id,\n A._inserted_timestamp\n FROM\n OSMOSIS_DEV.silver.msg_attributes A\n LEFT JOIN OSMOSIS_DEV.silver.locked_liquidity_transactions\n b\n ON A.tx_id = b.tx_id\n AND A.msg_group = b.msg_group\n LEFT JOIN OSMOSIS_DEV.silver.superfluid_actions C\n ON A.tx_id = C.tx_id\n AND A.msg_group = C.msg_group\n WHERE\n COALESCE(\n b.tx_id,\n C.tx_id\n ) IS NOT NULL\n AND (\n (\n A.msg_type = 'message'\n AND A.attribute_key = 'action'\n )\n OR A.msg_type IN (\n 'add_tokens_to_lock',\n 'lock_tokens',\n 'superfluid_delegate',\n 'superfluid_increase_delegation',\n 'superfluid_unbond_lock',\n 'superfluid_undelegate',\n 'unbond',\n 'unlock',\n 'unlock_tokens',\n 'unpool_pool_id'\n )\n AND attribute_key IN (\n 'amount',\n 'owner',\n 'burner',\n 'duration',\n 'unlock_time',\n 'sender',\n 'denom',\n 'new_lock_ids'\n )\n ) --weird transactions that break the logic\n AND A.tx_id NOT IN (\n '523CBB1403A90A2A45A90ADFFC17F72100B99C286BD66DEDF22DD7F8A825127D',\n 'B26B72516A670B4FFD31F4F7853E65F7463F7A46BDE61800DC17A41F55AB87A3',\n '34A6CEF2A87D6DB15DA1D7238D3A3BEABF8B4A1B460082B3C1F6C65DE5329CAC',\n '504A0BD295DA63E28D55BC7C46575C6C49D9C2612D0AF118BA2A33A089A25A6D',\n 'B312127A7914D26444DA2C1104122F9CB7D3B50940F079544775C7EA4EE4981D',\n '413991DF25FF3A217BA42D84D811CABC4A580F12FA9A8BC204E45F22529185CB'\n )\n\n\nAND A._inserted_timestamp >= (\n SELECT\n _inserted_timestamp\n FROM\n max_date\n)\n\n),\ntx_msg_flat AS (\n SELECT\n block_id,\n block_timestamp,\n blockchain,\n chain_id,\n tx_id,\n tx_status,\n msg_group,\n _inserted_timestamp,\n LISTAGG(\n DISTINCT msg_type,\n '-'\n ) within GROUP (\n ORDER BY\n msg_type\n ) AS msg_type,\n lock_id,\n OBJECT_AGG(\n msg_type :: STRING || '--' || attribute_key :: STRING,\n attribute_value :: variant\n ) AS j\n FROM\n base_msg_atts\n WHERE\n msg_type <> 'message'\n GROUP BY\n block_id,\n block_timestamp,\n blockchain,\n chain_id,\n tx_id,\n tx_status,\n msg_group,\n lock_id,\n _inserted_timestamp\n),\nmsg_based AS (\n SELECT\n A.block_id,\n A.block_timestamp,\n A.blockchain,\n A.chain_id,\n A.tx_id,\n A.tx_status,\n A.msg_group,\n A.msg_type,\n A.lock_id,\n b.attribute_value AS action,\n CASE\n WHEN b.attribute_value = '/osmosis.lockup.MsgExtendLockup' THEN 'extend lockup'\n WHEN A.msg_type = 'unpool_pool_id' THEN 'unpool'\n WHEN j :\"lock_tokens--duration\" IS NOT NULL THEN 'initial lock'\n WHEN j :: STRING ILIKE '%unlock%'\n OR j :: STRING ILIKE '%undelegate%'\n OR j :: STRING ILIKE '%unbond%'\n OR action ILIKE '%undelegate%' THEN 'unlock-undelegate'\n WHEN j :: STRING LIKE '%add%'\n OR j :: STRING LIKE '%increase%' THEN 'add to position'\n WHEN j :: STRING ILIKE '%delegate%' THEN 'super upgrade'\n END hybrid_action,\n COALESCE(\n j :\"add_tokens_to_lock--amount\",\n j :\"lock_tokens--amount\",\n j :\"superfluid_increase_delegation--amount\",\n j :\"burn--amount\",\n j :\"unpool_pool_id--denom\"\n ) :: STRING AS amount,\n COALESCE(\n j :\"add_tokens_to_lock--owner\",\n j :\"lock_tokens--owner\",\n j :\"begin_unlock--owner\",\n j :\"unlock--owner\",\n j :\"burn--burner\",\n j :\"unpool_pool_id--sender\"\n ) :: STRING AS locker,\n COALESCE(\n j :\"lock_tokens--duration\",\n j :\"begin_unlock--duration\",\n j :\"unlock--duration\"\n ) :: STRING AS DURATION,\n NULLIF(\n COALESCE(\n j :\"lock_tokens--unlock_time\",\n j :\"begin_unlock--unlock_time\",\n j :\"unlock--unlock_time\"\n ) :: STRING,\n '0001-01-01 00:00:00 +0000 UTC'\n ) AS unlock_time,\n j :\"unpool_pool_id--new_lock_ids\" :: STRING AS new_lock_ids,\n A._INSERTED_TIMESTAMP\n FROM\n tx_msg_flat A\n LEFT JOIN base_msg_atts b\n ON A.tx_id = b.tx_id\n AND A.msg_group = b.msg_group\n AND COALESCE(\n A.lock_id,\n -1\n ) = COALESCE(\n b.lock_id,\n -1\n )\n AND b.msg_type = 'message'\n),\ncombo_with_super_undel AS (\n SELECT\n block_id,\n block_timestamp,\n blockchain,\n chain_id,\n tx_id,\n tx_status,\n msg_group,\n msg_type,\n lock_id,\n action,\n hybrid_action,\n amount,\n locker,\n DURATION,\n unlock_time,\n new_lock_ids,\n _INSERTED_TIMESTAMP\n FROM\n msg_based\n UNION ALL\n SELECT\n block_id,\n block_timestamp,\n blockchain,\n chain_id,\n tx_id,\n tx_status,\n msg_group,\n msg_type,\n lock_id,\n action,\n hybrid_action,\n amount,\n locker,\n DURATION,\n unlock_time,\n new_lock_ids,\n _INSERTED_TIMESTAMP\n FROM\n OSMOSIS_DEV.silver.locked_liquidity_actions_begin_unlock\n UNION ALL\n SELECT\n A.block_id,\n A.block_timestamp,\n A.blockchain,\n A.chain_id,\n A.tx_id,\n A.tx_status,\n A.msg_group,\n A.msg_type,\n A.lock_id,\n 'unlock' AS action,\n 'unlock' AS hybrid_action,\n NULL :: STRING AS amount,\n delegator_address AS locker,\n NULL :: STRING AS DURATION,\n NULL :: STRING AS unlock_time,\n NULL :: STRING AS new_lock_ids,\n A._INSERTED_TIMESTAMP\n FROM\n OSMOSIS_DEV.silver.superfluid_actions A\n WHERE\n msg_type = '/osmosis.superfluid.MsgSuperfluidUndelegate'\n),\ntx_body AS (\n SELECT\n tx_id,\n tx_status,\n msg_type,\n msg_group,\n delegator_address,\n amount,\n validator_address,\n lock_id,\n pool_id\n FROM\n OSMOSIS_DEV.silver.superfluid_actions A\n\n\nWHERE\n _inserted_timestamp >= (\n SELECT\n _inserted_timestamp\n FROM\n max_date\n )\n\n),\nall_super_pools AS (\n SELECT\n lock_id,\n MIN(block_id) block_id\n FROM\n OSMOSIS_DEV.silver.superfluid_actions\n GROUP BY\n lock_id\n)\nSELECT\n A.block_id,\n A.block_timestamp,\n A.blockchain,\n A.chain_id,\n A.tx_id,\n A.tx_status,\n A.msg_group,\n A.msg_type,\n COALESCE(\n b.msg_type,\n A.action\n ) AS msg_action,\n A.hybrid_action AS msg_action_description,\n A.locker AS locker_address,\n A.lock_id,\n CASE\n WHEN A.amount LIKE 'gamm%' THEN NULL\n WHEN A.amount LIKE '%uosmo' THEN REPLACE(\n A.amount,\n 'uosmo'\n )\n ELSE SPLIT_PART(\n TRIM(\n REGEXP_REPLACE(\n A.amount,\n '[^[:digit:]]',\n ' '\n )\n ),\n ' ',\n 0\n )\n END :: INT \nAS amount,\nCASE\n WHEN A.amount LIKE 'gamm%' THEN A.amount\n WHEN A.amount LIKE '%uosmo' THEN 'uosmo'\n ELSE RIGHT(A.amount, LENGTH(A.amount) - LENGTH(SPLIT_PART(TRIM(REGEXP_REPLACE(A.amount, '[^[:digit:]]', ' ')), ' ', 0)))\nEND AS currency,\nCASE\n WHEN A.amount LIKE '%uosmo' THEN 6\n ELSE 18\nEND AS DECIMAL,\nCOALESCE(\n b.pool_id,\n CASE\n WHEN A.amount LIKE '%pool%' THEN RIGHT(A.amount, len(A.amount) - POSITION('pool', A.amount) -4)\n END :: INT\n) AS pool_id,\nA.duration AS lock_duration,\nA.unlock_time AS unlock_time,\nCASE\n WHEN b.tx_id IS NOT NULL\n OR C.lock_id IS NOT NULL\n AND A.block_id >= C.block_id THEN TRUE\n ELSE FALSE\nEND is_superfluid,\nA.new_lock_ids AS unpool_new_lock_ids,\nconcat_ws(\n '-',\n A.tx_id,\n A.msg_group,\n COALESCE(\n A.lock_id,\n -1\n ),\n A.locker\n) AS _unique_key,\nA._INSERTED_TIMESTAMP\nFROM\n combo_with_super_undel A\n LEFT JOIN tx_body b\n ON A.tx_id = b.tx_id\n AND A.msg_group = b.msg_group\n LEFT JOIN all_super_pools C\n ON A.lock_id = C.lock_id", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.silver.locked_liquidity_actions"}, "model.osmosis_models.silver__liquid_balances": {"raw_sql": "{{ config(\r\n materialized = 'incremental',\r\n unique_key = \"CONCAT_WS('-', block_id, address, currency)\",\r\n incremental_strategy = 'delete+insert',\r\n cluster_by = ['block_timestamp'],\r\n) }}\r\n\r\nWITH base AS (\r\n\r\n SELECT\r\n bal.block_id,\r\n bl.block_timestamp,\r\n 'liquid' AS balance_type,\r\n bal.address,\r\n b.value :denom :: STRING AS currency,\r\n b.value :amount :: INT AS balance,\r\n TO_TIMESTAMP_NTZ(\r\n SUBSTR(SPLIT_PART(metadata$filename, '/', 4), 1, 10) :: NUMBER,\r\n 0\r\n ) AS _inserted_timestamp\r\n FROM\r\n {{ source(\r\n 'osmosis_external',\r\n 'balances_api'\r\n ) }}\r\n bal\r\n LEFT OUTER JOIN {{ ref('silver__blocks') }}\r\n bl\r\n ON bal.block_id = bl.block_id\r\n LEFT OUTER JOIN TABLE(FLATTEN (input => balances, outer => TRUE)) b\r\n\r\n{% if is_incremental() %}\r\nWHERE\r\n _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n {{ this }}\r\n )\r\n{% endif %}\r\n\r\nqualify(ROW_NUMBER() over(PARTITION BY bal.block_id, bal.address, currency\r\nORDER BY\r\n _inserted_timestamp DESC)) = 1\r\n),\r\ntbl AS (\r\n\r\n{% if is_incremental() %}\r\nSELECT\r\n address, balance, balance_type, block_id, block_timestamp, currency, _inserted_timestamp\r\nFROM\r\n base\r\nUNION\r\nSELECT\r\n address, balance, balance_type, block_id, block_timestamp, currency, _inserted_timestamp\r\nFROM\r\n silver.latest_liquid_balances\r\nWHERE\r\n address IN (\r\nSELECT\r\n DISTINCT address\r\nFROM\r\n base)\r\n{% else %}\r\nSELECT\r\n address, balance, balance_type, block_id, block_timestamp, currency, _inserted_timestamp\r\nFROM\r\n base\r\n{% endif %}),\r\nall_currency AS (\r\n SELECT\r\n DISTINCT address,\r\n currency\r\n FROM\r\n tbl\r\n),\r\ntmp AS (\r\n SELECT\r\n A.address,\r\n COALESCE(\r\n A.balance,\r\n 0\r\n ) AS balance,\r\n A.balance_type,\r\n A.block_id,\r\n A.block_timestamp,\r\n COALESCE(\r\n A.currency,\r\n b.currency\r\n ) AS currency,\r\n A._inserted_timestamp\r\n FROM\r\n tbl A\r\n LEFT JOIN all_currency b\r\n ON A.currency IS NULL\r\n AND A.address = b.address qualify(ROW_NUMBER() over(PARTITION BY A.address, balance_type, block_id, COALESCE(A.currency, b.currency)\r\n ORDER BY\r\n _inserted_timestamp DESC)) = 1\r\n),\r\ndense_tmp AS (\r\n SELECT\r\n *,\r\n DENSE_RANK() over(\r\n PARTITION BY address,\r\n currency,\r\n balance_type\r\n ORDER BY\r\n block_id ASC\r\n ) AS rn\r\n FROM\r\n tmp\r\n),\r\njoined AS (\r\n SELECT\r\n t.address AS t_address,\r\n t.balance AS t_balance,\r\n t.balance_type AS t_balance_type,\r\n t.block_id AS t_block_id,\r\n t.block_timestamp AS t_block_timestamp,\r\n t.currency AS t_currency,\r\n t._inserted_timestamp AS t_inserted_timestamp,\r\n t2.address AS t2_address,\r\n t2.balance AS t2_balance,\r\n t2.balance_type AS t2_balance_type,\r\n t2.block_id AS t2_block_id,\r\n t2.block_timestamp AS t2_block_timestamp,\r\n t2.currency AS t2_currency,\r\n t2._inserted_timestamp AS t2_inserted_timestamp,\r\n LAST_VALUE(\r\n t2.block_timestamp ignore nulls\r\n ) over (\r\n PARTITION BY COALESCE(\r\n t.address,\r\n t2.address\r\n ),\r\n t.rn\r\n ORDER BY\r\n t2.block_timestamp\r\n ) AS block_timestamp,\r\n LAST_VALUE(\r\n t2.block_id ignore nulls\r\n ) over (\r\n PARTITION BY COALESCE(\r\n t.address,\r\n t2.address\r\n ),\r\n t.rn\r\n ORDER BY\r\n t2.block_timestamp\r\n ) AS block_id,\r\n t.rn AS t_rn,\r\n t2.rn AS t2_rn,\r\n MAX(\r\n t2.rn\r\n ) over(PARTITION BY COALESCE(t.address, t2.address), COALESCE(t.balance_type, t2.balance_type), COALESCE(t.currency, t2.currency)) AS max_t2_rn\r\n FROM\r\n dense_tmp t full\r\n OUTER JOIN dense_tmp t2\r\n ON t.address = t2.address\r\n AND t.balance_type = t2.balance_type\r\n AND t.currency = t2.currency\r\n AND t.rn = t2.rn - 1\r\n)\r\nSELECT\r\n COALESCE(\r\n t2_address,\r\n t_address\r\n ) AS address,\r\n COALESCE(\r\n t2_balance,\r\n 0\r\n ) AS balance,\r\n COALESCE(\r\n t2_balance_type,\r\n t_balance_type\r\n ) AS balance_type,\r\n COALESCE(\r\n t2_currency,\r\n t_currency\r\n ) AS currency,\r\n COALESCE(\r\n t2_block_id,\r\n block_id\r\n ) AS block_id,\r\n COALESCE(\r\n t2_block_timestamp,\r\n block_timestamp\r\n ) AS block_timestamp,\r\n COALESCE(\r\n t2_inserted_timestamp,\r\n t_inserted_timestamp\r\n ) AS _inserted_timestamp,\r\n CASE\r\n WHEN currency LIKE 'gamm/pool/%' THEN 18\r\n ELSE b.raw_metadata [1] :exponent\r\n END AS DECIMAL\r\nFROM\r\n joined A\r\n LEFT OUTER JOIN {{ ref('silver__asset_metadata') }}\r\n b\r\n ON COALESCE(\r\n t2_currency,\r\n t_currency\r\n ) = b.address\r\nWHERE\r\n COALESCE(\r\n t_rn,\r\n 0\r\n ) <> max_t2_rn\r\n AND COALESCE(\r\n t2_currency,\r\n t_currency\r\n ) IS NOT NULL", "compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.dbt.is_incremental"], "nodes": ["source.osmosis_models.osmosis_external.balances_api", "model.osmosis_models.silver__blocks", "model.osmosis_models.silver__asset_metadata"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "incremental", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": "CONCAT_WS('-', block_id, address, currency)", "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "cluster_by": ["block_timestamp"], "incremental_strategy": "delete+insert", "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "silver", "fqn": ["osmosis_models", "silver", "silver__liquid_balances"], "unique_id": "model.osmosis_models.silver__liquid_balances", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "silver\\silver__liquid_balances.sql", "original_file_path": "models\\silver\\silver__liquid_balances.sql", "name": "silver__liquid_balances", "alias": "liquid_balances", "checksum": {"name": "sha256", "checksum": "210875e859ac3ed99e3be056b274b18bac3ea34bd1888329255b0dc6a9b36c3d"}, "tags": [], "refs": [["silver__blocks"], ["silver__asset_metadata"]], "sources": [["osmosis_external", "balances_api"]], "metrics": [], "description": "A table containing all the liquid balance changes of wallets on the Osmosis chain.", "columns": {"BLOCK_ID": {"name": "BLOCK_ID", "description": "The block height the block was recorded at.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCK_TIMESTAMP": {"name": "BLOCK_TIMESTAMP", "description": "The date and time at which the block began.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ADDRESS": {"name": "ADDRESS", "description": "Address unique to an individual wallet, validator, or token.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BALANCE": {"name": "BALANCE", "description": "The amount of the currency the wallet held at the given time", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CURRENCY": {"name": "CURRENCY", "description": "The currency that was used in the transaction message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "DECIMAL": {"name": "DECIMAL", "description": "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.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_INSERTED_TIMESTAMP": {"name": "_INSERTED_TIMESTAMP", "description": "The time the block was sent to the Flipside database.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\silver\\silver__liquid_balances.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__liquid_balances.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "incremental", "unique_key": "CONCAT_WS('-', block_id, address, currency)", "incremental_strategy": "delete+insert", "cluster_by": ["block_timestamp"]}, "created_at": 1670433255.1208463, "compiled_sql": "\n\nWITH base AS (\n\n SELECT\n bal.block_id,\n bl.block_timestamp,\n 'liquid' AS balance_type,\n bal.address,\n b.value :denom :: STRING AS currency,\n b.value :amount :: INT AS balance,\n TO_TIMESTAMP_NTZ(\n SUBSTR(SPLIT_PART(metadata$filename, '/', 4), 1, 10) :: NUMBER,\n 0\n ) AS _inserted_timestamp\n FROM\n OSMOSIS_DEV.bronze.balances_api\n bal\n LEFT OUTER JOIN OSMOSIS_DEV.silver.blocks\n bl\n ON bal.block_id = bl.block_id\n LEFT OUTER JOIN TABLE(FLATTEN (input => balances, outer => TRUE)) b\n\n\nWHERE\n _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n OSMOSIS_DEV.silver.liquid_balances\n )\n\n\nqualify(ROW_NUMBER() over(PARTITION BY bal.block_id, bal.address, currency\nORDER BY\n _inserted_timestamp DESC)) = 1\n),\ntbl AS (\n\n\nSELECT\n address, balance, balance_type, block_id, block_timestamp, currency, _inserted_timestamp\nFROM\n base\nUNION\nSELECT\n address, balance, balance_type, block_id, block_timestamp, currency, _inserted_timestamp\nFROM\n silver.latest_liquid_balances\nWHERE\n address IN (\nSELECT\n DISTINCT address\nFROM\n base)\n),\nall_currency AS (\n SELECT\n DISTINCT address,\n currency\n FROM\n tbl\n),\ntmp AS (\n SELECT\n A.address,\n COALESCE(\n A.balance,\n 0\n ) AS balance,\n A.balance_type,\n A.block_id,\n A.block_timestamp,\n COALESCE(\n A.currency,\n b.currency\n ) AS currency,\n A._inserted_timestamp\n FROM\n tbl A\n LEFT JOIN all_currency b\n ON A.currency IS NULL\n AND A.address = b.address qualify(ROW_NUMBER() over(PARTITION BY A.address, balance_type, block_id, COALESCE(A.currency, b.currency)\n ORDER BY\n _inserted_timestamp DESC)) = 1\n),\ndense_tmp AS (\n SELECT\n *,\n DENSE_RANK() over(\n PARTITION BY address,\n currency,\n balance_type\n ORDER BY\n block_id ASC\n ) AS rn\n FROM\n tmp\n),\njoined AS (\n SELECT\n t.address AS t_address,\n t.balance AS t_balance,\n t.balance_type AS t_balance_type,\n t.block_id AS t_block_id,\n t.block_timestamp AS t_block_timestamp,\n t.currency AS t_currency,\n t._inserted_timestamp AS t_inserted_timestamp,\n t2.address AS t2_address,\n t2.balance AS t2_balance,\n t2.balance_type AS t2_balance_type,\n t2.block_id AS t2_block_id,\n t2.block_timestamp AS t2_block_timestamp,\n t2.currency AS t2_currency,\n t2._inserted_timestamp AS t2_inserted_timestamp,\n LAST_VALUE(\n t2.block_timestamp ignore nulls\n ) over (\n PARTITION BY COALESCE(\n t.address,\n t2.address\n ),\n t.rn\n ORDER BY\n t2.block_timestamp\n ) AS block_timestamp,\n LAST_VALUE(\n t2.block_id ignore nulls\n ) over (\n PARTITION BY COALESCE(\n t.address,\n t2.address\n ),\n t.rn\n ORDER BY\n t2.block_timestamp\n ) AS block_id,\n t.rn AS t_rn,\n t2.rn AS t2_rn,\n MAX(\n t2.rn\n ) over(PARTITION BY COALESCE(t.address, t2.address), COALESCE(t.balance_type, t2.balance_type), COALESCE(t.currency, t2.currency)) AS max_t2_rn\n FROM\n dense_tmp t full\n OUTER JOIN dense_tmp t2\n ON t.address = t2.address\n AND t.balance_type = t2.balance_type\n AND t.currency = t2.currency\n AND t.rn = t2.rn - 1\n)\nSELECT\n COALESCE(\n t2_address,\n t_address\n ) AS address,\n COALESCE(\n t2_balance,\n 0\n ) AS balance,\n COALESCE(\n t2_balance_type,\n t_balance_type\n ) AS balance_type,\n COALESCE(\n t2_currency,\n t_currency\n ) AS currency,\n COALESCE(\n t2_block_id,\n block_id\n ) AS block_id,\n COALESCE(\n t2_block_timestamp,\n block_timestamp\n ) AS block_timestamp,\n COALESCE(\n t2_inserted_timestamp,\n t_inserted_timestamp\n ) AS _inserted_timestamp,\n CASE\n WHEN currency LIKE 'gamm/pool/%' THEN 18\n ELSE b.raw_metadata [1] :exponent\n END AS DECIMAL\nFROM\n joined A\n LEFT OUTER JOIN OSMOSIS_DEV.silver.asset_metadata\n b\n ON COALESCE(\n t2_currency,\n t_currency\n ) = b.address\nWHERE\n COALESCE(\n t_rn,\n 0\n ) <> max_t2_rn\n AND COALESCE(\n t2_currency,\n t_currency\n ) IS NOT NULL", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.silver.liquid_balances"}, "model.osmosis_models.silver__superfluid_actions": {"raw_sql": "{{ config(\r\n materialized = 'incremental',\r\n unique_key = \"_unique_key\",\r\n incremental_strategy = 'merge',\r\n cluster_by = ['_inserted_timestamp::DATE'],\r\n) }}\r\n\r\nSELECT\r\n block_id,\r\n block_timestamp,\r\n blockchain,\r\n chain_id,\r\n A.tx_id,\r\n A.tx_status,\r\n A.msg_type,\r\n A.msg_group,\r\n msg :sender :: STRING AS delegator_address,\r\n msg :coins [0] :amount :: INT AS amount,\r\n msg :coins [0] :denom :: STRING AS currency,\r\n msg :val_addr :: STRING AS validator_address,\r\n COALESCE(\r\n msg :lock_id :: INT,\r\n b.lock_id :: INT,\r\n msg: id :: INT\r\n ) AS lock_id,\r\n msg :pool_id :: INT AS pool_id,\r\n concat_ws(\r\n '-',\r\n A.tx_id,\r\n A.msg_group\r\n ) AS _unique_key,\r\n _inserted_timestamp\r\nFROM\r\n {{ ref('silver__tx_body_msgs') }} A\r\n LEFT JOIN (\r\n SELECT\r\n tx_id,\r\n msg_group,\r\n attribute_value AS lock_id\r\n FROM\r\n {{ ref('silver__msg_attributes') }} A\r\n WHERE\r\n msg_type IN (\r\n 'lock_tokens',\r\n 'add_tokens_to_lock'\r\n )\r\n AND attribute_key IN (\r\n 'period_lock_id',\r\n 'lock_id'\r\n )\r\n\r\n{% if is_incremental() %}\r\nAND _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n {{ this }}\r\n)\r\n{% endif %}\r\n) b\r\nON A.tx_id = b.tx_id\r\nAND A.msg_group = b.msg_group\r\nWHERE\r\n msg_type IN (\r\n '/osmosis.superfluid.MsgLockAndSuperfluidDelegate',\r\n '/osmosis.superfluid.MsgSuperfluidUndelegate',\r\n '/osmosis.superfluid.MsgSuperfluidDelegate',\r\n '/osmosis.superfluid.MsgUnPoolWhitelistedPool'\r\n )\r\n AND tx_status = 'SUCCEEDED'\r\n\r\n{% if is_incremental() %}\r\nAND _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n {{ this }}\r\n)\r\n{% endif %}", "compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.dbt.is_incremental"], "nodes": ["model.osmosis_models.silver__tx_body_msgs", "model.osmosis_models.silver__msg_attributes"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "incremental", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": "_unique_key", "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "cluster_by": ["_inserted_timestamp::DATE"], "incremental_strategy": "merge", "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "silver", "fqn": ["osmosis_models", "silver", "silver__superfluid_actions"], "unique_id": "model.osmosis_models.silver__superfluid_actions", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "silver\\silver__superfluid_actions.sql", "original_file_path": "models\\silver\\silver__superfluid_actions.sql", "name": "silver__superfluid_actions", "alias": "superfluid_actions", "checksum": {"name": "sha256", "checksum": "e96df5f133c6e21256f5d9db1cc6b73cc274ef6e4a67b7d9dcbf8000a63aa68b"}, "tags": [], "refs": [["silver__tx_body_msgs"], ["silver__msg_attributes"]], "sources": [], "metrics": [], "description": "Records of all superfluid related actions", "columns": {"BLOCK_ID": {"name": "BLOCK_ID", "description": "The block height the block was recorded at.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCK_TIMESTAMP": {"name": "BLOCK_TIMESTAMP", "description": "The date and time at which the block began.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCKCHAIN": {"name": "BLOCKCHAIN", "description": "In this table, always Osmosis. Used to join to cross-chain tables.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CHAIN_ID": {"name": "CHAIN_ID", "description": "The name and version of the blockchain.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_ID": {"name": "TX_ID", "description": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_STATUS": {"name": "TX_STATUS", "description": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "MSG_TYPE": {"name": "MSG_TYPE", "description": "A string containing information about the type of message occurring.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "MSG_GROUP": {"name": "MSG_GROUP", "description": "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)", "meta": {}, "data_type": null, "quote": null, "tags": []}, "DELEGATOR_ADDRESS": {"name": "DELEGATOR_ADDRESS", "description": "The wallet address of the individual who owns the delegated asset.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "AMOUNT": {"name": "AMOUNT", "description": "The amount that was used in the transaction message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CURRENCY": {"name": "CURRENCY", "description": "The currency that was used in the transaction message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "VALIDATOR_ADDRESS": {"name": "VALIDATOR_ADDRESS", "description": "The wallet address of the validator related to the staking action.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "LOCK_ID": {"name": "LOCK_ID", "description": "An ID corresponding to the locking step of the transaction.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_INSERTED_TIMESTAMP": {"name": "_INSERTED_TIMESTAMP", "description": "The time the block was inserted into to the Flipside database.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\silver\\silver__superfluid_actions.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_actions.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "incremental", "unique_key": "_unique_key", "incremental_strategy": "merge", "cluster_by": ["_inserted_timestamp::DATE"]}, "created_at": 1670433255.166614, "compiled_sql": "\n\nSELECT\n block_id,\n block_timestamp,\n blockchain,\n chain_id,\n A.tx_id,\n A.tx_status,\n A.msg_type,\n A.msg_group,\n msg :sender :: STRING AS delegator_address,\n msg :coins [0] :amount :: INT AS amount,\n msg :coins [0] :denom :: STRING AS currency,\n msg :val_addr :: STRING AS validator_address,\n COALESCE(\n msg :lock_id :: INT,\n b.lock_id :: INT,\n msg: id :: INT\n ) AS lock_id,\n msg :pool_id :: INT AS pool_id,\n concat_ws(\n '-',\n A.tx_id,\n A.msg_group\n ) AS _unique_key,\n _inserted_timestamp\nFROM\n OSMOSIS_DEV.silver.tx_body_msgs A\n LEFT JOIN (\n SELECT\n tx_id,\n msg_group,\n attribute_value AS lock_id\n FROM\n OSMOSIS_DEV.silver.msg_attributes A\n WHERE\n msg_type IN (\n 'lock_tokens',\n 'add_tokens_to_lock'\n )\n AND attribute_key IN (\n 'period_lock_id',\n 'lock_id'\n )\n\n\nAND _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n OSMOSIS_DEV.silver.superfluid_actions\n)\n\n) b\nON A.tx_id = b.tx_id\nAND A.msg_group = b.msg_group\nWHERE\n msg_type IN (\n '/osmosis.superfluid.MsgLockAndSuperfluidDelegate',\n '/osmosis.superfluid.MsgSuperfluidUndelegate',\n '/osmosis.superfluid.MsgSuperfluidDelegate',\n '/osmosis.superfluid.MsgUnPoolWhitelistedPool'\n )\n AND tx_status = 'SUCCEEDED'\n\n\nAND _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n OSMOSIS_DEV.silver.superfluid_actions\n)\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.silver.superfluid_actions"}, "model.osmosis_models.silver__tx_body_msgs": {"raw_sql": "{{ config(\r\n materialized = 'incremental',\r\n unique_key = \"_unique_key\",\r\n incremental_strategy = 'merge',\r\n cluster_by = ['_inserted_timestamp::DATE']\r\n) }}\r\n\r\nWITH b AS (\r\n\r\n SELECT\r\n block_id,\r\n block_timestamp,\r\n blockchain,\r\n chain_id,\r\n tx_id,\r\n tx_status,\r\n INDEX AS msg_group,\r\n VALUE :\"@type\" :: STRING AS msg_type,\r\n VALUE AS msg,\r\n _inserted_timestamp\r\n FROM\r\n {{ ref('silver__transactions') }} A,\r\n LATERAL FLATTEN(\r\n input => A.tx_body :messages\r\n )\r\n\r\n{% if is_incremental() %}\r\nWHERE\r\n _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n {{ this }}\r\n )\r\n{% endif %}\r\n)\r\nSELECT\r\n block_id,\r\n block_timestamp,\r\n blockchain,\r\n chain_id,\r\n tx_id,\r\n tx_status,\r\n msg_group,\r\n msg_type,\r\n msg,\r\n concat_ws(\r\n '-',\r\n tx_id,\r\n msg_group\r\n ) AS _unique_key,\r\n _inserted_timestamp\r\nFROM\r\n b", "compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.dbt.is_incremental"], "nodes": ["model.osmosis_models.silver__transactions"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "incremental", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": "_unique_key", "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "cluster_by": ["_inserted_timestamp::DATE"], "incremental_strategy": "merge", "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "silver", "fqn": ["osmosis_models", "silver", "silver__tx_body_msgs"], "unique_id": "model.osmosis_models.silver__tx_body_msgs", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "silver\\silver__tx_body_msgs.sql", "original_file_path": "models\\silver\\silver__tx_body_msgs.sql", "name": "silver__tx_body_msgs", "alias": "tx_body_msgs", "checksum": {"name": "sha256", "checksum": "c421e90eb8df264fdd4df9f189e3ccf23ee73c7c3197e919a4124f552f344324"}, "tags": [], "refs": [["silver__transactions"]], "sources": [], "metrics": [], "description": "Records of all messages associated to transactions that have occurred on Osmosis, dating back to the genesis block.", "columns": {"BLOCK_ID": {"name": "BLOCK_ID", "description": "The block height the block was recorded at.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCK_TIMESTAMP": {"name": "BLOCK_TIMESTAMP", "description": "The date and time at which the block began.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CHAIN_ID": {"name": "CHAIN_ID", "description": "The name and version of the blockchain.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_ID": {"name": "TX_ID", "description": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "MSG_GROUP": {"name": "MSG_GROUP", "description": "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)", "meta": {}, "data_type": null, "quote": null, "tags": []}, "MSG_TYPE": {"name": "MSG_TYPE", "description": "A string containing information about the type of message occurring.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "MSG": {"name": "MSG", "description": "The underlying json from the message or event within the transactions", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_INSERTED_TIMESTAMP": {"name": "_INSERTED_TIMESTAMP", "description": "The time the block was inserted into to the Flipside database.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\silver\\silver__tx_body_msgs.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__tx_body_msgs.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "incremental", "unique_key": "_unique_key", "incremental_strategy": "merge", "cluster_by": ["_inserted_timestamp::DATE"]}, "created_at": 1670433255.246363, "compiled_sql": "\n\nWITH b AS (\n\n SELECT\n block_id,\n block_timestamp,\n blockchain,\n chain_id,\n tx_id,\n tx_status,\n INDEX AS msg_group,\n VALUE :\"@type\" :: STRING AS msg_type,\n VALUE AS msg,\n _inserted_timestamp\n FROM\n OSMOSIS_DEV.silver.transactions A,\n LATERAL FLATTEN(\n input => A.tx_body :messages\n )\n\n\nWHERE\n _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n OSMOSIS_DEV.silver.tx_body_msgs\n )\n\n)\nSELECT\n block_id,\n block_timestamp,\n blockchain,\n chain_id,\n tx_id,\n tx_status,\n msg_group,\n msg_type,\n msg,\n concat_ws(\n '-',\n tx_id,\n msg_group\n ) AS _unique_key,\n _inserted_timestamp\nFROM\n b", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.silver.tx_body_msgs"}, "model.osmosis_models.silver__governance_proposal_deposits": {"raw_sql": "{{ config(\r\n materialized = 'incremental',\r\n unique_key = \"tx_id\",\r\n incremental_strategy = 'merge',\r\n cluster_by = ['block_timestamp::DATE'],\r\n) }}\r\n\r\nWITH\r\n\r\n{% if is_incremental() %}\r\nmax_date AS (\r\n\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n ) _inserted_timestamp\r\n FROM\r\n {{ this }}\r\n),\r\n{% endif %}\r\n\r\nproposal_ids AS (\r\n SELECT\r\n tx_id,\r\n attribute_value AS proposal_id\r\n FROM\r\n {{ ref('silver__msg_attributes') }}\r\n WHERE\r\n msg_type = 'proposal_deposit'\r\n AND attribute_key = 'proposal_id'\r\n\r\n{% if is_incremental() %}\r\nAND _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n max_date\r\n)\r\n{% endif %}\r\n),\r\ndeposit_value AS (\r\n SELECT\r\n tx_id,\r\n SPLIT_PART(\r\n TRIM(\r\n REGEXP_REPLACE(\r\n attribute_value,\r\n '[^[:digit:]]',\r\n ' '\r\n )\r\n ),\r\n ' ',\r\n 0\r\n ) / pow(10, COALESCE(raw_metadata [1] :exponent, 0)) AS amount,\r\n RIGHT(attribute_value, LENGTH(attribute_value) - LENGTH(SPLIT_PART(TRIM(REGEXP_REPLACE(attribute_value, '[^[:digit:]]', ' ')), ' ', 0))) AS currency,\r\n raw_metadata [1] :exponent AS DECIMAL\r\n FROM\r\n {{ ref('silver__msg_attributes') }}\r\n m\r\n LEFT OUTER JOIN {{ ref('silver__asset_metadata') }} A\r\n ON RIGHT(attribute_value, LENGTH(attribute_value) - LENGTH(SPLIT_PART(TRIM(REGEXP_REPLACE(attribute_value, '[^[:digit:]]', ' ')), ' ', 0))) = A.address\r\n WHERE\r\n msg_type = 'proposal_deposit'\r\n AND attribute_key = 'amount'\r\n AND attribute_value IS NOT NULL\r\n\r\n{% if is_incremental() %}\r\nAND _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n max_date\r\n)\r\n{% endif %}\r\n),\r\ndepositors AS (\r\n SELECT\r\n tx_id,\r\n SPLIT_PART(\r\n attribute_value,\r\n '/',\r\n 0\r\n ) AS depositor\r\n FROM\r\n {{ ref('silver__msg_attributes') }}\r\n WHERE\r\n attribute_key = 'acc_seq'\r\n\r\n{% if is_incremental() %}\r\nAND _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n {{ this }}\r\n)\r\n{% endif %}\r\n)\r\nSELECT\r\n block_id,\r\n block_timestamp,\r\n blockchain,\r\n chain_id,\r\n p.tx_id,\r\n tx_status,\r\n d.depositor,\r\n p.proposal_id :: NUMBER as proposal_id,\r\n v.amount,\r\n v.currency,\r\n DECIMAL,\r\n _inserted_timestamp\r\nFROM\r\n deposit_value v\r\n INNER JOIN proposal_ids p\r\n ON p.tx_id = v.tx_id\r\n INNER JOIN depositors d\r\n ON v.tx_id = d.tx_id\r\n LEFT OUTER JOIN {{ ref('silver__transactions') }}\r\n t\r\n ON v.tx_id = t.tx_id\r\n\r\n{% if is_incremental() %}\r\nWHERE\r\n _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n {{ this }}\r\n )\r\n{% endif %}", "compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.dbt.is_incremental"], "nodes": ["model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__asset_metadata", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__transactions"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "incremental", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": "tx_id", "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "cluster_by": ["block_timestamp::DATE"], "incremental_strategy": "merge", "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "silver", "fqn": ["osmosis_models", "silver", "silver__governance_proposal_deposits"], "unique_id": "model.osmosis_models.silver__governance_proposal_deposits", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "silver\\silver__governance_proposal_deposits.sql", "original_file_path": "models\\silver\\silver__governance_proposal_deposits.sql", "name": "silver__governance_proposal_deposits", "alias": "governance_proposal_deposits", "checksum": {"name": "sha256", "checksum": "1dcdfa676eb2549b54369091c57c149f28ccc96fb0611ab4962a4a86f3d24802"}, "tags": [], "refs": [["silver__msg_attributes"], ["silver__msg_attributes"], ["silver__asset_metadata"], ["silver__msg_attributes"], ["silver__transactions"]], "sources": [], "metrics": [], "description": "Records of all proposal deposits that have occurred on Osmosis, dating back to the genesis block. At least 500 OSMO must be deposited for a proposal to be voted on.", "columns": {"BLOCK_ID": {"name": "BLOCK_ID", "description": "The block height the block was recorded at.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCK_TIMESTAMP": {"name": "BLOCK_TIMESTAMP", "description": "The date and time at which the block began.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCKCHAIN": {"name": "BLOCKCHAIN", "description": "In this table, always Osmosis. Used to join to cross-chain tables.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CHAIN_ID": {"name": "CHAIN_ID", "description": "The name and version of the blockchain.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_ID": {"name": "TX_ID", "description": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_STATUS": {"name": "TX_STATUS", "description": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "DEPOSITOR": {"name": "DEPOSITOR", "description": "The wallet address of the individual who deposited funds into the proposal. At least 500 OSMO must be deposited into a proposal after it is submitted for it to go to vote.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "PROPOSAL_ID": {"name": "PROPOSAL_ID", "description": "Numeric ID that corresponds to the proposal.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "AMOUNT": {"name": "AMOUNT", "description": "The amount that was used in the transaction message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CURRENCY": {"name": "CURRENCY", "description": "The currency that was used in the transaction message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "DECIMAL": {"name": "DECIMAL", "description": "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.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_INSERTED_TIMESTAMP": {"name": "_INSERTED_TIMESTAMP", "description": "The time the block was inserted into to the Flipside database.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\silver\\silver__governance_proposal_deposits.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_proposal_deposits.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "incremental", "unique_key": "tx_id", "incremental_strategy": "merge", "cluster_by": ["block_timestamp::DATE"]}, "created_at": 1670433255.2896018, "compiled_sql": "\n\nWITH\n\n\nmax_date AS (\n\n SELECT\n MAX(\n _inserted_timestamp\n ) _inserted_timestamp\n FROM\n OSMOSIS_DEV.silver.governance_proposal_deposits\n),\n\n\nproposal_ids AS (\n SELECT\n tx_id,\n attribute_value AS proposal_id\n FROM\n OSMOSIS_DEV.silver.msg_attributes\n WHERE\n msg_type = 'proposal_deposit'\n AND attribute_key = 'proposal_id'\n\n\nAND _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n max_date\n)\n\n),\ndeposit_value AS (\n SELECT\n tx_id,\n SPLIT_PART(\n TRIM(\n REGEXP_REPLACE(\n attribute_value,\n '[^[:digit:]]',\n ' '\n )\n ),\n ' ',\n 0\n ) / pow(10, COALESCE(raw_metadata [1] :exponent, 0)) AS amount,\n RIGHT(attribute_value, LENGTH(attribute_value) - LENGTH(SPLIT_PART(TRIM(REGEXP_REPLACE(attribute_value, '[^[:digit:]]', ' ')), ' ', 0))) AS currency,\n raw_metadata [1] :exponent AS DECIMAL\n FROM\n OSMOSIS_DEV.silver.msg_attributes\n m\n LEFT OUTER JOIN OSMOSIS_DEV.silver.asset_metadata A\n ON RIGHT(attribute_value, LENGTH(attribute_value) - LENGTH(SPLIT_PART(TRIM(REGEXP_REPLACE(attribute_value, '[^[:digit:]]', ' ')), ' ', 0))) = A.address\n WHERE\n msg_type = 'proposal_deposit'\n AND attribute_key = 'amount'\n AND attribute_value IS NOT NULL\n\n\nAND _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n max_date\n)\n\n),\ndepositors AS (\n SELECT\n tx_id,\n SPLIT_PART(\n attribute_value,\n '/',\n 0\n ) AS depositor\n FROM\n OSMOSIS_DEV.silver.msg_attributes\n WHERE\n attribute_key = 'acc_seq'\n\n\nAND _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n OSMOSIS_DEV.silver.governance_proposal_deposits\n)\n\n)\nSELECT\n block_id,\n block_timestamp,\n blockchain,\n chain_id,\n p.tx_id,\n tx_status,\n d.depositor,\n p.proposal_id :: NUMBER as proposal_id,\n v.amount,\n v.currency,\n DECIMAL,\n _inserted_timestamp\nFROM\n deposit_value v\n INNER JOIN proposal_ids p\n ON p.tx_id = v.tx_id\n INNER JOIN depositors d\n ON v.tx_id = d.tx_id\n LEFT OUTER JOIN OSMOSIS_DEV.silver.transactions\n t\n ON v.tx_id = t.tx_id\n\n\nWHERE\n _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n OSMOSIS_DEV.silver.governance_proposal_deposits\n )\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.silver.governance_proposal_deposits"}, "model.osmosis_models.silver__transactions": {"raw_sql": "{{ config(\r\n materialized = 'incremental',\r\n unique_key = \"tx_id\",\r\n incremental_strategy = 'merge',\r\n cluster_by = ['block_timestamp::DATE','_inserted_timestamp::DATE'],\r\n) }}\r\n\r\nSELECT\r\n block_id,\r\n block_timestamp,\r\n 'osmosis' AS blockchain,\r\n chain_id,\r\n tx :tx_result :codespace :: STRING AS codespace,\r\n tx :tx_result :gasUsed :: INT AS gas_used,\r\n tx :tx_result :gasWanted :: INT AS gas_wanted,\r\n tx_id,\r\n CASE\r\n WHEN tx :tx_result :code :: INT = 0 THEN 'SUCCEEDED'\r\n ELSE 'FAILED'\r\n END AS tx_status,\r\n tx :tx_result :code :: INT tx_code,\r\n tx :tx_result :events AS msgs,\r\n tx :auth_info AS auth_info,\r\n tx :body AS tx_body,\r\n _inserted_timestamp\r\nFROM\r\n {{ ref('bronze__transactions') }}\r\nWHERE\r\n block_id = tx :height :: INT\r\n\r\n{% if is_incremental() %}\r\nAND _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n {{ this }}\r\n)\r\n{% endif %}\r\n\r\nqualify(ROW_NUMBER() over(PARTITION BY tx_id\r\nORDER BY\r\n _inserted_timestamp DESC)) = 1", "compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.dbt.is_incremental"], "nodes": ["model.osmosis_models.bronze__transactions"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "incremental", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": "tx_id", "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "cluster_by": ["block_timestamp::DATE", "_inserted_timestamp::DATE"], "incremental_strategy": "merge", "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "silver", "fqn": ["osmosis_models", "silver", "silver__transactions"], "unique_id": "model.osmosis_models.silver__transactions", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "silver\\silver__transactions.sql", "original_file_path": "models\\silver\\silver__transactions.sql", "name": "silver__transactions", "alias": "transactions", "checksum": {"name": "sha256", "checksum": "71227b206ca441dbc7fc613f5b4db87a64c5a0b9bb7369932854174bc6ced4f5"}, "tags": [], "refs": [["bronze__transactions"]], "sources": [], "metrics": [], "description": "Records of all transactions that have occurred on Osmosis, dating back to the genesis block.", "columns": {"BLOCK_ID": {"name": "BLOCK_ID", "description": "The block height the block was recorded at.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCK_TIMESTAMP": {"name": "BLOCK_TIMESTAMP", "description": "The date and time at which the block began.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CHAIN_ID": {"name": "CHAIN_ID", "description": "The name and version of the blockchain.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CODESPACE": {"name": "CODESPACE", "description": "Namespace for the code.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "GAS_USED": {"name": "GAS_USED", "description": "The amount of gas consumed by the transaction.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "GAS_WANTED": {"name": "GAS_WANTED", "description": "Amount of gas requested for a transaction. It is provided by users when the transaction is generated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_ID": {"name": "TX_ID", "description": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_STATUS": {"name": "TX_STATUS", "description": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_CODE": {"name": "TX_CODE", "description": "A number that corresponds to various error codes. When \"0\", the transaction is successful. Non-zero numbers signify different types of transaction failures.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "MSGS": {"name": "MSGS", "description": "The underlying json from the messages or events within the transactions", "meta": {}, "data_type": null, "quote": null, "tags": []}, "AUTH_INFO": {"name": "AUTH_INFO", "description": "The top level auth information for the transaction", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_BODY": {"name": "TX_BODY", "description": "The top level transaction body for the transaction", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_INSERTED_TIMESTAMP": {"name": "_INSERTED_TIMESTAMP", "description": "The time the block was inserted into to the Flipside database.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\silver\\silver__transactions.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__transactions.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "incremental", "unique_key": "tx_id", "incremental_strategy": "merge", "cluster_by": ["block_timestamp::DATE", "_inserted_timestamp::DATE"]}, "created_at": 1670433255.3641691, "compiled_sql": "\n\nSELECT\n block_id,\n block_timestamp,\n 'osmosis' AS blockchain,\n chain_id,\n tx :tx_result :codespace :: STRING AS codespace,\n tx :tx_result :gasUsed :: INT AS gas_used,\n tx :tx_result :gasWanted :: INT AS gas_wanted,\n tx_id,\n CASE\n WHEN tx :tx_result :code :: INT = 0 THEN 'SUCCEEDED'\n ELSE 'FAILED'\n END AS tx_status,\n tx :tx_result :code :: INT tx_code,\n tx :tx_result :events AS msgs,\n tx :auth_info AS auth_info,\n tx :body AS tx_body,\n _inserted_timestamp\nFROM\n OSMOSIS_DEV.bronze.transactions\nWHERE\n block_id = tx :height :: INT\n\n\nAND _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n OSMOSIS_DEV.silver.transactions\n)\n\n\nqualify(ROW_NUMBER() over(PARTITION BY tx_id\nORDER BY\n _inserted_timestamp DESC)) = 1", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.silver.transactions"}, "model.osmosis_models.silver__staked_balances": {"raw_sql": "{{ config(\r\n materialized = 'incremental',\r\n incremental_strategy = 'delete+insert',\r\n cluster_by = ['block_timestamp'],\r\n) }}\r\n\r\nWITH all_staked AS (\r\n\r\n SELECT\r\n block_id,\r\n block_timestamp,\r\n delegator_address AS address,\r\n amount,\r\n currency,\r\n CASE\r\n WHEN currency LIKE 'gamm/pool/%' THEN 18\r\n ELSE raw_metadata [1] :exponent\r\n END AS DECIMAL,\r\n _inserted_timestamp\r\n FROM\r\n {{ ref('silver__staking') }}\r\n s\r\n LEFT OUTER JOIN {{ ref('silver__asset_metadata') }} A\r\n ON s.currency = A.address\r\n WHERE\r\n action = 'delegate'\r\n\r\n{% if is_incremental() %}\r\nAND block_timestamp :: DATE >=(\r\n SELECT\r\n DATEADD('day', -2, MAX(block_timestamp))\r\n FROM\r\n {{ this }})\r\n {% endif %}\r\n UNION ALL\r\n SELECT\r\n block_id,\r\n block_timestamp,\r\n delegator_address AS address,- amount,\r\n currency,\r\n CASE\r\n WHEN currency LIKE 'gamm/pool/%' THEN 18\r\n ELSE raw_metadata [1] :exponent\r\n END AS DECIMAL,\r\n _inserted_timestamp\r\n FROM\r\n {{ ref('silver__staking') }}\r\n s\r\n LEFT OUTER JOIN {{ ref('silver__asset_metadata') }} A\r\n ON s.currency = A.address\r\n WHERE\r\n action = 'undelegate'\r\n\r\n{% if is_incremental() %}\r\nAND block_timestamp :: DATE >=(\r\n SELECT\r\n DATEADD('day', -2, MAX(block_timestamp))\r\n FROM\r\n {{ this }})\r\n {% endif %}\r\n)\r\nSELECT\r\n block_id,\r\n block_timestamp,\r\n 'staked' AS balance_type,\r\n address,\r\n currency,\r\n DECIMAL,\r\n SUM(amount) over(\r\n PARTITION BY address,\r\n currency\r\n ORDER BY\r\n block_timestamp ASC rows unbounded preceding\r\n ) AS balance,\r\n _inserted_timestamp\r\nFROM\r\n all_staked", "compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.dbt.is_incremental"], "nodes": ["model.osmosis_models.silver__staking", "model.osmosis_models.silver__asset_metadata", "model.osmosis_models.silver__staking", "model.osmosis_models.silver__asset_metadata"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "incremental", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "cluster_by": ["block_timestamp"], "incremental_strategy": "delete+insert", "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "silver", "fqn": ["osmosis_models", "silver", "silver__staked_balances"], "unique_id": "model.osmosis_models.silver__staked_balances", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "silver\\silver__staked_balances.sql", "original_file_path": "models\\silver\\silver__staked_balances.sql", "name": "silver__staked_balances", "alias": "staked_balances", "checksum": {"name": "sha256", "checksum": "3bb7fb52f497e1fe902541d3f330d85f1377aadaad42d093afabf8531d3fc3ea"}, "tags": [], "refs": [["silver__staking"], ["silver__asset_metadata"], ["silver__staking"], ["silver__asset_metadata"]], "sources": [], "metrics": [], "description": "A table of each staked balance change for wallets on the Osmosis chain.", "columns": {"BLOCK_ID": {"name": "BLOCK_ID", "description": "The block height the block was recorded at.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCK_TIMESTAMP": {"name": "BLOCK_TIMESTAMP", "description": "The date and time at which the block began.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ADDRESS": {"name": "ADDRESS", "description": "Address unique to an individual wallet, validator, or token.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BALANCE": {"name": "BALANCE", "description": "The amount of the currency the wallet held at the given time", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CURRENCY": {"name": "CURRENCY", "description": "The currency that was used in the transaction message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "DECIMAL": {"name": "DECIMAL", "description": "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.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_INSERTED_TIMESTAMP": {"name": "_INSERTED_TIMESTAMP", "description": "The time the block was sent to the Flipside database.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\silver\\silver__staked_balances.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staked_balances.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "incremental", "incremental_strategy": "delete+insert", "cluster_by": ["block_timestamp"]}, "created_at": 1670433255.433282, "compiled_sql": "\n\nWITH all_staked AS (\n\n SELECT\n block_id,\n block_timestamp,\n delegator_address AS address,\n amount,\n currency,\n CASE\n WHEN currency LIKE 'gamm/pool/%' THEN 18\n ELSE raw_metadata [1] :exponent\n END AS DECIMAL,\n _inserted_timestamp\n FROM\n OSMOSIS_DEV.silver.staking\n s\n LEFT OUTER JOIN OSMOSIS_DEV.silver.asset_metadata A\n ON s.currency = A.address\n WHERE\n action = 'delegate'\n\n\nAND block_timestamp :: DATE >=(\n SELECT\n DATEADD('day', -2, MAX(block_timestamp))\n FROM\n OSMOSIS_DEV.silver.staked_balances)\n \n UNION ALL\n SELECT\n block_id,\n block_timestamp,\n delegator_address AS address,- amount,\n currency,\n CASE\n WHEN currency LIKE 'gamm/pool/%' THEN 18\n ELSE raw_metadata [1] :exponent\n END AS DECIMAL,\n _inserted_timestamp\n FROM\n OSMOSIS_DEV.silver.staking\n s\n LEFT OUTER JOIN OSMOSIS_DEV.silver.asset_metadata A\n ON s.currency = A.address\n WHERE\n action = 'undelegate'\n\n\nAND block_timestamp :: DATE >=(\n SELECT\n DATEADD('day', -2, MAX(block_timestamp))\n FROM\n OSMOSIS_DEV.silver.staked_balances)\n \n)\nSELECT\n block_id,\n block_timestamp,\n 'staked' AS balance_type,\n address,\n currency,\n DECIMAL,\n SUM(amount) over(\n PARTITION BY address,\n currency\n ORDER BY\n block_timestamp ASC rows unbounded preceding\n ) AS balance,\n _inserted_timestamp\nFROM\n all_staked", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.silver.staked_balances"}, "model.osmosis_models.silver__airdrops": {"raw_sql": "{{ config(\r\n materialized = 'incremental',\r\n unique_key = \"_unique_key\",\r\n incremental_strategy = 'merge',\r\n cluster_by = ['block_timestamp::DATE'],\r\n) }}\r\n\r\nWITH\r\n\r\n{% if is_incremental() %}\r\nmax_date AS (\r\n\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n ) _inserted_timestamp\r\n FROM\r\n {{ this }}\r\n),\r\n{% endif %}\r\n\r\nsender AS (\r\n SELECT\r\n tx_id,\r\n msg_index,\r\n SPLIT_PART(\r\n attribute_value,\r\n '/',\r\n 0\r\n ) AS sender\r\n FROM\r\n {{ ref('silver__msg_attributes') }}\r\n WHERE\r\n attribute_key = 'acc_seq'\r\n\r\n{% if is_incremental() %}\r\nAND _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n max_date\r\n)\r\n{% endif %}\r\n),\r\ntx_ids AS (\r\n SELECT\r\n DISTINCT tx_id\r\n FROM\r\n {{ ref('silver__msg_attributes') }}\r\n WHERE\r\n attribute_key = 'sender'\r\n AND attribute_value = 'osmo1m5dncvfv7lvpvycr23zja93fecun2kcv226glq'\r\n AND block_timestamp >= '2021-06-18'\r\n AND block_timestamp <= '2021-12-31'\r\n\r\n{% if is_incremental() %}\r\nAND _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n max_date\r\n)\r\n{% endif %}\r\n),\r\nmessage_indexes AS (\r\n SELECT\r\n v.tx_id,\r\n attribute_key,\r\n m.msg_index\r\n FROM\r\n tx_ids v\r\n LEFT OUTER JOIN {{ ref('silver__msg_attributes') }}\r\n m\r\n ON v.tx_id = m.tx_id\r\n INNER JOIN sender s\r\n ON v.tx_id = s.tx_id\r\n WHERE\r\n msg_type = 'transfer'\r\n AND attribute_key = 'amount'\r\n AND m.msg_index > s.msg_index\r\n\r\n{% if is_incremental() %}\r\nAND _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n max_date\r\n)\r\n{% endif %}\r\n),\r\nareceiver AS (\r\n SELECT\r\n o.tx_id,\r\n m.msg_index,\r\n attribute_value AS receiver\r\n FROM\r\n tx_ids o\r\n LEFT OUTER JOIN {{ ref('silver__msg_attributes') }}\r\n m\r\n ON o.tx_id = m.tx_id\r\n LEFT OUTER JOIN message_indexes idx\r\n ON idx.tx_id = m.tx_id\r\n WHERE\r\n m.msg_type = 'transfer'\r\n AND m.attribute_key = 'recipient'\r\n AND idx.msg_index = m.msg_index\r\n\r\n{% if is_incremental() %}\r\nAND _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n max_date\r\n)\r\n{% endif %}\r\n),\r\naamount AS (\r\n SELECT\r\n o.tx_id,\r\n m.msg_index,\r\n SPLIT_PART(\r\n TRIM(\r\n REGEXP_REPLACE(\r\n attribute_value,\r\n '[^[:digit:]]',\r\n ' '\r\n )\r\n ),\r\n ' ',\r\n 0\r\n ) AS amount,\r\n RIGHT(attribute_value, LENGTH(attribute_value) - LENGTH(SPLIT_PART(TRIM(REGEXP_REPLACE(attribute_value, '[^[:digit:]]', ' ')), ' ', 0))) AS currency,\r\n l.raw_metadata [1] :exponent AS DECIMAL\r\n FROM\r\n tx_ids o\r\n LEFT OUTER JOIN {{ ref('silver__msg_attributes') }}\r\n m\r\n ON o.tx_id = m.tx_id\r\n LEFT OUTER JOIN message_indexes idx\r\n ON idx.tx_id = m.tx_id\r\n LEFT OUTER JOIN {{ ref('silver__asset_metadata') }}\r\n l\r\n ON RIGHT(attribute_value, LENGTH(attribute_value) - LENGTH(SPLIT_PART(TRIM(REGEXP_REPLACE(attribute_value, '[^[:digit:]]', ' ')), ' ', 0))) = l.address\r\n WHERE\r\n m.msg_type = 'transfer'\r\n AND m.attribute_key = 'amount'\r\n AND idx.msg_index = m.msg_index\r\n\r\n{% if is_incremental() %}\r\nAND _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n max_date\r\n)\r\n{% endif %}\r\n)\r\nSELECT\r\n block_id,\r\n block_timestamp,\r\n blockchain,\r\n chain_id,\r\n r.tx_id,\r\n tx_status,\r\n 'AIRDROP' AS transfer_type,\r\n r.msg_index,\r\n sender,\r\n amount :: NUMBER as amount,\r\n currency,\r\n DECIMAL,\r\n receiver,\r\n _inserted_timestamp,\r\n concat_ws(\r\n '-',\r\n r.tx_id,\r\n r.msg_index,\r\n currency\r\n ) _unique_key\r\nFROM\r\n areceiver r\r\n LEFT OUTER JOIN aamount C\r\n ON r.tx_id = C.tx_id\r\n AND r.msg_index = C.msg_index\r\n LEFT OUTER JOIN sender s\r\n ON r.tx_id = s.tx_id\r\n LEFT OUTER JOIN {{ ref('silver__transactions') }}\r\n t\r\n ON r.tx_id = t.tx_id\r\nWHERE\r\n currency IS NOT NULL\r\n AND amount IS NOT NULL\r\n\r\n{% if is_incremental() %}\r\nAND _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n max_date\r\n)\r\n{% endif %}", "compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.dbt.is_incremental"], "nodes": ["model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__asset_metadata", "model.osmosis_models.silver__transactions"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "incremental", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": "_unique_key", "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "cluster_by": ["block_timestamp::DATE"], "incremental_strategy": "merge", "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "silver", "fqn": ["osmosis_models", "silver", "silver__airdrops"], "unique_id": "model.osmosis_models.silver__airdrops", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "silver\\silver__airdrops.sql", "original_file_path": "models\\silver\\silver__airdrops.sql", "name": "silver__airdrops", "alias": "airdrops", "checksum": {"name": "sha256", "checksum": "da6952aaa58503cefedd9a531d6c5b2ea9c4e90aa51120f489bad1993d61ae68"}, "tags": [], "refs": [["silver__msg_attributes"], ["silver__msg_attributes"], ["silver__msg_attributes"], ["silver__msg_attributes"], ["silver__msg_attributes"], ["silver__asset_metadata"], ["silver__transactions"]], "sources": [], "metrics": [], "description": "Records of all transfers on Osmosis, including IBC transfers as on- and off-ramps to Osmosis and wallet to wallet transfers", "columns": {"BLOCK_ID": {"name": "BLOCK_ID", "description": "The block height the block was recorded at.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCK_TIMESTAMP": {"name": "BLOCK_TIMESTAMP", "description": "The date and time at which the block began.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCKCHAIN": {"name": "BLOCKCHAIN", "description": "In this table, always Osmosis. Used to join to cross-chain tables.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CHAIN_ID": {"name": "CHAIN_ID", "description": "The name and version of the blockchain.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_ID": {"name": "TX_ID", "description": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_STATUS": {"name": "TX_STATUS", "description": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TRANSFER_TYPE": {"name": "TRANSFER_TYPE", "description": "Details on the type of transfer occurring during the transaction. \"IBC_Transfer_In\" = depositing tokens onto Osmosis. \"IBC_transfer_out\" = withdrawing tokens from Osmosis. \"Osmosis\" = wallet to wallet transfer on Osmosis.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "SENDER": {"name": "SENDER", "description": "The wallet address of the individual sent tokens in the transfer.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "AMOUNT": {"name": "AMOUNT", "description": "The amount that was used in the transaction message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CURRENCY": {"name": "CURRENCY", "description": "The currency that was used in the transaction message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "DECIMAL": {"name": "DECIMAL", "description": "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.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "RECEIVER": {"name": "RECEIVER", "description": "The wallet address of the individual received tokens in the transfer.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_INSERTED_TIMESTAMP": {"name": "_INSERTED_TIMESTAMP", "description": "The time the block was inserted into to the Flipside database.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\silver\\silver__airdrops.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__airdrops.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "incremental", "unique_key": "_unique_key", "incremental_strategy": "merge", "cluster_by": ["block_timestamp::DATE"]}, "created_at": 1670433255.4739487, "compiled_sql": "\n\nWITH\n\n\nmax_date AS (\n\n SELECT\n MAX(\n _inserted_timestamp\n ) _inserted_timestamp\n FROM\n OSMOSIS_DEV.silver.airdrops\n),\n\n\nsender AS (\n SELECT\n tx_id,\n msg_index,\n SPLIT_PART(\n attribute_value,\n '/',\n 0\n ) AS sender\n FROM\n OSMOSIS_DEV.silver.msg_attributes\n WHERE\n attribute_key = 'acc_seq'\n\n\nAND _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n max_date\n)\n\n),\ntx_ids AS (\n SELECT\n DISTINCT tx_id\n FROM\n OSMOSIS_DEV.silver.msg_attributes\n WHERE\n attribute_key = 'sender'\n AND attribute_value = 'osmo1m5dncvfv7lvpvycr23zja93fecun2kcv226glq'\n AND block_timestamp >= '2021-06-18'\n AND block_timestamp <= '2021-12-31'\n\n\nAND _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n max_date\n)\n\n),\nmessage_indexes AS (\n SELECT\n v.tx_id,\n attribute_key,\n m.msg_index\n FROM\n tx_ids v\n LEFT OUTER JOIN OSMOSIS_DEV.silver.msg_attributes\n m\n ON v.tx_id = m.tx_id\n INNER JOIN sender s\n ON v.tx_id = s.tx_id\n WHERE\n msg_type = 'transfer'\n AND attribute_key = 'amount'\n AND m.msg_index > s.msg_index\n\n\nAND _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n max_date\n)\n\n),\nareceiver AS (\n SELECT\n o.tx_id,\n m.msg_index,\n attribute_value AS receiver\n FROM\n tx_ids o\n LEFT OUTER JOIN OSMOSIS_DEV.silver.msg_attributes\n m\n ON o.tx_id = m.tx_id\n LEFT OUTER JOIN message_indexes idx\n ON idx.tx_id = m.tx_id\n WHERE\n m.msg_type = 'transfer'\n AND m.attribute_key = 'recipient'\n AND idx.msg_index = m.msg_index\n\n\nAND _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n max_date\n)\n\n),\naamount AS (\n SELECT\n o.tx_id,\n m.msg_index,\n SPLIT_PART(\n TRIM(\n REGEXP_REPLACE(\n attribute_value,\n '[^[:digit:]]',\n ' '\n )\n ),\n ' ',\n 0\n ) AS amount,\n RIGHT(attribute_value, LENGTH(attribute_value) - LENGTH(SPLIT_PART(TRIM(REGEXP_REPLACE(attribute_value, '[^[:digit:]]', ' ')), ' ', 0))) AS currency,\n l.raw_metadata [1] :exponent AS DECIMAL\n FROM\n tx_ids o\n LEFT OUTER JOIN OSMOSIS_DEV.silver.msg_attributes\n m\n ON o.tx_id = m.tx_id\n LEFT OUTER JOIN message_indexes idx\n ON idx.tx_id = m.tx_id\n LEFT OUTER JOIN OSMOSIS_DEV.silver.asset_metadata\n l\n ON RIGHT(attribute_value, LENGTH(attribute_value) - LENGTH(SPLIT_PART(TRIM(REGEXP_REPLACE(attribute_value, '[^[:digit:]]', ' ')), ' ', 0))) = l.address\n WHERE\n m.msg_type = 'transfer'\n AND m.attribute_key = 'amount'\n AND idx.msg_index = m.msg_index\n\n\nAND _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n max_date\n)\n\n)\nSELECT\n block_id,\n block_timestamp,\n blockchain,\n chain_id,\n r.tx_id,\n tx_status,\n 'AIRDROP' AS transfer_type,\n r.msg_index,\n sender,\n amount :: NUMBER as amount,\n currency,\n DECIMAL,\n receiver,\n _inserted_timestamp,\n concat_ws(\n '-',\n r.tx_id,\n r.msg_index,\n currency\n ) _unique_key\nFROM\n areceiver r\n LEFT OUTER JOIN aamount C\n ON r.tx_id = C.tx_id\n AND r.msg_index = C.msg_index\n LEFT OUTER JOIN sender s\n ON r.tx_id = s.tx_id\n LEFT OUTER JOIN OSMOSIS_DEV.silver.transactions\n t\n ON r.tx_id = t.tx_id\nWHERE\n currency IS NOT NULL\n AND amount IS NOT NULL\n\n\nAND _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n max_date\n)\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.silver.airdrops"}, "model.osmosis_models.silver__blockchain": {"raw_sql": "{{ config(\r\n materialized = 'incremental',\r\n unique_key = \"block_id\",\r\n incremental_strategy = 'merge',\r\n cluster_by = ['block_timestamp::DATE'],\r\n) }}\r\n\r\nWITH base AS (\r\n\r\n SELECT\r\n DATA,\r\n _inserted_timestamp\r\n FROM\r\n {{ source(\r\n 'bronze_api',\r\n 'blockchain'\r\n ) }}\r\n\r\n{% if is_incremental() %}\r\nWHERE\r\n _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n {{ this }}\r\n )\r\n{% endif %}\r\n),\r\nfin AS (\r\n SELECT\r\n VALUE :header :chain_id :: STRING AS chain_id,\r\n VALUE :header :height :: INT AS height,\r\n VALUE :header :time :: datetime AS block_timestamp,\r\n VALUE :block_size :: INT AS block_size,\r\n VALUE :header AS block_header,\r\n VALUE :block_id AS block_id,\r\n VALUE :num_txs :: INT AS num_txs,\r\n _inserted_timestamp\r\n FROM\r\n (\r\n SELECT\r\n DATA,\r\n _inserted_timestamp\r\n FROM\r\n base\r\n ),\r\n LATERAL FLATTEN(\r\n DATA,\r\n recursive => TRUE\r\n ) b\r\n WHERE\r\n b.path LIKE 'data%.result.block_metas%'\r\n AND INDEX IS NOT NULL\r\n)\r\nSELECT\r\n chain_id,\r\n height AS block_id,\r\n block_timestamp,\r\n block_size,\r\n block_header,\r\n block_id AS block_id_object,\r\n num_txs,\r\n _inserted_timestamp\r\nFROM\r\n fin qualify(ROW_NUMBER() over(PARTITION BY height\r\nORDER BY\r\n _inserted_timestamp DESC) = 1)", "compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.dbt.is_incremental"], "nodes": ["source.osmosis_models.bronze_api.blockchain"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "incremental", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": "block_id", "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "cluster_by": ["block_timestamp::DATE"], "incremental_strategy": "merge", "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "silver", "fqn": ["osmosis_models", "silver", "silver__blockchain"], "unique_id": "model.osmosis_models.silver__blockchain", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "silver\\silver__blockchain.sql", "original_file_path": "models\\silver\\silver__blockchain.sql", "name": "silver__blockchain", "alias": "blockchain", "checksum": {"name": "sha256", "checksum": "b1f81315cc2ce55cac2e663442e9d56774a6d6d890878042797b777bbdb17546"}, "tags": [], "refs": [], "sources": [["bronze_api", "blockchain"]], "metrics": [], "description": "", "columns": {"CHAIN_ID": {"name": "CHAIN_ID", "description": "", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCK_ID": {"name": "BLOCK_ID", "description": "", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCK_TIMESTAMP": {"name": "BLOCK_TIMESTAMP", "description": "", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCK_SIZE": {"name": "BLOCK_SIZE", "description": "", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCK_HEADER": {"name": "BLOCK_HEADER", "description": "", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCK_ID_OBJECT": {"name": "BLOCK_ID_OBJECT", "description": "", "meta": {}, "data_type": null, "quote": null, "tags": []}, "NUM_TXS": {"name": "NUM_TXS", "description": "", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\silver\\silver__blockchain.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__blockchain.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "incremental", "unique_key": "block_id", "incremental_strategy": "merge", "cluster_by": ["block_timestamp::DATE"]}, "created_at": 1670433255.5593014, "compiled_sql": "\n\nWITH base AS (\n\n SELECT\n DATA,\n _inserted_timestamp\n FROM\n OSMOSIS_DEV.bronze_api.blockchain\n\n\nWHERE\n _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n OSMOSIS_DEV.silver.blockchain\n )\n\n),\nfin AS (\n SELECT\n VALUE :header :chain_id :: STRING AS chain_id,\n VALUE :header :height :: INT AS height,\n VALUE :header :time :: datetime AS block_timestamp,\n VALUE :block_size :: INT AS block_size,\n VALUE :header AS block_header,\n VALUE :block_id AS block_id,\n VALUE :num_txs :: INT AS num_txs,\n _inserted_timestamp\n FROM\n (\n SELECT\n DATA,\n _inserted_timestamp\n FROM\n base\n ),\n LATERAL FLATTEN(\n DATA,\n recursive => TRUE\n ) b\n WHERE\n b.path LIKE 'data%.result.block_metas%'\n AND INDEX IS NOT NULL\n)\nSELECT\n chain_id,\n height AS block_id,\n block_timestamp,\n block_size,\n block_header,\n block_id AS block_id_object,\n num_txs,\n _inserted_timestamp\nFROM\n fin qualify(ROW_NUMBER() over(PARTITION BY height\nORDER BY\n _inserted_timestamp DESC) = 1)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.silver.blockchain"}, "model.osmosis_models.silver__locked_liquidity_actions_begin_unlock": {"raw_sql": "{{ config(\r\n materialized = 'incremental',\r\n unique_key = \"_unique_key\",\r\n incremental_strategy = 'merge',\r\n cluster_by = ['block_timestamp::DATE','_inserted_timestamp::DATE']\r\n) }}\r\n\r\nWITH\r\n\r\n{% if is_incremental() %}\r\nmax_date AS (\r\n\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n ) _inserted_timestamp\r\n FROM\r\n {{ this }}\r\n),\r\n{% endif %}\r\n\r\nbase_msg_atts AS (\r\n SELECT\r\n DISTINCT A.block_id,\r\n A.block_timestamp,\r\n A.blockchain,\r\n A.chain_id,\r\n A.tx_id,\r\n 'SUCCEEDED' AS tx_status,\r\n A.msg_group,\r\n CASE\r\n WHEN A.msg_type = 'begin_unlock' THEN A.msg_index\r\n END AS msg_index,\r\n A.msg_type,\r\n A.attribute_key,\r\n A.attribute_value,\r\n NULL AS lock_id,\r\n A._inserted_timestamp\r\n FROM\r\n {{ ref('silver__msg_attributes') }} A\r\n JOIN (\r\n SELECT\r\n DISTINCT tx_id,\r\n msg_group\r\n FROM\r\n {{ ref('silver__locked_liquidity_transactions') }}\r\n UNION\r\n SELECT\r\n DISTINCT tx_id,\r\n msg_group\r\n FROM\r\n {{ ref('silver__superfluid_actions') }}\r\n ) b\r\n ON A.tx_id = b.tx_id\r\n AND A.msg_group = b.msg_group {# AND b.tx_grp_rn > 1 #}\r\n WHERE\r\n (\r\n (\r\n A.msg_type = 'message'\r\n AND A.attribute_key = 'action'\r\n )\r\n OR A.msg_type IN (\r\n 'begin_unlock',\r\n 'begin_unlock_all',\r\n 'unbond',\r\n 'unlock',\r\n 'unlock_tokens'\r\n )\r\n AND attribute_key IN (\r\n 'amount',\r\n 'owner',\r\n 'burner',\r\n 'duration',\r\n 'unlock_time',\r\n 'sender',\r\n 'denom',\r\n 'period_lock_id',\r\n 'lock_id'\r\n )\r\n ) --weird transactions that break the logic\r\n AND A.tx_id NOT IN (\r\n '523CBB1403A90A2A45A90ADFFC17F72100B99C286BD66DEDF22DD7F8A825127D',\r\n 'B26B72516A670B4FFD31F4F7853E65F7463F7A46BDE61800DC17A41F55AB87A3',\r\n '34A6CEF2A87D6DB15DA1D7238D3A3BEABF8B4A1B460082B3C1F6C65DE5329CAC',\r\n '504A0BD295DA63E28D55BC7C46575C6C49D9C2612D0AF118BA2A33A089A25A6D',\r\n 'B312127A7914D26444DA2C1104122F9CB7D3B50940F079544775C7EA4EE4981D',\r\n '413991DF25FF3A217BA42D84D811CABC4A580F12FA9A8BC204E45F22529185CB',\r\n '359F13D57A9B37DD6AC423A877FE66C9EB585679A0346037DC1B8DEC3B1F2B6D',\r\n '9A0FF4CC948097D2DE21A34F22C2CB2DAE2E354C31FF6899F378E9DB79CA765F'\r\n )\r\n\r\n{% if is_incremental() %}\r\nAND A._inserted_timestamp >= (\r\n SELECT\r\n _inserted_timestamp\r\n FROM\r\n max_date\r\n)\r\n{% endif %}\r\n),\r\ntx_msg_flat AS (\r\n SELECT\r\n block_id,\r\n block_timestamp,\r\n blockchain,\r\n chain_id,\r\n tx_id,\r\n tx_status,\r\n msg_group,\r\n msg_index,\r\n lock_id,\r\n _inserted_timestamp,\r\n LISTAGG(\r\n DISTINCT msg_type,\r\n '-'\r\n ) within GROUP (\r\n ORDER BY\r\n msg_type\r\n ) AS msg_type,\r\n {# lock_id, #}\r\n OBJECT_AGG(\r\n msg_type :: STRING || '--' || attribute_key :: STRING,\r\n attribute_value :: variant\r\n ) AS j\r\n FROM\r\n base_msg_atts\r\n WHERE\r\n msg_type <> 'message'\r\n GROUP BY\r\n block_id,\r\n block_timestamp,\r\n blockchain,\r\n chain_id,\r\n tx_id,\r\n tx_status,\r\n msg_group,\r\n msg_index,\r\n lock_id,\r\n _inserted_timestamp\r\n),\r\nFINAL AS (\r\n SELECT\r\n A.block_id,\r\n A.block_timestamp,\r\n A.blockchain,\r\n A.chain_id,\r\n A.tx_id,\r\n A.tx_status,\r\n A.msg_group,\r\n A.msg_type,\r\n COALESCE(\r\n j :\"begin_unlock--period_lock_id\",\r\n j :\"begin_unlock_all--period_lock_id\"\r\n ) :: INT AS lock_id,\r\n b.attribute_value AS action,\r\n CASE\r\n WHEN b.attribute_value = '/osmosis.lockup.MsgExtendLockup' THEN 'extend lockup'\r\n WHEN A.msg_type = 'unpool_pool_id' THEN 'unpool'\r\n WHEN j :\"lock_tokens--duration\" IS NOT NULL THEN 'initial lock'\r\n WHEN j :: STRING ILIKE '%unlock%'\r\n OR j :: STRING ILIKE '%undelegate%'\r\n OR j :: STRING ILIKE '%unbond%'\r\n OR action ILIKE '%undelegate%' THEN 'unlock-undelegate'\r\n WHEN j :: STRING LIKE '%add%'\r\n OR j :: STRING LIKE '%increase%' THEN 'add to position'\r\n WHEN j :: STRING ILIKE '%delegate%' THEN 'super upgrade'\r\n END hybrid_action,\r\n COALESCE(\r\n j :\"add_tokens_to_lock--amount\",\r\n j :\"lock_tokens--amount\",\r\n j :\"superfluid_increase_delegation--amount\",\r\n j :\"burn--amount\",\r\n j :\"unpool_pool_id--denom\"\r\n ) :: STRING AS amount,\r\n COALESCE(\r\n j :\"add_tokens_to_lock--owner\",\r\n j :\"lock_tokens--owner\",\r\n j :\"begin_unlock--owner\",\r\n j :\"unlock--owner\",\r\n j :\"burn--burner\",\r\n j :\"unpool_pool_id--sender\"\r\n ) :: STRING AS locker,\r\n COALESCE(\r\n j :\"lock_tokens--duration\",\r\n j :\"begin_unlock--duration\",\r\n j :\"unlock--duration\"\r\n ) :: STRING AS DURATION,\r\n NULLIF(\r\n COALESCE(\r\n j :\"lock_tokens--unlock_time\",\r\n j :\"begin_unlock--unlock_time\",\r\n j :\"unlock--unlock_time\"\r\n ) :: STRING,\r\n '0001-01-01 00:00:00 +0000 UTC'\r\n ) AS unlock_time,\r\n j :\"unpool_pool_id--new_lock_ids\" :: STRING AS new_lock_ids,\r\n A._INSERTED_TIMESTAMP\r\n FROM\r\n tx_msg_flat A\r\n JOIN base_msg_atts b\r\n ON A.tx_id = b.tx_id\r\n AND A.msg_group = b.msg_group\r\n AND COALESCE(\r\n A.lock_id,\r\n -1\r\n ) = COALESCE(\r\n b.lock_id,\r\n -1\r\n )\r\n AND b.msg_type = 'message'\r\n WHERE\r\n A.msg_type = 'begin_unlock'\r\n)\r\nSELECT\r\n block_id,\r\n block_timestamp,\r\n blockchain,\r\n chain_id,\r\n tx_id,\r\n tx_status,\r\n msg_group,\r\n msg_type,\r\n lock_id,\r\n action,\r\n hybrid_action,\r\n amount :: NUMBER AS amount,\r\n locker,\r\n DURATION,\r\n unlock_time,\r\n new_lock_ids,\r\n concat_ws(\r\n '-',\r\n tx_id,\r\n msg_group,\r\n COALESCE(\r\n lock_id,\r\n -1\r\n ),\r\n locker\r\n ) AS _unique_key,\r\n _INSERTED_TIMESTAMP\r\nFROM\r\n FINAL", "compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.dbt.is_incremental"], "nodes": ["model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__locked_liquidity_transactions", "model.osmosis_models.silver__superfluid_actions"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "incremental", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": "_unique_key", "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "cluster_by": ["block_timestamp::DATE", "_inserted_timestamp::DATE"], "incremental_strategy": "merge", "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "silver", "fqn": ["osmosis_models", "silver", "silver__locked_liquidity_actions_begin_unlock"], "unique_id": "model.osmosis_models.silver__locked_liquidity_actions_begin_unlock", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "silver\\silver__locked_liquidity_actions_begin_unlock.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions_begin_unlock.sql", "name": "silver__locked_liquidity_actions_begin_unlock", "alias": "locked_liquidity_actions_begin_unlock", "checksum": {"name": "sha256", "checksum": "a16672d03b78e50618495c2b102e6b9e1466c677f8fb9b5b79624431947c9bab"}, "tags": [], "refs": [["silver__msg_attributes"], ["silver__locked_liquidity_transactions"], ["silver__superfluid_actions"]], "sources": [], "metrics": [], "description": "Records of all LP token locking transactions that have occurred on Osmosis, dating back to the genesis block. These actions include lock, unlock, unpool, and all superfluid actions.", "columns": {"BLOCK_ID": {"name": "BLOCK_ID", "description": "The block height the block was recorded at.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCK_TIMESTAMP": {"name": "BLOCK_TIMESTAMP", "description": "The date and time at which the block began.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCKCHAIN": {"name": "BLOCKCHAIN", "description": "In this table, always Osmosis. Used to join to cross-chain tables.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CHAIN_ID": {"name": "CHAIN_ID", "description": "The name and version of the blockchain.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_ID": {"name": "TX_ID", "description": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_STATUS": {"name": "TX_STATUS", "description": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "MSG_GROUP": {"name": "MSG_GROUP", "description": "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)", "meta": {}, "data_type": null, "quote": null, "tags": []}, "MSG_TYPE": {"name": "MSG_TYPE", "description": "A string containing information about the type of message occurring.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "LOCKER": {"name": "LOCKER", "description": "The address of user that performed an action related to locked lp tokens", "meta": {}, "data_type": null, "quote": null, "tags": []}, "LOCK_ID": {"name": "LOCK_ID", "description": "The unique id related to the specifc address, pool, and lock duration", "meta": {}, "data_type": null, "quote": null, "tags": []}, "AMOUNT": {"name": "AMOUNT", "description": "The amount that was used in the transaction message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CURRENCY": {"name": "CURRENCY", "description": "The currency that was used in the transaction message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "POOL_ID": {"name": "POOL_ID", "description": "Identifier for the pool within the module", "meta": {}, "data_type": null, "quote": null, "tags": []}, "LOCK_DURATION": {"name": "LOCK_DURATION", "description": "The length of time the LP toke takes to unlock", "meta": {}, "data_type": null, "quote": null, "tags": []}, "UNLOCK_TIME": {"name": "UNLOCK_TIME", "description": "When the LP token is fully unlocked and liquid again", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_INSERTED_TIMESTAMP": {"name": "_INSERTED_TIMESTAMP", "description": "The time the block was inserted into to the Flipside database.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions_begin_unlock.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "incremental", "unique_key": "_unique_key", "incremental_strategy": "merge", "cluster_by": ["block_timestamp::DATE", "_inserted_timestamp::DATE"]}, "created_at": 1670433255.5980878, "compiled_sql": "\n\nWITH\n\n\nmax_date AS (\n\n SELECT\n MAX(\n _inserted_timestamp\n ) _inserted_timestamp\n FROM\n OSMOSIS_DEV.silver.locked_liquidity_actions_begin_unlock\n),\n\n\nbase_msg_atts AS (\n SELECT\n DISTINCT A.block_id,\n A.block_timestamp,\n A.blockchain,\n A.chain_id,\n A.tx_id,\n 'SUCCEEDED' AS tx_status,\n A.msg_group,\n CASE\n WHEN A.msg_type = 'begin_unlock' THEN A.msg_index\n END AS msg_index,\n A.msg_type,\n A.attribute_key,\n A.attribute_value,\n NULL AS lock_id,\n A._inserted_timestamp\n FROM\n OSMOSIS_DEV.silver.msg_attributes A\n JOIN (\n SELECT\n DISTINCT tx_id,\n msg_group\n FROM\n OSMOSIS_DEV.silver.locked_liquidity_transactions\n UNION\n SELECT\n DISTINCT tx_id,\n msg_group\n FROM\n OSMOSIS_DEV.silver.superfluid_actions\n ) b\n ON A.tx_id = b.tx_id\n AND A.msg_group = b.msg_group \n WHERE\n (\n (\n A.msg_type = 'message'\n AND A.attribute_key = 'action'\n )\n OR A.msg_type IN (\n 'begin_unlock',\n 'begin_unlock_all',\n 'unbond',\n 'unlock',\n 'unlock_tokens'\n )\n AND attribute_key IN (\n 'amount',\n 'owner',\n 'burner',\n 'duration',\n 'unlock_time',\n 'sender',\n 'denom',\n 'period_lock_id',\n 'lock_id'\n )\n ) --weird transactions that break the logic\n AND A.tx_id NOT IN (\n '523CBB1403A90A2A45A90ADFFC17F72100B99C286BD66DEDF22DD7F8A825127D',\n 'B26B72516A670B4FFD31F4F7853E65F7463F7A46BDE61800DC17A41F55AB87A3',\n '34A6CEF2A87D6DB15DA1D7238D3A3BEABF8B4A1B460082B3C1F6C65DE5329CAC',\n '504A0BD295DA63E28D55BC7C46575C6C49D9C2612D0AF118BA2A33A089A25A6D',\n 'B312127A7914D26444DA2C1104122F9CB7D3B50940F079544775C7EA4EE4981D',\n '413991DF25FF3A217BA42D84D811CABC4A580F12FA9A8BC204E45F22529185CB',\n '359F13D57A9B37DD6AC423A877FE66C9EB585679A0346037DC1B8DEC3B1F2B6D',\n '9A0FF4CC948097D2DE21A34F22C2CB2DAE2E354C31FF6899F378E9DB79CA765F'\n )\n\n\nAND A._inserted_timestamp >= (\n SELECT\n _inserted_timestamp\n FROM\n max_date\n)\n\n),\ntx_msg_flat AS (\n SELECT\n block_id,\n block_timestamp,\n blockchain,\n chain_id,\n tx_id,\n tx_status,\n msg_group,\n msg_index,\n lock_id,\n _inserted_timestamp,\n LISTAGG(\n DISTINCT msg_type,\n '-'\n ) within GROUP (\n ORDER BY\n msg_type\n ) AS msg_type,\n \n OBJECT_AGG(\n msg_type :: STRING || '--' || attribute_key :: STRING,\n attribute_value :: variant\n ) AS j\n FROM\n base_msg_atts\n WHERE\n msg_type <> 'message'\n GROUP BY\n block_id,\n block_timestamp,\n blockchain,\n chain_id,\n tx_id,\n tx_status,\n msg_group,\n msg_index,\n lock_id,\n _inserted_timestamp\n),\nFINAL AS (\n SELECT\n A.block_id,\n A.block_timestamp,\n A.blockchain,\n A.chain_id,\n A.tx_id,\n A.tx_status,\n A.msg_group,\n A.msg_type,\n COALESCE(\n j :\"begin_unlock--period_lock_id\",\n j :\"begin_unlock_all--period_lock_id\"\n ) :: INT AS lock_id,\n b.attribute_value AS action,\n CASE\n WHEN b.attribute_value = '/osmosis.lockup.MsgExtendLockup' THEN 'extend lockup'\n WHEN A.msg_type = 'unpool_pool_id' THEN 'unpool'\n WHEN j :\"lock_tokens--duration\" IS NOT NULL THEN 'initial lock'\n WHEN j :: STRING ILIKE '%unlock%'\n OR j :: STRING ILIKE '%undelegate%'\n OR j :: STRING ILIKE '%unbond%'\n OR action ILIKE '%undelegate%' THEN 'unlock-undelegate'\n WHEN j :: STRING LIKE '%add%'\n OR j :: STRING LIKE '%increase%' THEN 'add to position'\n WHEN j :: STRING ILIKE '%delegate%' THEN 'super upgrade'\n END hybrid_action,\n COALESCE(\n j :\"add_tokens_to_lock--amount\",\n j :\"lock_tokens--amount\",\n j :\"superfluid_increase_delegation--amount\",\n j :\"burn--amount\",\n j :\"unpool_pool_id--denom\"\n ) :: STRING AS amount,\n COALESCE(\n j :\"add_tokens_to_lock--owner\",\n j :\"lock_tokens--owner\",\n j :\"begin_unlock--owner\",\n j :\"unlock--owner\",\n j :\"burn--burner\",\n j :\"unpool_pool_id--sender\"\n ) :: STRING AS locker,\n COALESCE(\n j :\"lock_tokens--duration\",\n j :\"begin_unlock--duration\",\n j :\"unlock--duration\"\n ) :: STRING AS DURATION,\n NULLIF(\n COALESCE(\n j :\"lock_tokens--unlock_time\",\n j :\"begin_unlock--unlock_time\",\n j :\"unlock--unlock_time\"\n ) :: STRING,\n '0001-01-01 00:00:00 +0000 UTC'\n ) AS unlock_time,\n j :\"unpool_pool_id--new_lock_ids\" :: STRING AS new_lock_ids,\n A._INSERTED_TIMESTAMP\n FROM\n tx_msg_flat A\n JOIN base_msg_atts b\n ON A.tx_id = b.tx_id\n AND A.msg_group = b.msg_group\n AND COALESCE(\n A.lock_id,\n -1\n ) = COALESCE(\n b.lock_id,\n -1\n )\n AND b.msg_type = 'message'\n WHERE\n A.msg_type = 'begin_unlock'\n)\nSELECT\n block_id,\n block_timestamp,\n blockchain,\n chain_id,\n tx_id,\n tx_status,\n msg_group,\n msg_type,\n lock_id,\n action,\n hybrid_action,\n amount :: NUMBER AS amount,\n locker,\n DURATION,\n unlock_time,\n new_lock_ids,\n concat_ws(\n '-',\n tx_id,\n msg_group,\n COALESCE(\n lock_id,\n -1\n ),\n locker\n ) AS _unique_key,\n _INSERTED_TIMESTAMP\nFROM\n FINAL", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.silver.locked_liquidity_actions_begin_unlock"}, "model.osmosis_models.silver__daily_balances": {"raw_sql": "{{ config(\r\n materialized = 'incremental',\r\n unique_key = \"CONCAT_WS('-', date, address, balance_type, currency)\",\r\n incremental_strategy = 'delete+insert',\r\n cluster_by = ['date'],\r\n) }}\r\n\r\nWITH\r\n\r\n{% if is_incremental() %}\r\nrecent AS (\r\n\r\n SELECT\r\n DATE,\r\n balance_type,\r\n address,\r\n balance,\r\n currency,\r\n DECIMAL\r\n FROM\r\n {{ this }}\r\n WHERE\r\n DATE = (\r\n SELECT\r\n DATEADD('day', -1, MAX(DATE))\r\n FROM\r\n {{ this }})\r\n ),\r\n NEW AS (\r\n SELECT\r\n block_timestamp :: DATE AS DATE,\r\n balance_type,\r\n address,\r\n balance,\r\n currency,\r\n DECIMAL,\r\n 1 AS RANK\r\n FROM\r\n {{ ref('silver__liquid_balances') }}\r\n WHERE\r\n block_timestamp :: DATE >= (\r\n SELECT\r\n DATEADD('day', -1, MAX(DATE))\r\n FROM\r\n {{ this }}) qualify(ROW_NUMBER() over (PARTITION BY block_timestamp :: DATE, address, balance_type, currency\r\n ORDER BY\r\n block_timestamp DESC)) = 1\r\n UNION ALL\r\n SELECT\r\n block_timestamp :: DATE AS DATE,\r\n balance_type,\r\n address,\r\n balance,\r\n currency,\r\n DECIMAL,\r\n 1 AS RANK\r\n FROM\r\n {{ ref('silver__staked_balances') }}\r\n WHERE\r\n block_timestamp :: DATE >= (\r\n SELECT\r\n DATEADD('day', -1, MAX(DATE))\r\n FROM\r\n {{ this }}) qualify(ROW_NUMBER() over (PARTITION BY block_timestamp :: DATE, address, balance_type, currency\r\n ORDER BY\r\n block_timestamp DESC)) = 1\r\n UNION ALL\r\n SELECT\r\n block_timestamp,\r\n balance_type,\r\n address,\r\n SUM(balance) AS balance,\r\n currency,\r\n DECIMAL,\r\n 1 AS RANK\r\n FROM\r\n (\r\n SELECT\r\n block_timestamp,\r\n balance_type,\r\n address,\r\n balance,\r\n currency,\r\n DECIMAL,\r\n 1 AS RANK\r\n FROM\r\n {{ ref('silver__locked_liquidity_balances') }}\r\n WHERE\r\n block_timestamp :: DATE >= (\r\n SELECT\r\n DATEADD('day', -1, MAX(DATE))\r\n FROM\r\n {{ this }})\r\n AND lock_id || '---' || block_timestamp :: DATE :: STRING NOT IN (\r\n SELECT\r\n lock_id || '---' || block_timestamp :: DATE :: STRING\r\n FROM\r\n {{ ref('silver__superfluid_staked_balances') }}\r\n WHERE\r\n block_timestamp :: DATE >= (\r\n SELECT\r\n DATEADD('day', -1, MAX(DATE))\r\n FROM\r\n {{ this }})\r\n ) qualify(ROW_NUMBER() over (PARTITION BY block_timestamp :: DATE, address, balance_type, currency, lock_id\r\n ORDER BY\r\n block_timestamp DESC)) = 1\r\n UNION ALL\r\n SELECT\r\n block_timestamp,\r\n balance_type,\r\n address,\r\n balance,\r\n currency,\r\n DECIMAL,\r\n 1 AS RANK\r\n FROM\r\n {{ ref('silver__superfluid_staked_balances') }}\r\n WHERE\r\n block_timestamp :: DATE >= (\r\n SELECT\r\n DATEADD('day', -1, MAX(DATE))\r\n FROM\r\n {{ this }}) qualify(ROW_NUMBER() over (PARTITION BY block_timestamp :: DATE, address, balance_type, currency, lock_id\r\n ORDER BY\r\n block_timestamp DESC)) = 1\r\n ) liq\r\n GROUP BY\r\n block_timestamp,\r\n balance_type,\r\n address,\r\n currency,\r\n DECIMAL\r\n ),\r\n incremental AS (\r\n SELECT\r\n DATE,\r\n balance_type,\r\n address,\r\n balance,\r\n currency,\r\n DECIMAL\r\n FROM\r\n (\r\n SELECT\r\n DATE,\r\n balance_type,\r\n address,\r\n balance,\r\n currency,\r\n DECIMAL,\r\n 2 AS RANK\r\n FROM\r\n recent\r\n UNION\r\n SELECT\r\n DATE,\r\n balance_type,\r\n address,\r\n balance,\r\n currency,\r\n DECIMAL,\r\n 1 AS RANK\r\n FROM\r\n NEW\r\n ) qualify(ROW_NUMBER() over (PARTITION BY DATE, address, balance_type, currency\r\n ORDER BY\r\n RANK ASC)) = 1\r\n ),\r\n {% endif %}\r\n\r\n base AS (\r\n\r\n{% if is_incremental() %}\r\nSELECT\r\n DATE AS block_timestamp, balance_type, address, balance, currency, DECIMAL\r\nFROM\r\n incremental\r\n{% else %}\r\nSELECT\r\n block_timestamp, balance_type, address, balance, currency, DECIMAL\r\nFROM\r\n {{ ref('silver__liquid_balances') }}\r\nUNION ALL\r\nSELECT\r\n block_timestamp, balance_type, address, balance, currency, DECIMAL\r\nFROM\r\n {{ ref('silver__staked_balances') }}\r\nUNION ALL\r\nSELECT\r\n block_timestamp, balance_type, address, SUM(balance) AS balance, currency, DECIMAL\r\nFROM\r\n (\r\nSELECT\r\n block_timestamp, balance_type, address, balance, currency, DECIMAL\r\nFROM\r\n {{ ref('silver__locked_liquidity_balances') }}\r\nWHERE\r\n lock_id || '---' || block_timestamp :: DATE :: STRING NOT IN (\r\nSELECT\r\n lock_id || '---' || block_timestamp :: DATE :: STRING\r\nFROM\r\n {{ ref('silver__superfluid_staked_balances') }})\r\nUNION ALL\r\nSELECT\r\n block_timestamp, balance_type, address, balance, currency, DECIMAL\r\nFROM\r\n {{ ref('silver__superfluid_staked_balances') }}) liq\r\nGROUP BY\r\n block_timestamp, balance_type, address, currency, DECIMAL\r\n{% endif %}),\r\naddress_ranges AS (\r\n SELECT\r\n address,\r\n balance_type,\r\n currency,\r\n DECIMAL,\r\n MIN(\r\n block_timestamp :: DATE\r\n ) AS min_block_date,\r\n MAX (\r\n CURRENT_TIMESTAMP :: DATE\r\n ) AS max_block_date\r\n FROM\r\n base\r\n GROUP BY\r\n address,\r\n balance_type,\r\n currency,\r\n DECIMAL\r\n),\r\nddate AS (\r\n SELECT\r\n HOUR :: DATE AS DATE\r\n FROM\r\n {{ source(\r\n 'shared2',\r\n 'hours'\r\n ) }}\r\n GROUP BY\r\n DATE\r\n),\r\nall_dates AS (\r\n SELECT\r\n d.date,\r\n A.balance_type,\r\n A.address,\r\n A.currency,\r\n A.decimal\r\n FROM\r\n ddate d\r\n LEFT JOIN address_ranges A\r\n ON d.date BETWEEN A.min_block_date\r\n AND A.max_block_date\r\n WHERE\r\n A.address IS NOT NULL\r\n),\r\nosmosis_balances AS (\r\n SELECT\r\n block_timestamp,\r\n balance_type,\r\n address,\r\n balance,\r\n currency,\r\n DECIMAL\r\n FROM\r\n base qualify(ROW_NUMBER() over (PARTITION BY block_timestamp :: DATE, address, balance_type, currency\r\n ORDER BY\r\n block_timestamp DESC)) = 1\r\n),\r\nbalance_temp AS (\r\n SELECT\r\n d.date,\r\n d.balance_type,\r\n d.address,\r\n b.balance,\r\n d.currency,\r\n d.decimal\r\n FROM\r\n all_dates d\r\n LEFT JOIN osmosis_balances b\r\n ON d.date = b.block_timestamp :: DATE\r\n AND d.address = b.address\r\n AND d.currency = b.currency\r\n AND d.balance_type = b.balance_type\r\n)\r\nSELECT\r\n DATE,\r\n balance_type,\r\n address,\r\n currency,\r\n DECIMAL,\r\n LAST_VALUE(\r\n balance ignore nulls\r\n ) over(\r\n PARTITION BY address,\r\n currency,\r\n balance_type\r\n ORDER BY\r\n DATE ASC rows unbounded preceding\r\n ) AS balance\r\nFROM\r\n balance_temp", "compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.dbt.is_incremental"], "nodes": ["source.osmosis_models.shared2.hours", "model.osmosis_models.silver__liquid_balances", "model.osmosis_models.silver__staked_balances", "model.osmosis_models.silver__locked_liquidity_balances", "model.osmosis_models.silver__superfluid_staked_balances", "model.osmosis_models.silver__superfluid_staked_balances"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "incremental", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": "CONCAT_WS('-', date, address, balance_type, currency)", "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "cluster_by": ["date"], "incremental_strategy": "delete+insert", "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "silver", "fqn": ["osmosis_models", "silver", "silver__daily_balances"], "unique_id": "model.osmosis_models.silver__daily_balances", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "silver\\silver__daily_balances.sql", "original_file_path": "models\\silver\\silver__daily_balances.sql", "name": "silver__daily_balances", "alias": "daily_balances", "checksum": {"name": "sha256", "checksum": "4a77ddc7d0bbe9ec10fbc50d5fa2e9efc75f980d7e4ed8398e96715e90c4f0f0"}, "tags": [], "refs": [["silver__liquid_balances"], ["silver__staked_balances"], ["silver__locked_liquidity_balances"], ["silver__superfluid_staked_balances"], ["silver__superfluid_staked_balances"]], "sources": [["shared2", "hours"]], "metrics": [], "description": "A table that contains a daily balance entry for both staked and liquid balance of wallets on the Osmosis chain.", "columns": {"DATE": {"name": "DATE", "description": "The day the balance was recorded on.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BALANCE_TYPE": {"name": "BALANCE_TYPE", "description": "Either \"staked\" or \"liquid\" corresponding to how the currency is in the wallet.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ADDRESS": {"name": "ADDRESS", "description": "Address unique to an individual wallet, validator, or token.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BALANCE": {"name": "BALANCE", "description": "The amount of the currency the wallet held at the given time", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CURRENCY": {"name": "CURRENCY", "description": "The currency that was used in the transaction message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "DECIMAL": {"name": "DECIMAL", "description": "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.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\silver\\silver__daily_balances.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__daily_balances.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "incremental", "unique_key": "CONCAT_WS('-', date, address, balance_type, currency)", "incremental_strategy": "delete+insert", "cluster_by": ["date"]}, "created_at": 1670433255.6917646, "compiled_sql": "\n\nWITH\n\n\nrecent AS (\n\n SELECT\n DATE,\n balance_type,\n address,\n balance,\n currency,\n DECIMAL\n FROM\n OSMOSIS_DEV.silver.daily_balances\n WHERE\n DATE = (\n SELECT\n DATEADD('day', -1, MAX(DATE))\n FROM\n OSMOSIS_DEV.silver.daily_balances)\n ),\n NEW AS (\n SELECT\n block_timestamp :: DATE AS DATE,\n balance_type,\n address,\n balance,\n currency,\n DECIMAL,\n 1 AS RANK\n FROM\n OSMOSIS_DEV.silver.liquid_balances\n WHERE\n block_timestamp :: DATE >= (\n SELECT\n DATEADD('day', -1, MAX(DATE))\n FROM\n OSMOSIS_DEV.silver.daily_balances) qualify(ROW_NUMBER() over (PARTITION BY block_timestamp :: DATE, address, balance_type, currency\n ORDER BY\n block_timestamp DESC)) = 1\n UNION ALL\n SELECT\n block_timestamp :: DATE AS DATE,\n balance_type,\n address,\n balance,\n currency,\n DECIMAL,\n 1 AS RANK\n FROM\n OSMOSIS_DEV.silver.staked_balances\n WHERE\n block_timestamp :: DATE >= (\n SELECT\n DATEADD('day', -1, MAX(DATE))\n FROM\n OSMOSIS_DEV.silver.daily_balances) qualify(ROW_NUMBER() over (PARTITION BY block_timestamp :: DATE, address, balance_type, currency\n ORDER BY\n block_timestamp DESC)) = 1\n UNION ALL\n SELECT\n block_timestamp,\n balance_type,\n address,\n SUM(balance) AS balance,\n currency,\n DECIMAL,\n 1 AS RANK\n FROM\n (\n SELECT\n block_timestamp,\n balance_type,\n address,\n balance,\n currency,\n DECIMAL,\n 1 AS RANK\n FROM\n OSMOSIS_DEV.silver.locked_liquidity_balances\n WHERE\n block_timestamp :: DATE >= (\n SELECT\n DATEADD('day', -1, MAX(DATE))\n FROM\n OSMOSIS_DEV.silver.daily_balances)\n AND lock_id || '---' || block_timestamp :: DATE :: STRING NOT IN (\n SELECT\n lock_id || '---' || block_timestamp :: DATE :: STRING\n FROM\n OSMOSIS_DEV.silver.superfluid_staked_balances\n WHERE\n block_timestamp :: DATE >= (\n SELECT\n DATEADD('day', -1, MAX(DATE))\n FROM\n OSMOSIS_DEV.silver.daily_balances)\n ) qualify(ROW_NUMBER() over (PARTITION BY block_timestamp :: DATE, address, balance_type, currency, lock_id\n ORDER BY\n block_timestamp DESC)) = 1\n UNION ALL\n SELECT\n block_timestamp,\n balance_type,\n address,\n balance,\n currency,\n DECIMAL,\n 1 AS RANK\n FROM\n OSMOSIS_DEV.silver.superfluid_staked_balances\n WHERE\n block_timestamp :: DATE >= (\n SELECT\n DATEADD('day', -1, MAX(DATE))\n FROM\n OSMOSIS_DEV.silver.daily_balances) qualify(ROW_NUMBER() over (PARTITION BY block_timestamp :: DATE, address, balance_type, currency, lock_id\n ORDER BY\n block_timestamp DESC)) = 1\n ) liq\n GROUP BY\n block_timestamp,\n balance_type,\n address,\n currency,\n DECIMAL\n ),\n incremental AS (\n SELECT\n DATE,\n balance_type,\n address,\n balance,\n currency,\n DECIMAL\n FROM\n (\n SELECT\n DATE,\n balance_type,\n address,\n balance,\n currency,\n DECIMAL,\n 2 AS RANK\n FROM\n recent\n UNION\n SELECT\n DATE,\n balance_type,\n address,\n balance,\n currency,\n DECIMAL,\n 1 AS RANK\n FROM\n NEW\n ) qualify(ROW_NUMBER() over (PARTITION BY DATE, address, balance_type, currency\n ORDER BY\n RANK ASC)) = 1\n ),\n \n\n base AS (\n\n\nSELECT\n DATE AS block_timestamp, balance_type, address, balance, currency, DECIMAL\nFROM\n incremental\n),\naddress_ranges AS (\n SELECT\n address,\n balance_type,\n currency,\n DECIMAL,\n MIN(\n block_timestamp :: DATE\n ) AS min_block_date,\n MAX (\n CURRENT_TIMESTAMP :: DATE\n ) AS max_block_date\n FROM\n base\n GROUP BY\n address,\n balance_type,\n currency,\n DECIMAL\n),\nddate AS (\n SELECT\n HOUR :: DATE AS DATE\n FROM\n flipside_prod_db.redshift.hours\n GROUP BY\n DATE\n),\nall_dates AS (\n SELECT\n d.date,\n A.balance_type,\n A.address,\n A.currency,\n A.decimal\n FROM\n ddate d\n LEFT JOIN address_ranges A\n ON d.date BETWEEN A.min_block_date\n AND A.max_block_date\n WHERE\n A.address IS NOT NULL\n),\nosmosis_balances AS (\n SELECT\n block_timestamp,\n balance_type,\n address,\n balance,\n currency,\n DECIMAL\n FROM\n base qualify(ROW_NUMBER() over (PARTITION BY block_timestamp :: DATE, address, balance_type, currency\n ORDER BY\n block_timestamp DESC)) = 1\n),\nbalance_temp AS (\n SELECT\n d.date,\n d.balance_type,\n d.address,\n b.balance,\n d.currency,\n d.decimal\n FROM\n all_dates d\n LEFT JOIN osmosis_balances b\n ON d.date = b.block_timestamp :: DATE\n AND d.address = b.address\n AND d.currency = b.currency\n AND d.balance_type = b.balance_type\n)\nSELECT\n DATE,\n balance_type,\n address,\n currency,\n DECIMAL,\n LAST_VALUE(\n balance ignore nulls\n ) over(\n PARTITION BY address,\n currency,\n balance_type\n ORDER BY\n DATE ASC rows unbounded preceding\n ) AS balance\nFROM\n balance_temp", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.silver.daily_balances"}, "model.osmosis_models.silver__locked_liquidity_balances": {"raw_sql": "{{ config(\r\n materialized = 'incremental',\r\n unique_key = \"_unique_key\",\r\n incremental_strategy = 'merge',\r\n cluster_by = ['block_timestamp::DATE'],\r\n) }}\r\n\r\nWITH all_staked AS (\r\n\r\n SELECT\r\n block_id,\r\n block_timestamp,\r\n locker_address AS address,\r\n SUM(amount) amount,\r\n currency,\r\n DECIMAL,\r\n lock_id,\r\n _inserted_timestamp\r\n FROM\r\n {{ ref('silver__locked_liquidity_actions') }}\r\n s\r\n WHERE\r\n msg_action_description IN (\r\n 'initial lock',\r\n 'add to position'\r\n )\r\n AND amount > 0\r\n\r\n{% if is_incremental() %}\r\nAND block_timestamp :: DATE >=(\r\n SELECT\r\n DATEADD('day', -2, MAX(block_timestamp))\r\n FROM\r\n {{ this }})\r\n {% endif %}\r\n GROUP BY\r\n block_id,\r\n block_timestamp,\r\n locker_address,\r\n currency,\r\n DECIMAL,\r\n lock_id,\r\n _inserted_timestamp\r\n),\r\nundel_base AS (\r\n SELECT\r\n DISTINCT block_id,\r\n block_timestamp,\r\n locker_address AS address,\r\n currency,\r\n DECIMAL,\r\n lock_id,\r\n msg_action_description,\r\n tx_id,\r\n _inserted_timestamp\r\n FROM\r\n {{ ref('silver__locked_liquidity_actions') }}\r\n WHERE\r\n msg_action_description IN (\r\n 'unlock',\r\n 'unlock-undelegate',\r\n 'unpool'\r\n )\r\n\r\n{% if is_incremental() %}\r\nAND block_timestamp :: DATE >=(\r\n SELECT\r\n DATEADD('day', -2, MAX(block_timestamp))\r\n FROM\r\n {{ this }})\r\n {% endif %}\r\n),\r\nunpool_lock_val AS (\r\n SELECT\r\n A.lock_id,\r\n A.currency,\r\n A.locker_address,\r\n b.block_id,\r\n b.tx_id\r\n FROM\r\n {{ ref('silver__locked_liquidity_actions') }} A\r\n JOIN undel_base b\r\n ON b.msg_action_description = 'unpool'\r\n AND A.locker_address = b.address\r\n AND A.currency = b.currency\r\n AND A.block_id < b.block_id\r\n WHERE\r\n A.lock_id IS NOT NULL qualify(ROW_NUMBER() over(PARTITION BY A.lock_id\r\n ORDER BY\r\n A.block_id DESC) = 1)\r\n),\r\nundel_bal AS (\r\n SELECT\r\n A.lock_id,\r\n A.currency,\r\n A.decimal,\r\n SUM(COALESCE(amount, 0)) amount\r\n FROM\r\n {{ ref('silver__locked_liquidity_actions') }} A\r\n LEFT JOIN unpool_lock_val C\r\n ON A.locker_address = C.locker_address\r\n AND A.currency = C.currency\r\n AND A.block_id <= C.block_id\r\n LEFT JOIN undel_base b\r\n ON A.lock_id = b.lock_id\r\n LEFT JOIN undel_base bb\r\n ON C.tx_id = bb.tx_id\r\n WHERE\r\n (\r\n bb.address IS NOT NULL\r\n OR b.address IS NOT NULL\r\n )\r\n AND A.amount > 0\r\n AND A.msg_action_description IN (\r\n 'initial lock',\r\n 'add to position'\r\n )\r\n GROUP BY\r\n A.lock_id,\r\n A.currency,\r\n A.decimal\r\n),\r\ncombine AS (\r\n SELECT\r\n block_id,\r\n block_timestamp,\r\n address,\r\n lock_id,\r\n amount,\r\n currency,\r\n DECIMAL,\r\n _inserted_timestamp\r\n FROM\r\n all_staked\r\n UNION ALL\r\n SELECT\r\n A.block_id,\r\n block_timestamp,\r\n address,\r\n b.lock_id,\r\n -1 * b.amount,\r\n b.currency,\r\n b.decimal,\r\n _inserted_timestamp\r\n FROM\r\n undel_base A\r\n LEFT JOIN unpool_lock_val C\r\n ON A.tx_id = C.tx_id\r\n JOIN undel_bal b\r\n ON COALESCE(\r\n A.lock_id,\r\n C.lock_id\r\n ) = b.lock_id\r\n)\r\nSELECT\r\n block_id,\r\n block_timestamp,\r\n 'locked liquidity' AS balance_type,\r\n address,\r\n lock_id,\r\n currency,\r\n DECIMAL,\r\n SUM(amount) over(\r\n PARTITION BY address,\r\n currency,\r\n lock_id\r\n ORDER BY\r\n block_timestamp ASC rows unbounded preceding\r\n ) AS balance,\r\n concat_ws(\r\n '-',\r\n block_id,\r\n address,\r\n lock_id,\r\n currency\r\n ) AS _unique_key,\r\n _inserted_timestamp\r\nFROM\r\n combine", "compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.dbt.is_incremental"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions", "model.osmosis_models.silver__locked_liquidity_actions", "model.osmosis_models.silver__locked_liquidity_actions", "model.osmosis_models.silver__locked_liquidity_actions"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "incremental", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": "_unique_key", "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "cluster_by": ["block_timestamp::DATE"], "incremental_strategy": "merge", "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "silver", "fqn": ["osmosis_models", "silver", "silver__locked_liquidity_balances"], "unique_id": "model.osmosis_models.silver__locked_liquidity_balances", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "silver\\silver__locked_liquidity_balances.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_balances.sql", "name": "silver__locked_liquidity_balances", "alias": "locked_liquidity_balances", "checksum": {"name": "sha256", "checksum": "e8c173d38bebea4f01aab2490b36c62afdd7b9e2835c938690459726316587e5"}, "tags": [], "refs": [["silver__locked_liquidity_actions"], ["silver__locked_liquidity_actions"], ["silver__locked_liquidity_actions"], ["silver__locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "A table of each locked liquidity balance change for wallets on the Osmosis chain.", "columns": {"BLOCK_ID": {"name": "BLOCK_ID", "description": "The block height the block was recorded at.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCK_TIMESTAMP": {"name": "BLOCK_TIMESTAMP", "description": "The date and time at which the block began.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ADDRESS": {"name": "ADDRESS", "description": "Address unique to an individual wallet, validator, or token.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "LOCK_ID": {"name": "LOCK_ID", "description": "The unique id related to the specifc address, pool, and lock duration", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BALANCE": {"name": "BALANCE", "description": "The amount of the currency the wallet held at the given time", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CURRENCY": {"name": "CURRENCY", "description": "The currency that was used in the transaction message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "DECIMAL": {"name": "DECIMAL", "description": "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.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_INSERTED_TIMESTAMP": {"name": "_INSERTED_TIMESTAMP", "description": "The time the block was sent to the Flipside database.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\silver\\silver__locked_liquidity_balances.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_balances.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "incremental", "unique_key": "_unique_key", "incremental_strategy": "merge", "cluster_by": ["block_timestamp::DATE"]}, "created_at": 1670433255.7404814, "compiled_sql": "\n\nWITH all_staked AS (\n\n SELECT\n block_id,\n block_timestamp,\n locker_address AS address,\n SUM(amount) amount,\n currency,\n DECIMAL,\n lock_id,\n _inserted_timestamp\n FROM\n OSMOSIS_DEV.silver.locked_liquidity_actions\n s\n WHERE\n msg_action_description IN (\n 'initial lock',\n 'add to position'\n )\n AND amount > 0\n\n\nAND block_timestamp :: DATE >=(\n SELECT\n DATEADD('day', -2, MAX(block_timestamp))\n FROM\n OSMOSIS_DEV.silver.locked_liquidity_balances)\n \n GROUP BY\n block_id,\n block_timestamp,\n locker_address,\n currency,\n DECIMAL,\n lock_id,\n _inserted_timestamp\n),\nundel_base AS (\n SELECT\n DISTINCT block_id,\n block_timestamp,\n locker_address AS address,\n currency,\n DECIMAL,\n lock_id,\n msg_action_description,\n tx_id,\n _inserted_timestamp\n FROM\n OSMOSIS_DEV.silver.locked_liquidity_actions\n WHERE\n msg_action_description IN (\n 'unlock',\n 'unlock-undelegate',\n 'unpool'\n )\n\n\nAND block_timestamp :: DATE >=(\n SELECT\n DATEADD('day', -2, MAX(block_timestamp))\n FROM\n OSMOSIS_DEV.silver.locked_liquidity_balances)\n \n),\nunpool_lock_val AS (\n SELECT\n A.lock_id,\n A.currency,\n A.locker_address,\n b.block_id,\n b.tx_id\n FROM\n OSMOSIS_DEV.silver.locked_liquidity_actions A\n JOIN undel_base b\n ON b.msg_action_description = 'unpool'\n AND A.locker_address = b.address\n AND A.currency = b.currency\n AND A.block_id < b.block_id\n WHERE\n A.lock_id IS NOT NULL qualify(ROW_NUMBER() over(PARTITION BY A.lock_id\n ORDER BY\n A.block_id DESC) = 1)\n),\nundel_bal AS (\n SELECT\n A.lock_id,\n A.currency,\n A.decimal,\n SUM(COALESCE(amount, 0)) amount\n FROM\n OSMOSIS_DEV.silver.locked_liquidity_actions A\n LEFT JOIN unpool_lock_val C\n ON A.locker_address = C.locker_address\n AND A.currency = C.currency\n AND A.block_id <= C.block_id\n LEFT JOIN undel_base b\n ON A.lock_id = b.lock_id\n LEFT JOIN undel_base bb\n ON C.tx_id = bb.tx_id\n WHERE\n (\n bb.address IS NOT NULL\n OR b.address IS NOT NULL\n )\n AND A.amount > 0\n AND A.msg_action_description IN (\n 'initial lock',\n 'add to position'\n )\n GROUP BY\n A.lock_id,\n A.currency,\n A.decimal\n),\ncombine AS (\n SELECT\n block_id,\n block_timestamp,\n address,\n lock_id,\n amount,\n currency,\n DECIMAL,\n _inserted_timestamp\n FROM\n all_staked\n UNION ALL\n SELECT\n A.block_id,\n block_timestamp,\n address,\n b.lock_id,\n -1 * b.amount,\n b.currency,\n b.decimal,\n _inserted_timestamp\n FROM\n undel_base A\n LEFT JOIN unpool_lock_val C\n ON A.tx_id = C.tx_id\n JOIN undel_bal b\n ON COALESCE(\n A.lock_id,\n C.lock_id\n ) = b.lock_id\n)\nSELECT\n block_id,\n block_timestamp,\n 'locked liquidity' AS balance_type,\n address,\n lock_id,\n currency,\n DECIMAL,\n SUM(amount) over(\n PARTITION BY address,\n currency,\n lock_id\n ORDER BY\n block_timestamp ASC rows unbounded preceding\n ) AS balance,\n concat_ws(\n '-',\n block_id,\n address,\n lock_id,\n currency\n ) AS _unique_key,\n _inserted_timestamp\nFROM\n combine", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.silver.locked_liquidity_balances"}, "model.osmosis_models.silver__msgs": {"raw_sql": "{{ config(\r\n materialized = 'incremental',\r\n unique_key = \"_unique_key\",\r\n incremental_strategy = 'merge',\r\n cluster_by = ['block_timestamp::DATE','_inserted_timestamp::DATE'],\r\n post_hook = \"ALTER TABLE {{ this }} ADD SEARCH OPTIMIZATION\"\r\n) }}\r\n\r\nWITH b AS (\r\n\r\n SELECT\r\n block_id,\r\n block_timestamp,\r\n blockchain,\r\n chain_id,\r\n tx_id,\r\n tx_status,\r\n INDEX AS msg_index,\r\n VALUE :type :: STRING AS msg_type,\r\n VALUE AS msg,\r\n IFF(\r\n TRY_BASE64_DECODE_STRING(\r\n msg :attributes [0] :key :: STRING\r\n ) = 'action',\r\n TRUE,\r\n FALSE\r\n ) AS is_action,\r\n IFF(\r\n TRY_BASE64_DECODE_STRING(\r\n msg :attributes [0] :key :: STRING\r\n ) = 'module',\r\n TRUE,\r\n FALSE\r\n ) AS is_module,\r\n TRY_BASE64_DECODE_STRING(\r\n msg :attributes [0] :key :: STRING\r\n ) attribute_key,\r\n TRY_BASE64_DECODE_STRING(\r\n msg :attributes [0] :value :: STRING\r\n ) attribute_value,\r\n _inserted_timestamp\r\n FROM\r\n {{ ref('silver__transactions') }} A,\r\n LATERAL FLATTEN(\r\n input => A.msgs\r\n )\r\n\r\n{% if is_incremental() %}\r\nWHERE\r\n _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n {{ this }}\r\n )\r\n{% endif %}\r\n),\r\nprefinal AS (\r\n SELECT\r\n block_id,\r\n block_timestamp,\r\n blockchain,\r\n chain_id,\r\n tx_id,\r\n tx_status,\r\n NULLIF(\r\n (conditional_true_event(is_action) over (PARTITION BY tx_id\r\n ORDER BY\r\n msg_index) -1),\r\n -1\r\n ) AS msg_group,\r\n msg_index,\r\n msg_type,\r\n msg,\r\n is_module,\r\n attribute_key,\r\n attribute_value,\r\n _inserted_timestamp\r\n FROM\r\n b\r\n),\r\nexec_actions AS (\r\n SELECT\r\n DISTINCT tx_id,\r\n msg_group\r\n FROM\r\n prefinal\r\n WHERE\r\n msg_type = 'message'\r\n AND attribute_key = 'action'\r\n AND LOWER(attribute_value) LIKE '%exec%'\r\n),\r\ngrp AS (\r\n SELECT\r\n A.tx_id,\r\n A.msg_index,\r\n RANK() over(\r\n PARTITION BY A.tx_id,\r\n A.msg_group\r\n ORDER BY\r\n A.msg_index\r\n ) -1 msg_sub_group\r\n FROM\r\n prefinal A\r\n JOIN exec_actions b\r\n ON A.tx_id = b.tx_id\r\n AND A.msg_group = b.msg_group\r\n WHERE\r\n A.is_module = TRUE\r\n AND A.msg_type = 'message'\r\n)\r\nSELECT\r\n block_id,\r\n block_timestamp,\r\n blockchain,\r\n chain_id,\r\n A.tx_id,\r\n tx_status,\r\n msg_group,\r\n CASE\r\n WHEN msg_group IS NULL THEN NULL\r\n ELSE COALESCE(\r\n LAST_VALUE(\r\n b.msg_sub_group ignore nulls\r\n ) over(\r\n PARTITION BY A.tx_id,\r\n msg_group\r\n ORDER BY\r\n A.msg_index DESC rows unbounded preceding\r\n ),\r\n 0\r\n )\r\n END AS msg_sub_group,\r\n A.msg_index,\r\n msg_type,\r\n msg,\r\n _inserted_timestamp,\r\n concat_ws(\r\n '-',\r\n A.tx_id,\r\n A.msg_index\r\n ) AS _unique_key\r\nFROM\r\n prefinal A\r\n LEFT JOIN grp b\r\n ON A.tx_id = b.tx_id\r\n AND A.msg_index = b.msg_index", "compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.dbt.is_incremental"], "nodes": ["model.osmosis_models.silver__transactions"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "incremental", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": "_unique_key", "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "cluster_by": ["block_timestamp::DATE", "_inserted_timestamp::DATE"], "incremental_strategy": "merge", "post-hook": [{"sql": "ALTER TABLE {{ this }} ADD SEARCH OPTIMIZATION", "transaction": true, "index": null}], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "silver", "fqn": ["osmosis_models", "silver", "silver__msgs"], "unique_id": "model.osmosis_models.silver__msgs", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "silver\\silver__msgs.sql", "original_file_path": "models\\silver\\silver__msgs.sql", "name": "silver__msgs", "alias": "msgs", "checksum": {"name": "sha256", "checksum": "cdf5ae6109341c7e660a77a901e5a5f637c2e1c2d6af593e62f5b1e1a6dbef9b"}, "tags": [], "refs": [["silver__transactions"]], "sources": [], "metrics": [], "description": "Records of all messages associated to transactions that have occurred on Osmosis, dating back to the genesis block.", "columns": {"BLOCK_ID": {"name": "BLOCK_ID", "description": "The block height the block was recorded at.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCK_TIMESTAMP": {"name": "BLOCK_TIMESTAMP", "description": "The date and time at which the block began.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CHAIN_ID": {"name": "CHAIN_ID", "description": "The name and version of the blockchain.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_ID": {"name": "TX_ID", "description": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "MSG_GROUP": {"name": "MSG_GROUP", "description": "Numeric value grouping different messages together to represent a single action. NULL group means messages are related to the header (overall transaction)", "meta": {}, "data_type": null, "quote": null, "tags": []}, "MSG_SUB_GROUP": {"name": "MSG_SUB_GROUP", "description": "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)", "meta": {}, "data_type": null, "quote": null, "tags": []}, "MSG_INDEX": {"name": "MSG_INDEX", "description": "Short for \"message index,\" the position in which messages occur in a transaction.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "MSG_TYPE": {"name": "MSG_TYPE", "description": "A string containing information about the type of message occurring.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "MSG": {"name": "MSG", "description": "The underlying json from the message or event within the transactions", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_INSERTED_TIMESTAMP": {"name": "_INSERTED_TIMESTAMP", "description": "The time the block was inserted into to the Flipside database.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\silver\\silver__msgs.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__msgs.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "incremental", "unique_key": "_unique_key", "incremental_strategy": "merge", "cluster_by": ["block_timestamp::DATE", "_inserted_timestamp::DATE"], "post-hook": ["ALTER TABLE {{ this }} ADD SEARCH OPTIMIZATION"]}, "created_at": 1670433255.7963822, "compiled_sql": "\n\nWITH b AS (\n\n SELECT\n block_id,\n block_timestamp,\n blockchain,\n chain_id,\n tx_id,\n tx_status,\n INDEX AS msg_index,\n VALUE :type :: STRING AS msg_type,\n VALUE AS msg,\n IFF(\n TRY_BASE64_DECODE_STRING(\n msg :attributes [0] :key :: STRING\n ) = 'action',\n TRUE,\n FALSE\n ) AS is_action,\n IFF(\n TRY_BASE64_DECODE_STRING(\n msg :attributes [0] :key :: STRING\n ) = 'module',\n TRUE,\n FALSE\n ) AS is_module,\n TRY_BASE64_DECODE_STRING(\n msg :attributes [0] :key :: STRING\n ) attribute_key,\n TRY_BASE64_DECODE_STRING(\n msg :attributes [0] :value :: STRING\n ) attribute_value,\n _inserted_timestamp\n FROM\n OSMOSIS_DEV.silver.transactions A,\n LATERAL FLATTEN(\n input => A.msgs\n )\n\n\nWHERE\n _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n OSMOSIS_DEV.silver.msgs\n )\n\n),\nprefinal AS (\n SELECT\n block_id,\n block_timestamp,\n blockchain,\n chain_id,\n tx_id,\n tx_status,\n NULLIF(\n (conditional_true_event(is_action) over (PARTITION BY tx_id\n ORDER BY\n msg_index) -1),\n -1\n ) AS msg_group,\n msg_index,\n msg_type,\n msg,\n is_module,\n attribute_key,\n attribute_value,\n _inserted_timestamp\n FROM\n b\n),\nexec_actions AS (\n SELECT\n DISTINCT tx_id,\n msg_group\n FROM\n prefinal\n WHERE\n msg_type = 'message'\n AND attribute_key = 'action'\n AND LOWER(attribute_value) LIKE '%exec%'\n),\ngrp AS (\n SELECT\n A.tx_id,\n A.msg_index,\n RANK() over(\n PARTITION BY A.tx_id,\n A.msg_group\n ORDER BY\n A.msg_index\n ) -1 msg_sub_group\n FROM\n prefinal A\n JOIN exec_actions b\n ON A.tx_id = b.tx_id\n AND A.msg_group = b.msg_group\n WHERE\n A.is_module = TRUE\n AND A.msg_type = 'message'\n)\nSELECT\n block_id,\n block_timestamp,\n blockchain,\n chain_id,\n A.tx_id,\n tx_status,\n msg_group,\n CASE\n WHEN msg_group IS NULL THEN NULL\n ELSE COALESCE(\n LAST_VALUE(\n b.msg_sub_group ignore nulls\n ) over(\n PARTITION BY A.tx_id,\n msg_group\n ORDER BY\n A.msg_index DESC rows unbounded preceding\n ),\n 0\n )\n END AS msg_sub_group,\n A.msg_index,\n msg_type,\n msg,\n _inserted_timestamp,\n concat_ws(\n '-',\n A.tx_id,\n A.msg_index\n ) AS _unique_key\nFROM\n prefinal A\n LEFT JOIN grp b\n ON A.tx_id = b.tx_id\n AND A.msg_index = b.msg_index", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.silver.msgs"}, "model.osmosis_models.silver__superfluid_staking": {"raw_sql": "{{ config(\r\n materialized = 'incremental',\r\n unique_key = \"_unique_key\",\r\n incremental_strategy = 'merge',\r\n cluster_by = ['block_timestamp::DATE']\r\n) }}\r\n\r\nWITH\r\n\r\n{% if is_incremental() %}\r\nmax_date AS (\r\n\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n ) _inserted_timestamp\r\n FROM\r\n {{ this }}\r\n),\r\n{% endif %}\r\n\r\nbase_txn AS (\r\n SELECT\r\n A.block_id,\r\n A.block_timestamp,\r\n A.blockchain,\r\n A.chain_id,\r\n A.tx_id,\r\n A.tx_status,\r\n A.msg_group,\r\n A.msg_type,\r\n A.msg_action_description,\r\n A.locker_address,\r\n A.lock_id,\r\n A.amount,\r\n A.currency,\r\n A.decimal,\r\n A.pool_id,\r\n A.lock_duration,\r\n A.unlock_time,\r\n A.unpool_new_lock_ids,\r\n A._unique_key,\r\n A._inserted_timestamp\r\n FROM\r\n {{ ref('silver__locked_liquidity_actions') }} A\r\n WHERE\r\n is_superfluid = TRUE\r\n\r\n{% if is_incremental() %}\r\nAND _inserted_timestamp >= (\r\n SELECT\r\n _inserted_timestamp\r\n FROM\r\n max_date\r\n)\r\n{% endif %}\r\n),\r\nvals AS (\r\n SELECT\r\n lock_id,\r\n validator_address\r\n FROM\r\n {{ ref('silver__superfluid_actions') }} A\r\n WHERE\r\n validator_address IS NOT NULL\r\n\r\n{% if is_incremental() %}\r\nAND _inserted_timestamp >= (\r\n SELECT\r\n _inserted_timestamp\r\n FROM\r\n max_date\r\n)\r\n{% endif %}\r\n\r\nqualify(ROW_NUMBER() over(PARTITION BY lock_id\r\nORDER BY\r\n block_id DESC) = 1)\r\n),\r\nunpool_lock_val AS (\r\n SELECT\r\n A.lock_id,\r\n A.currency,\r\n A.delegator_address,\r\n A.validator_address\r\n FROM\r\n {{ ref('silver__superfluid_actions') }} A\r\n JOIN {{ ref('silver__locked_liquidity_actions') }}\r\n b\r\n ON b.msg_action_description = 'unpool'\r\n AND A.delegator_address = b.locker_address\r\n AND A.currency = b.currency\r\n AND A.block_id < b.block_id\r\n WHERE\r\n validator_address IS NOT NULL\r\n\r\n{% if is_incremental() %}\r\nAND A._inserted_timestamp >= (\r\n SELECT\r\n _inserted_timestamp\r\n FROM\r\n max_date\r\n)\r\n{% endif %}\r\n\r\nqualify(ROW_NUMBER() over(PARTITION BY A.lock_id\r\nORDER BY\r\n A.block_id DESC) = 1)\r\n)\r\nSELECT\r\n A.block_id,\r\n A.block_timestamp,\r\n A.blockchain,\r\n chain_id,\r\n A.tx_id,\r\n A.msg_group,\r\n A.tx_status,\r\n {# msg_action_description, #}\r\n CASE\r\n msg_action_description\r\n WHEN 'initial lock' THEN 'delegate'\r\n WHEN 'add to position' THEN 'delegate'\r\n WHEN 'unlock' THEN 'undelegate'\r\n WHEN 'unpool' THEN 'undelegate'\r\n END AS action,\r\n A.locker_address AS delegator_address,\r\n A.amount,\r\n A.currency,\r\n A.decimal,\r\n COALESCE(\r\n b.validator_address,\r\n C.validator_address\r\n ) AS validator_address,\r\n COALESCE(\r\n A.lock_id,\r\n C.lock_id\r\n ) AS lock_id,\r\n _inserted_timestamp,\r\n concat_ws(\r\n '-',\r\n A.tx_id,\r\n A.msg_group,\r\n COALESCE(\r\n A.lock_id,\r\n -1\r\n ),\r\n msg_action_description\r\n ) AS _unique_key\r\nFROM\r\n base_txn A\r\n LEFT JOIN vals b\r\n ON A.lock_id = b.lock_id\r\n LEFT JOIN unpool_lock_val C\r\n ON A.locker_address = C.delegator_address\r\n AND A.currency = C.currency\r\n AND A.msg_action_description = 'unpool'", "compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.dbt.is_incremental"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions", "model.osmosis_models.silver__superfluid_actions", "model.osmosis_models.silver__superfluid_actions", "model.osmosis_models.silver__locked_liquidity_actions"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "incremental", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": "_unique_key", "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "cluster_by": ["block_timestamp::DATE"], "incremental_strategy": "merge", "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "silver", "fqn": ["osmosis_models", "silver", "silver__superfluid_staking"], "unique_id": "model.osmosis_models.silver__superfluid_staking", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "silver\\silver__superfluid_staking.sql", "original_file_path": "models\\silver\\silver__superfluid_staking.sql", "name": "silver__superfluid_staking", "alias": "superfluid_staking", "checksum": {"name": "sha256", "checksum": "39c0683dc57458188857d4ebc0fa6be45d8a940597ce05b18d7ce18a18d5e332"}, "tags": [], "refs": [["silver__locked_liquidity_actions"], ["silver__superfluid_actions"], ["silver__superfluid_actions"], ["silver__locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "Records of all staking related transactions that have occurred on Osmosis, dating back to the genesis block. These actions include delegate, undelegate, and redelegate.", "columns": {"BLOCK_ID": {"name": "BLOCK_ID", "description": "The block height the block was recorded at.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCK_TIMESTAMP": {"name": "BLOCK_TIMESTAMP", "description": "The date and time at which the block began.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCKCHAIN": {"name": "BLOCKCHAIN", "description": "In this table, always Osmosis. Used to join to cross-chain tables.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CHAIN_ID": {"name": "CHAIN_ID", "description": "The name and version of the blockchain.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_ID": {"name": "TX_ID", "description": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_STATUS": {"name": "TX_STATUS", "description": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ACTION": {"name": "ACTION", "description": "<<<<<<< HEAD\r\nTells what action is happening in the transaction. I.E. is the user adding or removing liquidity to the pool. \r\n=======\r\nThe action taken in the msg group. For staking this includes delegate, undelegate, redelegate, withdraw_rewards.\r\n>>>>>>> main", "meta": {}, "data_type": null, "quote": null, "tags": []}, "DELEGATOR_ADDRESS": {"name": "DELEGATOR_ADDRESS", "description": "The wallet address of the individual who owns the delegated asset.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "AMOUNT": {"name": "AMOUNT", "description": "The amount that was used in the transaction message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CURRENCY": {"name": "CURRENCY", "description": "The currency that was used in the transaction message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "VALIDATOR_ADDRESS": {"name": "VALIDATOR_ADDRESS", "description": "The wallet address of the validator related to the staking action.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "LOCK_ID": {"name": "LOCK_ID", "description": "The unique id related to the specifc address, pool, and lock duration", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_INSERTED_TIMESTAMP": {"name": "_INSERTED_TIMESTAMP", "description": "The time the block was inserted into to the Flipside database.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\silver\\silver__superfluid_staking.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_staking.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "incremental", "unique_key": "_unique_key", "incremental_strategy": "merge", "cluster_by": ["block_timestamp::DATE"]}, "created_at": 1670433255.8582149, "compiled_sql": "\n\nWITH\n\n\nmax_date AS (\n\n SELECT\n MAX(\n _inserted_timestamp\n ) _inserted_timestamp\n FROM\n OSMOSIS_DEV.silver.superfluid_staking\n),\n\n\nbase_txn AS (\n SELECT\n A.block_id,\n A.block_timestamp,\n A.blockchain,\n A.chain_id,\n A.tx_id,\n A.tx_status,\n A.msg_group,\n A.msg_type,\n A.msg_action_description,\n A.locker_address,\n A.lock_id,\n A.amount,\n A.currency,\n A.decimal,\n A.pool_id,\n A.lock_duration,\n A.unlock_time,\n A.unpool_new_lock_ids,\n A._unique_key,\n A._inserted_timestamp\n FROM\n OSMOSIS_DEV.silver.locked_liquidity_actions A\n WHERE\n is_superfluid = TRUE\n\n\nAND _inserted_timestamp >= (\n SELECT\n _inserted_timestamp\n FROM\n max_date\n)\n\n),\nvals AS (\n SELECT\n lock_id,\n validator_address\n FROM\n OSMOSIS_DEV.silver.superfluid_actions A\n WHERE\n validator_address IS NOT NULL\n\n\nAND _inserted_timestamp >= (\n SELECT\n _inserted_timestamp\n FROM\n max_date\n)\n\n\nqualify(ROW_NUMBER() over(PARTITION BY lock_id\nORDER BY\n block_id DESC) = 1)\n),\nunpool_lock_val AS (\n SELECT\n A.lock_id,\n A.currency,\n A.delegator_address,\n A.validator_address\n FROM\n OSMOSIS_DEV.silver.superfluid_actions A\n JOIN OSMOSIS_DEV.silver.locked_liquidity_actions\n b\n ON b.msg_action_description = 'unpool'\n AND A.delegator_address = b.locker_address\n AND A.currency = b.currency\n AND A.block_id < b.block_id\n WHERE\n validator_address IS NOT NULL\n\n\nAND A._inserted_timestamp >= (\n SELECT\n _inserted_timestamp\n FROM\n max_date\n)\n\n\nqualify(ROW_NUMBER() over(PARTITION BY A.lock_id\nORDER BY\n A.block_id DESC) = 1)\n)\nSELECT\n A.block_id,\n A.block_timestamp,\n A.blockchain,\n chain_id,\n A.tx_id,\n A.msg_group,\n A.tx_status,\n \n CASE\n msg_action_description\n WHEN 'initial lock' THEN 'delegate'\n WHEN 'add to position' THEN 'delegate'\n WHEN 'unlock' THEN 'undelegate'\n WHEN 'unpool' THEN 'undelegate'\n END AS action,\n A.locker_address AS delegator_address,\n A.amount,\n A.currency,\n A.decimal,\n COALESCE(\n b.validator_address,\n C.validator_address\n ) AS validator_address,\n COALESCE(\n A.lock_id,\n C.lock_id\n ) AS lock_id,\n _inserted_timestamp,\n concat_ws(\n '-',\n A.tx_id,\n A.msg_group,\n COALESCE(\n A.lock_id,\n -1\n ),\n msg_action_description\n ) AS _unique_key\nFROM\n base_txn A\n LEFT JOIN vals b\n ON A.lock_id = b.lock_id\n LEFT JOIN unpool_lock_val C\n ON A.locker_address = C.delegator_address\n AND A.currency = C.currency\n AND A.msg_action_description = 'unpool'", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.silver.superfluid_staking"}, "model.osmosis_models.silver__superfluid_staked_balances": {"raw_sql": "{{ config(\r\n materialized = 'incremental',\r\n unique_key = \"_unique_key\",\r\n incremental_strategy = 'merge',\r\n cluster_by = ['block_timestamp::DATE'],\r\n) }}\r\n\r\nWITH super AS (\r\n\r\n SELECT\r\n DISTINCT block_id,\r\n delegator_address AS address,\r\n lock_id\r\n FROM\r\n {{ ref('silver__superfluid_staking') }}\r\n s\r\n\r\n{% if is_incremental() %}\r\nWHERE\r\n block_timestamp :: DATE >=(\r\n SELECT\r\n DATEADD('day', -2, MAX(block_timestamp))\r\n FROM\r\n {{ this }})\r\n {% endif %}\r\n ),\r\n lp_balances AS (\r\n SELECT\r\n A.block_id,\r\n A.block_timestamp,\r\n A.address,\r\n A.balance,\r\n A.currency,\r\n A.decimal,\r\n A.lock_id,\r\n _inserted_timestamp\r\n FROM\r\n {{ ref('silver__locked_liquidity_balances') }} A\r\n JOIN super b\r\n ON A.block_id = b.block_id\r\n AND A.address = b.address\r\n AND A.lock_id = b.lock_id\r\n\r\n{% if is_incremental() %}\r\nWHERE\r\n block_timestamp :: DATE >=(\r\n SELECT\r\n DATEADD('day', -2, MAX(block_timestamp))\r\n FROM\r\n {{ this }})\r\n {% endif %}\r\n )\r\nSELECT\r\n block_id,\r\n block_timestamp,\r\n 'superfluid staked' AS balance_type,\r\n address,\r\n lock_id,\r\n currency,\r\n DECIMAL,\r\n balance,\r\n concat_ws(\r\n '-',\r\n block_id,\r\n address,\r\n lock_id,\r\n currency\r\n ) AS _unique_key,\r\n _inserted_timestamp\r\nFROM\r\n lp_balances", "compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.dbt.is_incremental"], "nodes": ["model.osmosis_models.silver__superfluid_staking", "model.osmosis_models.silver__locked_liquidity_balances"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "incremental", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": "_unique_key", "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "cluster_by": ["block_timestamp::DATE"], "incremental_strategy": "merge", "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "silver", "fqn": ["osmosis_models", "silver", "silver__superfluid_staked_balances"], "unique_id": "model.osmosis_models.silver__superfluid_staked_balances", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "silver\\silver__superfluid_staked_balances.sql", "original_file_path": "models\\silver\\silver__superfluid_staked_balances.sql", "name": "silver__superfluid_staked_balances", "alias": "superfluid_staked_balances", "checksum": {"name": "sha256", "checksum": "70fbcace3802e27fae66f9b0b0ae29df1ef051778185ea071692c18929e66d53"}, "tags": [], "refs": [["silver__superfluid_staking"], ["silver__locked_liquidity_balances"]], "sources": [], "metrics": [], "description": "A table of each superfluid staked balance change for wallets on the Osmosis chain.", "columns": {"BLOCK_ID": {"name": "BLOCK_ID", "description": "The block height the block was recorded at.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCK_TIMESTAMP": {"name": "BLOCK_TIMESTAMP", "description": "The date and time at which the block began.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ADDRESS": {"name": "ADDRESS", "description": "Address unique to an individual wallet, validator, or token.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BALANCE": {"name": "BALANCE", "description": "The amount of the currency the wallet held at the given time", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CURRENCY": {"name": "CURRENCY", "description": "The currency that was used in the transaction message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "DECIMAL": {"name": "DECIMAL", "description": "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.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_INSERTED_TIMESTAMP": {"name": "_INSERTED_TIMESTAMP", "description": "The time the block was sent to the Flipside database.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\silver\\silver__superfluid_staked_balances.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_staked_balances.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "incremental", "unique_key": "_unique_key", "incremental_strategy": "merge", "cluster_by": ["block_timestamp::DATE"]}, "created_at": 1670433255.942676, "compiled_sql": "\n\nWITH super AS (\n\n SELECT\n DISTINCT block_id,\n delegator_address AS address,\n lock_id\n FROM\n OSMOSIS_DEV.silver.superfluid_staking\n s\n\n\nWHERE\n block_timestamp :: DATE >=(\n SELECT\n DATEADD('day', -2, MAX(block_timestamp))\n FROM\n OSMOSIS_DEV.silver.superfluid_staked_balances)\n \n ),\n lp_balances AS (\n SELECT\n A.block_id,\n A.block_timestamp,\n A.address,\n A.balance,\n A.currency,\n A.decimal,\n A.lock_id,\n _inserted_timestamp\n FROM\n OSMOSIS_DEV.silver.locked_liquidity_balances A\n JOIN super b\n ON A.block_id = b.block_id\n AND A.address = b.address\n AND A.lock_id = b.lock_id\n\n\nWHERE\n block_timestamp :: DATE >=(\n SELECT\n DATEADD('day', -2, MAX(block_timestamp))\n FROM\n OSMOSIS_DEV.silver.superfluid_staked_balances)\n \n )\nSELECT\n block_id,\n block_timestamp,\n 'superfluid staked' AS balance_type,\n address,\n lock_id,\n currency,\n DECIMAL,\n balance,\n concat_ws(\n '-',\n block_id,\n address,\n lock_id,\n currency\n ) AS _unique_key,\n _inserted_timestamp\nFROM\n lp_balances", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.silver.superfluid_staked_balances"}, "model.osmosis_models.silver__staking_rewards": {"raw_sql": "{{ config(\r\n materialized = 'incremental',\r\n unique_key = \"_unique_key\",\r\n incremental_strategy = 'merge',\r\n cluster_by = ['block_timestamp::DATE'],\r\n) }}\r\n\r\nWITH\r\n\r\n{% if is_incremental() %}\r\nmax_date AS (\r\n\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n ) _inserted_timestamp\r\n FROM\r\n {{ this }}\r\n),\r\n{% endif %}\r\n\r\nmsg_attributes_cte AS (\r\n SELECT\r\n tx_id,\r\n msg_type,\r\n msg_group,\r\n msg_index,\r\n attribute_key,\r\n attribute_value\r\n FROM\r\n {{ ref('silver__msg_attributes') }} A\r\n WHERE\r\n msg_type IN (\r\n 'withdraw_rewards',\r\n 'claim',\r\n 'transfer',\r\n 'message',\r\n 'tx',\r\n 'delegate',\r\n 'redelegate',\r\n 'unbond'\r\n )\r\n\r\n{% if is_incremental() %}\r\nAND _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n max_date\r\n)\r\n{% endif %}\r\n),\r\nreward_base AS (\r\n SELECT\r\n A.tx_id,\r\n A.msg_type,\r\n A.msg_index,\r\n msg_group\r\n FROM\r\n msg_attributes_cte A\r\n WHERE\r\n msg_type = 'withdraw_rewards'\r\n),\r\nmsg_attr_rewards AS (\r\n SELECT\r\n A.tx_id,\r\n A.msg_group,\r\n A.msg_index,\r\n A.msg_type,\r\n A.attribute_key,\r\n A.attribute_value,\r\n b.group_id\r\n FROM\r\n msg_attributes_cte A\r\n JOIN (\r\n SELECT\r\n DISTINCT tx_id,\r\n msg_index,\r\n msg_index group_id\r\n FROM\r\n reward_base\r\n UNION ALL\r\n SELECT\r\n DISTINCT tx_id,\r\n msg_index + 1 msg_index,\r\n msg_index group_id\r\n FROM\r\n reward_base\r\n ) b\r\n ON A.tx_ID = b.tx_ID\r\n AND A.msg_index = b.msg_index\r\n),\r\nreward_combo AS (\r\n SELECT\r\n tx_id,\r\n msg_group,\r\n group_id,\r\n OBJECT_AGG(\r\n attribute_key :: STRING,\r\n attribute_value :: variant\r\n ) AS j,\r\n j :validator :: STRING AS validator_address,\r\n j :amount :: STRING AS amount,\r\n j :sender :: STRING AS delegator_address\r\n FROM\r\n msg_attr_rewards\r\n WHERE\r\n attribute_key IN (\r\n 'sender',\r\n 'amount',\r\n 'validator'\r\n )\r\n GROUP BY\r\n tx_id,\r\n msg_group,\r\n group_id\r\n),\r\nclaim_base AS (\r\n SELECT\r\n A.tx_id,\r\n A.msg_type,\r\n A.msg_index,\r\n msg_group\r\n FROM\r\n msg_attributes_cte A\r\n INNER JOIN (\r\n SELECT\r\n DISTINCT tx_id\r\n FROM\r\n msg_attributes_cte\r\n WHERE\r\n msg_type IN (\r\n 'delegate',\r\n 'redelegate'\r\n )\r\n ) b\r\n ON A.tx_id = b.tx_id\r\n WHERE\r\n msg_type = 'claim'\r\n),\r\nmsg_attr_claim AS (\r\n SELECT\r\n A.tx_id,\r\n A.attribute_key,\r\n A.attribute_value,\r\n A.msg_index,\r\n A.msg_type,\r\n A.msg_group,\r\n b.group_id\r\n FROM\r\n msg_attributes_cte A\r\n JOIN (\r\n SELECT\r\n DISTINCT tx_id,\r\n msg_index,\r\n msg_index group_id\r\n FROM\r\n claim_base\r\n UNION ALL\r\n SELECT\r\n DISTINCT tx_id,\r\n msg_index + 1 msg_index,\r\n msg_index group_id\r\n FROM\r\n claim_base\r\n UNION ALL\r\n SELECT\r\n DISTINCT tx_id,\r\n msg_index + 2 msg_index,\r\n msg_index group_id\r\n FROM\r\n claim_base\r\n ) b\r\n ON A.tx_ID = b.tx_ID\r\n AND A.msg_index = b.msg_index\r\n),\r\nclaim_combo AS (\r\n SELECT\r\n tx_id,\r\n msg_group,\r\n group_id,\r\n OBJECT_AGG(\r\n CASE\r\n WHEN msg_type IN (\r\n 'message',\r\n 'claim'\r\n ) THEN msg_type || '__'\r\n ELSE ''\r\n END || attribute_key :: STRING,\r\n attribute_value :: variant\r\n ) AS j,\r\n COALESCE(\r\n j :validator :: STRING,\r\n j :source_validator :: STRING\r\n ) AS validator_address,\r\n j :claim__amount :: STRING AS amount,\r\n j :message__sender :: STRING AS delegator_address\r\n FROM\r\n msg_attr_claim\r\n WHERE\r\n msg_type || '__' || attribute_key IN (\r\n 'message__sender',\r\n 'claim__amount'\r\n )\r\n OR attribute_key IN (\r\n 'validator',\r\n 'source_validator'\r\n )\r\n GROUP BY\r\n tx_id,\r\n msg_group,\r\n group_id\r\n),\r\ntran_base AS (\r\n SELECT\r\n DISTINCT tx_id,\r\n msg_group,\r\n delegator_address\r\n FROM\r\n {{ ref('silver__staking') }} A\r\n\r\n{% if is_incremental() %}\r\nWHERE\r\n _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n max_date\r\n )\r\n{% endif %}\r\n),\r\ntran_tran AS (\r\n SELECT\r\n A.tx_id,\r\n A.msg_type,\r\n A.msg_index,\r\n A.msg_group,\r\n attribute_key,\r\n attribute_value\r\n FROM\r\n msg_attributes_cte A\r\n INNER JOIN tran_base b\r\n ON A.tx_id = b.tx_id\r\n AND A.msg_group = b.msg_group\r\n AND A.attribute_value = b.delegator_address\r\n LEFT JOIN (\r\n SELECT\r\n DISTINCT tx_id\r\n FROM\r\n msg_attributes_cte\r\n WHERE\r\n msg_type IN (\r\n 'claim',\r\n 'withdraw_rewards'\r\n )\r\n ) C\r\n ON A.tx_id = C.tx_id\r\n WHERE\r\n A.msg_type = 'transfer'\r\n AND A.attribute_key = 'recipient'\r\n AND C.tx_id IS NULL\r\n),\r\nmsg_attr_trans AS (\r\n SELECT\r\n A.tx_id,\r\n A.msg_group,\r\n A.msg_index,\r\n A.msg_type,\r\n A.attribute_key,\r\n A.attribute_value,\r\n DENSE_RANK() over(\r\n PARTITION BY A.tx_id,\r\n A.msg_group\r\n ORDER BY\r\n A.msg_index\r\n ) change_index\r\n FROM\r\n tran_tran b\r\n JOIN msg_attributes_cte A\r\n ON A.tx_ID = b.tx_ID\r\n AND A.msg_group = b.msg_group\r\n WHERE\r\n A.msg_type IN (\r\n 'delegate',\r\n 'redelegate',\r\n 'unbond'\r\n )\r\n OR (\r\n A.msg_index = b.msg_index\r\n AND A.msg_type = 'transfer'\r\n )\r\n),\r\ntran_combo AS (\r\n SELECT\r\n A.tx_id,\r\n A.msg_group,\r\n A.msg_index group_id,\r\n COALESCE(\r\n b.j :validator :: STRING,\r\n b.j :source_validator :: STRING\r\n ) AS validator_address,\r\n A.j :amount :: STRING AS amount,\r\n A.j :recipient :: STRING AS delegator_address\r\n FROM\r\n (\r\n SELECT\r\n tx_id,\r\n msg_group,\r\n msg_index,\r\n change_index + 1 group_id,\r\n OBJECT_AGG(\r\n attribute_key :: STRING,\r\n attribute_value :: variant\r\n ) AS j\r\n FROM\r\n (\r\n SELECT\r\n DISTINCT tx_id,\r\n msg_group,\r\n msg_index,\r\n change_index,\r\n attribute_key,\r\n attribute_value\r\n FROM\r\n msg_attr_trans\r\n WHERE\r\n msg_type = 'transfer'\r\n AND attribute_key IN (\r\n 'amount',\r\n 'recipient'\r\n )\r\n ) x\r\n GROUP BY\r\n tx_id,\r\n msg_group,\r\n msg_index,\r\n group_id\r\n ) A\r\n JOIN (\r\n SELECT\r\n tx_id,\r\n msg_group,\r\n msg_index,\r\n change_index group_id,\r\n OBJECT_AGG(\r\n attribute_key :: STRING,\r\n attribute_value :: variant\r\n ) AS j\r\n FROM\r\n (\r\n SELECT\r\n DISTINCT tx_id,\r\n msg_group,\r\n msg_index,\r\n change_index,\r\n attribute_key,\r\n attribute_value\r\n FROM\r\n msg_attr_trans\r\n WHERE\r\n msg_type <> 'transfer'\r\n AND attribute_key IN (\r\n 'validator',\r\n 'source_validator'\r\n )\r\n ) x\r\n GROUP BY\r\n tx_id,\r\n msg_group,\r\n msg_index,\r\n group_id\r\n ) b\r\n ON A.tx_id = b.tx_id\r\n AND A.msg_group = b.msg_group\r\n AND A.group_id = b.group_id\r\n),\r\ncombo_all AS (\r\n SELECT\r\n tx_id,\r\n msg_group,\r\n group_id,\r\n validator_address,\r\n amount,\r\n delegator_address,\r\n 'claim' AS action\r\n FROM\r\n tran_combo\r\n UNION ALL\r\n SELECT\r\n tx_id,\r\n msg_group,\r\n group_id,\r\n validator_address,\r\n amount,\r\n delegator_address,\r\n 'withdraw_rewards' AS action\r\n FROM\r\n reward_combo\r\n UNION ALL\r\n SELECT\r\n tx_id,\r\n msg_group,\r\n group_id,\r\n validator_address,\r\n amount,\r\n delegator_address,\r\n 'claim' AS action\r\n FROM\r\n claim_combo\r\n),\r\ntx_address AS (\r\n SELECT\r\n A.tx_id,\r\n SPLIT_PART(\r\n attribute_value,\r\n '/',\r\n 0\r\n ) AS tx_caller_address,\r\n SPLIT_PART(\r\n attribute_value,\r\n '/',\r\n 1\r\n ) AS acc_seq_index\r\n FROM\r\n msg_attributes_cte A\r\n WHERE\r\n attribute_key = 'acc_seq' qualify(ROW_NUMBER() over (PARTITION BY tx_id\r\n ORDER BY\r\n acc_seq_index) = 1)\r\n),\r\nprefinal AS (\r\n SELECT\r\n b.block_id,\r\n b.block_timestamp,\r\n b.blockchain,\r\n b.chain_id,\r\n A.tx_id,\r\n b.tx_status,\r\n C.tx_caller_address,\r\n A.action,\r\n A.msg_group,\r\n A.delegator_address,\r\n SUM(\r\n CASE\r\n WHEN A.split_amount LIKE '%uosmo' THEN REPLACE(\r\n A.split_amount,\r\n 'uosmo'\r\n )\r\n WHEN A.split_amount LIKE '%uion' THEN REPLACE(\r\n A.split_amount,\r\n 'uion'\r\n )\r\n WHEN A.split_amount LIKE '%pool%' THEN LEFT(A.split_amount, CHARINDEX('g', A.split_amount) -1)\r\n WHEN A.split_amount LIKE '%ibc%' THEN LEFT(A.split_amount, CHARINDEX('i', A.split_amount) -1)\r\n ELSE A.split_amount\r\n END :: INT\r\n ) AS amount,CASE\r\n WHEN A.split_amount LIKE '%uosmo' THEN 'uosmo'\r\n WHEN A.split_amount LIKE '%uion' THEN 'uion'\r\n WHEN A.split_amount LIKE '%pool%' THEN SUBSTRING(A.split_amount, CHARINDEX('g', A.split_amount), 99)\r\n WHEN A.split_amount LIKE '%ibc%' THEN SUBSTRING(A.split_amount, CHARINDEX('i', A.split_amount), 99)\r\n ELSE 'uosmo'\r\n END AS currency,\r\n A.validator_address,\r\n b._inserted_timestamp\r\n FROM\r\n (\r\n SELECT\r\n p.tx_Id,\r\n p.action,\r\n p.msg_group,\r\n p.delegator_address,\r\n p.validator_address,\r\n am.value AS split_amount\r\n FROM\r\n combo_all p,\r\n LATERAL SPLIT_TO_TABLE(\r\n p.amount,\r\n ','\r\n ) am\r\n ) A\r\n JOIN (\r\n SELECT\r\n tx_ID,\r\n block_id,\r\n block_timestamp,\r\n blockchain,\r\n chain_id,\r\n tx_status,\r\n _inserted_timestamp\r\n FROM\r\n {{ ref('silver__transactions') }} A\r\n\r\n{% if is_incremental() %}\r\nWHERE\r\n _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n max_date\r\n )\r\n{% endif %}\r\n) b\r\nON A.tx_Id = b.tx_ID\r\nJOIN tx_address C\r\nON A.tx_id = C.tx_id\r\nGROUP BY\r\n b.block_id,\r\n b.block_timestamp,\r\n b.blockchain,\r\n b.chain_id,\r\n A.tx_id,\r\n b.tx_status,\r\n C.tx_caller_address,\r\n A.action,\r\n A.msg_group,\r\n A.delegator_address,CASE\r\n WHEN A.split_amount LIKE '%uosmo' THEN 'uosmo'\r\n WHEN A.split_amount LIKE '%uion' THEN 'uion'\r\n WHEN A.split_amount LIKE '%pool%' THEN SUBSTRING(A.split_amount, CHARINDEX('g', A.split_amount), 99)\r\n WHEN A.split_amount LIKE '%ibc%' THEN SUBSTRING(A.split_amount, CHARINDEX('i', A.split_amount), 99)\r\n ELSE 'uosmo'\r\n END,\r\n A.validator_address,\r\n b._inserted_timestamp\r\n)\r\nSELECT\r\n block_id,\r\n A.block_timestamp,\r\n A.blockchain,\r\n A.chain_id,\r\n A.tx_id,\r\n A.tx_status,\r\n A.tx_caller_address,\r\n A.action,\r\n A.msg_group,\r\n A.delegator_address,\r\n A.amount,\r\n A.currency,\r\n A.validator_address,\r\n amd.raw_metadata [1] :exponent :: INT AS DECIMAL,\r\n A._inserted_timestamp,\r\n concat_ws(\r\n '-',\r\n A.tx_id,\r\n A.msg_group,\r\n A.action,\r\n A.currency,\r\n A.delegator_address,\r\n A.validator_address\r\n ) AS _unique_key\r\nFROM\r\n prefinal A\r\n LEFT OUTER JOIN osmosis_dev.silver.asset_metadata amd\r\n ON A.currency = amd.address", "compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.dbt.is_incremental"], "nodes": ["model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__staking", "model.osmosis_models.silver__transactions"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "incremental", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": "_unique_key", "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "cluster_by": ["block_timestamp::DATE"], "incremental_strategy": "merge", "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "silver", "fqn": ["osmosis_models", "silver", "silver__staking_rewards"], "unique_id": "model.osmosis_models.silver__staking_rewards", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "silver\\silver__staking_rewards.sql", "original_file_path": "models\\silver\\silver__staking_rewards.sql", "name": "silver__staking_rewards", "alias": "staking_rewards", "checksum": {"name": "sha256", "checksum": "64ba2f0fab26b004744053a6fb50a8a169c12b376e6a623490d133f5faa59088"}, "tags": [], "refs": [["silver__msg_attributes"], ["silver__staking"], ["silver__transactions"]], "sources": [], "metrics": [], "description": "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.", "columns": {"BLOCK_ID": {"name": "BLOCK_ID", "description": "The block height the block was recorded at.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCK_TIMESTAMP": {"name": "BLOCK_TIMESTAMP", "description": "The date and time at which the block began.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCKCHAIN": {"name": "BLOCKCHAIN", "description": "In this table, always Osmosis. Used to join to cross-chain tables.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CHAIN_ID": {"name": "CHAIN_ID", "description": "The name and version of the blockchain.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_ID": {"name": "TX_ID", "description": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_STATUS": {"name": "TX_STATUS", "description": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_CALLER_ADDRESS": {"name": "TX_CALLER_ADDRESS", "description": "The wallet address of the individual who initiated the transaction.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ACTION": {"name": "ACTION", "description": "<<<<<<< HEAD\r\nTells what action is happening in the transaction. I.E. is the user adding or removing liquidity to the pool. \r\n=======\r\nThe action taken in the msg group. For staking this includes delegate, undelegate, redelegate, withdraw_rewards.\r\n>>>>>>> main", "meta": {}, "data_type": null, "quote": null, "tags": []}, "MSG_GROUP": {"name": "MSG_GROUP", "description": "Numeric value grouping different messages together to represent a single action. NULL group means messages are related to the header (overall transaction)", "meta": {}, "data_type": null, "quote": null, "tags": []}, "DELEGATOR_ADDRESS": {"name": "DELEGATOR_ADDRESS", "description": "The wallet address of the individual who owns the delegated asset.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "AMOUNT": {"name": "AMOUNT", "description": "The amount that was used in the transaction message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CURRENCY": {"name": "CURRENCY", "description": "The currency that was used in the transaction message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "VALIDATOR_ADDRESS": {"name": "VALIDATOR_ADDRESS", "description": "The wallet address of the validator related to the staking action.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "DECIMAL": {"name": "DECIMAL", "description": "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.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_INSERTED_TIMESTAMP": {"name": "_INSERTED_TIMESTAMP", "description": "The time the block was inserted into to the Flipside database.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\silver\\silver__staking_rewards.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking_rewards.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "incremental", "unique_key": "_unique_key", "incremental_strategy": "merge", "cluster_by": ["block_timestamp::DATE"]}, "created_at": 1670433255.9798107, "compiled_sql": "\n\nWITH\n\n\nmax_date AS (\n\n SELECT\n MAX(\n _inserted_timestamp\n ) _inserted_timestamp\n FROM\n OSMOSIS_DEV.silver.staking_rewards\n),\n\n\nmsg_attributes_cte AS (\n SELECT\n tx_id,\n msg_type,\n msg_group,\n msg_index,\n attribute_key,\n attribute_value\n FROM\n OSMOSIS_DEV.silver.msg_attributes A\n WHERE\n msg_type IN (\n 'withdraw_rewards',\n 'claim',\n 'transfer',\n 'message',\n 'tx',\n 'delegate',\n 'redelegate',\n 'unbond'\n )\n\n\nAND _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n max_date\n)\n\n),\nreward_base AS (\n SELECT\n A.tx_id,\n A.msg_type,\n A.msg_index,\n msg_group\n FROM\n msg_attributes_cte A\n WHERE\n msg_type = 'withdraw_rewards'\n),\nmsg_attr_rewards AS (\n SELECT\n A.tx_id,\n A.msg_group,\n A.msg_index,\n A.msg_type,\n A.attribute_key,\n A.attribute_value,\n b.group_id\n FROM\n msg_attributes_cte A\n JOIN (\n SELECT\n DISTINCT tx_id,\n msg_index,\n msg_index group_id\n FROM\n reward_base\n UNION ALL\n SELECT\n DISTINCT tx_id,\n msg_index + 1 msg_index,\n msg_index group_id\n FROM\n reward_base\n ) b\n ON A.tx_ID = b.tx_ID\n AND A.msg_index = b.msg_index\n),\nreward_combo AS (\n SELECT\n tx_id,\n msg_group,\n group_id,\n OBJECT_AGG(\n attribute_key :: STRING,\n attribute_value :: variant\n ) AS j,\n j :validator :: STRING AS validator_address,\n j :amount :: STRING AS amount,\n j :sender :: STRING AS delegator_address\n FROM\n msg_attr_rewards\n WHERE\n attribute_key IN (\n 'sender',\n 'amount',\n 'validator'\n )\n GROUP BY\n tx_id,\n msg_group,\n group_id\n),\nclaim_base AS (\n SELECT\n A.tx_id,\n A.msg_type,\n A.msg_index,\n msg_group\n FROM\n msg_attributes_cte A\n INNER JOIN (\n SELECT\n DISTINCT tx_id\n FROM\n msg_attributes_cte\n WHERE\n msg_type IN (\n 'delegate',\n 'redelegate'\n )\n ) b\n ON A.tx_id = b.tx_id\n WHERE\n msg_type = 'claim'\n),\nmsg_attr_claim AS (\n SELECT\n A.tx_id,\n A.attribute_key,\n A.attribute_value,\n A.msg_index,\n A.msg_type,\n A.msg_group,\n b.group_id\n FROM\n msg_attributes_cte A\n JOIN (\n SELECT\n DISTINCT tx_id,\n msg_index,\n msg_index group_id\n FROM\n claim_base\n UNION ALL\n SELECT\n DISTINCT tx_id,\n msg_index + 1 msg_index,\n msg_index group_id\n FROM\n claim_base\n UNION ALL\n SELECT\n DISTINCT tx_id,\n msg_index + 2 msg_index,\n msg_index group_id\n FROM\n claim_base\n ) b\n ON A.tx_ID = b.tx_ID\n AND A.msg_index = b.msg_index\n),\nclaim_combo AS (\n SELECT\n tx_id,\n msg_group,\n group_id,\n OBJECT_AGG(\n CASE\n WHEN msg_type IN (\n 'message',\n 'claim'\n ) THEN msg_type || '__'\n ELSE ''\n END || attribute_key :: STRING,\n attribute_value :: variant\n ) AS j,\n COALESCE(\n j :validator :: STRING,\n j :source_validator :: STRING\n ) AS validator_address,\n j :claim__amount :: STRING AS amount,\n j :message__sender :: STRING AS delegator_address\n FROM\n msg_attr_claim\n WHERE\n msg_type || '__' || attribute_key IN (\n 'message__sender',\n 'claim__amount'\n )\n OR attribute_key IN (\n 'validator',\n 'source_validator'\n )\n GROUP BY\n tx_id,\n msg_group,\n group_id\n),\ntran_base AS (\n SELECT\n DISTINCT tx_id,\n msg_group,\n delegator_address\n FROM\n OSMOSIS_DEV.silver.staking A\n\n\nWHERE\n _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n max_date\n )\n\n),\ntran_tran AS (\n SELECT\n A.tx_id,\n A.msg_type,\n A.msg_index,\n A.msg_group,\n attribute_key,\n attribute_value\n FROM\n msg_attributes_cte A\n INNER JOIN tran_base b\n ON A.tx_id = b.tx_id\n AND A.msg_group = b.msg_group\n AND A.attribute_value = b.delegator_address\n LEFT JOIN (\n SELECT\n DISTINCT tx_id\n FROM\n msg_attributes_cte\n WHERE\n msg_type IN (\n 'claim',\n 'withdraw_rewards'\n )\n ) C\n ON A.tx_id = C.tx_id\n WHERE\n A.msg_type = 'transfer'\n AND A.attribute_key = 'recipient'\n AND C.tx_id IS NULL\n),\nmsg_attr_trans AS (\n SELECT\n A.tx_id,\n A.msg_group,\n A.msg_index,\n A.msg_type,\n A.attribute_key,\n A.attribute_value,\n DENSE_RANK() over(\n PARTITION BY A.tx_id,\n A.msg_group\n ORDER BY\n A.msg_index\n ) change_index\n FROM\n tran_tran b\n JOIN msg_attributes_cte A\n ON A.tx_ID = b.tx_ID\n AND A.msg_group = b.msg_group\n WHERE\n A.msg_type IN (\n 'delegate',\n 'redelegate',\n 'unbond'\n )\n OR (\n A.msg_index = b.msg_index\n AND A.msg_type = 'transfer'\n )\n),\ntran_combo AS (\n SELECT\n A.tx_id,\n A.msg_group,\n A.msg_index group_id,\n COALESCE(\n b.j :validator :: STRING,\n b.j :source_validator :: STRING\n ) AS validator_address,\n A.j :amount :: STRING AS amount,\n A.j :recipient :: STRING AS delegator_address\n FROM\n (\n SELECT\n tx_id,\n msg_group,\n msg_index,\n change_index + 1 group_id,\n OBJECT_AGG(\n attribute_key :: STRING,\n attribute_value :: variant\n ) AS j\n FROM\n (\n SELECT\n DISTINCT tx_id,\n msg_group,\n msg_index,\n change_index,\n attribute_key,\n attribute_value\n FROM\n msg_attr_trans\n WHERE\n msg_type = 'transfer'\n AND attribute_key IN (\n 'amount',\n 'recipient'\n )\n ) x\n GROUP BY\n tx_id,\n msg_group,\n msg_index,\n group_id\n ) A\n JOIN (\n SELECT\n tx_id,\n msg_group,\n msg_index,\n change_index group_id,\n OBJECT_AGG(\n attribute_key :: STRING,\n attribute_value :: variant\n ) AS j\n FROM\n (\n SELECT\n DISTINCT tx_id,\n msg_group,\n msg_index,\n change_index,\n attribute_key,\n attribute_value\n FROM\n msg_attr_trans\n WHERE\n msg_type <> 'transfer'\n AND attribute_key IN (\n 'validator',\n 'source_validator'\n )\n ) x\n GROUP BY\n tx_id,\n msg_group,\n msg_index,\n group_id\n ) b\n ON A.tx_id = b.tx_id\n AND A.msg_group = b.msg_group\n AND A.group_id = b.group_id\n),\ncombo_all AS (\n SELECT\n tx_id,\n msg_group,\n group_id,\n validator_address,\n amount,\n delegator_address,\n 'claim' AS action\n FROM\n tran_combo\n UNION ALL\n SELECT\n tx_id,\n msg_group,\n group_id,\n validator_address,\n amount,\n delegator_address,\n 'withdraw_rewards' AS action\n FROM\n reward_combo\n UNION ALL\n SELECT\n tx_id,\n msg_group,\n group_id,\n validator_address,\n amount,\n delegator_address,\n 'claim' AS action\n FROM\n claim_combo\n),\ntx_address AS (\n SELECT\n A.tx_id,\n SPLIT_PART(\n attribute_value,\n '/',\n 0\n ) AS tx_caller_address,\n SPLIT_PART(\n attribute_value,\n '/',\n 1\n ) AS acc_seq_index\n FROM\n msg_attributes_cte A\n WHERE\n attribute_key = 'acc_seq' qualify(ROW_NUMBER() over (PARTITION BY tx_id\n ORDER BY\n acc_seq_index) = 1)\n),\nprefinal AS (\n SELECT\n b.block_id,\n b.block_timestamp,\n b.blockchain,\n b.chain_id,\n A.tx_id,\n b.tx_status,\n C.tx_caller_address,\n A.action,\n A.msg_group,\n A.delegator_address,\n SUM(\n CASE\n WHEN A.split_amount LIKE '%uosmo' THEN REPLACE(\n A.split_amount,\n 'uosmo'\n )\n WHEN A.split_amount LIKE '%uion' THEN REPLACE(\n A.split_amount,\n 'uion'\n )\n WHEN A.split_amount LIKE '%pool%' THEN LEFT(A.split_amount, CHARINDEX('g', A.split_amount) -1)\n WHEN A.split_amount LIKE '%ibc%' THEN LEFT(A.split_amount, CHARINDEX('i', A.split_amount) -1)\n ELSE A.split_amount\n END :: INT\n ) AS amount,CASE\n WHEN A.split_amount LIKE '%uosmo' THEN 'uosmo'\n WHEN A.split_amount LIKE '%uion' THEN 'uion'\n WHEN A.split_amount LIKE '%pool%' THEN SUBSTRING(A.split_amount, CHARINDEX('g', A.split_amount), 99)\n WHEN A.split_amount LIKE '%ibc%' THEN SUBSTRING(A.split_amount, CHARINDEX('i', A.split_amount), 99)\n ELSE 'uosmo'\n END AS currency,\n A.validator_address,\n b._inserted_timestamp\n FROM\n (\n SELECT\n p.tx_Id,\n p.action,\n p.msg_group,\n p.delegator_address,\n p.validator_address,\n am.value AS split_amount\n FROM\n combo_all p,\n LATERAL SPLIT_TO_TABLE(\n p.amount,\n ','\n ) am\n ) A\n JOIN (\n SELECT\n tx_ID,\n block_id,\n block_timestamp,\n blockchain,\n chain_id,\n tx_status,\n _inserted_timestamp\n FROM\n OSMOSIS_DEV.silver.transactions A\n\n\nWHERE\n _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n max_date\n )\n\n) b\nON A.tx_Id = b.tx_ID\nJOIN tx_address C\nON A.tx_id = C.tx_id\nGROUP BY\n b.block_id,\n b.block_timestamp,\n b.blockchain,\n b.chain_id,\n A.tx_id,\n b.tx_status,\n C.tx_caller_address,\n A.action,\n A.msg_group,\n A.delegator_address,CASE\n WHEN A.split_amount LIKE '%uosmo' THEN 'uosmo'\n WHEN A.split_amount LIKE '%uion' THEN 'uion'\n WHEN A.split_amount LIKE '%pool%' THEN SUBSTRING(A.split_amount, CHARINDEX('g', A.split_amount), 99)\n WHEN A.split_amount LIKE '%ibc%' THEN SUBSTRING(A.split_amount, CHARINDEX('i', A.split_amount), 99)\n ELSE 'uosmo'\n END,\n A.validator_address,\n b._inserted_timestamp\n)\nSELECT\n block_id,\n A.block_timestamp,\n A.blockchain,\n A.chain_id,\n A.tx_id,\n A.tx_status,\n A.tx_caller_address,\n A.action,\n A.msg_group,\n A.delegator_address,\n A.amount,\n A.currency,\n A.validator_address,\n amd.raw_metadata [1] :exponent :: INT AS DECIMAL,\n A._inserted_timestamp,\n concat_ws(\n '-',\n A.tx_id,\n A.msg_group,\n A.action,\n A.currency,\n A.delegator_address,\n A.validator_address\n ) AS _unique_key\nFROM\n prefinal A\n LEFT OUTER JOIN osmosis_dev.silver.asset_metadata amd\n ON A.currency = amd.address", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.silver.staking_rewards"}, "model.osmosis_models.silver__governance_submit_proposal": {"raw_sql": "{{ config(\r\n materialized = 'incremental',\r\n unique_key = \"tx_id\",\r\n incremental_strategy = 'merge',\r\n cluster_by = ['block_timestamp::DATE'],\r\n) }}\r\n\r\nWITH\r\n\r\n{% if is_incremental() %}\r\nmax_date AS (\r\n\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n ) _inserted_timestamp\r\n FROM\r\n {{ this }}\r\n),\r\n{% endif %}\r\n\r\nproposal_ids AS (\r\n SELECT\r\n tx_id,\r\n attribute_value AS proposal_id\r\n FROM\r\n {{ ref('silver__msg_attributes') }}\r\n WHERE\r\n msg_type = 'submit_proposal'\r\n AND attribute_key = 'proposal_id'\r\n\r\n{% if is_incremental() %}\r\nAND _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n max_date\r\n)\r\n{% endif %}\r\n),\r\nproposal_type AS (\r\n SELECT\r\n tx_id,\r\n attribute_value AS proposal_type\r\n FROM\r\n {{ ref('silver__msg_attributes') }}\r\n WHERE\r\n msg_type = 'submit_proposal'\r\n AND attribute_key = 'proposal_type'\r\n\r\n{% if is_incremental() %}\r\nAND _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n max_date\r\n)\r\n{% endif %}\r\n),\r\nproposer AS (\r\n SELECT\r\n tx_id,\r\n SPLIT_PART(\r\n attribute_value,\r\n '/',\r\n 0\r\n ) AS proposer\r\n FROM\r\n {{ ref('silver__msg_attributes') }}\r\n WHERE\r\n attribute_key = 'acc_seq'\r\n\r\n{% if is_incremental() %}\r\nAND _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n max_date\r\n)\r\n{% endif %}\r\n)\r\nSELECT\r\n block_id,\r\n block_timestamp,\r\n blockchain,\r\n chain_id,\r\n p.tx_id,\r\n tx_status,\r\n proposer,\r\n p.proposal_id :: NUMBER AS proposal_id,\r\n y.proposal_type,\r\n _inserted_timestamp\r\nFROM\r\n proposal_ids p\r\n INNER JOIN proposal_type y\r\n ON p.tx_id = y.tx_id\r\n INNER JOIN proposer pp\r\n ON p.tx_id = pp.tx_id\r\n LEFT OUTER JOIN {{ ref('silver__transactions') }}\r\n t\r\n ON p.tx_id = t.tx_id\r\n\r\n{% if is_incremental() %}\r\nWHERE\r\n _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n max_date\r\n )\r\n{% endif %}", "compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.dbt.is_incremental"], "nodes": ["model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__transactions"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "incremental", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": "tx_id", "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "cluster_by": ["block_timestamp::DATE"], "incremental_strategy": "merge", "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "silver", "fqn": ["osmosis_models", "silver", "silver__governance_submit_proposal"], "unique_id": "model.osmosis_models.silver__governance_submit_proposal", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "silver\\silver__governance_submit_proposal.sql", "original_file_path": "models\\silver\\silver__governance_submit_proposal.sql", "name": "silver__governance_submit_proposal", "alias": "governance_submit_proposal", "checksum": {"name": "sha256", "checksum": "b2674b2f1b60b23933b71f306189fe544fad8b62d1f5e3f31ad17a66386da50b"}, "tags": [], "refs": [["silver__msg_attributes"], ["silver__msg_attributes"], ["silver__msg_attributes"], ["silver__transactions"]], "sources": [], "metrics": [], "description": "Records of all proposal submissions on Osmosis, dating back to the Genesis block.", "columns": {"BLOCK_ID": {"name": "BLOCK_ID", "description": "The block height the block was recorded at.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCK_TIMESTAMP": {"name": "BLOCK_TIMESTAMP", "description": "The date and time at which the block began.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCKCHAIN": {"name": "BLOCKCHAIN", "description": "In this table, always Osmosis. Used to join to cross-chain tables.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CHAIN_ID": {"name": "CHAIN_ID", "description": "The name and version of the blockchain.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_ID": {"name": "TX_ID", "description": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_STATUS": {"name": "TX_STATUS", "description": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "PROPOSER": {"name": "PROPOSER", "description": "The address of the validator that submitted the proposal.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "PROPOSAL_ID": {"name": "PROPOSAL_ID", "description": "Numeric ID that corresponds to the proposal.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "PROPOSAL_TYPE": {"name": "PROPOSAL_TYPE", "description": "The type of proposal that was submitted.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_INSERTED_TIMESTAMP": {"name": "_INSERTED_TIMESTAMP", "description": "The time the block was inserted into to the Flipside database.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\silver\\silver__governance_submit_proposal.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_submit_proposal.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "incremental", "unique_key": "tx_id", "incremental_strategy": "merge", "cluster_by": ["block_timestamp::DATE"]}, "created_at": 1670433256.0636275, "compiled_sql": "\n\nWITH\n\n\nmax_date AS (\n\n SELECT\n MAX(\n _inserted_timestamp\n ) _inserted_timestamp\n FROM\n OSMOSIS_DEV.silver.governance_submit_proposal\n),\n\n\nproposal_ids AS (\n SELECT\n tx_id,\n attribute_value AS proposal_id\n FROM\n OSMOSIS_DEV.silver.msg_attributes\n WHERE\n msg_type = 'submit_proposal'\n AND attribute_key = 'proposal_id'\n\n\nAND _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n max_date\n)\n\n),\nproposal_type AS (\n SELECT\n tx_id,\n attribute_value AS proposal_type\n FROM\n OSMOSIS_DEV.silver.msg_attributes\n WHERE\n msg_type = 'submit_proposal'\n AND attribute_key = 'proposal_type'\n\n\nAND _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n max_date\n)\n\n),\nproposer AS (\n SELECT\n tx_id,\n SPLIT_PART(\n attribute_value,\n '/',\n 0\n ) AS proposer\n FROM\n OSMOSIS_DEV.silver.msg_attributes\n WHERE\n attribute_key = 'acc_seq'\n\n\nAND _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n max_date\n)\n\n)\nSELECT\n block_id,\n block_timestamp,\n blockchain,\n chain_id,\n p.tx_id,\n tx_status,\n proposer,\n p.proposal_id :: NUMBER AS proposal_id,\n y.proposal_type,\n _inserted_timestamp\nFROM\n proposal_ids p\n INNER JOIN proposal_type y\n ON p.tx_id = y.tx_id\n INNER JOIN proposer pp\n ON p.tx_id = pp.tx_id\n LEFT OUTER JOIN OSMOSIS_DEV.silver.transactions\n t\n ON p.tx_id = t.tx_id\n\n\nWHERE\n _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n max_date\n )\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.silver.governance_submit_proposal"}, "model.osmosis_models.silver__early_liquidity_provider_actions": {"raw_sql": "{{ config(\r\n materialized = 'incremental',\r\n unique_key = \"_unique_key\",\r\n incremental_strategy = 'merge',\r\n cluster_by = ['block_timestamp::DATE'],\r\n) }}\r\n\r\nWITH\r\n\r\n{% if is_incremental() %}\r\nmax_date AS (\r\n\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n ) _inserted_timestamp\r\n FROM\r\n {{ this }}\r\n),\r\n{% endif %}\r\n\r\nin_play AS (\r\n SELECT\r\n tx_ID,\r\n msg_group,\r\n msg_sub_group,\r\n attribute_value action,\r\n block_timestamp\r\n FROM\r\n {{ ref('silver__msg_attributes') }}\r\n WHERE\r\n msg_type = 'message'\r\n AND attribute_key = 'action'\r\n AND attribute_value IN (\r\n 'join_pool',\r\n 'exit_pool'\r\n )\r\n\r\n{% if is_incremental() %}\r\nAND _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n max_date\r\n)\r\n{% endif %}\r\nEXCEPT\r\nSELECT\r\n tx_ID,\r\n msg_group,\r\n msg_sub_group,\r\n CASE\r\n msg_type\r\n WHEN 'pool_exited' THEN 'exit_pool'\r\n WHEN 'pool_joined' THEN 'join_pool'\r\n END action,\r\n block_timestamp\r\nFROM\r\n {{ ref('silver__msg_attributes') }}\r\nWHERE\r\n msg_type IN(\r\n 'pool_exited',\r\n 'pool_joined'\r\n )\r\n\r\n{% if is_incremental() %}\r\nAND _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n max_date\r\n)\r\n{% endif %}\r\n),\r\nmsg_atts AS (\r\n SELECT\r\n CASE\r\n WHEN msg_type = 'message'\r\n AND attribute_key = 'action'\r\n AND attribute_value IN (\r\n 'join_pool',\r\n 'exit_pool'\r\n ) THEN 'action'\r\n WHEN msg_type = 'transfer'\r\n AND attribute_key = 'amount'\r\n AND attribute_value LIKE '%gamm%pool%'\r\n AND attribute_value NOT LIKE '%,%' THEN 'lp tokens'\r\n WHEN msg_type = 'transfer'\r\n AND attribute_key = 'amount' THEN 'non lp tokens'\r\n WHEN attribute_key = 'acc_seq' THEN 'lper'\r\n WHEN attribute_key = 'sender' THEN 'msg sender'\r\n END what_is_this,\r\n b.action,\r\n A.tx_ID,\r\n A.msg_group,\r\n A.msg_sub_group,\r\n A.msg_index,\r\n A.attribute_key,\r\n A.attribute_value,\r\n A.block_timestamp\r\n FROM\r\n {{ ref('silver__msg_attributes') }} A\r\n JOIN in_play b\r\n ON A.tx_id = b.tx_ID\r\n WHERE\r\n (\r\n (\r\n msg_type = 'message'\r\n AND attribute_key = 'action'\r\n AND attribute_value IN (\r\n 'join_pool',\r\n 'exit_pool'\r\n )\r\n AND A.msg_sub_group = b.msg_sub_group\r\n AND A.msg_group = b.msg_group\r\n )\r\n OR (\r\n A.msg_type = 'transfer'\r\n AND A.attribute_key = 'amount'\r\n AND A.msg_sub_group = b.msg_sub_group\r\n AND A.msg_group = b.msg_group\r\n AND (\r\n attribute_value LIKE '%gamm%pool%'\r\n OR attribute_value LIKE '%,%'\r\n )\r\n )\r\n OR attribute_key = 'acc_seq'\r\n OR (\r\n msg_type = 'message'\r\n AND attribute_key = 'sender'\r\n )\r\n )\r\n\r\n{% if is_incremental() %}\r\nAND _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n max_date\r\n)\r\n{% endif %}\r\n),\r\nlper AS (\r\n SELECT\r\n tx_id,\r\n SPLIT_PART(\r\n attribute_value,\r\n '/',\r\n 0\r\n ) AS liquidity_provider_address\r\n FROM\r\n msg_atts\r\n WHERE\r\n what_is_this = 'lper'\r\n),\r\ntokens AS (\r\n SELECT\r\n tx_id,\r\n msg_index,\r\n msg_group,\r\n msg_sub_group,\r\n SPLIT_PART(\r\n TRIM(\r\n REGEXP_REPLACE(\r\n t.value,\r\n '[^[:digit:]]',\r\n ' '\r\n )\r\n ),\r\n ' ',\r\n 0\r\n ) :: INTEGER AS amount,\r\n RIGHT(t.value, LENGTH(t.value) - LENGTH(SPLIT_PART(TRIM(REGEXP_REPLACE(t.value, '[^[:digit:]]', ' ')), ' ', 0))) :: STRING AS currency,\r\n what_is_this,\r\n action,\r\n block_timestamp\r\n FROM\r\n msg_atts,\r\n LATERAL SPLIT_TO_TABLE (\r\n attribute_value,\r\n ','\r\n ) t\r\n WHERE\r\n what_is_this IN (\r\n 'lp tokens',\r\n 'non lp tokens'\r\n )\r\n),\r\nsndr AS (\r\n SELECT\r\n tx_id,\r\n msg_index,\r\n attribute_value\r\n FROM\r\n msg_atts\r\n WHERE\r\n attribute_key = 'sender'\r\n),\r\ntokens_2 AS (\r\n SELECT\r\n A.tx_id,\r\n A.msg_index,\r\n A.msg_group,\r\n A.msg_sub_group,\r\n A.what_is_this,\r\n A.amount,\r\n A.currency,\r\n A.action,\r\n A.block_timestamp\r\n FROM\r\n tokens A\r\n LEFT JOIN lper b\r\n ON A.tx_id = b.tx_id\r\n LEFT JOIN sndr C\r\n ON A.tx_Id = C.tx_ID\r\n AND b.liquidity_provider_address = C.attribute_value\r\n AND A.msg_index = C.msg_index + 1\r\n WHERE\r\n what_is_this = 'non lp tokens'\r\n OR (\r\n what_is_this = 'lp tokens'\r\n AND C.tx_ID IS NOT NULL\r\n )\r\n),\r\ndecimals AS (\r\n SELECT\r\n tx_id,\r\n msg_index,\r\n t.msg_group,\r\n t.msg_sub_group,\r\n what_is_this,\r\n amount,\r\n currency,\r\n CASE\r\n WHEN currency LIKE '%pool%' THEN 18\r\n ELSE raw_metadata [1] :exponent\r\n END AS DECIMAL,\r\n action,\r\n block_timestamp\r\n FROM\r\n tokens_2 t\r\n LEFT OUTER JOIN {{ ref('silver__asset_metadata') }}\r\n ON currency = address\r\n),\r\npools AS (\r\n SELECT\r\n tx_id,\r\n msg_group,\r\n msg_sub_group,\r\n REPLACE(SPLIT_PART(currency, 'gamm', 2), '/pool/') :: INT pool_id\r\n FROM\r\n tokens_2\r\n WHERE\r\n what_is_this = 'lp tokens'\r\n),\r\ntxn AS (\r\n SELECT\r\n block_id,\r\n block_timestamp,\r\n blockchain,\r\n chain_id,\r\n tx_id,\r\n tx_status,\r\n _inserted_timestamp\r\n FROM\r\n {{ ref('silver__transactions') }}\r\n\r\n{% if is_incremental() %}\r\nWHERE\r\n _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n max_date\r\n )\r\n{% endif %}\r\n)\r\nSELECT\r\n tx.block_id,\r\n tx.block_timestamp,\r\n tx.blockchain,\r\n tx.chain_id,\r\n tx.tx_id,\r\n tx.tx_status,\r\n d.msg_index,\r\n l.liquidity_provider_address,\r\n CASE\r\n WHEN action = 'join_pool'\r\n AND what_is_this = 'lp tokens' THEN 'lp_tokens_minted'\r\n WHEN action = 'exit_pool'\r\n AND what_is_this = 'lp tokens' THEN 'lp_tokens_burned'\r\n WHEN action = 'join_pool'\r\n AND what_is_this = 'non lp tokens' THEN 'pool_joined'\r\n WHEN action = 'exit_pool'\r\n AND what_is_this = 'non lp tokens' THEN 'pool_exited'\r\n END action,\r\n p.pool_id :: ARRAY AS pool_id,\r\n d.amount,\r\n d.currency,\r\n d.decimal,\r\n tx._inserted_timestamp,\r\n concat_ws(\r\n '-',\r\n d.tx_id,\r\n msg_index,\r\n currency\r\n ) AS _unique_key\r\nFROM\r\n decimals d\r\n JOIN pools p\r\n ON d.tx_id = p.tx_id\r\n AND d.msg_group = p.msg_group\r\n AND d.msg_sub_group = p.msg_sub_group\r\n JOIN lper l\r\n ON d.tx_id = l.tx_id\r\n JOIN txn tx\r\n ON d.tx_id = tx.tx_id\r\n AND d.block_timestamp = tx.block_timestamp", "compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.dbt.is_incremental"], "nodes": ["model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__asset_metadata", "model.osmosis_models.silver__transactions"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "incremental", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": "_unique_key", "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "cluster_by": ["block_timestamp::DATE"], "incremental_strategy": "merge", "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "silver", "fqn": ["osmosis_models", "silver", "silver__early_liquidity_provider_actions"], "unique_id": "model.osmosis_models.silver__early_liquidity_provider_actions", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "silver\\silver__early_liquidity_provider_actions.sql", "original_file_path": "models\\silver\\silver__early_liquidity_provider_actions.sql", "name": "silver__early_liquidity_provider_actions", "alias": "early_liquidity_provider_actions", "checksum": {"name": "sha256", "checksum": "24a77c1ba08f8783a11ad339c1271a61b2b3df0884f8c2fbdee6497c2e396876"}, "tags": [], "refs": [["silver__msg_attributes"], ["silver__msg_attributes"], ["silver__msg_attributes"], ["silver__asset_metadata"], ["silver__transactions"]], "sources": [], "metrics": [], "description": "Includes all actions entering and exiting liquidity pools (for transactions using the old (pre 2022))", "columns": {"BLOCK_ID": {"name": "BLOCK_ID", "description": "The block height the block was recorded at.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCK_TIMESTAMP": {"name": "BLOCK_TIMESTAMP", "description": "The date and time at which the block began.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCKCHAIN": {"name": "BLOCKCHAIN", "description": "In this table, always Osmosis. Used to join to cross-chain tables.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CHAIN_ID": {"name": "CHAIN_ID", "description": "The name and version of the blockchain.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_ID": {"name": "TX_ID", "description": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_STATUS": {"name": "TX_STATUS", "description": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "LIQUIDITY_PROVIDER_ADDRESS": {"name": "LIQUIDITY_PROVIDER_ADDRESS", "description": "The address of user that provided or removed liquidity from the pool.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ACTION": {"name": "ACTION", "description": "<<<<<<< HEAD\r\nTells what action is happening in the transaction. I.E. is the user adding or removing liquidity to the pool. \r\n=======\r\nThe action taken in the msg group. For staking this includes delegate, undelegate, redelegate, withdraw_rewards.\r\n>>>>>>> main", "meta": {}, "data_type": null, "quote": null, "tags": []}, "POOL_ID": {"name": "POOL_ID", "description": "Identifier for the pool within the module", "meta": {}, "data_type": null, "quote": null, "tags": []}, "AMOUNT": {"name": "AMOUNT", "description": "The amount that was used in the transaction message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CURRENCY": {"name": "CURRENCY", "description": "The currency that was used in the transaction message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "DECIMAL": {"name": "DECIMAL", "description": "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.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_INSERTED_TIMESTAMP": {"name": "_INSERTED_TIMESTAMP", "description": "The time the block was inserted into to the Flipside database.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\silver\\silver__early_liquidity_provider_actions.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__early_liquidity_provider_actions.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "incremental", "unique_key": "_unique_key", "incremental_strategy": "merge", "cluster_by": ["block_timestamp::DATE"]}, "created_at": 1670433256.1225612, "compiled_sql": "\n\nWITH\n\n\nmax_date AS (\n\n SELECT\n MAX(\n _inserted_timestamp\n ) _inserted_timestamp\n FROM\n OSMOSIS_DEV.silver.early_liquidity_provider_actions\n),\n\n\nin_play AS (\n SELECT\n tx_ID,\n msg_group,\n msg_sub_group,\n attribute_value action,\n block_timestamp\n FROM\n OSMOSIS_DEV.silver.msg_attributes\n WHERE\n msg_type = 'message'\n AND attribute_key = 'action'\n AND attribute_value IN (\n 'join_pool',\n 'exit_pool'\n )\n\n\nAND _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n max_date\n)\n\nEXCEPT\nSELECT\n tx_ID,\n msg_group,\n msg_sub_group,\n CASE\n msg_type\n WHEN 'pool_exited' THEN 'exit_pool'\n WHEN 'pool_joined' THEN 'join_pool'\n END action,\n block_timestamp\nFROM\n OSMOSIS_DEV.silver.msg_attributes\nWHERE\n msg_type IN(\n 'pool_exited',\n 'pool_joined'\n )\n\n\nAND _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n max_date\n)\n\n),\nmsg_atts AS (\n SELECT\n CASE\n WHEN msg_type = 'message'\n AND attribute_key = 'action'\n AND attribute_value IN (\n 'join_pool',\n 'exit_pool'\n ) THEN 'action'\n WHEN msg_type = 'transfer'\n AND attribute_key = 'amount'\n AND attribute_value LIKE '%gamm%pool%'\n AND attribute_value NOT LIKE '%,%' THEN 'lp tokens'\n WHEN msg_type = 'transfer'\n AND attribute_key = 'amount' THEN 'non lp tokens'\n WHEN attribute_key = 'acc_seq' THEN 'lper'\n WHEN attribute_key = 'sender' THEN 'msg sender'\n END what_is_this,\n b.action,\n A.tx_ID,\n A.msg_group,\n A.msg_sub_group,\n A.msg_index,\n A.attribute_key,\n A.attribute_value,\n A.block_timestamp\n FROM\n OSMOSIS_DEV.silver.msg_attributes A\n JOIN in_play b\n ON A.tx_id = b.tx_ID\n WHERE\n (\n (\n msg_type = 'message'\n AND attribute_key = 'action'\n AND attribute_value IN (\n 'join_pool',\n 'exit_pool'\n )\n AND A.msg_sub_group = b.msg_sub_group\n AND A.msg_group = b.msg_group\n )\n OR (\n A.msg_type = 'transfer'\n AND A.attribute_key = 'amount'\n AND A.msg_sub_group = b.msg_sub_group\n AND A.msg_group = b.msg_group\n AND (\n attribute_value LIKE '%gamm%pool%'\n OR attribute_value LIKE '%,%'\n )\n )\n OR attribute_key = 'acc_seq'\n OR (\n msg_type = 'message'\n AND attribute_key = 'sender'\n )\n )\n\n\nAND _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n max_date\n)\n\n),\nlper AS (\n SELECT\n tx_id,\n SPLIT_PART(\n attribute_value,\n '/',\n 0\n ) AS liquidity_provider_address\n FROM\n msg_atts\n WHERE\n what_is_this = 'lper'\n),\ntokens AS (\n SELECT\n tx_id,\n msg_index,\n msg_group,\n msg_sub_group,\n SPLIT_PART(\n TRIM(\n REGEXP_REPLACE(\n t.value,\n '[^[:digit:]]',\n ' '\n )\n ),\n ' ',\n 0\n ) :: INTEGER AS amount,\n RIGHT(t.value, LENGTH(t.value) - LENGTH(SPLIT_PART(TRIM(REGEXP_REPLACE(t.value, '[^[:digit:]]', ' ')), ' ', 0))) :: STRING AS currency,\n what_is_this,\n action,\n block_timestamp\n FROM\n msg_atts,\n LATERAL SPLIT_TO_TABLE (\n attribute_value,\n ','\n ) t\n WHERE\n what_is_this IN (\n 'lp tokens',\n 'non lp tokens'\n )\n),\nsndr AS (\n SELECT\n tx_id,\n msg_index,\n attribute_value\n FROM\n msg_atts\n WHERE\n attribute_key = 'sender'\n),\ntokens_2 AS (\n SELECT\n A.tx_id,\n A.msg_index,\n A.msg_group,\n A.msg_sub_group,\n A.what_is_this,\n A.amount,\n A.currency,\n A.action,\n A.block_timestamp\n FROM\n tokens A\n LEFT JOIN lper b\n ON A.tx_id = b.tx_id\n LEFT JOIN sndr C\n ON A.tx_Id = C.tx_ID\n AND b.liquidity_provider_address = C.attribute_value\n AND A.msg_index = C.msg_index + 1\n WHERE\n what_is_this = 'non lp tokens'\n OR (\n what_is_this = 'lp tokens'\n AND C.tx_ID IS NOT NULL\n )\n),\ndecimals AS (\n SELECT\n tx_id,\n msg_index,\n t.msg_group,\n t.msg_sub_group,\n what_is_this,\n amount,\n currency,\n CASE\n WHEN currency LIKE '%pool%' THEN 18\n ELSE raw_metadata [1] :exponent\n END AS DECIMAL,\n action,\n block_timestamp\n FROM\n tokens_2 t\n LEFT OUTER JOIN OSMOSIS_DEV.silver.asset_metadata\n ON currency = address\n),\npools AS (\n SELECT\n tx_id,\n msg_group,\n msg_sub_group,\n REPLACE(SPLIT_PART(currency, 'gamm', 2), '/pool/') :: INT pool_id\n FROM\n tokens_2\n WHERE\n what_is_this = 'lp tokens'\n),\ntxn AS (\n SELECT\n block_id,\n block_timestamp,\n blockchain,\n chain_id,\n tx_id,\n tx_status,\n _inserted_timestamp\n FROM\n OSMOSIS_DEV.silver.transactions\n\n\nWHERE\n _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n max_date\n )\n\n)\nSELECT\n tx.block_id,\n tx.block_timestamp,\n tx.blockchain,\n tx.chain_id,\n tx.tx_id,\n tx.tx_status,\n d.msg_index,\n l.liquidity_provider_address,\n CASE\n WHEN action = 'join_pool'\n AND what_is_this = 'lp tokens' THEN 'lp_tokens_minted'\n WHEN action = 'exit_pool'\n AND what_is_this = 'lp tokens' THEN 'lp_tokens_burned'\n WHEN action = 'join_pool'\n AND what_is_this = 'non lp tokens' THEN 'pool_joined'\n WHEN action = 'exit_pool'\n AND what_is_this = 'non lp tokens' THEN 'pool_exited'\n END action,\n p.pool_id :: ARRAY AS pool_id,\n d.amount,\n d.currency,\n d.decimal,\n tx._inserted_timestamp,\n concat_ws(\n '-',\n d.tx_id,\n msg_index,\n currency\n ) AS _unique_key\nFROM\n decimals d\n JOIN pools p\n ON d.tx_id = p.tx_id\n AND d.msg_group = p.msg_group\n AND d.msg_sub_group = p.msg_sub_group\n JOIN lper l\n ON d.tx_id = l.tx_id\n JOIN txn tx\n ON d.tx_id = tx.tx_id\n AND d.block_timestamp = tx.block_timestamp", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.silver.early_liquidity_provider_actions"}, "model.osmosis_models.silver__msg_attributes": {"raw_sql": "{{ config(\r\n materialized = 'incremental',\r\n unique_key = \"_unique_key\",\r\n incremental_strategy = 'merge',\r\n cluster_by = ['block_timestamp::DATE','_inserted_timestamp::DATE'],\r\n post_hook = \"ALTER TABLE {{ this }} ADD SEARCH OPTIMIZATION\"\r\n) }}\r\n\r\nSELECT\r\n block_id,\r\n block_timestamp,\r\n blockchain,\r\n chain_id,\r\n tx_id,\r\n msg_group,\r\n msg_sub_group,\r\n msg_index,\r\n msg_type,\r\n b.index AS attribute_index,\r\n TRY_BASE64_DECODE_STRING(\r\n b.value :key :: STRING\r\n ) AS attribute_key,\r\n TRY_BASE64_DECODE_STRING(\r\n b.value :value :: STRING\r\n ) AS attribute_value,\r\n _inserted_timestamp,\r\n concat_ws(\r\n '-',\r\n tx_id,\r\n msg_index,\r\n attribute_index\r\n ) AS _unique_key\r\nFROM\r\n {{ ref('silver__msgs') }} A,\r\n LATERAL FLATTEN(\r\n input => A.msg,\r\n path => 'attributes'\r\n ) b\r\n\r\n{% if is_incremental() %}\r\nWHERE\r\n _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n {{ this }}\r\n )\r\n{% endif %}", "compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.dbt.is_incremental"], "nodes": ["model.osmosis_models.silver__msgs"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "incremental", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": "_unique_key", "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "cluster_by": ["block_timestamp::DATE", "_inserted_timestamp::DATE"], "incremental_strategy": "merge", "post-hook": [{"sql": "ALTER TABLE {{ this }} ADD SEARCH OPTIMIZATION", "transaction": true, "index": null}], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "silver", "fqn": ["osmosis_models", "silver", "silver__msg_attributes"], "unique_id": "model.osmosis_models.silver__msg_attributes", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "silver\\silver__msg_attributes.sql", "original_file_path": "models\\silver\\silver__msg_attributes.sql", "name": "silver__msg_attributes", "alias": "msg_attributes", "checksum": {"name": "sha256", "checksum": "a33cb9f9456f746ef01548adbb321c257ee2ee5e41e6d1e3e35d5e0eb7004296"}, "tags": [], "refs": [["silver__msgs"]], "sources": [], "metrics": [], "description": "Records of all message attributes associated to messages that have occurred on Osmosis, dating back to the genesis block.", "columns": {"BLOCK_ID": {"name": "BLOCK_ID", "description": "The block height the block was recorded at.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCK_TIMESTAMP": {"name": "BLOCK_TIMESTAMP", "description": "The date and time at which the block began.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CHAIN_ID": {"name": "CHAIN_ID", "description": "The name and version of the blockchain.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_ID": {"name": "TX_ID", "description": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "MSG_GROUP": {"name": "MSG_GROUP", "description": "Numeric value grouping different messages together to represent a single action. NULL group means messages are related to the header (overall transaction)", "meta": {}, "data_type": null, "quote": null, "tags": []}, "MSG_SUB_GROUP": {"name": "MSG_SUB_GROUP", "description": "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)", "meta": {}, "data_type": null, "quote": null, "tags": []}, "MSG_INDEX": {"name": "MSG_INDEX", "description": "Short for \"message index,\" the position in which messages occur in a transaction.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "MSG_TYPE": {"name": "MSG_TYPE", "description": "A string containing information about the type of message occurring.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_INSERTED_TIMESTAMP": {"name": "_INSERTED_TIMESTAMP", "description": "The time the block was inserted into to the Flipside database.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ATTRIBUTE_KEY": {"name": "ATTRIBUTE_KEY", "description": "They key from the key-value pair from the message attribute", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ATTRIBUTE_VALUE": {"name": "ATTRIBUTE_VALUE", "description": "They value from the key-value pair from the message attribute", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\silver\\silver__msg_attributes.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__msg_attributes.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "incremental", "unique_key": "_unique_key", "incremental_strategy": "merge", "cluster_by": ["block_timestamp::DATE", "_inserted_timestamp::DATE"], "post-hook": ["ALTER TABLE {{ this }} ADD SEARCH OPTIMIZATION"]}, "created_at": 1670433256.495689, "compiled_sql": "\n\nSELECT\n block_id,\n block_timestamp,\n blockchain,\n chain_id,\n tx_id,\n msg_group,\n msg_sub_group,\n msg_index,\n msg_type,\n b.index AS attribute_index,\n TRY_BASE64_DECODE_STRING(\n b.value :key :: STRING\n ) AS attribute_key,\n TRY_BASE64_DECODE_STRING(\n b.value :value :: STRING\n ) AS attribute_value,\n _inserted_timestamp,\n concat_ws(\n '-',\n tx_id,\n msg_index,\n attribute_index\n ) AS _unique_key\nFROM\n OSMOSIS_DEV.silver.msgs A,\n LATERAL FLATTEN(\n input => A.msg,\n path => 'attributes'\n ) b\n\n\nWHERE\n _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n OSMOSIS_DEV.silver.msg_attributes\n )\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.silver.msg_attributes"}, "model.osmosis_models.silver___early_swaps": {"raw_sql": "{{ config(\r\n materialized = 'incremental',\r\n unique_key = \"tx_id\",\r\n incremental_strategy = 'merge',\r\n cluster_by = ['block_timestamp::DATE'],\r\n) }}\r\n\r\nWITH\r\n\r\n{% if is_incremental() %}\r\nmax_date AS (\r\n\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n ) _inserted_timestamp\r\n FROM\r\n {{ this }}\r\n),\r\n{% endif %}\r\n\r\nearly_swaps AS (\r\n SELECT\r\n DISTINCT tx_id\r\n FROM\r\n {{ ref('silver__msg_attributes') }}\r\n WHERE\r\n block_timestamp :: DATE < '2021-09-25'\r\n AND msg_type = 'message'\r\n AND attribute_key = 'action'\r\n AND attribute_value = 'swap_exact_amount_in'\r\n\r\n{% if is_incremental() %}\r\nAND _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n max_date\r\n)\r\n{% endif %}\r\n),\r\nINDEXES AS (\r\n SELECT\r\n e.tx_id,\r\n MIN(\r\n m.msg_index\r\n ) AS index_in,\r\n MAX(\r\n m.msg_index\r\n ) AS index_out\r\n FROM\r\n early_swaps e\r\n LEFT OUTER JOIN {{ ref('silver__msg_attributes') }}\r\n m\r\n ON e.tx_id = m.tx_id\r\n WHERE\r\n m.msg_type = 'transfer'\r\n\r\n{% if is_incremental() %}\r\nAND _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n max_date\r\n)\r\n{% endif %}\r\nGROUP BY\r\n e.tx_id\r\n),\r\ntrader AS (\r\n SELECT\r\n tx_id,\r\n SPLIT_PART(\r\n attribute_value,\r\n '/',\r\n 0\r\n ) AS trader\r\n FROM\r\n {{ ref('silver__msg_attributes') }}\r\n WHERE\r\n block_timestamp :: DATE < '2021-09-25'\r\n AND attribute_key = 'acc_seq'\r\n\r\n{% if is_incremental() %}\r\nAND _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n max_date\r\n)\r\n{% endif %}\r\n),\r\nfrom_token AS (\r\n SELECT\r\n i.tx_id,\r\n RIGHT(attribute_value, LENGTH(attribute_value) - LENGTH(SPLIT_PART(TRIM(REGEXP_REPLACE(attribute_value, '[^[:digit:]]', ' ')), ' ', 0))) AS from_currency,\r\n SPLIT_PART(\r\n TRIM(\r\n REGEXP_REPLACE(\r\n attribute_value,\r\n '[^[:digit:]]',\r\n ' '\r\n )\r\n ),\r\n ' ',\r\n 0\r\n ) AS from_amount,\r\n A.raw_metadata [1] :exponent AS from_decimal\r\n FROM\r\n INDEXES i\r\n LEFT OUTER JOIN {{ ref('silver__msg_attributes') }}\r\n m\r\n ON i.tx_id = m.tx_id\r\n AND i.index_in = m.msg_index\r\n LEFT OUTER JOIN {{ ref('silver__asset_metadata') }} A\r\n ON RIGHT(attribute_value, LENGTH(attribute_value) - LENGTH(SPLIT_PART(TRIM(REGEXP_REPLACE(attribute_value, '[^[:digit:]]', ' ')), ' ', 0))) = A.address\r\n WHERE\r\n msg_type = 'transfer'\r\n AND attribute_key = 'amount'\r\n\r\n{% if is_incremental() %}\r\nAND _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n max_date\r\n)\r\n{% endif %}\r\n),\r\nto_token AS (\r\n SELECT\r\n i.tx_id,\r\n RIGHT(attribute_value, LENGTH(attribute_value) - LENGTH(SPLIT_PART(TRIM(REGEXP_REPLACE(attribute_value, '[^[:digit:]]', ' ')), ' ', 0))) AS to_currency,\r\n SPLIT_PART(\r\n TRIM(\r\n REGEXP_REPLACE(\r\n attribute_value,\r\n '[^[:digit:]]',\r\n ' '\r\n )\r\n ),\r\n ' ',\r\n 0\r\n ) AS to_amount,\r\n A.raw_metadata [1] :exponent AS TO_DECIMAL\r\n FROM\r\n INDEXES i\r\n LEFT OUTER JOIN {{ ref('silver__msg_attributes') }}\r\n m\r\n ON i.tx_id = m.tx_id\r\n AND i.index_out = m.msg_index\r\n LEFT OUTER JOIN {{ ref('silver__asset_metadata') }} A\r\n ON RIGHT(attribute_value, LENGTH(attribute_value) - LENGTH(SPLIT_PART(TRIM(REGEXP_REPLACE(attribute_value, '[^[:digit:]]', ' ')), ' ', 0))) = A.address\r\n WHERE\r\n msg_type = 'transfer'\r\n AND attribute_key = 'amount'\r\n\r\n{% if is_incremental() %}\r\nAND _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n max_date\r\n)\r\n{% endif %}\r\n)\r\nSELECT\r\n block_id,\r\n block_timestamp,\r\n blockchain,\r\n chain_id,\r\n e.tx_id,\r\n tx_status,\r\n tt.trader,\r\n from_amount :: NUMBER AS from_amount,\r\n from_currency,\r\n CASE\r\n WHEN f.from_currency LIKE 'gamm/pool/%' THEN 18\r\n ELSE f.from_decimal :: NUMBER\r\n END AS from_decimal,\r\n to_amount :: NUMBER AS to_amount,\r\n to_currency,\r\n CASE\r\n WHEN tok.to_currency LIKE 'gamm/pool/%' THEN 18\r\n ELSE tok.to_decimal :: NUMBER\r\n END AS TO_DECIMAL,\r\n NULL :: ARRAY AS pool_ids,\r\n _inserted_timestamp\r\nFROM\r\n early_swaps e\r\n LEFT OUTER JOIN {{ ref('silver__transactions') }}\r\n t\r\n ON e.tx_id = t.tx_id\r\n INNER JOIN trader tt\r\n ON e.tx_id = tt.tx_id\r\n INNER JOIN from_token f\r\n ON e.tx_id = f.tx_id\r\n INNER JOIN to_token tok\r\n ON e.tx_id = tok.tx_id\r\n\r\n{% if is_incremental() %}\r\nAND _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n max_date\r\n)\r\n{% endif %}", "compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.dbt.is_incremental"], "nodes": ["model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__asset_metadata", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__asset_metadata", "model.osmosis_models.silver__transactions"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "incremental", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": "tx_id", "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "cluster_by": ["block_timestamp::DATE"], "incremental_strategy": "merge", "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "silver", "fqn": ["osmosis_models", "silver", "silver___early_swaps"], "unique_id": "model.osmosis_models.silver___early_swaps", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "silver\\silver___early_swaps.sql", "original_file_path": "models\\silver\\silver___early_swaps.sql", "name": "silver___early_swaps", "alias": "_early_swaps", "checksum": {"name": "sha256", "checksum": "7593ea804e0c93a34cb8813fbdb1c5d594449f4d72ced44741b0c0a1bdcc8de1"}, "tags": [], "refs": [["silver__msg_attributes"], ["silver__msg_attributes"], ["silver__msg_attributes"], ["silver__msg_attributes"], ["silver__asset_metadata"], ["silver__msg_attributes"], ["silver__asset_metadata"], ["silver__transactions"]], "sources": [], "metrics": [], "description": "Records of all transactions that have occurred on Osmosis, dating back to the genesis block.", "columns": {"BLOCK_ID": {"name": "BLOCK_ID", "description": "The block height the block was recorded at.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCK_TIMESTAMP": {"name": "BLOCK_TIMESTAMP", "description": "The date and time at which the block began.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCKCHAIN": {"name": "BLOCKCHAIN", "description": "In this table, always Osmosis. Used to join to cross-chain tables.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CHAIN_ID": {"name": "CHAIN_ID", "description": "The name and version of the blockchain.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_ID": {"name": "TX_ID", "description": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_STATUS": {"name": "TX_STATUS", "description": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TRADER": {"name": "TRADER", "description": "The wallet address of the individual who initiated the swap.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "FROM_AMOUNT": {"name": "FROM_AMOUNT", "description": "The amount that the user sent to be swapped for another currency.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "FROM_CURRENCY": {"name": "FROM_CURRENCY", "description": "The currency that the user sent to be swapped for another currency.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "FROM_DECIMAL": {"name": "FROM_DECIMAL", "description": "Divide the swap_from_amount by POW(10, swap_from_decimal) to get the amount the user swapped.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TO_AMOUNT": {"name": "TO_AMOUNT", "description": "The amount that the user sent to be swapped for another currency.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TO_CURRENCY": {"name": "TO_CURRENCY", "description": "The currency that the user sent to be swapped for another currency.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TO_DECIMAL": {"name": "TO_DECIMAL", "description": "Divide the swap_to_amount by POW(10, swap_to_decimal) to get the amount the user received.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "POOL_IDS": {"name": "POOL_IDS", "description": "Identifier for the pool within the module", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_INSERTED_TIMESTAMP": {"name": "_INSERTED_TIMESTAMP", "description": "The time the block was inserted into to the Flipside database.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\silver\\silver___early_swaps.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver___early_swaps.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "incremental", "unique_key": "tx_id", "incremental_strategy": "merge", "cluster_by": ["block_timestamp::DATE"]}, "created_at": 1670433256.5757246, "compiled_sql": "\n\nWITH\n\n\nmax_date AS (\n\n SELECT\n MAX(\n _inserted_timestamp\n ) _inserted_timestamp\n FROM\n OSMOSIS_DEV.silver._early_swaps\n),\n\n\nearly_swaps AS (\n SELECT\n DISTINCT tx_id\n FROM\n OSMOSIS_DEV.silver.msg_attributes\n WHERE\n block_timestamp :: DATE < '2021-09-25'\n AND msg_type = 'message'\n AND attribute_key = 'action'\n AND attribute_value = 'swap_exact_amount_in'\n\n\nAND _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n max_date\n)\n\n),\nINDEXES AS (\n SELECT\n e.tx_id,\n MIN(\n m.msg_index\n ) AS index_in,\n MAX(\n m.msg_index\n ) AS index_out\n FROM\n early_swaps e\n LEFT OUTER JOIN OSMOSIS_DEV.silver.msg_attributes\n m\n ON e.tx_id = m.tx_id\n WHERE\n m.msg_type = 'transfer'\n\n\nAND _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n max_date\n)\n\nGROUP BY\n e.tx_id\n),\ntrader AS (\n SELECT\n tx_id,\n SPLIT_PART(\n attribute_value,\n '/',\n 0\n ) AS trader\n FROM\n OSMOSIS_DEV.silver.msg_attributes\n WHERE\n block_timestamp :: DATE < '2021-09-25'\n AND attribute_key = 'acc_seq'\n\n\nAND _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n max_date\n)\n\n),\nfrom_token AS (\n SELECT\n i.tx_id,\n RIGHT(attribute_value, LENGTH(attribute_value) - LENGTH(SPLIT_PART(TRIM(REGEXP_REPLACE(attribute_value, '[^[:digit:]]', ' ')), ' ', 0))) AS from_currency,\n SPLIT_PART(\n TRIM(\n REGEXP_REPLACE(\n attribute_value,\n '[^[:digit:]]',\n ' '\n )\n ),\n ' ',\n 0\n ) AS from_amount,\n A.raw_metadata [1] :exponent AS from_decimal\n FROM\n INDEXES i\n LEFT OUTER JOIN OSMOSIS_DEV.silver.msg_attributes\n m\n ON i.tx_id = m.tx_id\n AND i.index_in = m.msg_index\n LEFT OUTER JOIN OSMOSIS_DEV.silver.asset_metadata A\n ON RIGHT(attribute_value, LENGTH(attribute_value) - LENGTH(SPLIT_PART(TRIM(REGEXP_REPLACE(attribute_value, '[^[:digit:]]', ' ')), ' ', 0))) = A.address\n WHERE\n msg_type = 'transfer'\n AND attribute_key = 'amount'\n\n\nAND _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n max_date\n)\n\n),\nto_token AS (\n SELECT\n i.tx_id,\n RIGHT(attribute_value, LENGTH(attribute_value) - LENGTH(SPLIT_PART(TRIM(REGEXP_REPLACE(attribute_value, '[^[:digit:]]', ' ')), ' ', 0))) AS to_currency,\n SPLIT_PART(\n TRIM(\n REGEXP_REPLACE(\n attribute_value,\n '[^[:digit:]]',\n ' '\n )\n ),\n ' ',\n 0\n ) AS to_amount,\n A.raw_metadata [1] :exponent AS TO_DECIMAL\n FROM\n INDEXES i\n LEFT OUTER JOIN OSMOSIS_DEV.silver.msg_attributes\n m\n ON i.tx_id = m.tx_id\n AND i.index_out = m.msg_index\n LEFT OUTER JOIN OSMOSIS_DEV.silver.asset_metadata A\n ON RIGHT(attribute_value, LENGTH(attribute_value) - LENGTH(SPLIT_PART(TRIM(REGEXP_REPLACE(attribute_value, '[^[:digit:]]', ' ')), ' ', 0))) = A.address\n WHERE\n msg_type = 'transfer'\n AND attribute_key = 'amount'\n\n\nAND _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n max_date\n)\n\n)\nSELECT\n block_id,\n block_timestamp,\n blockchain,\n chain_id,\n e.tx_id,\n tx_status,\n tt.trader,\n from_amount :: NUMBER AS from_amount,\n from_currency,\n CASE\n WHEN f.from_currency LIKE 'gamm/pool/%' THEN 18\n ELSE f.from_decimal :: NUMBER\n END AS from_decimal,\n to_amount :: NUMBER AS to_amount,\n to_currency,\n CASE\n WHEN tok.to_currency LIKE 'gamm/pool/%' THEN 18\n ELSE tok.to_decimal :: NUMBER\n END AS TO_DECIMAL,\n NULL :: ARRAY AS pool_ids,\n _inserted_timestamp\nFROM\n early_swaps e\n LEFT OUTER JOIN OSMOSIS_DEV.silver.transactions\n t\n ON e.tx_id = t.tx_id\n INNER JOIN trader tt\n ON e.tx_id = tt.tx_id\n INNER JOIN from_token f\n ON e.tx_id = f.tx_id\n INNER JOIN to_token tok\n ON e.tx_id = tok.tx_id\n\n\nAND _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n max_date\n)\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.silver._early_swaps"}, "model.osmosis_models.silver__prices_swaps": {"raw_sql": "{{ config(\r\n materialized = 'incremental',\r\n unique_key = \"CONCAT_WS('-', block_hour, currency)\",\r\n incremental_strategy = 'delete+insert',\r\n cluster_by = ['block_hour']\r\n) }}\r\n\r\nWITH swaps AS (\r\n SELECT\r\n DATE_TRUNC(\r\n 'HOUR',\r\n block_timestamp\r\n ) AS block_hour,\r\n from_currency,\r\n TRY_TO_NUMBER(from_amount) / POW(10, f.raw_metadata[1]:exponent) AS from_amount,\r\n f.project_name AS from_project_name,\r\n to_currency,\r\n TRY_TO_NUMBER(to_amount) / POW(10, t.raw_metadata[1]:exponent) AS to_amount,\r\n t.project_name AS to_project_name,\r\n 'osmosis' AS dex\r\n FROM {{ ref('silver__swaps') }} s \r\n\r\n INNER JOIN {{ ref('silver__asset_metadata')}} f \r\n ON from_currency = f.address\r\n\r\n INNER JOIN {{ ref('silver__asset_metadata') }} t \r\n ON to_currency = t.address\r\n\r\n WHERE\r\n TRY_TO_NUMBER(from_amount) > 0\r\n AND \r\n TRY_TO_NUMBER(to_amount) > 0\r\n AND \r\n f.raw_metadata[1]:exponent IS NOT NULL\r\n AND \r\n t.raw_metadata[1]:exponent IS NOT NULL \r\n\r\n{% if is_incremental() %}\r\nAND block_hour >=(\r\n SELECT\r\n DATEADD('day', -1, MAX(block_hour :: DATE))\r\n FROM\r\n {{ this }}\r\n)\r\n{% endif %}\r\n\r\nqualify(RANK() over(\r\nORDER BY\r\n block_hour DESC)) <> 1\r\n \r\n), \r\n\r\nswap_range AS (\r\n SELECT\r\n MIN(\r\n block_hour\r\n ) min_date,\r\n MAX(\r\n block_hour\r\n ) max_date\r\n FROM\r\n swaps\r\n), \r\n\r\nusd AS (\r\n SELECT\r\n block_hour,\r\n from_currency,\r\n from_project_name,\r\n from_amount,\r\n CASE\r\n WHEN from_currency IN (\r\n 'ibc/9F9B07EF9AD291167CF5700628145DE1DEB777C2CFC7907553B24446515F6D0E',\r\n 'ibc/8242AD24008032E457D2E12D46588FD39FB54FB29680C6C7663D296B383C37C4', \r\n 'ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858', \r\n 'ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7'\r\n ) THEN 1 \r\n ELSE to_amount / NULLIF(\r\n from_amount,\r\n 0\r\n )\r\n END AS from_usd,\r\n to_currency,\r\n to_project_name,\r\n to_amount,\r\n CASE\r\n WHEN to_currency IN (\r\n 'ibc/9F9B07EF9AD291167CF5700628145DE1DEB777C2CFC7907553B24446515F6D0E',\r\n 'ibc/8242AD24008032E457D2E12D46588FD39FB54FB29680C6C7663D296B383C37C4', \r\n 'ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858', \r\n 'ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7'\r\n ) THEN 1\r\n ELSE from_amount / NULLIF(\r\n to_amount,\r\n 0\r\n )\r\n END AS to_usd,\r\n dex\r\n \r\n FROM swaps A\r\n), \r\n\r\nusd_2 AS (\r\n SELECT\r\n block_hour,\r\n from_currency AS currency,\r\n from_project_name AS project_name,\r\n from_usd AS price\r\n FROM\r\n usd\r\n WHERE\r\n to_currency IN (\r\n 'ibc/9F9B07EF9AD291167CF5700628145DE1DEB777C2CFC7907553B24446515F6D0E',\r\n 'ibc/8242AD24008032E457D2E12D46588FD39FB54FB29680C6C7663D296B383C37C4', \r\n 'ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858', \r\n 'ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7'\r\n ) \r\n \r\n UNION ALL\r\n \r\n SELECT\r\n block_hour,\r\n to_currency AS currency,\r\n to_project_name AS project_name,\r\n to_usd AS price\r\n FROM\r\n usd\r\n WHERE\r\n from_currency IN (\r\n 'ibc/9F9B07EF9AD291167CF5700628145DE1DEB777C2CFC7907553B24446515F6D0E',\r\n 'ibc/8242AD24008032E457D2E12D46588FD39FB54FB29680C6C7663D296B383C37C4', \r\n 'ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858', \r\n 'ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7'\r\n ) \r\n), \r\n\r\nusd_3 AS (\r\n SELECT\r\n block_hour,\r\n currency,\r\n project_name,\r\n price, \r\n STDDEV(\r\n TO_NUMERIC(price)\r\n ) over (\r\n PARTITION BY currency,\r\n block_hour\r\n ) stddev_price -- TO_NUMERIC USED TO FIX ERROR RELATED TO TOO BIG OF INTEGER\r\n FROM\r\n usd_2\r\n WHERE\r\n currency = 'uosmo'\r\n), \r\n\r\nusd_4 AS (\r\n SELECT\r\n block_hour,\r\n currency,\r\n project_name,\r\n price,\r\n stddev_price,\r\n CASE\r\n WHEN ABS(price - AVG(price) over(PARTITION BY currency, block_hour)) > stddev_price * 2 THEN TRUE\r\n ELSE FALSE\r\n END exclude_from_pricing,\r\n AVG(price) over(\r\n PARTITION BY currency,\r\n block_hour\r\n ) avg_price\r\n FROM\r\n usd_3\r\n),\r\n\r\nosmo_price_hour AS (\r\n SELECT\r\n block_hour,\r\n AVG(\r\n CASE\r\n WHEN exclude_from_pricing = FALSE THEN price\r\n END\r\n ) price\r\n FROM\r\n usd_4\r\n GROUP BY\r\n block_hour\r\n), \r\n\r\nosmo AS (\r\n SELECT\r\n A.block_hour,\r\n from_currency,\r\n from_project_name,\r\n from_amount,\r\n CASE\r\n WHEN to_currency = 'uosmo' THEN (\r\n to_amount * prices.price\r\n ) / NULLIF(\r\n from_amount,\r\n 0\r\n )\r\n END AS from_usd,\r\n to_currency,\r\n to_project_name,\r\n to_amount,\r\n CASE\r\n WHEN from_currency = 'uosmo' THEN (\r\n from_amount * prices.price\r\n ) / NULLIF(\r\n to_amount,\r\n 0\r\n )\r\n END AS to_usd,\r\n dex\r\n FROM swaps A\r\n \r\n LEFT JOIN osmo_price_hour prices\r\n ON A.block_hour = prices.block_hour\r\n \r\n WHERE\r\n (\r\n A.from_currency = 'uosmo'\r\n OR A.to_currency = 'uosmo'\r\n )\r\n AND NOT (\r\n A.from_currency = 'uosmo'\r\n AND A.to_currency = 'uosmo'\r\n )\r\n), \r\n\r\ncombo_1 AS (\r\n SELECT\r\n block_hour,\r\n from_currency AS currency,\r\n from_project_name AS project_name,\r\n from_usd AS price,\r\n dex,\r\n from_amount AS amount\r\n FROM\r\n usd\r\n WHERE\r\n to_currency IN (\r\n 'ibc/9F9B07EF9AD291167CF5700628145DE1DEB777C2CFC7907553B24446515F6D0E',\r\n 'ibc/8242AD24008032E457D2E12D46588FD39FB54FB29680C6C7663D296B383C37C4', \r\n 'ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858', \r\n 'ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7'\r\n ) \r\n \r\n UNION ALL\r\n \r\n SELECT\r\n block_hour,\r\n to_currency AS currency,\r\n to_project_name AS project_name,\r\n to_usd AS price,\r\n dex,\r\n to_amount AS amount\r\n FROM\r\n usd\r\n WHERE\r\n from_currency IN (\r\n 'ibc/9F9B07EF9AD291167CF5700628145DE1DEB777C2CFC7907553B24446515F6D0E',\r\n 'ibc/8242AD24008032E457D2E12D46588FD39FB54FB29680C6C7663D296B383C37C4', \r\n 'ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858', \r\n 'ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7'\r\n ) \r\n \r\n UNION ALL\r\n \r\n SELECT\r\n block_hour,\r\n to_currency AS currency,\r\n to_project_name AS project_name,\r\n CASE\r\n WHEN to_currency IN (\r\n 'ibc/9F9B07EF9AD291167CF5700628145DE1DEB777C2CFC7907553B24446515F6D0E',\r\n 'ibc/8242AD24008032E457D2E12D46588FD39FB54FB29680C6C7663D296B383C37C4', \r\n 'ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858', \r\n 'ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7'\r\n ) THEN 1 \r\n ELSE to_usd\r\n END price,\r\n dex,\r\n to_amount AS amount\r\n FROM\r\n osmo\r\n WHERE\r\n from_currency = 'uosmo'\r\n \r\n UNION ALL\r\n \r\n SELECT\r\n block_hour,\r\n from_currency AS currency,\r\n from_project_name AS project_name,\r\n CASE\r\n WHEN from_currency IN (\r\n 'ibc/9F9B07EF9AD291167CF5700628145DE1DEB777C2CFC7907553B24446515F6D0E',\r\n 'ibc/8242AD24008032E457D2E12D46588FD39FB54FB29680C6C7663D296B383C37C4', \r\n 'ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858', \r\n 'ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7'\r\n ) THEN 1 \r\n ELSE from_usd\r\n END price,\r\n dex,\r\n from_amount AS amount\r\n FROM\r\n osmo\r\n WHERE\r\n to_currency = 'uosmo'\r\n), \r\n\r\ncombo_2 AS (\r\n SELECT\r\n block_hour,\r\n currency,\r\n project_name,\r\n price,\r\n MEDIAN(\r\n price\r\n ) over (\r\n PARTITION BY currency,\r\n block_hour\r\n ) stddev_price,\r\n dex,\r\n amount\r\n FROM\r\n combo_1\r\n), \r\n\r\ncombo_3 AS (\r\n SELECT\r\n block_hour,\r\n currency,\r\n project_name,\r\n price,\r\n stddev_price,\r\n CASE\r\n WHEN ABS(\r\n price - stddev_price\r\n ) > stddev_price * 2 THEN TRUE\r\n ELSE FALSE\r\n END exclude_from_pricing,\r\n AVG(price) over(\r\n PARTITION BY currency,\r\n block_hour\r\n ) avg_price,\r\n dex,\r\n amount\r\n FROM\r\n combo_2\r\n), \r\n\r\nfinal_dex AS (\r\n SELECT\r\n block_hour,\r\n block_hour :: DATE AS block_date,\r\n currency,\r\n project_name,\r\n dex,\r\n AVG(\r\n CASE\r\n WHEN exclude_from_pricing = FALSE THEN price\r\n END\r\n ) avg_price_usd_hour_excludes,\r\n MIN(\r\n price\r\n ) min_price_usd_hour,\r\n MAX(\r\n price\r\n ) max_price_usd_hour,\r\n MAX(\r\n price\r\n ) - MIN(\r\n price\r\n ) AS volatility_measure,\r\n SUM(\r\n CASE\r\n WHEN exclude_from_pricing = FALSE THEN 1\r\n END\r\n ) swaps_in_hour_excludes,\r\n COUNT(1) AS swaps_in_hour,\r\n SUM(\r\n CASE\r\n WHEN exclude_from_pricing = FALSE THEN amount\r\n END\r\n ) total_amount_excludes,\r\n SUM(amount) AS total_amount\r\n FROM\r\n combo_3\r\n GROUP BY\r\n block_hour,\r\n block_hour :: DATE,\r\n currency,\r\n project_name,\r\n dex\r\n), \r\n\r\nFINAL AS (\r\n SELECT\r\n A.block_hour,\r\n A.currency,\r\n A.project_name,\r\n MIN(min_price_usd_hour) AS min_price_usd_hour,\r\n MAX(max_price_usd_hour) AS max_price_usd_hour,\r\n MAX(max_price_usd_hour) - MIN(min_price_usd_hour) AS volatility_measure,\r\n SUM(swaps_in_hour) AS swaps_in_hour,\r\n SUM(total_amount) AS volume_in_hour,\r\n SUM(\r\n avg_price_usd_hour_excludes \r\n ) AS price\r\n FROM\r\n (\r\n SELECT\r\n block_hour,\r\n block_date,\r\n currency,\r\n project_name,\r\n dex,\r\n avg_price_usd_hour_excludes,\r\n min_price_usd_hour,\r\n max_price_usd_hour,\r\n volatility_measure,\r\n swaps_in_hour,\r\n total_amount\r\n FROM\r\n final_dex\r\n ) A\r\n \r\n GROUP BY\r\n A.block_hour,\r\n A.currency,\r\n A.project_name\r\n)\r\n\r\n{% if is_incremental() %},\r\n\r\nnot_in_final AS (\r\n SELECT\r\n DATEADD(\r\n 'HOUR',\r\n 1,\r\n block_hour\r\n ) block_hour,\r\n currency,\r\n project_name,\r\n 0 AS min_price_usd_hour,\r\n 0 AS max_price_usd_hour,\r\n 0 AS volatility_measure,\r\n 0 AS swaps_in_hour,\r\n 0 AS volume_in_hour,\r\n price_usd\r\n FROM\r\n {{ this }}\r\n WHERE\r\n currency NOT IN(\r\n SELECT\r\n DISTINCT currency\r\n FROM\r\n FINAL\r\n )\r\n)\r\n{% endif %},\r\n\r\nfill_in_the_blanks_temp AS (\r\n SELECT\r\n A.hour AS block_hour,\r\n b.currency,\r\n b.project_name,\r\n C.price,\r\n C.min_price_usd_hour,\r\n C.max_price_usd_hour,\r\n C.volatility_measure,\r\n C.swaps_in_hour,\r\n C.volume_in_hour\r\n FROM\r\n (\r\n SELECT\r\n HOUR\r\n FROM\r\n {{ source(\r\n 'shared2',\r\n 'hours'\r\n ) }} A\r\n\r\n{% if is_incremental() %}\r\nWHERE\r\n HOUR > (\r\n SELECT\r\n MAX(block_hour)\r\n FROM\r\n {{ this }}\r\n )\r\n AND HOUR <= (\r\n SELECT\r\n max_date\r\n FROM\r\n swap_range\r\n )\r\n\r\n{% else %}\r\n JOIN swap_range b\r\n ON A.hour BETWEEN b.min_date\r\n AND max_date\r\n{% endif %} \r\n\r\n) A\r\n \r\nCROSS JOIN (\r\n SELECT\r\n DISTINCT currency,\r\n project_name\r\n FROM\r\n FINAL\r\n\r\n{% if is_incremental() %}\r\nUNION\r\nSELECT\r\n DISTINCT currency,\r\n project_name\r\nFROM\r\n {{ this }}\r\n{% endif %}\r\n\r\n) b\r\n \r\nLEFT JOIN (\r\n SELECT\r\n *\r\n FROM\r\n FINAL\r\n\r\n{% if is_incremental() %}\r\nUNION ALL\r\n\r\nSELECT\r\n *\r\nFROM\r\n not_in_final\r\n{% endif %}\r\n\r\n) C\r\n\r\nON A.hour = C.block_hour\r\nAND b.currency = C.currency\r\n\r\n)\r\n\r\nSELECT\r\n block_hour,\r\n currency,\r\n project_name,\r\n LAST_VALUE(\r\n price ignore nulls\r\n ) over(\r\n PARTITION BY currency\r\n ORDER BY\r\n block_hour ASC rows unbounded preceding\r\n ) AS price_usd,\r\n min_price_usd_hour,\r\n max_price_usd_hour,\r\n volatility_measure,\r\n swaps_in_hour,\r\n volume_in_hour * price AS volume_usd_in_hour\r\nFROM\r\n fill_in_the_blanks_temp \r\n \r\nWHERE project_name IN ('axlUSDC',\r\n 'axlWBTC', \r\n 'gWETH', \r\n 'MARBLE', \r\n 'axlFRAX', \r\n 'gUSDC', \r\n 'axlUSDT', \r\n 'ASVT', \r\n 'axlDAI', \r\n 'axlWETH', \r\n 'RAW', \r\n 'gDAI', \r\n 'ION')\r\n\r\nqualify(LAST_VALUE(price ignore nulls) over(PARTITION BY currency\r\nORDER BY\r\n block_hour ASC rows unbounded preceding)) IS NOT NULL", "compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.dbt.is_incremental"], "nodes": ["source.osmosis_models.shared2.hours", "model.osmosis_models.silver__swaps", "model.osmosis_models.silver__asset_metadata", "model.osmosis_models.silver__asset_metadata"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "incremental", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": "CONCAT_WS('-', block_hour, currency)", "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "cluster_by": ["block_hour"], "incremental_strategy": "delete+insert", "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "silver", "fqn": ["osmosis_models", "silver", "silver__prices_swaps"], "unique_id": "model.osmosis_models.silver__prices_swaps", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "silver\\silver__prices_swaps.sql", "original_file_path": "models\\silver\\silver__prices_swaps.sql", "name": "silver__prices_swaps", "alias": "prices_swaps", "checksum": {"name": "sha256", "checksum": "24b2640c0600304cd4b94614b89e88fd08c0ef04caa19c39a2402f3fd6e091a4"}, "tags": [], "refs": [["silver__swaps"], ["silver__asset_metadata"], ["silver__asset_metadata"]], "sources": [["shared2", "hours"]], "metrics": [], "description": "", "columns": {"BLOCK_HOUR": {"name": "BLOCK_HOUR", "description": "", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CURRENCY": {"name": "CURRENCY", "description": "", "meta": {}, "data_type": null, "quote": null, "tags": []}, "PRICE_USD": {"name": "PRICE_USD", "description": "The price of the asset in USD", "meta": {}, "data_type": null, "quote": null, "tags": []}, "MIN_PRICE_USD_HOUR": {"name": "MIN_PRICE_USD_HOUR", "description": "The lowest price found in the hour in USD", "meta": {}, "data_type": null, "quote": null, "tags": []}, "MAX_PRICE_USD_HOUR": {"name": "MAX_PRICE_USD_HOUR", "description": "The highest price found in the hour in USD", "meta": {}, "data_type": null, "quote": null, "tags": []}, "VOLATILITY_MEASURE": {"name": "VOLATILITY_MEASURE", "description": "The difference between the min and max price for the hour", "meta": {}, "data_type": null, "quote": null, "tags": []}, "SWAPS_IN_HOUR": {"name": "SWAPS_IN_HOUR", "description": "The number of swap transactions in the hour", "meta": {}, "data_type": null, "quote": null, "tags": []}, "VOLUME_USD_IN_HOUR": {"name": "VOLUME_USD_IN_HOUR", "description": "The volume of swap transactions (in USD) in the hour", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\silver\\silver__prices_swaps.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__prices_swaps.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "incremental", "unique_key": "CONCAT_WS('-', block_hour, currency)", "incremental_strategy": "delete+insert", "cluster_by": ["block_hour"]}, "created_at": 1670433256.6810107, "compiled_sql": "\n\nWITH swaps AS (\n SELECT\n DATE_TRUNC(\n 'HOUR',\n block_timestamp\n ) AS block_hour,\n from_currency,\n TRY_TO_NUMBER(from_amount) / POW(10, f.raw_metadata[1]:exponent) AS from_amount,\n f.project_name AS from_project_name,\n to_currency,\n TRY_TO_NUMBER(to_amount) / POW(10, t.raw_metadata[1]:exponent) AS to_amount,\n t.project_name AS to_project_name,\n 'osmosis' AS dex\n FROM OSMOSIS_DEV.silver.swaps s \n\n INNER JOIN OSMOSIS_DEV.silver.asset_metadata f \n ON from_currency = f.address\n\n INNER JOIN OSMOSIS_DEV.silver.asset_metadata t \n ON to_currency = t.address\n\n WHERE\n TRY_TO_NUMBER(from_amount) > 0\n AND \n TRY_TO_NUMBER(to_amount) > 0\n AND \n f.raw_metadata[1]:exponent IS NOT NULL\n AND \n t.raw_metadata[1]:exponent IS NOT NULL \n\n\nAND block_hour >=(\n SELECT\n DATEADD('day', -1, MAX(block_hour :: DATE))\n FROM\n OSMOSIS_DEV.silver.prices_swaps\n)\n\n\nqualify(RANK() over(\nORDER BY\n block_hour DESC)) <> 1\n \n), \n\nswap_range AS (\n SELECT\n MIN(\n block_hour\n ) min_date,\n MAX(\n block_hour\n ) max_date\n FROM\n swaps\n), \n\nusd AS (\n SELECT\n block_hour,\n from_currency,\n from_project_name,\n from_amount,\n CASE\n WHEN from_currency IN (\n 'ibc/9F9B07EF9AD291167CF5700628145DE1DEB777C2CFC7907553B24446515F6D0E',\n 'ibc/8242AD24008032E457D2E12D46588FD39FB54FB29680C6C7663D296B383C37C4', \n 'ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858', \n 'ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7'\n ) THEN 1 \n ELSE to_amount / NULLIF(\n from_amount,\n 0\n )\n END AS from_usd,\n to_currency,\n to_project_name,\n to_amount,\n CASE\n WHEN to_currency IN (\n 'ibc/9F9B07EF9AD291167CF5700628145DE1DEB777C2CFC7907553B24446515F6D0E',\n 'ibc/8242AD24008032E457D2E12D46588FD39FB54FB29680C6C7663D296B383C37C4', \n 'ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858', \n 'ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7'\n ) THEN 1\n ELSE from_amount / NULLIF(\n to_amount,\n 0\n )\n END AS to_usd,\n dex\n \n FROM swaps A\n), \n\nusd_2 AS (\n SELECT\n block_hour,\n from_currency AS currency,\n from_project_name AS project_name,\n from_usd AS price\n FROM\n usd\n WHERE\n to_currency IN (\n 'ibc/9F9B07EF9AD291167CF5700628145DE1DEB777C2CFC7907553B24446515F6D0E',\n 'ibc/8242AD24008032E457D2E12D46588FD39FB54FB29680C6C7663D296B383C37C4', \n 'ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858', \n 'ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7'\n ) \n \n UNION ALL\n \n SELECT\n block_hour,\n to_currency AS currency,\n to_project_name AS project_name,\n to_usd AS price\n FROM\n usd\n WHERE\n from_currency IN (\n 'ibc/9F9B07EF9AD291167CF5700628145DE1DEB777C2CFC7907553B24446515F6D0E',\n 'ibc/8242AD24008032E457D2E12D46588FD39FB54FB29680C6C7663D296B383C37C4', \n 'ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858', \n 'ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7'\n ) \n), \n\nusd_3 AS (\n SELECT\n block_hour,\n currency,\n project_name,\n price, \n STDDEV(\n TO_NUMERIC(price)\n ) over (\n PARTITION BY currency,\n block_hour\n ) stddev_price -- TO_NUMERIC USED TO FIX ERROR RELATED TO TOO BIG OF INTEGER\n FROM\n usd_2\n WHERE\n currency = 'uosmo'\n), \n\nusd_4 AS (\n SELECT\n block_hour,\n currency,\n project_name,\n price,\n stddev_price,\n CASE\n WHEN ABS(price - AVG(price) over(PARTITION BY currency, block_hour)) > stddev_price * 2 THEN TRUE\n ELSE FALSE\n END exclude_from_pricing,\n AVG(price) over(\n PARTITION BY currency,\n block_hour\n ) avg_price\n FROM\n usd_3\n),\n\nosmo_price_hour AS (\n SELECT\n block_hour,\n AVG(\n CASE\n WHEN exclude_from_pricing = FALSE THEN price\n END\n ) price\n FROM\n usd_4\n GROUP BY\n block_hour\n), \n\nosmo AS (\n SELECT\n A.block_hour,\n from_currency,\n from_project_name,\n from_amount,\n CASE\n WHEN to_currency = 'uosmo' THEN (\n to_amount * prices.price\n ) / NULLIF(\n from_amount,\n 0\n )\n END AS from_usd,\n to_currency,\n to_project_name,\n to_amount,\n CASE\n WHEN from_currency = 'uosmo' THEN (\n from_amount * prices.price\n ) / NULLIF(\n to_amount,\n 0\n )\n END AS to_usd,\n dex\n FROM swaps A\n \n LEFT JOIN osmo_price_hour prices\n ON A.block_hour = prices.block_hour\n \n WHERE\n (\n A.from_currency = 'uosmo'\n OR A.to_currency = 'uosmo'\n )\n AND NOT (\n A.from_currency = 'uosmo'\n AND A.to_currency = 'uosmo'\n )\n), \n\ncombo_1 AS (\n SELECT\n block_hour,\n from_currency AS currency,\n from_project_name AS project_name,\n from_usd AS price,\n dex,\n from_amount AS amount\n FROM\n usd\n WHERE\n to_currency IN (\n 'ibc/9F9B07EF9AD291167CF5700628145DE1DEB777C2CFC7907553B24446515F6D0E',\n 'ibc/8242AD24008032E457D2E12D46588FD39FB54FB29680C6C7663D296B383C37C4', \n 'ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858', \n 'ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7'\n ) \n \n UNION ALL\n \n SELECT\n block_hour,\n to_currency AS currency,\n to_project_name AS project_name,\n to_usd AS price,\n dex,\n to_amount AS amount\n FROM\n usd\n WHERE\n from_currency IN (\n 'ibc/9F9B07EF9AD291167CF5700628145DE1DEB777C2CFC7907553B24446515F6D0E',\n 'ibc/8242AD24008032E457D2E12D46588FD39FB54FB29680C6C7663D296B383C37C4', \n 'ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858', \n 'ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7'\n ) \n \n UNION ALL\n \n SELECT\n block_hour,\n to_currency AS currency,\n to_project_name AS project_name,\n CASE\n WHEN to_currency IN (\n 'ibc/9F9B07EF9AD291167CF5700628145DE1DEB777C2CFC7907553B24446515F6D0E',\n 'ibc/8242AD24008032E457D2E12D46588FD39FB54FB29680C6C7663D296B383C37C4', \n 'ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858', \n 'ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7'\n ) THEN 1 \n ELSE to_usd\n END price,\n dex,\n to_amount AS amount\n FROM\n osmo\n WHERE\n from_currency = 'uosmo'\n \n UNION ALL\n \n SELECT\n block_hour,\n from_currency AS currency,\n from_project_name AS project_name,\n CASE\n WHEN from_currency IN (\n 'ibc/9F9B07EF9AD291167CF5700628145DE1DEB777C2CFC7907553B24446515F6D0E',\n 'ibc/8242AD24008032E457D2E12D46588FD39FB54FB29680C6C7663D296B383C37C4', \n 'ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858', \n 'ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7'\n ) THEN 1 \n ELSE from_usd\n END price,\n dex,\n from_amount AS amount\n FROM\n osmo\n WHERE\n to_currency = 'uosmo'\n), \n\ncombo_2 AS (\n SELECT\n block_hour,\n currency,\n project_name,\n price,\n MEDIAN(\n price\n ) over (\n PARTITION BY currency,\n block_hour\n ) stddev_price,\n dex,\n amount\n FROM\n combo_1\n), \n\ncombo_3 AS (\n SELECT\n block_hour,\n currency,\n project_name,\n price,\n stddev_price,\n CASE\n WHEN ABS(\n price - stddev_price\n ) > stddev_price * 2 THEN TRUE\n ELSE FALSE\n END exclude_from_pricing,\n AVG(price) over(\n PARTITION BY currency,\n block_hour\n ) avg_price,\n dex,\n amount\n FROM\n combo_2\n), \n\nfinal_dex AS (\n SELECT\n block_hour,\n block_hour :: DATE AS block_date,\n currency,\n project_name,\n dex,\n AVG(\n CASE\n WHEN exclude_from_pricing = FALSE THEN price\n END\n ) avg_price_usd_hour_excludes,\n MIN(\n price\n ) min_price_usd_hour,\n MAX(\n price\n ) max_price_usd_hour,\n MAX(\n price\n ) - MIN(\n price\n ) AS volatility_measure,\n SUM(\n CASE\n WHEN exclude_from_pricing = FALSE THEN 1\n END\n ) swaps_in_hour_excludes,\n COUNT(1) AS swaps_in_hour,\n SUM(\n CASE\n WHEN exclude_from_pricing = FALSE THEN amount\n END\n ) total_amount_excludes,\n SUM(amount) AS total_amount\n FROM\n combo_3\n GROUP BY\n block_hour,\n block_hour :: DATE,\n currency,\n project_name,\n dex\n), \n\nFINAL AS (\n SELECT\n A.block_hour,\n A.currency,\n A.project_name,\n MIN(min_price_usd_hour) AS min_price_usd_hour,\n MAX(max_price_usd_hour) AS max_price_usd_hour,\n MAX(max_price_usd_hour) - MIN(min_price_usd_hour) AS volatility_measure,\n SUM(swaps_in_hour) AS swaps_in_hour,\n SUM(total_amount) AS volume_in_hour,\n SUM(\n avg_price_usd_hour_excludes \n ) AS price\n FROM\n (\n SELECT\n block_hour,\n block_date,\n currency,\n project_name,\n dex,\n avg_price_usd_hour_excludes,\n min_price_usd_hour,\n max_price_usd_hour,\n volatility_measure,\n swaps_in_hour,\n total_amount\n FROM\n final_dex\n ) A\n \n GROUP BY\n A.block_hour,\n A.currency,\n A.project_name\n)\n\n,\n\nnot_in_final AS (\n SELECT\n DATEADD(\n 'HOUR',\n 1,\n block_hour\n ) block_hour,\n currency,\n project_name,\n 0 AS min_price_usd_hour,\n 0 AS max_price_usd_hour,\n 0 AS volatility_measure,\n 0 AS swaps_in_hour,\n 0 AS volume_in_hour,\n price_usd\n FROM\n OSMOSIS_DEV.silver.prices_swaps\n WHERE\n currency NOT IN(\n SELECT\n DISTINCT currency\n FROM\n FINAL\n )\n)\n,\n\nfill_in_the_blanks_temp AS (\n SELECT\n A.hour AS block_hour,\n b.currency,\n b.project_name,\n C.price,\n C.min_price_usd_hour,\n C.max_price_usd_hour,\n C.volatility_measure,\n C.swaps_in_hour,\n C.volume_in_hour\n FROM\n (\n SELECT\n HOUR\n FROM\n flipside_prod_db.redshift.hours A\n\n\nWHERE\n HOUR > (\n SELECT\n MAX(block_hour)\n FROM\n OSMOSIS_DEV.silver.prices_swaps\n )\n AND HOUR <= (\n SELECT\n max_date\n FROM\n swap_range\n )\n\n \n\n) A\n \nCROSS JOIN (\n SELECT\n DISTINCT currency,\n project_name\n FROM\n FINAL\n\n\nUNION\nSELECT\n DISTINCT currency,\n project_name\nFROM\n OSMOSIS_DEV.silver.prices_swaps\n\n\n) b\n \nLEFT JOIN (\n SELECT\n *\n FROM\n FINAL\n\n\nUNION ALL\n\nSELECT\n *\nFROM\n not_in_final\n\n\n) C\n\nON A.hour = C.block_hour\nAND b.currency = C.currency\n\n)\n\nSELECT\n block_hour,\n currency,\n project_name,\n LAST_VALUE(\n price ignore nulls\n ) over(\n PARTITION BY currency\n ORDER BY\n block_hour ASC rows unbounded preceding\n ) AS price_usd,\n min_price_usd_hour,\n max_price_usd_hour,\n volatility_measure,\n swaps_in_hour,\n volume_in_hour * price AS volume_usd_in_hour\nFROM\n fill_in_the_blanks_temp \n \nWHERE project_name IN ('axlUSDC',\n 'axlWBTC', \n 'gWETH', \n 'MARBLE', \n 'axlFRAX', \n 'gUSDC', \n 'axlUSDT', \n 'ASVT', \n 'axlDAI', \n 'axlWETH', \n 'RAW', \n 'gDAI', \n 'ION')\n\nqualify(LAST_VALUE(price ignore nulls) over(PARTITION BY currency\nORDER BY\n block_hour ASC rows unbounded preceding)) IS NOT NULL", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.silver.prices_swaps"}, "model.osmosis_models.silver__staking": {"raw_sql": "{{ config(\r\n materialized = 'incremental',\r\n unique_key = \"_unique_key\",\r\n incremental_strategy = 'merge',\r\n cluster_by = ['block_timestamp::DATE'],\r\n) }}\r\n\r\nWITH\r\n\r\n{% if is_incremental() %}\r\nmax_date AS (\r\n\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n ) _inserted_timestamp\r\n FROM\r\n {{ this }}\r\n),\r\n{% endif %}\r\n\r\nbase AS (\r\n SELECT\r\n A.tx_id,\r\n A.msg_type,\r\n A.msg_index,\r\n msg_group\r\n FROM\r\n {{ ref('silver__msg_attributes') }} A\r\n WHERE\r\n msg_type IN (\r\n 'delegate',\r\n 'redelegate',\r\n 'unbond'\r\n )\r\n AND attribute_value NOT IN (\r\n 'superfluid_delegate',\r\n 'superfluid_undelegate',\r\n 'superfluid_unbond_underlying_lock'\r\n )\r\n\r\n{% if is_incremental() %}\r\nAND _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n max_date\r\n)\r\n{% endif %}\r\n),\r\nmsg_attr AS (\r\n SELECT\r\n A.tx_id,\r\n A.attribute_key,\r\n A.attribute_value,\r\n A.msg_index,\r\n A.msg_type,\r\n A.msg_group\r\n FROM\r\n {{ ref('silver__msg_attributes') }} A\r\n JOIN (\r\n SELECT\r\n DISTINCT tx_id,\r\n msg_index\r\n FROM\r\n base\r\n UNION ALL\r\n SELECT\r\n DISTINCT tx_id,\r\n msg_index + 1 msg_index\r\n FROM\r\n base\r\n ) b\r\n ON A.tx_ID = b.tx_ID\r\n AND A.msg_index = b.msg_index\r\n WHERE\r\n A.msg_type IN (\r\n 'delegate',\r\n 'message',\r\n 'redelegate',\r\n 'unbond'\r\n )\r\n\r\n{% if is_incremental() %}\r\nAND _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n max_date\r\n)\r\n{% endif %}\r\n),\r\ntx_address AS (\r\n SELECT\r\n A.tx_id,\r\n OBJECT_AGG(\r\n attribute_key :: STRING,\r\n attribute_value :: variant\r\n ) AS j,\r\n SPLIT_PART(\r\n j :acc_seq :: STRING,\r\n '/',\r\n 0\r\n ) AS tx_caller_address\r\n FROM\r\n {{ ref('silver__msg_attributes') }} A\r\n JOIN (\r\n SELECT\r\n DISTINCT tx_id\r\n FROM\r\n base\r\n ) b\r\n ON A.tx_ID = b.tx_ID\r\n WHERE\r\n attribute_key = 'acc_seq'\r\n\r\n{% if is_incremental() %}\r\nAND _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n max_date\r\n)\r\n{% endif %}\r\nGROUP BY\r\n A.tx_id,\r\n msg_group\r\n),\r\nvalid AS (\r\n SELECT\r\n tx_id,\r\n msg_group,\r\n msg_index,\r\n OBJECT_AGG(\r\n attribute_key :: STRING,\r\n attribute_value :: variant\r\n ) AS j,\r\n COALESCE(\r\n j :validator :: STRING,\r\n j :destination_validator :: STRING\r\n ) AS validator_address,\r\n j :source_validator :: STRING AS redelegate_source_validator_address\r\n FROM\r\n msg_attr\r\n WHERE\r\n attribute_key LIKE '%validator'\r\n GROUP BY\r\n tx_id,\r\n msg_group,\r\n msg_index\r\n),\r\nsendr AS (\r\n SELECT\r\n tx_id,\r\n msg_group,\r\n msg_index,\r\n OBJECT_AGG(\r\n attribute_key :: STRING,\r\n attribute_value :: variant\r\n ) AS j,\r\n j :sender :: STRING AS sender\r\n FROM\r\n msg_attr A\r\n WHERE\r\n attribute_key = 'sender'\r\n GROUP BY\r\n tx_id,\r\n msg_group,\r\n msg_index\r\n),\r\namount AS (\r\n SELECT\r\n tx_id,\r\n msg_group,\r\n msg_index,\r\n OBJECT_AGG(\r\n attribute_key :: STRING,\r\n attribute_value :: variant\r\n ) AS j,\r\n j :amount :: STRING AS amount\r\n FROM\r\n msg_attr\r\n WHERE\r\n attribute_key = 'amount'\r\n GROUP BY\r\n tx_id,\r\n msg_group,\r\n msg_index\r\n),\r\nctime AS (\r\n SELECT\r\n tx_id,\r\n msg_group,\r\n msg_index,\r\n OBJECT_AGG(\r\n attribute_key :: STRING,\r\n attribute_value :: variant\r\n ) AS j,\r\n j :completion_time :: STRING AS completion_time\r\n FROM\r\n msg_attr\r\n WHERE\r\n attribute_key = 'completion_time'\r\n GROUP BY\r\n tx_id,\r\n msg_group,\r\n msg_index\r\n),\r\nprefinal AS (\r\n SELECT\r\n A.tx_ID,\r\n A.msg_group,\r\n b.sender AS delegator_address,\r\n d.amount,\r\n A.msg_type AS action,\r\n C.validator_address,\r\n C.redelegate_source_validator_address,\r\n e.completion_time\r\n FROM\r\n (\r\n SELECT\r\n DISTINCT tx_id,\r\n msg_group,\r\n msg_index,\r\n REPLACE(\r\n msg_type,\r\n 'unbond',\r\n 'undelegate'\r\n ) msg_type\r\n FROM\r\n base\r\n ) A\r\n JOIN sendr b\r\n ON A.tx_ID = b.tx_ID\r\n AND A.msg_group = b.msg_group\r\n AND A.msg_index + 1 = b.msg_index\r\n JOIN valid C\r\n ON A.tx_ID = C.tx_ID\r\n AND A.msg_group = C.msg_group\r\n AND A.msg_index = C.msg_index\r\n JOIN amount d\r\n ON A.tx_ID = d.tx_ID\r\n AND A.msg_group = d.msg_group\r\n AND A.msg_index = d.msg_index\r\n LEFT JOIN ctime e\r\n ON A.tx_ID = e.tx_ID\r\n AND A.msg_group = e.msg_group\r\n AND A.msg_index = e.msg_index\r\n),\r\nadd_dec AS (\r\n SELECT\r\n b.block_id,\r\n b.block_timestamp,\r\n b.blockchain,\r\n b.chain_id,\r\n A.tx_id,\r\n b.tx_status,\r\n C.tx_caller_address,\r\n A.action,\r\n A.msg_group,\r\n A.delegator_address,\r\n SUM(\r\n CASE\r\n WHEN A.split_amount LIKE '%uosmo' THEN REPLACE(\r\n A.split_amount,\r\n 'uosmo'\r\n )\r\n WHEN A.split_amount LIKE '%uion' THEN REPLACE(\r\n A.split_amount,\r\n 'uion'\r\n )\r\n WHEN A.split_amount LIKE '%pool%' THEN LEFT(A.split_amount, CHARINDEX('g', A.split_amount) -1)\r\n WHEN A.split_amount LIKE '%ibc%' THEN LEFT(A.split_amount, CHARINDEX('i', A.split_amount) -1)\r\n ELSE A.split_amount\r\n END :: INT\r\n ) AS amount,\r\n CASE\r\n WHEN A.split_amount LIKE '%uosmo' THEN 'uosmo'\r\n WHEN A.split_amount LIKE '%uion' THEN 'uion'\r\n WHEN A.split_amount LIKE '%pool%' THEN SUBSTRING(A.split_amount, CHARINDEX('g', A.split_amount), 99)\r\n WHEN A.split_amount LIKE '%ibc%' THEN SUBSTRING(A.split_amount, CHARINDEX('i', A.split_amount), 99)\r\n ELSE 'uosmo'\r\n END AS currency,\r\n A.validator_address,\r\n A.redelegate_source_validator_address,\r\n A.completion_time :: datetime completion_time,\r\n b._inserted_timestamp\r\n FROM\r\n (\r\n SELECT\r\n p.tx_Id,\r\n p.action,\r\n p.msg_group,\r\n p.delegator_address,\r\n p.validator_address,\r\n p.redelegate_source_validator_address,\r\n p.completion_time,\r\n am.value AS split_amount\r\n FROM\r\n prefinal p,\r\n LATERAL SPLIT_TO_TABLE(\r\n p.amount,\r\n ','\r\n ) am\r\n ) A\r\n JOIN (\r\n SELECT\r\n tx_ID,\r\n block_id,\r\n block_timestamp,\r\n blockchain,\r\n chain_id,\r\n tx_status,\r\n _inserted_timestamp\r\n FROM\r\n {{ ref('silver__transactions') }}\r\n\r\n{% if is_incremental() %}\r\nWHERE\r\n _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n max_date\r\n )\r\n{% endif %}\r\n) b\r\nON A.tx_Id = b.tx_ID\r\nJOIN tx_address C\r\nON A.tx_id = C.tx_id\r\nGROUP BY\r\n b.block_id,\r\n b.block_timestamp,\r\n b.blockchain,\r\n b.chain_id,\r\n A.tx_id,\r\n b.tx_status,\r\n C.tx_caller_address,\r\n A.action,\r\n A.msg_group,\r\n A.delegator_address,\r\n currency,\r\n A.validator_address,\r\n A.redelegate_source_validator_address,\r\n completion_time,\r\n b._inserted_timestamp\r\n)\r\nSELECT\r\n block_id,\r\n A.block_timestamp,\r\n A.blockchain,\r\n A.chain_id,\r\n A.tx_id,\r\n A.tx_status,\r\n A.tx_caller_address,\r\n A.action,\r\n A.msg_group,\r\n A.delegator_address,\r\n A.amount,\r\n A.currency,\r\n A.validator_address,\r\n A.redelegate_source_validator_address,\r\n A.completion_time,\r\n CASE\r\n WHEN A.currency LIKE 'gamm/pool/%' THEN 18\r\n ELSE amd.raw_metadata [1] :exponent\r\n END AS DECIMAL,\r\n A._inserted_timestamp,\r\n concat_ws(\r\n '-',\r\n tx_id,\r\n msg_group,\r\n action,\r\n currency,\r\n delegator_address,\r\n validator_address\r\n ) AS _unique_key\r\nFROM\r\n add_dec A\r\n LEFT OUTER JOIN {{ ref('silver__asset_metadata') }}\r\n amd\r\n ON A.currency = amd.address", "compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.dbt.is_incremental"], "nodes": ["model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__transactions", "model.osmosis_models.silver__asset_metadata"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "incremental", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": "_unique_key", "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "cluster_by": ["block_timestamp::DATE"], "incremental_strategy": "merge", "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "silver", "fqn": ["osmosis_models", "silver", "silver__staking"], "unique_id": "model.osmosis_models.silver__staking", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "silver\\silver__staking.sql", "original_file_path": "models\\silver\\silver__staking.sql", "name": "silver__staking", "alias": "staking", "checksum": {"name": "sha256", "checksum": "61bc46f1b7a0b59b9b60dac9a17db833e32c5f03600b644a94ec3df818367b7d"}, "tags": [], "refs": [["silver__msg_attributes"], ["silver__msg_attributes"], ["silver__msg_attributes"], ["silver__transactions"], ["silver__asset_metadata"]], "sources": [], "metrics": [], "description": "Records of all staking related transactions that have occurred on Osmosis, dating back to the genesis block. These actions include delegate, undelegate, and redelegate.", "columns": {"BLOCK_ID": {"name": "BLOCK_ID", "description": "The block height the block was recorded at.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCK_TIMESTAMP": {"name": "BLOCK_TIMESTAMP", "description": "The date and time at which the block began.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCKCHAIN": {"name": "BLOCKCHAIN", "description": "In this table, always Osmosis. Used to join to cross-chain tables.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CHAIN_ID": {"name": "CHAIN_ID", "description": "The name and version of the blockchain.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_ID": {"name": "TX_ID", "description": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_STATUS": {"name": "TX_STATUS", "description": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_CALLER_ADDRESS": {"name": "TX_CALLER_ADDRESS", "description": "The wallet address of the individual who initiated the transaction.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ACTION": {"name": "ACTION", "description": "<<<<<<< HEAD\r\nTells what action is happening in the transaction. I.E. is the user adding or removing liquidity to the pool. \r\n=======\r\nThe action taken in the msg group. For staking this includes delegate, undelegate, redelegate, withdraw_rewards.\r\n>>>>>>> main", "meta": {}, "data_type": null, "quote": null, "tags": []}, "MSG_GROUP": {"name": "MSG_GROUP", "description": "Numeric value grouping different messages together to represent a single action. NULL group means messages are related to the header (overall transaction)", "meta": {}, "data_type": null, "quote": null, "tags": []}, "DELEGATOR_ADDRESS": {"name": "DELEGATOR_ADDRESS", "description": "The wallet address of the individual who owns the delegated asset.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "AMOUNT": {"name": "AMOUNT", "description": "The amount that was used in the transaction message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CURRENCY": {"name": "CURRENCY", "description": "The currency that was used in the transaction message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "VALIDATOR_ADDRESS": {"name": "VALIDATOR_ADDRESS", "description": "The wallet address of the validator related to the staking action.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "REDELEGATE_SOURCE_VALIDATOR_ADDRESS": {"name": "REDELEGATE_SOURCE_VALIDATOR_ADDRESS", "description": "The wallet address of the source alidator in a redelegation staking action.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "COMPLETION_TIME": {"name": "COMPLETION_TIME", "description": "The time at which the undelegate or redelegate staking action is completed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "DECIMAL": {"name": "DECIMAL", "description": "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.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_INSERTED_TIMESTAMP": {"name": "_INSERTED_TIMESTAMP", "description": "The time the block was inserted into to the Flipside database.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\silver\\silver__staking.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "incremental", "unique_key": "_unique_key", "incremental_strategy": "merge", "cluster_by": ["block_timestamp::DATE"]}, "created_at": 1670433256.7384784, "compiled_sql": "\n\nWITH\n\n\nmax_date AS (\n\n SELECT\n MAX(\n _inserted_timestamp\n ) _inserted_timestamp\n FROM\n OSMOSIS_DEV.silver.staking\n),\n\n\nbase AS (\n SELECT\n A.tx_id,\n A.msg_type,\n A.msg_index,\n msg_group\n FROM\n OSMOSIS_DEV.silver.msg_attributes A\n WHERE\n msg_type IN (\n 'delegate',\n 'redelegate',\n 'unbond'\n )\n AND attribute_value NOT IN (\n 'superfluid_delegate',\n 'superfluid_undelegate',\n 'superfluid_unbond_underlying_lock'\n )\n\n\nAND _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n max_date\n)\n\n),\nmsg_attr AS (\n SELECT\n A.tx_id,\n A.attribute_key,\n A.attribute_value,\n A.msg_index,\n A.msg_type,\n A.msg_group\n FROM\n OSMOSIS_DEV.silver.msg_attributes A\n JOIN (\n SELECT\n DISTINCT tx_id,\n msg_index\n FROM\n base\n UNION ALL\n SELECT\n DISTINCT tx_id,\n msg_index + 1 msg_index\n FROM\n base\n ) b\n ON A.tx_ID = b.tx_ID\n AND A.msg_index = b.msg_index\n WHERE\n A.msg_type IN (\n 'delegate',\n 'message',\n 'redelegate',\n 'unbond'\n )\n\n\nAND _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n max_date\n)\n\n),\ntx_address AS (\n SELECT\n A.tx_id,\n OBJECT_AGG(\n attribute_key :: STRING,\n attribute_value :: variant\n ) AS j,\n SPLIT_PART(\n j :acc_seq :: STRING,\n '/',\n 0\n ) AS tx_caller_address\n FROM\n OSMOSIS_DEV.silver.msg_attributes A\n JOIN (\n SELECT\n DISTINCT tx_id\n FROM\n base\n ) b\n ON A.tx_ID = b.tx_ID\n WHERE\n attribute_key = 'acc_seq'\n\n\nAND _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n max_date\n)\n\nGROUP BY\n A.tx_id,\n msg_group\n),\nvalid AS (\n SELECT\n tx_id,\n msg_group,\n msg_index,\n OBJECT_AGG(\n attribute_key :: STRING,\n attribute_value :: variant\n ) AS j,\n COALESCE(\n j :validator :: STRING,\n j :destination_validator :: STRING\n ) AS validator_address,\n j :source_validator :: STRING AS redelegate_source_validator_address\n FROM\n msg_attr\n WHERE\n attribute_key LIKE '%validator'\n GROUP BY\n tx_id,\n msg_group,\n msg_index\n),\nsendr AS (\n SELECT\n tx_id,\n msg_group,\n msg_index,\n OBJECT_AGG(\n attribute_key :: STRING,\n attribute_value :: variant\n ) AS j,\n j :sender :: STRING AS sender\n FROM\n msg_attr A\n WHERE\n attribute_key = 'sender'\n GROUP BY\n tx_id,\n msg_group,\n msg_index\n),\namount AS (\n SELECT\n tx_id,\n msg_group,\n msg_index,\n OBJECT_AGG(\n attribute_key :: STRING,\n attribute_value :: variant\n ) AS j,\n j :amount :: STRING AS amount\n FROM\n msg_attr\n WHERE\n attribute_key = 'amount'\n GROUP BY\n tx_id,\n msg_group,\n msg_index\n),\nctime AS (\n SELECT\n tx_id,\n msg_group,\n msg_index,\n OBJECT_AGG(\n attribute_key :: STRING,\n attribute_value :: variant\n ) AS j,\n j :completion_time :: STRING AS completion_time\n FROM\n msg_attr\n WHERE\n attribute_key = 'completion_time'\n GROUP BY\n tx_id,\n msg_group,\n msg_index\n),\nprefinal AS (\n SELECT\n A.tx_ID,\n A.msg_group,\n b.sender AS delegator_address,\n d.amount,\n A.msg_type AS action,\n C.validator_address,\n C.redelegate_source_validator_address,\n e.completion_time\n FROM\n (\n SELECT\n DISTINCT tx_id,\n msg_group,\n msg_index,\n REPLACE(\n msg_type,\n 'unbond',\n 'undelegate'\n ) msg_type\n FROM\n base\n ) A\n JOIN sendr b\n ON A.tx_ID = b.tx_ID\n AND A.msg_group = b.msg_group\n AND A.msg_index + 1 = b.msg_index\n JOIN valid C\n ON A.tx_ID = C.tx_ID\n AND A.msg_group = C.msg_group\n AND A.msg_index = C.msg_index\n JOIN amount d\n ON A.tx_ID = d.tx_ID\n AND A.msg_group = d.msg_group\n AND A.msg_index = d.msg_index\n LEFT JOIN ctime e\n ON A.tx_ID = e.tx_ID\n AND A.msg_group = e.msg_group\n AND A.msg_index = e.msg_index\n),\nadd_dec AS (\n SELECT\n b.block_id,\n b.block_timestamp,\n b.blockchain,\n b.chain_id,\n A.tx_id,\n b.tx_status,\n C.tx_caller_address,\n A.action,\n A.msg_group,\n A.delegator_address,\n SUM(\n CASE\n WHEN A.split_amount LIKE '%uosmo' THEN REPLACE(\n A.split_amount,\n 'uosmo'\n )\n WHEN A.split_amount LIKE '%uion' THEN REPLACE(\n A.split_amount,\n 'uion'\n )\n WHEN A.split_amount LIKE '%pool%' THEN LEFT(A.split_amount, CHARINDEX('g', A.split_amount) -1)\n WHEN A.split_amount LIKE '%ibc%' THEN LEFT(A.split_amount, CHARINDEX('i', A.split_amount) -1)\n ELSE A.split_amount\n END :: INT\n ) AS amount,\n CASE\n WHEN A.split_amount LIKE '%uosmo' THEN 'uosmo'\n WHEN A.split_amount LIKE '%uion' THEN 'uion'\n WHEN A.split_amount LIKE '%pool%' THEN SUBSTRING(A.split_amount, CHARINDEX('g', A.split_amount), 99)\n WHEN A.split_amount LIKE '%ibc%' THEN SUBSTRING(A.split_amount, CHARINDEX('i', A.split_amount), 99)\n ELSE 'uosmo'\n END AS currency,\n A.validator_address,\n A.redelegate_source_validator_address,\n A.completion_time :: datetime completion_time,\n b._inserted_timestamp\n FROM\n (\n SELECT\n p.tx_Id,\n p.action,\n p.msg_group,\n p.delegator_address,\n p.validator_address,\n p.redelegate_source_validator_address,\n p.completion_time,\n am.value AS split_amount\n FROM\n prefinal p,\n LATERAL SPLIT_TO_TABLE(\n p.amount,\n ','\n ) am\n ) A\n JOIN (\n SELECT\n tx_ID,\n block_id,\n block_timestamp,\n blockchain,\n chain_id,\n tx_status,\n _inserted_timestamp\n FROM\n OSMOSIS_DEV.silver.transactions\n\n\nWHERE\n _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n max_date\n )\n\n) b\nON A.tx_Id = b.tx_ID\nJOIN tx_address C\nON A.tx_id = C.tx_id\nGROUP BY\n b.block_id,\n b.block_timestamp,\n b.blockchain,\n b.chain_id,\n A.tx_id,\n b.tx_status,\n C.tx_caller_address,\n A.action,\n A.msg_group,\n A.delegator_address,\n currency,\n A.validator_address,\n A.redelegate_source_validator_address,\n completion_time,\n b._inserted_timestamp\n)\nSELECT\n block_id,\n A.block_timestamp,\n A.blockchain,\n A.chain_id,\n A.tx_id,\n A.tx_status,\n A.tx_caller_address,\n A.action,\n A.msg_group,\n A.delegator_address,\n A.amount,\n A.currency,\n A.validator_address,\n A.redelegate_source_validator_address,\n A.completion_time,\n CASE\n WHEN A.currency LIKE 'gamm/pool/%' THEN 18\n ELSE amd.raw_metadata [1] :exponent\n END AS DECIMAL,\n A._inserted_timestamp,\n concat_ws(\n '-',\n tx_id,\n msg_group,\n action,\n currency,\n delegator_address,\n validator_address\n ) AS _unique_key\nFROM\n add_dec A\n LEFT OUTER JOIN OSMOSIS_DEV.silver.asset_metadata\n amd\n ON A.currency = amd.address", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.silver.staking"}, "model.osmosis_models.silver__blocks": {"raw_sql": "{{ config(\r\n materialized = 'incremental',\r\n unique_key = \"_unique_key\",\r\n incremental_strategy = 'merge',\r\n cluster_by = ['block_timestamp::DATE'],\r\n) }}\r\n\r\nSELECT\r\n block_id,\r\n block_timestamp,\r\n chain_id,\r\n tx_count,\r\n header :proposer_address :: STRING AS proposer_address,\r\n header :validators_hash :: STRING AS validator_hash,\r\n _inserted_timestamp AS _inserted_timestamp,\r\n concat_ws(\r\n '-',\r\n chain_id,\r\n block_id\r\n ) _unique_key\r\nFROM\r\n {{ ref('bronze__blocks') }}\r\n\r\n{% if is_incremental() %}\r\nWHERE\r\n _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n {{ this }}\r\n )\r\n{% endif %}\r\n\r\nqualify(ROW_NUMBER() over(PARTITION BY chain_id, block_id\r\nORDER BY\r\n _inserted_timestamp DESC)) = 1", "compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.dbt.is_incremental"], "nodes": ["model.osmosis_models.bronze__blocks"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "incremental", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": "_unique_key", "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "cluster_by": ["block_timestamp::DATE"], "incremental_strategy": "merge", "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "silver", "fqn": ["osmosis_models", "silver", "silver__blocks"], "unique_id": "model.osmosis_models.silver__blocks", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "silver\\silver__blocks.sql", "original_file_path": "models\\silver\\silver__blocks.sql", "name": "silver__blocks", "alias": "blocks", "checksum": {"name": "sha256", "checksum": "179b967665bfe0856f69722a63f48ee0c9b41081129d38927b2d8545c6a72532"}, "tags": [], "refs": [["bronze__blocks"]], "sources": [], "metrics": [], "description": "Records of all blocks that have occurred on Osmosis, dating back to the genesis block.", "columns": {"BLOCK_ID": {"name": "BLOCK_ID", "description": "The block height the block was recorded at.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCK_TIMESTAMP": {"name": "BLOCK_TIMESTAMP", "description": "The date and time at which the block began.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CHAIN_ID": {"name": "CHAIN_ID", "description": "The name and version of the blockchain.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_COUNT": {"name": "TX_COUNT", "description": "The number of transactions that occurred during a block.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "PROPOSER_ADDRESS": {"name": "PROPOSER_ADDRESS", "description": "The address of the validator that proposed the block.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "VALIDATOR_HASH": {"name": "VALIDATOR_HASH", "description": "The root hash of the new validator set.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_INSERTED_TIMESTAMP": {"name": "_INSERTED_TIMESTAMP", "description": "The time the block was inserted into to the Flipside database.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\silver\\silver__blocks.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__blocks.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "incremental", "unique_key": "_unique_key", "incremental_strategy": "merge", "cluster_by": ["block_timestamp::DATE"]}, "created_at": 1670433256.867376, "compiled_sql": "\n\nSELECT\n block_id,\n block_timestamp,\n chain_id,\n tx_count,\n header :proposer_address :: STRING AS proposer_address,\n header :validators_hash :: STRING AS validator_hash,\n _inserted_timestamp AS _inserted_timestamp,\n concat_ws(\n '-',\n chain_id,\n block_id\n ) _unique_key\nFROM\n OSMOSIS_DEV.bronze.blocks\n\n\nWHERE\n _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n OSMOSIS_DEV.silver.blocks\n )\n\n\nqualify(ROW_NUMBER() over(PARTITION BY chain_id, block_id\nORDER BY\n _inserted_timestamp DESC)) = 1", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.silver.blocks"}, "model.osmosis_models.silver__latest_liquid_balances": {"raw_sql": "{{ config(\r\n materialized = 'incremental',\r\n unique_key = \"CONCAT_WS('-', address, balance_type, block_id, currency)\",\r\n incremental_strategy = 'delete+insert',\r\n cluster_by = ['block_timestamp::date']\r\n) }}\r\n\r\nWITH max_bn AS (\r\n\r\n SELECT\r\n address,\r\n MAX(block_timestamp) AS block_timestamp\r\n FROM\r\n {{ ref('silver__liquid_balances') }}\r\n GROUP BY\r\n address\r\n)\r\nSELECT\r\n b.address,\r\n b.balance,\r\n b.balance_type,\r\n b.block_id,\r\n b.block_timestamp,\r\n b.decimal,\r\n b.currency,\r\n b._inserted_timestamp\r\nFROM\r\n {{ ref('silver__liquid_balances') }}\r\n b\r\n JOIN max_bn m\r\n ON b.address = m.address\r\n AND b.block_timestamp = m.block_timestamp", "compiled": true, "resource_type": "model", "depends_on": {"macros": [], "nodes": ["model.osmosis_models.silver__liquid_balances", "model.osmosis_models.silver__liquid_balances"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "incremental", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": "CONCAT_WS('-', address, balance_type, block_id, currency)", "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "cluster_by": ["block_timestamp::date"], "incremental_strategy": "delete+insert", "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "silver", "fqn": ["osmosis_models", "silver", "silver__latest_liquid_balances"], "unique_id": "model.osmosis_models.silver__latest_liquid_balances", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "silver\\silver__latest_liquid_balances.sql", "original_file_path": "models\\silver\\silver__latest_liquid_balances.sql", "name": "silver__latest_liquid_balances", "alias": "latest_liquid_balances", "checksum": {"name": "sha256", "checksum": "ddc1e23712d953eee13ff2b41ebd4ad4fde787b03d15d7631d3e8bc3eb547a42"}, "tags": [], "refs": [["silver__liquid_balances"], ["silver__liquid_balances"]], "sources": [], "metrics": [], "description": "", "columns": {"BLOCK_TIMESTAMP": {"name": "BLOCK_TIMESTAMP", "description": "", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ADDRESS": {"name": "ADDRESS", "description": "", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CURRENCY": {"name": "CURRENCY", "description": "", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BALANCE_TYPE": {"name": "BALANCE_TYPE", "description": "", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BALANCE": {"name": "BALANCE", "description": "", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCK_ID": {"name": "BLOCK_ID", "description": "", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\silver\\silver__latest_liquid_balances.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__latest_liquid_balances.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "incremental", "unique_key": "CONCAT_WS('-', address, balance_type, block_id, currency)", "incremental_strategy": "delete+insert", "cluster_by": ["block_timestamp::date"]}, "created_at": 1670433256.9402797, "compiled_sql": "\n\nWITH max_bn AS (\n\n SELECT\n address,\n MAX(block_timestamp) AS block_timestamp\n FROM\n OSMOSIS_DEV.silver.liquid_balances\n GROUP BY\n address\n)\nSELECT\n b.address,\n b.balance,\n b.balance_type,\n b.block_id,\n b.block_timestamp,\n b.decimal,\n b.currency,\n b._inserted_timestamp\nFROM\n OSMOSIS_DEV.silver.liquid_balances\n b\n JOIN max_bn m\n ON b.address = m.address\n AND b.block_timestamp = m.block_timestamp", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.silver.latest_liquid_balances"}, "model.osmosis_models.silver__pool_metadata": {"raw_sql": "{{ config(\r\n materialized = 'incremental',\r\n unique_key = \"_unique_key\",\r\n incremental_strategy = 'merge',\r\n) }}\r\n\r\nWITH\r\n\r\n{% if is_incremental() %}\r\nmax_date AS (\r\n\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n ) _inserted_timestamp\r\n FROM\r\n {{ this }}\r\n),\r\n{% endif %}\r\n\r\npool_creation_txs AS (\r\n SELECT\r\n DISTINCT tx_id\r\n FROM\r\n {{ ref('silver__msgs') }}\r\n WHERE\r\n msg_type = 'pool_created'\r\n\r\n{% if is_incremental() %}\r\nAND _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n max_date\r\n)\r\n{% endif %}\r\n),\r\nb AS (\r\n SELECT\r\n ma.tx_id,\r\n msg_type,\r\n msg_index,\r\n attribute_index,\r\n attribute_key,\r\n attribute_value,\r\n _inserted_timestamp\r\n FROM\r\n {{ ref('silver__msg_attributes') }}\r\n ma\r\n INNER JOIN pool_creation_txs t\r\n ON t.tx_id = ma.tx_id\r\n WHERE\r\n (\r\n attribute_key IN (\r\n 'module',\r\n 'pool_id'\r\n )\r\n OR (\r\n msg_type = 'transfer'\r\n AND attribute_key = 'amount'\r\n AND attribute_value IS NOT NULL\r\n AND ARRAY_SIZE(SPLIT(attribute_value, ',')) :: NUMBER > 1\r\n )\r\n )\r\n\r\n{% if is_incremental() %}\r\nAND _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n max_date\r\n)\r\n{% endif %}\r\n),\r\nC AS (\r\n SELECT\r\n tx_id,\r\n _inserted_timestamp,\r\n OBJECT_AGG(\r\n attribute_key,\r\n attribute_value :: variant\r\n ) AS obj\r\n FROM\r\n b\r\n GROUP BY\r\n tx_id,\r\n _inserted_timestamp\r\n),\r\nd AS (\r\n SELECT\r\n tx_id,\r\n obj :module :: STRING AS module,\r\n obj :pool_id :: NUMBER AS pool_id,\r\n 'asset_address' AS object_key,\r\n LTRIM(\r\n A.value,\r\n '0123456789'\r\n ) AS asset_address,\r\n _inserted_timestamp\r\n FROM\r\n C,\r\n TABLE(FLATTEN(SPLIT(obj :amount, ','))) A\r\n),\r\ne AS (\r\n SELECT\r\n tx_id,\r\n module,\r\n pool_id,\r\n asset_address,\r\n OBJECT_AGG(\r\n object_key,\r\n asset_address :: variant\r\n ) AS asset_obj,\r\n _inserted_timestamp\r\n FROM\r\n d\r\n GROUP BY\r\n tx_id,\r\n module,\r\n pool_id,\r\n asset_address,\r\n _inserted_timestamp\r\n)\r\nSELECT\r\n module,\r\n pool_id,\r\n ARRAY_AGG(asset_obj) AS assets,\r\n concat_ws(\r\n '-',\r\n module,\r\n pool_id\r\n ) AS _unique_key,\r\n _inserted_timestamp\r\nFROM\r\n e\r\nGROUP BY\r\n module,\r\n pool_id,\r\n _inserted_timestamp", "compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.dbt.is_incremental"], "nodes": ["model.osmosis_models.silver__msgs", "model.osmosis_models.silver__msg_attributes"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "incremental", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": "_unique_key", "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "incremental_strategy": "merge", "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "silver", "fqn": ["osmosis_models", "silver", "silver__pool_metadata"], "unique_id": "model.osmosis_models.silver__pool_metadata", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "silver\\silver__pool_metadata.sql", "original_file_path": "models\\silver\\silver__pool_metadata.sql", "name": "silver__pool_metadata", "alias": "pool_metadata", "checksum": {"name": "sha256", "checksum": "462f5bd2e3226fe5e2d0a5e2c912302840585bfd95f285eca1d4719b47ae9cce"}, "tags": [], "refs": [["silver__msgs"], ["silver__msg_attributes"]], "sources": [], "metrics": [], "description": "", "columns": {"MODULE": {"name": "MODULE", "description": "Module used to create liquidity pool", "meta": {}, "data_type": null, "quote": null, "tags": []}, "POOL_ID": {"name": "POOL_ID", "description": "Identifier for the pool within the module", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ASSETS": {"name": "ASSETS", "description": "List of 2 or more asset addresses belonging to the pool", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\silver\\silver__pool_metadata.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__pool_metadata.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "incremental", "unique_key": "_unique_key", "incremental_strategy": "merge"}, "created_at": 1670433256.9929247, "compiled_sql": "\n\nWITH\n\n\nmax_date AS (\n\n SELECT\n MAX(\n _inserted_timestamp\n ) _inserted_timestamp\n FROM\n OSMOSIS_DEV.silver.pool_metadata\n),\n\n\npool_creation_txs AS (\n SELECT\n DISTINCT tx_id\n FROM\n OSMOSIS_DEV.silver.msgs\n WHERE\n msg_type = 'pool_created'\n\n\nAND _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n max_date\n)\n\n),\nb AS (\n SELECT\n ma.tx_id,\n msg_type,\n msg_index,\n attribute_index,\n attribute_key,\n attribute_value,\n _inserted_timestamp\n FROM\n OSMOSIS_DEV.silver.msg_attributes\n ma\n INNER JOIN pool_creation_txs t\n ON t.tx_id = ma.tx_id\n WHERE\n (\n attribute_key IN (\n 'module',\n 'pool_id'\n )\n OR (\n msg_type = 'transfer'\n AND attribute_key = 'amount'\n AND attribute_value IS NOT NULL\n AND ARRAY_SIZE(SPLIT(attribute_value, ',')) :: NUMBER > 1\n )\n )\n\n\nAND _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n max_date\n)\n\n),\nC AS (\n SELECT\n tx_id,\n _inserted_timestamp,\n OBJECT_AGG(\n attribute_key,\n attribute_value :: variant\n ) AS obj\n FROM\n b\n GROUP BY\n tx_id,\n _inserted_timestamp\n),\nd AS (\n SELECT\n tx_id,\n obj :module :: STRING AS module,\n obj :pool_id :: NUMBER AS pool_id,\n 'asset_address' AS object_key,\n LTRIM(\n A.value,\n '0123456789'\n ) AS asset_address,\n _inserted_timestamp\n FROM\n C,\n TABLE(FLATTEN(SPLIT(obj :amount, ','))) A\n),\ne AS (\n SELECT\n tx_id,\n module,\n pool_id,\n asset_address,\n OBJECT_AGG(\n object_key,\n asset_address :: variant\n ) AS asset_obj,\n _inserted_timestamp\n FROM\n d\n GROUP BY\n tx_id,\n module,\n pool_id,\n asset_address,\n _inserted_timestamp\n)\nSELECT\n module,\n pool_id,\n ARRAY_AGG(asset_obj) AS assets,\n concat_ws(\n '-',\n module,\n pool_id\n ) AS _unique_key,\n _inserted_timestamp\nFROM\n e\nGROUP BY\n module,\n pool_id,\n _inserted_timestamp", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.silver.pool_metadata"}, "model.osmosis_models.silver__liquidity_provider_actions": {"raw_sql": "{{ config(\r\n materialized = 'incremental',\r\n unique_key = \"_unique_key\",\r\n incremental_strategy = 'merge',\r\n cluster_by = ['block_timestamp::DATE'],\r\n) }}\r\n\r\nWITH\r\n\r\n{% if is_incremental() %}\r\nmax_date AS (\r\n\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n ) _inserted_timestamp\r\n FROM\r\n {{ this }}\r\n),\r\n{% endif %}\r\n\r\nin_play AS (\r\n SELECT\r\n DISTINCT tx_ID,\r\n msg_group,\r\n msg_sub_group\r\n FROM\r\n {{ ref('silver__msg_attributes') }}\r\n WHERE\r\n msg_type IN(\r\n 'pool_exited',\r\n 'pool_joined'\r\n )\r\n\r\n{% if is_incremental() %}\r\nAND _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n max_date\r\n)\r\n{% endif %}\r\n),\r\nmsg_atts AS (\r\n SELECT\r\n DISTINCT A.tx_id,\r\n CASE\r\n WHEN attribute_key IN (\r\n 'tokens_in',\r\n 'tokens_out',\r\n 'amount',\r\n 'sender'\r\n ) THEN msg_index\r\n END msg_index,\r\n A.msg_group,\r\n A.msg_sub_group,\r\n msg_type,\r\n attribute_key,\r\n attribute_value,\r\n CASE\r\n WHEN msg_type = 'transfer'\r\n AND attribute_key = 'amount'\r\n AND attribute_value LIKE '%gamm%pool%'\r\n AND attribute_value NOT LIKE '%,%' THEN 'lp tokens'\r\n WHEN attribute_key = 'pool_id' THEN 'pool'\r\n WHEN msg_type IN(\r\n 'pool_exited',\r\n 'pool_joined'\r\n ) THEN 'non lp tokens'\r\n WHEN attribute_key = 'acc_seq' THEN 'lper'\r\n WHEN attribute_key = 'sender' THEN 'msg sender'\r\n END what_is_this,\r\n block_timestamp,\r\n SUM(\r\n CASE\r\n WHEN msg_type = 'transfer'\r\n AND attribute_key = 'amount'\r\n AND attribute_value LIKE '%gamm%pool%'\r\n AND attribute_value NOT LIKE '%,%' THEN 1\r\n ELSE 0\r\n END\r\n ) over(\r\n PARTITION BY A.tx_id,\r\n A.msg_group\r\n ) lp_count\r\n FROM\r\n {{ ref('silver__msg_attributes') }} A\r\n JOIN in_play b\r\n ON A.tx_id = b.tx_ID\r\n WHERE\r\n (\r\n (\r\n msg_type IN (\r\n 'pool_exited',\r\n 'pool_joined'\r\n )\r\n )\r\n AND (\r\n attribute_key IN (\r\n 'tokens_in',\r\n 'tokens_out',\r\n 'pool_id'\r\n )\r\n )\r\n OR attribute_key = 'acc_seq'\r\n OR (\r\n msg_type = 'transfer'\r\n AND attribute_key = 'amount'\r\n AND attribute_value LIKE '%gamm%pool%'\r\n AND attribute_value NOT LIKE '%,%'\r\n )\r\n OR (\r\n msg_type = 'message'\r\n AND attribute_key = 'sender'\r\n )\r\n )\r\n\r\n{% if is_incremental() %}\r\nAND _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n max_date\r\n)\r\n{% endif %}\r\n),\r\nlper AS (\r\n SELECT\r\n tx_id,\r\n SPLIT_PART(\r\n attribute_value,\r\n '/',\r\n 0\r\n ) AS liquidity_provider_address\r\n FROM\r\n msg_atts\r\n WHERE\r\n what_is_this = 'lper'\r\n),\r\ntokens AS (\r\n SELECT\r\n tx_id,\r\n msg_index,\r\n msg_group,\r\n msg_sub_group,\r\n what_is_this,\r\n SPLIT_PART(\r\n TRIM(\r\n REGEXP_REPLACE(\r\n t.value,\r\n '[^[:digit:]]',\r\n ' '\r\n )\r\n ),\r\n ' ',\r\n 0\r\n ) :: INTEGER AS amount,\r\n RIGHT(t.value, LENGTH(t.value) - LENGTH(SPLIT_PART(TRIM(REGEXP_REPLACE(t.value, '[^[:digit:]]', ' ')), ' ', 0))) :: STRING AS currency,\r\n block_timestamp,\r\n lp_count\r\n FROM\r\n msg_atts,\r\n LATERAL SPLIT_TO_TABLE (\r\n attribute_value,\r\n ','\r\n ) t\r\n WHERE\r\n what_is_this IN (\r\n 'lp tokens',\r\n 'non lp tokens'\r\n )\r\n),\r\nsndr AS (\r\n SELECT\r\n tx_id,\r\n msg_index,\r\n attribute_value\r\n FROM\r\n msg_atts\r\n WHERE\r\n attribute_key = 'sender'\r\n),\r\ntokens_2 AS (\r\n SELECT\r\n A.tx_id,\r\n A.msg_index,\r\n A.msg_group,\r\n A.msg_sub_group,\r\n A.what_is_this,\r\n A.amount,\r\n A.currency,\r\n A.block_timestamp\r\n FROM\r\n tokens A\r\n LEFT JOIN lper b\r\n ON A.tx_id = b.tx_id\r\n LEFT JOIN sndr C\r\n ON A.tx_Id = C.tx_ID\r\n AND b.liquidity_provider_address = C.attribute_value\r\n AND A.msg_index = C.msg_index + 1\r\n WHERE\r\n what_is_this = 'non lp tokens'\r\n OR (\r\n what_is_this = 'lp tokens'\r\n AND (\r\n C.tx_ID IS NOT NULL\r\n OR lp_count = 1\r\n )\r\n )\r\n),\r\ndecimals AS (\r\n SELECT\r\n tx_id,\r\n msg_index,\r\n msg_group,\r\n msg_sub_group,\r\n what_is_this,\r\n amount,\r\n currency,\r\n CASE\r\n WHEN currency LIKE '%pool%' THEN 18\r\n ELSE raw_metadata [1] :exponent\r\n END AS DECIMAL,\r\n block_timestamp\r\n FROM\r\n tokens_2 t\r\n LEFT OUTER JOIN {{ ref('silver__asset_metadata') }}\r\n ON currency = address\r\n),\r\npools AS (\r\n SELECT\r\n tx_id,\r\n msg_group,\r\n msg_sub_group,\r\n REPLACE(SPLIT_PART(currency, 'gamm', 2), '/pool/') :: INT pool_id\r\n FROM\r\n tokens_2\r\n WHERE\r\n what_is_this = 'lp tokens'\r\n),\r\ntxn AS (\r\n SELECT\r\n block_id,\r\n block_timestamp,\r\n blockchain,\r\n chain_id,\r\n tx_id,\r\n tx_status,\r\n _inserted_timestamp\r\n FROM\r\n {{ ref('silver__transactions') }}\r\n),\r\nact AS (\r\n SELECT\r\n tx_id,\r\n msg_group,\r\n msg_sub_group,\r\n msg_type AS action\r\n FROM\r\n msg_atts\r\n WHERE\r\n attribute_key IN(\r\n 'tokens_in',\r\n 'tokens_out'\r\n )\r\n)\r\nSELECT\r\n tx.block_id,\r\n tx.block_timestamp,\r\n tx.blockchain,\r\n tx.chain_id,\r\n d.tx_id,\r\n tx_status,\r\n d.msg_index,\r\n l.liquidity_provider_address,\r\n CASE\r\n WHEN act.action = 'pool_joined'\r\n AND what_is_this = 'lp tokens' THEN 'lp_tokens_minted'\r\n WHEN act.action = 'pool_exited'\r\n AND what_is_this = 'lp tokens' THEN 'lp_tokens_burned'\r\n WHEN act.action = 'pool_joined'\r\n AND what_is_this = 'non lp tokens' THEN 'pool_joined'\r\n WHEN act.action = 'pool_exited'\r\n AND what_is_this = 'non lp tokens' THEN 'pool_exited'\r\n END action,\r\n pool_id,\r\n amount,\r\n currency,\r\n DECIMAL,\r\n _inserted_timestamp,\r\n concat_ws(\r\n '-',\r\n d.tx_id,\r\n d.msg_index,\r\n d.currency\r\n ) AS _unique_key\r\nFROM\r\n decimals d\r\n JOIN act\r\n ON d.tx_id = act.tx_id\r\n AND d.msg_group = act.msg_group\r\n AND d.msg_sub_group = act.msg_sub_group\r\n JOIN pools p\r\n ON d.tx_id = p.tx_id\r\n AND d.msg_group = p.msg_group\r\n AND d.msg_sub_group = p.msg_sub_group\r\n JOIN lper l\r\n ON d.tx_id = l.tx_id\r\n JOIN txn tx\r\n ON d.tx_id = tx.tx_id\r\n AND d.block_timestamp = tx.block_timestamp", "compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.dbt.is_incremental"], "nodes": ["model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__asset_metadata", "model.osmosis_models.silver__transactions"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "incremental", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": "_unique_key", "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "cluster_by": ["block_timestamp::DATE"], "incremental_strategy": "merge", "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "silver", "fqn": ["osmosis_models", "silver", "silver__liquidity_provider_actions"], "unique_id": "model.osmosis_models.silver__liquidity_provider_actions", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "silver\\silver__liquidity_provider_actions.sql", "original_file_path": "models\\silver\\silver__liquidity_provider_actions.sql", "name": "silver__liquidity_provider_actions", "alias": "liquidity_provider_actions", "checksum": {"name": "sha256", "checksum": "f153458bed9c8cd98dcb893467db7ddfbe5319eca475479baee290ffc7206082"}, "tags": [], "refs": [["silver__msg_attributes"], ["silver__msg_attributes"], ["silver__asset_metadata"], ["silver__transactions"]], "sources": [], "metrics": [], "description": "Includes all actions entering and exiting liquidity pools", "columns": {"BLOCK_ID": {"name": "BLOCK_ID", "description": "The block height the block was recorded at.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCK_TIMESTAMP": {"name": "BLOCK_TIMESTAMP", "description": "The date and time at which the block began.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCKCHAIN": {"name": "BLOCKCHAIN", "description": "In this table, always Osmosis. Used to join to cross-chain tables.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CHAIN_ID": {"name": "CHAIN_ID", "description": "The name and version of the blockchain.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_ID": {"name": "TX_ID", "description": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_STATUS": {"name": "TX_STATUS", "description": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "LIQUIDITY_PROVIDER_ADDRESS": {"name": "LIQUIDITY_PROVIDER_ADDRESS", "description": "The address of user that provided or removed liquidity from the pool.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ACTION": {"name": "ACTION", "description": "<<<<<<< HEAD\r\nTells what action is happening in the transaction. I.E. is the user adding or removing liquidity to the pool. \r\n=======\r\nThe action taken in the msg group. For staking this includes delegate, undelegate, redelegate, withdraw_rewards.\r\n>>>>>>> main", "meta": {}, "data_type": null, "quote": null, "tags": []}, "POOL_ID": {"name": "POOL_ID", "description": "Identifier for the pool within the module", "meta": {}, "data_type": null, "quote": null, "tags": []}, "AMOUNT": {"name": "AMOUNT", "description": "The amount that was used in the transaction message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CURRENCY": {"name": "CURRENCY", "description": "The currency that was used in the transaction message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "DECIMAL": {"name": "DECIMAL", "description": "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.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_INSERTED_TIMESTAMP": {"name": "_INSERTED_TIMESTAMP", "description": "The time the block was inserted into to the Flipside database.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\silver\\silver__liquidity_provider_actions.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__liquidity_provider_actions.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "incremental", "unique_key": "_unique_key", "incremental_strategy": "merge", "cluster_by": ["block_timestamp::DATE"]}, "created_at": 1670433257.0219452, "compiled_sql": "\n\nWITH\n\n\nmax_date AS (\n\n SELECT\n MAX(\n _inserted_timestamp\n ) _inserted_timestamp\n FROM\n OSMOSIS_DEV.silver.liquidity_provider_actions\n),\n\n\nin_play AS (\n SELECT\n DISTINCT tx_ID,\n msg_group,\n msg_sub_group\n FROM\n OSMOSIS_DEV.silver.msg_attributes\n WHERE\n msg_type IN(\n 'pool_exited',\n 'pool_joined'\n )\n\n\nAND _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n max_date\n)\n\n),\nmsg_atts AS (\n SELECT\n DISTINCT A.tx_id,\n CASE\n WHEN attribute_key IN (\n 'tokens_in',\n 'tokens_out',\n 'amount',\n 'sender'\n ) THEN msg_index\n END msg_index,\n A.msg_group,\n A.msg_sub_group,\n msg_type,\n attribute_key,\n attribute_value,\n CASE\n WHEN msg_type = 'transfer'\n AND attribute_key = 'amount'\n AND attribute_value LIKE '%gamm%pool%'\n AND attribute_value NOT LIKE '%,%' THEN 'lp tokens'\n WHEN attribute_key = 'pool_id' THEN 'pool'\n WHEN msg_type IN(\n 'pool_exited',\n 'pool_joined'\n ) THEN 'non lp tokens'\n WHEN attribute_key = 'acc_seq' THEN 'lper'\n WHEN attribute_key = 'sender' THEN 'msg sender'\n END what_is_this,\n block_timestamp,\n SUM(\n CASE\n WHEN msg_type = 'transfer'\n AND attribute_key = 'amount'\n AND attribute_value LIKE '%gamm%pool%'\n AND attribute_value NOT LIKE '%,%' THEN 1\n ELSE 0\n END\n ) over(\n PARTITION BY A.tx_id,\n A.msg_group\n ) lp_count\n FROM\n OSMOSIS_DEV.silver.msg_attributes A\n JOIN in_play b\n ON A.tx_id = b.tx_ID\n WHERE\n (\n (\n msg_type IN (\n 'pool_exited',\n 'pool_joined'\n )\n )\n AND (\n attribute_key IN (\n 'tokens_in',\n 'tokens_out',\n 'pool_id'\n )\n )\n OR attribute_key = 'acc_seq'\n OR (\n msg_type = 'transfer'\n AND attribute_key = 'amount'\n AND attribute_value LIKE '%gamm%pool%'\n AND attribute_value NOT LIKE '%,%'\n )\n OR (\n msg_type = 'message'\n AND attribute_key = 'sender'\n )\n )\n\n\nAND _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n max_date\n)\n\n),\nlper AS (\n SELECT\n tx_id,\n SPLIT_PART(\n attribute_value,\n '/',\n 0\n ) AS liquidity_provider_address\n FROM\n msg_atts\n WHERE\n what_is_this = 'lper'\n),\ntokens AS (\n SELECT\n tx_id,\n msg_index,\n msg_group,\n msg_sub_group,\n what_is_this,\n SPLIT_PART(\n TRIM(\n REGEXP_REPLACE(\n t.value,\n '[^[:digit:]]',\n ' '\n )\n ),\n ' ',\n 0\n ) :: INTEGER AS amount,\n RIGHT(t.value, LENGTH(t.value) - LENGTH(SPLIT_PART(TRIM(REGEXP_REPLACE(t.value, '[^[:digit:]]', ' ')), ' ', 0))) :: STRING AS currency,\n block_timestamp,\n lp_count\n FROM\n msg_atts,\n LATERAL SPLIT_TO_TABLE (\n attribute_value,\n ','\n ) t\n WHERE\n what_is_this IN (\n 'lp tokens',\n 'non lp tokens'\n )\n),\nsndr AS (\n SELECT\n tx_id,\n msg_index,\n attribute_value\n FROM\n msg_atts\n WHERE\n attribute_key = 'sender'\n),\ntokens_2 AS (\n SELECT\n A.tx_id,\n A.msg_index,\n A.msg_group,\n A.msg_sub_group,\n A.what_is_this,\n A.amount,\n A.currency,\n A.block_timestamp\n FROM\n tokens A\n LEFT JOIN lper b\n ON A.tx_id = b.tx_id\n LEFT JOIN sndr C\n ON A.tx_Id = C.tx_ID\n AND b.liquidity_provider_address = C.attribute_value\n AND A.msg_index = C.msg_index + 1\n WHERE\n what_is_this = 'non lp tokens'\n OR (\n what_is_this = 'lp tokens'\n AND (\n C.tx_ID IS NOT NULL\n OR lp_count = 1\n )\n )\n),\ndecimals AS (\n SELECT\n tx_id,\n msg_index,\n msg_group,\n msg_sub_group,\n what_is_this,\n amount,\n currency,\n CASE\n WHEN currency LIKE '%pool%' THEN 18\n ELSE raw_metadata [1] :exponent\n END AS DECIMAL,\n block_timestamp\n FROM\n tokens_2 t\n LEFT OUTER JOIN OSMOSIS_DEV.silver.asset_metadata\n ON currency = address\n),\npools AS (\n SELECT\n tx_id,\n msg_group,\n msg_sub_group,\n REPLACE(SPLIT_PART(currency, 'gamm', 2), '/pool/') :: INT pool_id\n FROM\n tokens_2\n WHERE\n what_is_this = 'lp tokens'\n),\ntxn AS (\n SELECT\n block_id,\n block_timestamp,\n blockchain,\n chain_id,\n tx_id,\n tx_status,\n _inserted_timestamp\n FROM\n OSMOSIS_DEV.silver.transactions\n),\nact AS (\n SELECT\n tx_id,\n msg_group,\n msg_sub_group,\n msg_type AS action\n FROM\n msg_atts\n WHERE\n attribute_key IN(\n 'tokens_in',\n 'tokens_out'\n )\n)\nSELECT\n tx.block_id,\n tx.block_timestamp,\n tx.blockchain,\n tx.chain_id,\n d.tx_id,\n tx_status,\n d.msg_index,\n l.liquidity_provider_address,\n CASE\n WHEN act.action = 'pool_joined'\n AND what_is_this = 'lp tokens' THEN 'lp_tokens_minted'\n WHEN act.action = 'pool_exited'\n AND what_is_this = 'lp tokens' THEN 'lp_tokens_burned'\n WHEN act.action = 'pool_joined'\n AND what_is_this = 'non lp tokens' THEN 'pool_joined'\n WHEN act.action = 'pool_exited'\n AND what_is_this = 'non lp tokens' THEN 'pool_exited'\n END action,\n pool_id,\n amount,\n currency,\n DECIMAL,\n _inserted_timestamp,\n concat_ws(\n '-',\n d.tx_id,\n d.msg_index,\n d.currency\n ) AS _unique_key\nFROM\n decimals d\n JOIN act\n ON d.tx_id = act.tx_id\n AND d.msg_group = act.msg_group\n AND d.msg_sub_group = act.msg_sub_group\n JOIN pools p\n ON d.tx_id = p.tx_id\n AND d.msg_group = p.msg_group\n AND d.msg_sub_group = p.msg_sub_group\n JOIN lper l\n ON d.tx_id = l.tx_id\n JOIN txn tx\n ON d.tx_id = tx.tx_id\n AND d.block_timestamp = tx.block_timestamp", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.silver.liquidity_provider_actions"}, "model.osmosis_models.silver__locked_liquidity_transactions": {"raw_sql": "{{ config(\r\n materialized = 'incremental',\r\n unique_key = \"_unique_key\",\r\n incremental_strategy = 'merge',\r\n cluster_by = ['_inserted_timestamp::DATE']\r\n) }}\r\n\r\nSELECT\r\n DISTINCT tx_id,\r\n msg_group,\r\n msg_sub_group,\r\n CASE\r\n WHEN msg_type = 'begin_unlock' THEN msg_index\r\n END msg_index,\r\n attribute_value :: NUMBER AS lock_id,\r\n _inserted_timestamp,\r\n concat_ws(\r\n '-',\r\n A.tx_id,\r\n COALESCE(\r\n A.msg_group,\r\n -1\r\n ),\r\n COALESCE(\r\n A.msg_sub_group,\r\n -1\r\n )\r\n ) AS _unique_key\r\nFROM\r\n {{ ref('silver__msg_attributes') }} A\r\nWHERE\r\n attribute_key IN (\r\n 'period_lock_id',\r\n 'lock_id'\r\n )\r\n AND A.tx_id NOT IN (\r\n '523CBB1403A90A2A45A90ADFFC17F72100B99C286BD66DEDF22DD7F8A825127D',\r\n 'B26B72516A670B4FFD31F4F7853E65F7463F7A46BDE61800DC17A41F55AB87A3',\r\n '34A6CEF2A87D6DB15DA1D7238D3A3BEABF8B4A1B460082B3C1F6C65DE5329CAC',\r\n '504A0BD295DA63E28D55BC7C46575C6C49D9C2612D0AF118BA2A33A089A25A6D',\r\n 'B312127A7914D26444DA2C1104122F9CB7D3B50940F079544775C7EA4EE4981D',\r\n '413991DF25FF3A217BA42D84D811CABC4A580F12FA9A8BC204E45F22529185CB'\r\n )\r\n\r\n{% if is_incremental() %}\r\nAND _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n {{ this }}\r\n)\r\n{% endif %}", "compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.dbt.is_incremental"], "nodes": ["model.osmosis_models.silver__msg_attributes"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "incremental", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": "_unique_key", "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "cluster_by": ["_inserted_timestamp::DATE"], "incremental_strategy": "merge", "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "silver", "fqn": ["osmosis_models", "silver", "silver__locked_liquidity_transactions"], "unique_id": "model.osmosis_models.silver__locked_liquidity_transactions", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "silver\\silver__locked_liquidity_transactions.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_transactions.sql", "name": "silver__locked_liquidity_transactions", "alias": "locked_liquidity_transactions", "checksum": {"name": "sha256", "checksum": "2119bd225b71ceb4d5d2c68ba7d22dede68808c3821aac7a0a3ec198ee553d56"}, "tags": [], "refs": [["silver__msg_attributes"]], "sources": [], "metrics": [], "description": "helper table for locked LPs", "columns": {"TX_ID": {"name": "TX_ID", "description": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "MSG_GROUP": {"name": "MSG_GROUP", "description": "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)", "meta": {}, "data_type": null, "quote": null, "tags": []}, "MSG_SUB_GROUP": {"name": "MSG_SUB_GROUP", "description": "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)", "meta": {}, "data_type": null, "quote": null, "tags": []}, "LOCK_ID": {"name": "LOCK_ID", "description": "The unique id related to the specifc address, pool, and lock duration", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\silver\\silver__locked_liquidity_transactions.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_transactions.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "incremental", "unique_key": "_unique_key", "incremental_strategy": "merge", "cluster_by": ["_inserted_timestamp::DATE"]}, "created_at": 1670433257.1120439, "compiled_sql": "\n\nSELECT\n DISTINCT tx_id,\n msg_group,\n msg_sub_group,\n CASE\n WHEN msg_type = 'begin_unlock' THEN msg_index\n END msg_index,\n attribute_value :: NUMBER AS lock_id,\n _inserted_timestamp,\n concat_ws(\n '-',\n A.tx_id,\n COALESCE(\n A.msg_group,\n -1\n ),\n COALESCE(\n A.msg_sub_group,\n -1\n )\n ) AS _unique_key\nFROM\n OSMOSIS_DEV.silver.msg_attributes A\nWHERE\n attribute_key IN (\n 'period_lock_id',\n 'lock_id'\n )\n AND A.tx_id NOT IN (\n '523CBB1403A90A2A45A90ADFFC17F72100B99C286BD66DEDF22DD7F8A825127D',\n 'B26B72516A670B4FFD31F4F7853E65F7463F7A46BDE61800DC17A41F55AB87A3',\n '34A6CEF2A87D6DB15DA1D7238D3A3BEABF8B4A1B460082B3C1F6C65DE5329CAC',\n '504A0BD295DA63E28D55BC7C46575C6C49D9C2612D0AF118BA2A33A089A25A6D',\n 'B312127A7914D26444DA2C1104122F9CB7D3B50940F079544775C7EA4EE4981D',\n '413991DF25FF3A217BA42D84D811CABC4A580F12FA9A8BC204E45F22529185CB'\n )\n\n\nAND _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n OSMOSIS_DEV.silver.locked_liquidity_transactions\n)\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.silver.locked_liquidity_transactions"}, "model.osmosis_models.silver__swaps": {"raw_sql": "{{ config(\r\n materialized = 'incremental',\r\n unique_key = \"CONCAT_WS('-', tx_id, _body_index)\",\r\n incremental_strategy = 'delete+insert',\r\n cluster_by = ['block_timestamp::DATE'],\r\n) }}\r\n\r\nWITH\r\n\r\n{% if is_incremental() %}\r\nmax_date AS (\r\n\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n ) _inserted_timestamp\r\n FROM\r\n {{ this }}\r\n),\r\n{% endif %}\r\n\r\nswaps AS (\r\n SELECT\r\n block_id,\r\n block_timestamp,\r\n t.blockchain,\r\n chain_id,\r\n tx_id,\r\n tx_status,\r\n tx_body,\r\n _inserted_timestamp,\r\n ROW_NUMBER() OVER (\r\n PARTITION BY tx_id\r\n ORDER BY\r\n _inserted_timestamp ASC\r\n ) - 1 AS rn\r\n FROM\r\n {{ ref('silver__transactions') }}\r\n t,\r\n LATERAL FLATTEN (\r\n input => tx_body :messages,\r\n recursive => TRUE\r\n ) b\r\n WHERE\r\n key = '@type'\r\n AND VALUE :: STRING = '/osmosis.gamm.v1beta1.MsgSwapExactAmountIn'\r\n AND tx_status = 'SUCCEEDED'\r\n\r\n{% if is_incremental() %}\r\nAND t._inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n max_date\r\n)\r\n{% endif %}\r\n),\r\npre_final AS (\r\n SELECT\r\n block_id,\r\n block_timestamp,\r\n blockchain,\r\n chain_id,\r\n tx_id,\r\n tx_status,\r\n b.value,\r\n b.value :sender :: STRING AS trader,\r\n COALESCE(\r\n b.value :tokenOutMinAmount :: NUMBER,\r\n b.value :token_out_min_amount :: NUMBER\r\n ) AS to_amount,\r\n b.value :routes AS routes,\r\n _inserted_timestamp,\r\n b.index AS _body_index\r\n FROM\r\n swaps s,\r\n TABLE(FLATTEN(tx_body :messages)) b\r\n WHERE\r\n b.value :routes IS NOT NULL\r\n AND b.index = rn\r\n),\r\npools AS (\r\n SELECT\r\n tx_id,\r\n _body_index,\r\n ARRAY_AGG(\r\n COALESCE(\r\n r.value :poolId, \r\n r.value :pool_id\r\n )) AS pool_ids\r\n FROM\r\n pre_final p,\r\n TABLE(FLATTEN(routes)) r\r\n GROUP BY\r\n tx_id,\r\n _body_index),\r\n msg_idx AS (\r\n SELECT\r\n p.tx_id,\r\n msg_group,\r\n MIN(\r\n m.msg_index\r\n ) AS min_msg_index\r\n FROM\r\n pre_final p\r\n INNER JOIN {{ ref('silver__msg_attributes') }}\r\n m\r\n ON p.tx_id = m.tx_id\r\n WHERE\r\n (\r\n msg_type = 'token_swapped'\r\n AND attribute_key = 'tokens_in'\r\n )\r\n\r\n{% if is_incremental() %}\r\nAND m._inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n max_date\r\n)\r\n{% endif %}\r\nOR (\r\n msg_type = 'transfer'\r\n AND attribute_key = 'amount'\r\n)\r\nAND msg_group IS NOT NULL\r\nGROUP BY\r\n p.tx_id,\r\n msg_group\r\n),\r\nfrom_amt AS (\r\n SELECT\r\n m.tx_id,\r\n p.msg_index,\r\n m.msg_group,\r\n RIGHT(attribute_value, LENGTH(attribute_value) - LENGTH(SPLIT_PART(TRIM(REGEXP_REPLACE(attribute_value, '[^[:digit:]]', ' ')), ' ', 0))) AS from_currency,\r\n SPLIT_PART(\r\n TRIM(\r\n REGEXP_REPLACE(\r\n attribute_value,\r\n '[^[:digit:]]',\r\n ' '\r\n )\r\n ),\r\n ' ',\r\n 0\r\n ) AS from_amount\r\n FROM\r\n {{ ref('silver__msg_attributes') }}\r\n p\r\n INNER JOIN msg_idx m\r\n ON p.tx_id = m.tx_id\r\n AND p.msg_group = m.msg_group\r\n AND p.msg_index = min_msg_index\r\n WHERE\r\n (\r\n msg_type = 'token_swapped'\r\n AND attribute_key = 'tokens_in'\r\n )\r\n\r\n{% if is_incremental() %}\r\nAND p._inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n max_date\r\n)\r\n{% endif %}\r\nOR (\r\n msg_type = 'transfer'\r\n AND attribute_key = 'amount'\r\n)\r\n),\r\nmax_idx2 AS (\r\n SELECT\r\n p.tx_id,\r\n msg_group,\r\n MAX(\r\n m.msg_index\r\n ) AS max_msg_index\r\n FROM\r\n pre_final p\r\n INNER JOIN {{ ref('silver__msg_attributes') }} m\r\n ON p.tx_id = m.tx_id\r\n WHERE\r\n (\r\n msg_type = 'token_swapped'\r\n AND attribute_key = 'tokens_out'\r\n )\r\n OR (\r\n msg_type = 'transfer'\r\n AND attribute_key = 'amount'\r\n )\r\n AND msg_group IS NOT NULL\r\n GROUP BY\r\n p.tx_id,\r\n msg_group\r\n),\r\nto_amt AS (\r\n SELECT\r\n mm.tx_id,\r\n p.msg_index,\r\n mm.msg_group,\r\n RIGHT(attribute_value, LENGTH(attribute_value) - LENGTH(SPLIT_PART(TRIM(REGEXP_REPLACE(attribute_value, '[^[:digit:]]', ' ')), ' ', 0))) AS to_currency,\r\n SPLIT_PART(\r\n TRIM(\r\n REGEXP_REPLACE(\r\n attribute_value,\r\n '[^[:digit:]]',\r\n ' '\r\n )\r\n ),\r\n ' ',\r\n 0\r\n ) AS to_amount\r\n FROM\r\n {{ ref('silver__msg_attributes') }} p\r\n INNER JOIN max_idx2 mm\r\n ON p.tx_id = mm.tx_id\r\n AND p.msg_group = mm.msg_group\r\n AND p.msg_index = max_msg_index\r\n WHERE\r\n (\r\n msg_type = 'token_swapped'\r\n AND attribute_key = 'tokens_out'\r\n )\r\n OR (\r\n msg_type = 'transfer'\r\n AND attribute_key = 'amount'\r\n )\r\n),\r\npre_final2 AS (\r\n SELECT\r\n block_id,\r\n block_timestamp,\r\n p.blockchain,\r\n chain_id,\r\n p.tx_id,\r\n tx_status,\r\n trader,\r\n f.from_amount,\r\n f.from_currency,\r\n CASE\r\n WHEN f.from_currency LIKE 'gamm/pool/%' THEN 18\r\n ELSE l.raw_metadata [1] :exponent\r\n END AS from_decimal,\r\n tt.to_amount,\r\n tt.to_currency,\r\n CASE\r\n WHEN tt.to_currency LIKE 'gamm/pool/%' THEN 18\r\n ELSE A.raw_metadata [1] :exponent\r\n END AS TO_DECIMAL,\r\n pool_ids,\r\n _inserted_timestamp,\r\n p._body_index\r\n FROM\r\n pre_final p\r\n LEFT OUTER JOIN pools pp\r\n ON p.tx_id = pp.tx_id\r\n AND p._body_index = pp._body_index\r\n LEFT OUTER JOIN from_amt f\r\n ON p.tx_id = f.tx_id\r\n AND p._body_index = f.msg_group\r\n LEFT OUTER JOIN to_amt tt\r\n ON p.tx_id = tt.tx_id\r\n AND p._body_index = tt.msg_group\r\n LEFT OUTER JOIN {{ ref('silver__asset_metadata') }} A\r\n ON tt.to_currency = A.address\r\n LEFT OUTER JOIN {{ ref('silver__asset_metadata') }}\r\n l\r\n ON f.from_currency = l.address\r\n)\r\nSELECT\r\n block_id,\r\n block_timestamp,\r\n blockchain,\r\n chain_id,\r\n tx_id,\r\n tx_status,\r\n trader,\r\n from_amount :: NUMBER AS from_amount,\r\n from_currency,\r\n from_decimal,\r\n to_amount :: NUMBER AS to_amount,\r\n to_currency,\r\n TO_DECIMAL,\r\n pool_ids,\r\n _inserted_timestamp,\r\n _body_index\r\nFROM\r\n pre_final2", "compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.dbt.is_incremental"], "nodes": ["model.osmosis_models.silver__transactions", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__asset_metadata", "model.osmosis_models.silver__asset_metadata"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "incremental", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": "CONCAT_WS('-', tx_id, _body_index)", "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "cluster_by": ["block_timestamp::DATE"], "incremental_strategy": "delete+insert", "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "silver", "fqn": ["osmosis_models", "silver", "silver__swaps"], "unique_id": "model.osmosis_models.silver__swaps", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "silver\\silver__swaps.sql", "original_file_path": "models\\silver\\silver__swaps.sql", "name": "silver__swaps", "alias": "swaps", "checksum": {"name": "sha256", "checksum": "87bc46c16c9cf2504c15cb55822c0609b1addc7eadfbbc24c05046391f13d38c"}, "tags": [], "refs": [["silver__transactions"], ["silver__msg_attributes"], ["silver__msg_attributes"], ["silver__msg_attributes"], ["silver__msg_attributes"], ["silver__asset_metadata"], ["silver__asset_metadata"]], "sources": [], "metrics": [], "description": "Records of all transactions that have occurred on Osmosis, dating back to the genesis block.", "columns": {"BLOCK_ID": {"name": "BLOCK_ID", "description": "The block height the block was recorded at.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCK_TIMESTAMP": {"name": "BLOCK_TIMESTAMP", "description": "The date and time at which the block began.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCKCHAIN": {"name": "BLOCKCHAIN", "description": "In this table, always Osmosis. Used to join to cross-chain tables.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CHAIN_ID": {"name": "CHAIN_ID", "description": "The name and version of the blockchain.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_ID": {"name": "TX_ID", "description": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_STATUS": {"name": "TX_STATUS", "description": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TRADER": {"name": "TRADER", "description": "The wallet address of the individual who initiated the swap.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "FROM_AMOUNT": {"name": "FROM_AMOUNT", "description": "The amount that the user sent to be swapped for another currency.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "FROM_CURRENCY": {"name": "FROM_CURRENCY", "description": "The currency that the user sent to be swapped for another currency.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "FROM_DECIMAL": {"name": "FROM_DECIMAL", "description": "Divide the swap_from_amount by POW(10, swap_from_decimal) to get the amount the user swapped.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TO_AMOUNT": {"name": "TO_AMOUNT", "description": "The amount that the user sent to be swapped for another currency.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TO_CURRENCY": {"name": "TO_CURRENCY", "description": "The currency that the user sent to be swapped for another currency.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TO_DECIMAL": {"name": "TO_DECIMAL", "description": "Divide the swap_to_amount by POW(10, swap_to_decimal) to get the amount the user received.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "POOL_IDS": {"name": "POOL_IDS", "description": "Identifier for the pool within the module", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_INSERTED_TIMESTAMP": {"name": "_INSERTED_TIMESTAMP", "description": "The time the block was inserted into to the Flipside database.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\silver\\silver__swaps.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__swaps.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "incremental", "unique_key": "CONCAT_WS('-', tx_id, _body_index)", "incremental_strategy": "delete+insert", "cluster_by": ["block_timestamp::DATE"]}, "created_at": 1670433257.1476784, "compiled_sql": "\n\nWITH\n\n\nmax_date AS (\n\n SELECT\n MAX(\n _inserted_timestamp\n ) _inserted_timestamp\n FROM\n OSMOSIS_DEV.silver.swaps\n),\n\n\nswaps AS (\n SELECT\n block_id,\n block_timestamp,\n t.blockchain,\n chain_id,\n tx_id,\n tx_status,\n tx_body,\n _inserted_timestamp,\n ROW_NUMBER() OVER (\n PARTITION BY tx_id\n ORDER BY\n _inserted_timestamp ASC\n ) - 1 AS rn\n FROM\n OSMOSIS_DEV.silver.transactions\n t,\n LATERAL FLATTEN (\n input => tx_body :messages,\n recursive => TRUE\n ) b\n WHERE\n key = '@type'\n AND VALUE :: STRING = '/osmosis.gamm.v1beta1.MsgSwapExactAmountIn'\n AND tx_status = 'SUCCEEDED'\n\n\nAND t._inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n max_date\n)\n\n),\npre_final AS (\n SELECT\n block_id,\n block_timestamp,\n blockchain,\n chain_id,\n tx_id,\n tx_status,\n b.value,\n b.value :sender :: STRING AS trader,\n COALESCE(\n b.value :tokenOutMinAmount :: NUMBER,\n b.value :token_out_min_amount :: NUMBER\n ) AS to_amount,\n b.value :routes AS routes,\n _inserted_timestamp,\n b.index AS _body_index\n FROM\n swaps s,\n TABLE(FLATTEN(tx_body :messages)) b\n WHERE\n b.value :routes IS NOT NULL\n AND b.index = rn\n),\npools AS (\n SELECT\n tx_id,\n _body_index,\n ARRAY_AGG(\n COALESCE(\n r.value :poolId, \n r.value :pool_id\n )) AS pool_ids\n FROM\n pre_final p,\n TABLE(FLATTEN(routes)) r\n GROUP BY\n tx_id,\n _body_index),\n msg_idx AS (\n SELECT\n p.tx_id,\n msg_group,\n MIN(\n m.msg_index\n ) AS min_msg_index\n FROM\n pre_final p\n INNER JOIN OSMOSIS_DEV.silver.msg_attributes\n m\n ON p.tx_id = m.tx_id\n WHERE\n (\n msg_type = 'token_swapped'\n AND attribute_key = 'tokens_in'\n )\n\n\nAND m._inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n max_date\n)\n\nOR (\n msg_type = 'transfer'\n AND attribute_key = 'amount'\n)\nAND msg_group IS NOT NULL\nGROUP BY\n p.tx_id,\n msg_group\n),\nfrom_amt AS (\n SELECT\n m.tx_id,\n p.msg_index,\n m.msg_group,\n RIGHT(attribute_value, LENGTH(attribute_value) - LENGTH(SPLIT_PART(TRIM(REGEXP_REPLACE(attribute_value, '[^[:digit:]]', ' ')), ' ', 0))) AS from_currency,\n SPLIT_PART(\n TRIM(\n REGEXP_REPLACE(\n attribute_value,\n '[^[:digit:]]',\n ' '\n )\n ),\n ' ',\n 0\n ) AS from_amount\n FROM\n OSMOSIS_DEV.silver.msg_attributes\n p\n INNER JOIN msg_idx m\n ON p.tx_id = m.tx_id\n AND p.msg_group = m.msg_group\n AND p.msg_index = min_msg_index\n WHERE\n (\n msg_type = 'token_swapped'\n AND attribute_key = 'tokens_in'\n )\n\n\nAND p._inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n max_date\n)\n\nOR (\n msg_type = 'transfer'\n AND attribute_key = 'amount'\n)\n),\nmax_idx2 AS (\n SELECT\n p.tx_id,\n msg_group,\n MAX(\n m.msg_index\n ) AS max_msg_index\n FROM\n pre_final p\n INNER JOIN OSMOSIS_DEV.silver.msg_attributes m\n ON p.tx_id = m.tx_id\n WHERE\n (\n msg_type = 'token_swapped'\n AND attribute_key = 'tokens_out'\n )\n OR (\n msg_type = 'transfer'\n AND attribute_key = 'amount'\n )\n AND msg_group IS NOT NULL\n GROUP BY\n p.tx_id,\n msg_group\n),\nto_amt AS (\n SELECT\n mm.tx_id,\n p.msg_index,\n mm.msg_group,\n RIGHT(attribute_value, LENGTH(attribute_value) - LENGTH(SPLIT_PART(TRIM(REGEXP_REPLACE(attribute_value, '[^[:digit:]]', ' ')), ' ', 0))) AS to_currency,\n SPLIT_PART(\n TRIM(\n REGEXP_REPLACE(\n attribute_value,\n '[^[:digit:]]',\n ' '\n )\n ),\n ' ',\n 0\n ) AS to_amount\n FROM\n OSMOSIS_DEV.silver.msg_attributes p\n INNER JOIN max_idx2 mm\n ON p.tx_id = mm.tx_id\n AND p.msg_group = mm.msg_group\n AND p.msg_index = max_msg_index\n WHERE\n (\n msg_type = 'token_swapped'\n AND attribute_key = 'tokens_out'\n )\n OR (\n msg_type = 'transfer'\n AND attribute_key = 'amount'\n )\n),\npre_final2 AS (\n SELECT\n block_id,\n block_timestamp,\n p.blockchain,\n chain_id,\n p.tx_id,\n tx_status,\n trader,\n f.from_amount,\n f.from_currency,\n CASE\n WHEN f.from_currency LIKE 'gamm/pool/%' THEN 18\n ELSE l.raw_metadata [1] :exponent\n END AS from_decimal,\n tt.to_amount,\n tt.to_currency,\n CASE\n WHEN tt.to_currency LIKE 'gamm/pool/%' THEN 18\n ELSE A.raw_metadata [1] :exponent\n END AS TO_DECIMAL,\n pool_ids,\n _inserted_timestamp,\n p._body_index\n FROM\n pre_final p\n LEFT OUTER JOIN pools pp\n ON p.tx_id = pp.tx_id\n AND p._body_index = pp._body_index\n LEFT OUTER JOIN from_amt f\n ON p.tx_id = f.tx_id\n AND p._body_index = f.msg_group\n LEFT OUTER JOIN to_amt tt\n ON p.tx_id = tt.tx_id\n AND p._body_index = tt.msg_group\n LEFT OUTER JOIN OSMOSIS_DEV.silver.asset_metadata A\n ON tt.to_currency = A.address\n LEFT OUTER JOIN OSMOSIS_DEV.silver.asset_metadata\n l\n ON f.from_currency = l.address\n)\nSELECT\n block_id,\n block_timestamp,\n blockchain,\n chain_id,\n tx_id,\n tx_status,\n trader,\n from_amount :: NUMBER AS from_amount,\n from_currency,\n from_decimal,\n to_amount :: NUMBER AS to_amount,\n to_currency,\n TO_DECIMAL,\n pool_ids,\n _inserted_timestamp,\n _body_index\nFROM\n pre_final2", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.silver.swaps"}, "model.osmosis_models.silver__prices": {"raw_sql": "{{ config(\r\n materialized = 'view',\r\n) }}\r\n\r\nSELECT\r\n recorded_at,\r\n CASE\r\n WHEN symbol IS NOT NULL THEN symbol\r\n ELSE CASE\r\n asset_id\r\n WHEN 'cerberus-2' THEN 'CRBRUS'\r\n WHEN 'cheqd-network' THEN 'CHEQ'\r\n WHEN 'e-money-eur' THEN 'EEUR'\r\n WHEN 'juno-network' THEN 'JUNO'\r\n WHEN 'kujira' THEN 'KUJI'\r\n WHEN 'medibloc' THEN 'MED'\r\n WHEN 'microtick' THEN 'TICK'\r\n WHEN 'neta' THEN 'NETA'\r\n WHEN 'regen' THEN 'REGEN'\r\n WHEN 'sommelier' THEN 'SOMM'\r\n WHEN 'terra-luna' THEN 'LUNC'\r\n WHEN 'umee' THEN 'UMEE'\r\n END\r\n END AS symbol,\r\n price,\r\n total_supply,\r\n volume_24h,\r\n provider\r\nFROM\r\n {{ source(\r\n 'shared',\r\n 'prices_v2'\r\n ) }}\r\nWHERE\r\n (\r\n provider = 'coinmarketcap'\r\n AND (\r\n asset_id = '7431'\r\n OR asset_id = '7281'\r\n OR asset_id = '3874'\r\n OR asset_id = '3635'\r\n OR asset_id = '7271'\r\n OR asset_id = '12008'\r\n OR asset_id = '4679'\r\n OR asset_id = '3794'\r\n OR asset_id = '14973'\r\n OR asset_id = '17748'\r\n OR asset_id = '2909'\r\n OR asset_id = '16214'\r\n OR asset_id = '8905'\r\n OR asset_id = '13314'\r\n OR asset_id = '19899'\r\n OR asset_id = '18051'\r\n OR asset_id = '8279'\r\n OR asset_id = '17338'\r\n OR asset_id = '3773'\r\n OR asset_id = '4315'\r\n OR asset_id = '5604'\r\n OR asset_id = '9908'\r\n OR asset_id = '8996'\r\n OR asset_id = '5835'\r\n OR asset_id = '2620'\r\n OR asset_id = '4263'\r\n OR asset_id = '17208'\r\n OR asset_id = '9480'\r\n OR asset_id = '3717'\r\n OR asset_id = '2396'\r\n OR asset_id = '12220'\r\n OR asset_id = '7226'\r\n OR asset_id = '17799'\r\n OR asset_id = '4846'\r\n )\r\n )\r\n OR (\r\n provider = 'coingecko'\r\n AND (\r\n asset_id = 'pstake-finance'\r\n OR asset_id = 'e-money-eur'\r\n OR asset_id = 'juno-network'\r\n OR asset_id = 'terra-luna'\r\n OR asset_id = 'rac'\r\n OR asset_id = 'cerberus-2'\r\n OR asset_id = 'hash-token'\r\n OR asset_id = 'sommelier'\r\n OR asset_id = 'assetmantle'\r\n OR asset_id = 'microtick'\r\n OR asset_id = 'regen'\r\n OR asset_id = 'galaxer'\r\n OR asset_id = 'bootleg-nft'\r\n OR asset_id = 'terrausd'\r\n OR asset_id = 'umee'\r\n OR asset_id = 'cmdx'\r\n OR asset_id = 'terra-krw'\r\n OR asset_id = 'cheqd-network'\r\n OR asset_id = 'neta'\r\n OR asset_id = 'medibloc'\r\n OR asset_id = 'kujira'\r\n )\r\n ) qualify(ROW_NUMBER() over(PARTITION BY recorded_at, symbol\r\nORDER BY\r\n recorded_at DESC)) = 1", "compiled": true, "resource_type": "model", "depends_on": {"macros": [], "nodes": ["source.osmosis_models.shared.prices_v2"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "silver", "fqn": ["osmosis_models", "silver", "silver__prices"], "unique_id": "model.osmosis_models.silver__prices", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "silver\\silver__prices.sql", "original_file_path": "models\\silver\\silver__prices.sql", "name": "silver__prices", "alias": "prices", "checksum": {"name": "sha256", "checksum": "0054f62de451213573ef5601ae2554e9a687d03c6eaf7d48ed5aae2c2a4b2933"}, "tags": [], "refs": [], "sources": [["shared", "prices_v2"]], "metrics": [], "description": "Prices of tokens in USD from Coingecko and Coinmarketcap", "columns": {"RECORDED_AT": {"name": "RECORDED_AT", "description": "Time that the price was recorded at", "meta": {}, "data_type": null, "quote": null, "tags": []}, "SYMBOL": {"name": "SYMBOL", "description": "Symbol of the token", "meta": {}, "data_type": null, "quote": null, "tags": []}, "PRICE": {"name": "PRICE", "description": "Price of the token at the recorded time", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TOTAL_SUPPLY": {"name": "TOTAL_SUPPLY", "description": "Total supply of the token", "meta": {}, "data_type": null, "quote": null, "tags": []}, "VOLUME_24H": {"name": "VOLUME_24H", "description": "Total volume of token traded in a 24H time period", "meta": {}, "data_type": null, "quote": null, "tags": []}, "PROVIDER": {"name": "PROVIDER", "description": "Name of the provider of the price information", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\silver\\silver__prices.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__prices.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "view"}, "created_at": 1670433257.2445807, "compiled_sql": "\n\nSELECT\n recorded_at,\n CASE\n WHEN symbol IS NOT NULL THEN symbol\n ELSE CASE\n asset_id\n WHEN 'cerberus-2' THEN 'CRBRUS'\n WHEN 'cheqd-network' THEN 'CHEQ'\n WHEN 'e-money-eur' THEN 'EEUR'\n WHEN 'juno-network' THEN 'JUNO'\n WHEN 'kujira' THEN 'KUJI'\n WHEN 'medibloc' THEN 'MED'\n WHEN 'microtick' THEN 'TICK'\n WHEN 'neta' THEN 'NETA'\n WHEN 'regen' THEN 'REGEN'\n WHEN 'sommelier' THEN 'SOMM'\n WHEN 'terra-luna' THEN 'LUNC'\n WHEN 'umee' THEN 'UMEE'\n END\n END AS symbol,\n price,\n total_supply,\n volume_24h,\n provider\nFROM\n flipside_prod_db.silver.prices_v2\nWHERE\n (\n provider = 'coinmarketcap'\n AND (\n asset_id = '7431'\n OR asset_id = '7281'\n OR asset_id = '3874'\n OR asset_id = '3635'\n OR asset_id = '7271'\n OR asset_id = '12008'\n OR asset_id = '4679'\n OR asset_id = '3794'\n OR asset_id = '14973'\n OR asset_id = '17748'\n OR asset_id = '2909'\n OR asset_id = '16214'\n OR asset_id = '8905'\n OR asset_id = '13314'\n OR asset_id = '19899'\n OR asset_id = '18051'\n OR asset_id = '8279'\n OR asset_id = '17338'\n OR asset_id = '3773'\n OR asset_id = '4315'\n OR asset_id = '5604'\n OR asset_id = '9908'\n OR asset_id = '8996'\n OR asset_id = '5835'\n OR asset_id = '2620'\n OR asset_id = '4263'\n OR asset_id = '17208'\n OR asset_id = '9480'\n OR asset_id = '3717'\n OR asset_id = '2396'\n OR asset_id = '12220'\n OR asset_id = '7226'\n OR asset_id = '17799'\n OR asset_id = '4846'\n )\n )\n OR (\n provider = 'coingecko'\n AND (\n asset_id = 'pstake-finance'\n OR asset_id = 'e-money-eur'\n OR asset_id = 'juno-network'\n OR asset_id = 'terra-luna'\n OR asset_id = 'rac'\n OR asset_id = 'cerberus-2'\n OR asset_id = 'hash-token'\n OR asset_id = 'sommelier'\n OR asset_id = 'assetmantle'\n OR asset_id = 'microtick'\n OR asset_id = 'regen'\n OR asset_id = 'galaxer'\n OR asset_id = 'bootleg-nft'\n OR asset_id = 'terrausd'\n OR asset_id = 'umee'\n OR asset_id = 'cmdx'\n OR asset_id = 'terra-krw'\n OR asset_id = 'cheqd-network'\n OR asset_id = 'neta'\n OR asset_id = 'medibloc'\n OR asset_id = 'kujira'\n )\n ) qualify(ROW_NUMBER() over(PARTITION BY recorded_at, symbol\nORDER BY\n recorded_at DESC)) = 1", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.silver.prices"}, "model.osmosis_models.silver__transfers": {"raw_sql": "{{ config(\r\n materialized = 'incremental',\r\n unique_key = \"_unique_key\",\r\n incremental_strategy = 'merge',\r\n cluster_by = ['block_timestamp::DATE'],\r\n) }}\r\n\r\nWITH\r\n\r\n{% if is_incremental() %}\r\nmax_date AS (\r\n\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n ) _inserted_timestamp\r\n FROM\r\n {{ this }}\r\n),\r\n{% endif %}\r\n\r\nsender AS (\r\n SELECT\r\n tx_id,\r\n msg_index,\r\n SPLIT_PART(\r\n attribute_value,\r\n '/',\r\n 0\r\n ) AS sender\r\n FROM\r\n {{ ref('silver__msg_attributes') }}\r\n WHERE\r\n attribute_key = 'acc_seq'\r\n\r\n{% if is_incremental() %}\r\nAND _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n max_date\r\n)\r\n{% endif %}\r\n),\r\nmessage_index_ibc AS (\r\n SELECT\r\n att.tx_id,\r\n MAX(\r\n att.msg_index\r\n ) AS max_index\r\n FROM\r\n {{ ref('silver__msg_attributes') }}\r\n att\r\n INNER JOIN sender s\r\n ON att.tx_id = s.tx_id\r\n WHERE\r\n msg_type = 'coin_spent'\r\n OR msg_type = 'transfer'\r\n AND attribute_key = 'amount'\r\n AND att.msg_index > s.msg_index\r\n\r\n{% if is_incremental() %}\r\nAND _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n max_date\r\n)\r\n{% endif %}\r\nGROUP BY\r\n att.tx_id\r\n),\r\ncoin_sent_ibc AS (\r\n SELECT\r\n A.tx_id,\r\n COALESCE(\r\n SPLIT_PART(\r\n TRIM(\r\n REGEXP_REPLACE(\r\n attribute_value,\r\n '[^[:digit:]]',\r\n ' '\r\n )\r\n ),\r\n ' ',\r\n 0\r\n ),\r\n TRY_PARSE_JSON(attribute_value) :amount\r\n ) AS amount,\r\n COALESCE(\r\n RIGHT(attribute_value, LENGTH(attribute_value) - LENGTH(SPLIT_PART(TRIM(REGEXP_REPLACE(attribute_value, '[^[:digit:]]', ' ')), ' ', 0))),\r\n TRY_PARSE_JSON(attribute_value) [1] :denom\r\n ) AS currency,\r\n l.raw_metadata [1] :exponent AS DECIMAL\r\n FROM\r\n {{ ref('silver__msg_attributes') }} A\r\n LEFT OUTER JOIN message_index_ibc m\r\n ON A.tx_id = m.tx_id\r\n LEFT OUTER JOIN {{ ref('silver__asset_metadata') }}\r\n l\r\n ON RIGHT(attribute_value, LENGTH(attribute_value) - LENGTH(SPLIT_PART(TRIM(REGEXP_REPLACE(attribute_value, '[^[:digit:]]', ' ')), ' ', 0))) = l.address\r\n WHERE\r\n A.msg_index = m.max_index\r\n AND A.attribute_key = 'amount'\r\n\r\n{% if is_incremental() %}\r\nAND _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n max_date\r\n)\r\n{% endif %}\r\n),\r\nreceiver_ibc AS (\r\n SELECT\r\n tx_id,\r\n COALESCE(\r\n attribute_value,\r\n TRY_PARSE_JSON(attribute_value) :receiver\r\n ) AS receiver,\r\n MAX(msg_index) AS msg_index\r\n FROM\r\n {{ ref('silver__msg_attributes') }}\r\n WHERE\r\n msg_type = 'ibc_transfer'\r\n AND attribute_key = 'receiver'\r\n\r\n{% if is_incremental() %}\r\nAND _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n max_date\r\n)\r\n{% endif %}\r\nGROUP BY\r\n tx_id,\r\n receiver\r\n),\r\nosmo_tx_ids AS (\r\n SELECT\r\n DISTINCT tx_id\r\n FROM\r\n {{ ref('silver__msg_attributes') }}\r\n WHERE\r\n (\r\n msg_type = 'message'\r\n AND attribute_key = 'module'\r\n AND attribute_value = 'bank'\r\n )\r\n OR msg_type = 'claim'\r\n\r\n{% if is_incremental() %}\r\nAND _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n max_date\r\n)\r\n{% endif %}\r\n),\r\nmessage_indexes_osmo AS (\r\n SELECT\r\n v.tx_id,\r\n attribute_key,\r\n m.msg_index\r\n FROM\r\n osmo_tx_ids v\r\n LEFT OUTER JOIN {{ ref('silver__msg_attributes') }}\r\n m\r\n ON v.tx_id = m.tx_id\r\n INNER JOIN sender s\r\n ON v.tx_id = s.tx_id\r\n WHERE\r\n msg_type = 'transfer'\r\n AND attribute_key = 'amount'\r\n AND m.msg_index > s.msg_index\r\n\r\n{% if is_incremental() %}\r\nAND _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n max_date\r\n)\r\n{% endif %}\r\n),\r\nosmo_receiver AS (\r\n SELECT\r\n o.tx_id,\r\n m.msg_index,\r\n attribute_value AS receiver\r\n FROM\r\n osmo_tx_ids o\r\n LEFT OUTER JOIN {{ ref('silver__msg_attributes') }}\r\n m\r\n ON o.tx_id = m.tx_id\r\n LEFT OUTER JOIN message_indexes_osmo idx\r\n ON idx.tx_id = m.tx_id\r\n WHERE\r\n m.msg_type = 'transfer'\r\n AND m.attribute_key = 'recipient'\r\n AND idx.msg_index = m.msg_index\r\n\r\n{% if is_incremental() %}\r\nAND _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n max_date\r\n)\r\n{% endif %}\r\n),\r\nosmo_amount AS (\r\n SELECT\r\n o.tx_id,\r\n m.msg_index,\r\n SPLIT_PART(\r\n TRIM(\r\n REGEXP_REPLACE(\r\n attribute_value,\r\n '[^[:digit:]]',\r\n ' '\r\n )\r\n ),\r\n ' ',\r\n 0\r\n ) AS amount,\r\n RIGHT(attribute_value, LENGTH(attribute_value) - LENGTH(SPLIT_PART(TRIM(REGEXP_REPLACE(attribute_value, '[^[:digit:]]', ' ')), ' ', 0))) AS currency,\r\n l.raw_metadata [1] :exponent AS DECIMAL\r\n FROM\r\n osmo_tx_ids o\r\n LEFT OUTER JOIN {{ ref('silver__msg_attributes') }}\r\n m\r\n ON o.tx_id = m.tx_id\r\n LEFT OUTER JOIN message_indexes_osmo idx\r\n ON idx.tx_id = m.tx_id\r\n LEFT OUTER JOIN {{ ref('silver__asset_metadata') }}\r\n l\r\n ON RIGHT(attribute_value, LENGTH(attribute_value) - LENGTH(SPLIT_PART(TRIM(REGEXP_REPLACE(attribute_value, '[^[:digit:]]', ' ')), ' ', 0))) = l.address\r\n WHERE\r\n m.msg_type = 'transfer'\r\n AND m.attribute_key = 'amount'\r\n AND idx.msg_index = m.msg_index\r\n\r\n{% if is_incremental() %}\r\nAND _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n max_date\r\n)\r\n{% endif %}\r\n)\r\nSELECT\r\n block_id,\r\n block_timestamp,\r\n blockchain,\r\n chain_id,\r\n r.tx_id,\r\n tx_status,\r\n 'IBC_TRANSFER_OUT' AS transfer_type,\r\n r.msg_index,\r\n sender,\r\n amount,\r\n currency,\r\n DECIMAL,\r\n receiver,\r\n _inserted_timestamp,\r\n concat_ws(\r\n '-',\r\n r.tx_id,\r\n r.msg_index,\r\n currency\r\n ) AS _unique_key\r\nFROM\r\n receiver_ibc r\r\n LEFT OUTER JOIN coin_sent_ibc C\r\n ON r.tx_id = C.tx_id\r\n LEFT OUTER JOIN sender s\r\n ON r.tx_id = s.tx_id\r\n LEFT OUTER JOIN {{ ref('silver__transactions') }}\r\n t\r\n ON r.tx_id = t.tx_id\r\nWHERE\r\n (\r\n amount IS NOT NULL\r\n OR currency IS NOT NULL\r\n )\r\n\r\n{% if is_incremental() %}\r\nAND _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n max_date\r\n)\r\n{% endif %}\r\nUNION ALL\r\nSELECT\r\n block_id,\r\n block_timestamp,\r\n blockchain,\r\n chain_id,\r\n r.tx_id,\r\n tx_status,\r\n 'OSMOSIS' AS transfer_type,\r\n r.msg_index,\r\n sender,\r\n amount,\r\n currency,\r\n DECIMAL,\r\n receiver,\r\n _inserted_timestamp,\r\n concat_ws(\r\n '-',\r\n r.tx_id,\r\n r.msg_index,\r\n currency\r\n ) AS _unique_key\r\nFROM\r\n osmo_receiver r\r\n LEFT OUTER JOIN osmo_amount C\r\n ON r.tx_id = C.tx_id\r\n AND r.msg_index = C.msg_index\r\n LEFT OUTER JOIN sender s\r\n ON r.tx_id = s.tx_id\r\n LEFT OUTER JOIN {{ ref('silver__transactions') }}\r\n t\r\n ON r.tx_id = t.tx_id\r\nWHERE\r\n (\r\n amount IS NOT NULL\r\n OR currency IS NOT NULL\r\n )\r\n\r\n{% if is_incremental() %}\r\nAND _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n max_date\r\n)\r\n{% endif %}\r\nUNION ALL\r\nSELECT\r\n m.block_id,\r\n m.block_timestamp,\r\n m.blockchain,\r\n m.chain_id,\r\n s.tx_id,\r\n tx_status,\r\n 'IBC_TRANSFER_IN' AS transfer_type,\r\n m.msg_index,\r\n TRY_PARSE_JSON(attribute_value) :sender :: STRING AS sender,\r\n C.amount,\r\n C.currency,\r\n raw_metadata [1] :exponent :: INTEGER AS DECIMAL,\r\n TRY_PARSE_JSON(attribute_value) :receiver :: STRING AS receiver,\r\n m._inserted_timestamp,\r\n concat_ws(\r\n '-',\r\n s.tx_id,\r\n m.msg_index,\r\n currency\r\n ) AS _unique_key\r\nFROM\r\n sender s\r\n LEFT OUTER JOIN {{ ref('silver__msg_attributes') }}\r\n m\r\n ON s.tx_id = m.tx_id\r\n LEFT OUTER JOIN {{ ref('silver__asset_metadata') }} A\r\n ON TRY_PARSE_JSON(attribute_value) :denom :: STRING = COALESCE(\r\n raw_metadata [0] :aliases [0] :: STRING,\r\n raw_metadata [0] :denom :: STRING\r\n )\r\n LEFT OUTER JOIN {{ ref('silver__transactions') }}\r\n t\r\n ON s.tx_id = t.tx_id\r\n INNER JOIN coin_sent_ibc C\r\n ON s.tx_id = C.tx_id\r\nWHERE\r\n TRY_PARSE_JSON(attribute_value) :sender :: STRING IS NOT NULL\r\n AND m.msg_type = 'write_acknowledgement'\r\n AND m.attribute_key = 'packet_data'\r\n AND (\r\n amount IS NOT NULL\r\n OR currency IS NOT NULL\r\n )\r\n\r\n{% if is_incremental() %}\r\nAND m._inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n max_date\r\n)\r\nAND t._inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n max_date\r\n)\r\n{% endif %}", "compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.dbt.is_incremental"], "nodes": ["model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__asset_metadata", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__asset_metadata", "model.osmosis_models.silver__transactions", "model.osmosis_models.silver__transactions", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__asset_metadata", "model.osmosis_models.silver__transactions"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "incremental", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": "_unique_key", "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "cluster_by": ["block_timestamp::DATE"], "incremental_strategy": "merge", "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "silver", "fqn": ["osmosis_models", "silver", "silver__transfers"], "unique_id": "model.osmosis_models.silver__transfers", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "silver\\silver__transfers.sql", "original_file_path": "models\\silver\\silver__transfers.sql", "name": "silver__transfers", "alias": "transfers", "checksum": {"name": "sha256", "checksum": "98a99efe519acd55cce0b81ed98606ebcde0f8f3456d6736522a1a97df44007c"}, "tags": [], "refs": [["silver__msg_attributes"], ["silver__msg_attributes"], ["silver__msg_attributes"], ["silver__asset_metadata"], ["silver__msg_attributes"], ["silver__msg_attributes"], ["silver__msg_attributes"], ["silver__msg_attributes"], ["silver__msg_attributes"], ["silver__asset_metadata"], ["silver__transactions"], ["silver__transactions"], ["silver__msg_attributes"], ["silver__asset_metadata"], ["silver__transactions"]], "sources": [], "metrics": [], "description": "Records of all transfers on Osmosis, including IBC transfers as on- and off-ramps to Osmosis and wallet to wallet transfers", "columns": {"BLOCK_ID": {"name": "BLOCK_ID", "description": "The block height the block was recorded at.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCK_TIMESTAMP": {"name": "BLOCK_TIMESTAMP", "description": "The date and time at which the block began.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCKCHAIN": {"name": "BLOCKCHAIN", "description": "In this table, always Osmosis. Used to join to cross-chain tables.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CHAIN_ID": {"name": "CHAIN_ID", "description": "The name and version of the blockchain.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_ID": {"name": "TX_ID", "description": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_STATUS": {"name": "TX_STATUS", "description": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TRANSFER_TYPE": {"name": "TRANSFER_TYPE", "description": "Details on the type of transfer occurring during the transaction. \"IBC_Transfer_In\" = depositing tokens onto Osmosis. \"IBC_transfer_out\" = withdrawing tokens from Osmosis. \"Osmosis\" = wallet to wallet transfer on Osmosis.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "SENDER": {"name": "SENDER", "description": "The wallet address of the individual sent tokens in the transfer.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "AMOUNT": {"name": "AMOUNT", "description": "The amount that was used in the transaction message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CURRENCY": {"name": "CURRENCY", "description": "The currency that was used in the transaction message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "DECIMAL": {"name": "DECIMAL", "description": "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.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "RECEIVER": {"name": "RECEIVER", "description": "The wallet address of the individual received tokens in the transfer.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_INSERTED_TIMESTAMP": {"name": "_INSERTED_TIMESTAMP", "description": "The time the block was inserted into to the Flipside database.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\silver\\silver__transfers.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__transfers.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "incremental", "unique_key": "_unique_key", "incremental_strategy": "merge", "cluster_by": ["block_timestamp::DATE"]}, "created_at": 1670433257.2925923, "compiled_sql": "\n\nWITH\n\n\nmax_date AS (\n\n SELECT\n MAX(\n _inserted_timestamp\n ) _inserted_timestamp\n FROM\n OSMOSIS_DEV.silver.transfers\n),\n\n\nsender AS (\n SELECT\n tx_id,\n msg_index,\n SPLIT_PART(\n attribute_value,\n '/',\n 0\n ) AS sender\n FROM\n OSMOSIS_DEV.silver.msg_attributes\n WHERE\n attribute_key = 'acc_seq'\n\n\nAND _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n max_date\n)\n\n),\nmessage_index_ibc AS (\n SELECT\n att.tx_id,\n MAX(\n att.msg_index\n ) AS max_index\n FROM\n OSMOSIS_DEV.silver.msg_attributes\n att\n INNER JOIN sender s\n ON att.tx_id = s.tx_id\n WHERE\n msg_type = 'coin_spent'\n OR msg_type = 'transfer'\n AND attribute_key = 'amount'\n AND att.msg_index > s.msg_index\n\n\nAND _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n max_date\n)\n\nGROUP BY\n att.tx_id\n),\ncoin_sent_ibc AS (\n SELECT\n A.tx_id,\n COALESCE(\n SPLIT_PART(\n TRIM(\n REGEXP_REPLACE(\n attribute_value,\n '[^[:digit:]]',\n ' '\n )\n ),\n ' ',\n 0\n ),\n TRY_PARSE_JSON(attribute_value) :amount\n ) AS amount,\n COALESCE(\n RIGHT(attribute_value, LENGTH(attribute_value) - LENGTH(SPLIT_PART(TRIM(REGEXP_REPLACE(attribute_value, '[^[:digit:]]', ' ')), ' ', 0))),\n TRY_PARSE_JSON(attribute_value) [1] :denom\n ) AS currency,\n l.raw_metadata [1] :exponent AS DECIMAL\n FROM\n OSMOSIS_DEV.silver.msg_attributes A\n LEFT OUTER JOIN message_index_ibc m\n ON A.tx_id = m.tx_id\n LEFT OUTER JOIN OSMOSIS_DEV.silver.asset_metadata\n l\n ON RIGHT(attribute_value, LENGTH(attribute_value) - LENGTH(SPLIT_PART(TRIM(REGEXP_REPLACE(attribute_value, '[^[:digit:]]', ' ')), ' ', 0))) = l.address\n WHERE\n A.msg_index = m.max_index\n AND A.attribute_key = 'amount'\n\n\nAND _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n max_date\n)\n\n),\nreceiver_ibc AS (\n SELECT\n tx_id,\n COALESCE(\n attribute_value,\n TRY_PARSE_JSON(attribute_value) :receiver\n ) AS receiver,\n MAX(msg_index) AS msg_index\n FROM\n OSMOSIS_DEV.silver.msg_attributes\n WHERE\n msg_type = 'ibc_transfer'\n AND attribute_key = 'receiver'\n\n\nAND _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n max_date\n)\n\nGROUP BY\n tx_id,\n receiver\n),\nosmo_tx_ids AS (\n SELECT\n DISTINCT tx_id\n FROM\n OSMOSIS_DEV.silver.msg_attributes\n WHERE\n (\n msg_type = 'message'\n AND attribute_key = 'module'\n AND attribute_value = 'bank'\n )\n OR msg_type = 'claim'\n\n\nAND _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n max_date\n)\n\n),\nmessage_indexes_osmo AS (\n SELECT\n v.tx_id,\n attribute_key,\n m.msg_index\n FROM\n osmo_tx_ids v\n LEFT OUTER JOIN OSMOSIS_DEV.silver.msg_attributes\n m\n ON v.tx_id = m.tx_id\n INNER JOIN sender s\n ON v.tx_id = s.tx_id\n WHERE\n msg_type = 'transfer'\n AND attribute_key = 'amount'\n AND m.msg_index > s.msg_index\n\n\nAND _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n max_date\n)\n\n),\nosmo_receiver AS (\n SELECT\n o.tx_id,\n m.msg_index,\n attribute_value AS receiver\n FROM\n osmo_tx_ids o\n LEFT OUTER JOIN OSMOSIS_DEV.silver.msg_attributes\n m\n ON o.tx_id = m.tx_id\n LEFT OUTER JOIN message_indexes_osmo idx\n ON idx.tx_id = m.tx_id\n WHERE\n m.msg_type = 'transfer'\n AND m.attribute_key = 'recipient'\n AND idx.msg_index = m.msg_index\n\n\nAND _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n max_date\n)\n\n),\nosmo_amount AS (\n SELECT\n o.tx_id,\n m.msg_index,\n SPLIT_PART(\n TRIM(\n REGEXP_REPLACE(\n attribute_value,\n '[^[:digit:]]',\n ' '\n )\n ),\n ' ',\n 0\n ) AS amount,\n RIGHT(attribute_value, LENGTH(attribute_value) - LENGTH(SPLIT_PART(TRIM(REGEXP_REPLACE(attribute_value, '[^[:digit:]]', ' ')), ' ', 0))) AS currency,\n l.raw_metadata [1] :exponent AS DECIMAL\n FROM\n osmo_tx_ids o\n LEFT OUTER JOIN OSMOSIS_DEV.silver.msg_attributes\n m\n ON o.tx_id = m.tx_id\n LEFT OUTER JOIN message_indexes_osmo idx\n ON idx.tx_id = m.tx_id\n LEFT OUTER JOIN OSMOSIS_DEV.silver.asset_metadata\n l\n ON RIGHT(attribute_value, LENGTH(attribute_value) - LENGTH(SPLIT_PART(TRIM(REGEXP_REPLACE(attribute_value, '[^[:digit:]]', ' ')), ' ', 0))) = l.address\n WHERE\n m.msg_type = 'transfer'\n AND m.attribute_key = 'amount'\n AND idx.msg_index = m.msg_index\n\n\nAND _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n max_date\n)\n\n)\nSELECT\n block_id,\n block_timestamp,\n blockchain,\n chain_id,\n r.tx_id,\n tx_status,\n 'IBC_TRANSFER_OUT' AS transfer_type,\n r.msg_index,\n sender,\n amount,\n currency,\n DECIMAL,\n receiver,\n _inserted_timestamp,\n concat_ws(\n '-',\n r.tx_id,\n r.msg_index,\n currency\n ) AS _unique_key\nFROM\n receiver_ibc r\n LEFT OUTER JOIN coin_sent_ibc C\n ON r.tx_id = C.tx_id\n LEFT OUTER JOIN sender s\n ON r.tx_id = s.tx_id\n LEFT OUTER JOIN OSMOSIS_DEV.silver.transactions\n t\n ON r.tx_id = t.tx_id\nWHERE\n (\n amount IS NOT NULL\n OR currency IS NOT NULL\n )\n\n\nAND _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n max_date\n)\n\nUNION ALL\nSELECT\n block_id,\n block_timestamp,\n blockchain,\n chain_id,\n r.tx_id,\n tx_status,\n 'OSMOSIS' AS transfer_type,\n r.msg_index,\n sender,\n amount,\n currency,\n DECIMAL,\n receiver,\n _inserted_timestamp,\n concat_ws(\n '-',\n r.tx_id,\n r.msg_index,\n currency\n ) AS _unique_key\nFROM\n osmo_receiver r\n LEFT OUTER JOIN osmo_amount C\n ON r.tx_id = C.tx_id\n AND r.msg_index = C.msg_index\n LEFT OUTER JOIN sender s\n ON r.tx_id = s.tx_id\n LEFT OUTER JOIN OSMOSIS_DEV.silver.transactions\n t\n ON r.tx_id = t.tx_id\nWHERE\n (\n amount IS NOT NULL\n OR currency IS NOT NULL\n )\n\n\nAND _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n max_date\n)\n\nUNION ALL\nSELECT\n m.block_id,\n m.block_timestamp,\n m.blockchain,\n m.chain_id,\n s.tx_id,\n tx_status,\n 'IBC_TRANSFER_IN' AS transfer_type,\n m.msg_index,\n TRY_PARSE_JSON(attribute_value) :sender :: STRING AS sender,\n C.amount,\n C.currency,\n raw_metadata [1] :exponent :: INTEGER AS DECIMAL,\n TRY_PARSE_JSON(attribute_value) :receiver :: STRING AS receiver,\n m._inserted_timestamp,\n concat_ws(\n '-',\n s.tx_id,\n m.msg_index,\n currency\n ) AS _unique_key\nFROM\n sender s\n LEFT OUTER JOIN OSMOSIS_DEV.silver.msg_attributes\n m\n ON s.tx_id = m.tx_id\n LEFT OUTER JOIN OSMOSIS_DEV.silver.asset_metadata A\n ON TRY_PARSE_JSON(attribute_value) :denom :: STRING = COALESCE(\n raw_metadata [0] :aliases [0] :: STRING,\n raw_metadata [0] :denom :: STRING\n )\n LEFT OUTER JOIN OSMOSIS_DEV.silver.transactions\n t\n ON s.tx_id = t.tx_id\n INNER JOIN coin_sent_ibc C\n ON s.tx_id = C.tx_id\nWHERE\n TRY_PARSE_JSON(attribute_value) :sender :: STRING IS NOT NULL\n AND m.msg_type = 'write_acknowledgement'\n AND m.attribute_key = 'packet_data'\n AND (\n amount IS NOT NULL\n OR currency IS NOT NULL\n )\n\n\nAND m._inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n max_date\n)\nAND t._inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n max_date\n)\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.silver.transfers"}, "model.osmosis_models.silver__governance_votes": {"raw_sql": "{{ config(\r\n materialized = 'incremental',\r\n unique_key = \"_unique_key\",\r\n incremental_strategy = 'merge',\r\n cluster_by = ['block_timestamp::DATE'],\r\n) }}\r\n\r\nWITH\r\n\r\n{% if is_incremental() %}\r\nmax_date AS (\r\n\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n ) _inserted_timestamp\r\n FROM\r\n {{ this }}\r\n),\r\n{% endif %}\r\n\r\nweighted_votes AS (\r\n SELECT \r\n block_id, \r\n block_timestamp, \r\n blockchain, \r\n chain_id, \r\n tx_id, \r\n tx_status, \r\n tx_body, \r\n path :: STRING AS _path, \r\n _inserted_timestamp\r\n FROM \r\n {{ ref('silver__transactions') }}, \r\n LATERAL FLATTEN (input => tx_body :messages, recursive => TRUE ) b \r\n WHERE \r\n key = '@type' \r\n AND VALUE :: STRING = '/cosmos.gov.v1beta1.MsgVoteWeighted'\r\n\r\n {% if is_incremental() %}\r\n AND _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n max_date\r\n ) \r\n {% endif %}\r\n \r\n)\r\n\r\nSELECT\r\n block_id, \r\n block_timestamp, \r\n blockchain, \r\n chain_id, \r\n tx_id, \r\n tx_status, \r\n path :: STRING AS _path, \r\n this :proposal_id :: STRING AS proposal_id, \r\n this :voter :: STRING AS voter, \r\n CASE\r\n WHEN this :option :: STRING = 'VOTE_OPTION_YES' THEN 1\r\n WHEN this :option :: STRING = 'VOTE_OPTION_ABSTAIN' THEN 2\r\n WHEN this :option :: STRING = 'VOTE_OPTION_NO' THEN 3\r\n WHEN this :option :: STRING = 'VOTE_OPTION_NO_WITH_VETO' THEN 4\r\n ELSE this :option\r\n END AS vote_option,\r\n 1.000 AS vote_weight, \r\n _inserted_timestamp, \r\n concat_ws(\r\n '-',\r\n tx_id,\r\n proposal_id,\r\n voter, \r\n vote_option, \r\n _path\r\n ) AS _unique_key\r\nFROM \r\n {{ ref('silver__transactions') }}, \r\nLATERAL FLATTEN (input => tx_body :messages, recursive => TRUE ) b\r\nWHERE \r\n key = '@type' \r\n AND VALUE :: STRING = '/cosmos.gov.v1beta1.MsgVote'\r\n\r\n{% if is_incremental() %}\r\n AND _inserted_timestamp >= (\r\n SELECT\r\n MAX(\r\n _inserted_timestamp\r\n )\r\n FROM\r\n max_date\r\n )\r\n{% endif %}\r\n \r\nUNION ALL \r\n \r\nSELECT\r\n block_id, \r\n block_timestamp, \r\n blockchain, \r\n chain_id, \r\n tx_id, \r\n tx_status, \r\n _path, \r\n b.value :proposal_id :: NUMBER AS proposal_id, \r\n b.value :voter :: STRING AS voter, \r\n CASE\r\n WHEN o.value :option :: STRING = 'VOTE_OPTION_YES' THEN 1\r\n WHEN o.value :option :: STRING = 'VOTE_OPTION_ABSTAIN' THEN 2\r\n WHEN o.value :option :: STRING = 'VOTE_OPTION_NO' THEN 3\r\n WHEN o.value :option :: STRING = 'VOTE_OPTION_NO_WITH_VETO' THEN 4\r\n ELSE o.value :option\r\n END AS vote_option,\r\n o.value :weight :: FLOAT AS vote_weight, \r\n _inserted_timestamp, \r\n concat_ws(\r\n '-',\r\n tx_id,\r\n proposal_id,\r\n voter, \r\n vote_option, \r\n _path\r\n ) AS _unique_key\r\nFROM weighted_votes, \r\nLATERAL FLATTEN (input => tx_body :messages) b, \r\nLATERAL FLATTEN (input => b.value :options) o", "compiled": true, "resource_type": "model", "depends_on": {"macros": ["macro.dbt.is_incremental"], "nodes": ["model.osmosis_models.silver__transactions", "model.osmosis_models.silver__transactions"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "incremental", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": "_unique_key", "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "cluster_by": ["block_timestamp::DATE"], "incremental_strategy": "merge", "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "silver", "fqn": ["osmosis_models", "silver", "silver__governance_votes"], "unique_id": "model.osmosis_models.silver__governance_votes", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "silver\\silver__governance_votes.sql", "original_file_path": "models\\silver\\silver__governance_votes.sql", "name": "silver__governance_votes", "alias": "governance_votes", "checksum": {"name": "sha256", "checksum": "be70fc285796fc48d20ce442de04a492c8c5defd7ee80cdea337f30bedd8e724"}, "tags": [], "refs": [["silver__transactions"], ["silver__transactions"]], "sources": [], "metrics": [], "description": "Records of all votes on proposals.", "columns": {"BLOCK_ID": {"name": "BLOCK_ID", "description": "The block height the block was recorded at.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCK_TIMESTAMP": {"name": "BLOCK_TIMESTAMP", "description": "The date and time at which the block began.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCKCHAIN": {"name": "BLOCKCHAIN", "description": "In this table, always Osmosis. Used to join to cross-chain tables.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CHAIN_ID": {"name": "CHAIN_ID", "description": "The name and version of the blockchain.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_ID": {"name": "TX_ID", "description": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_STATUS": {"name": "TX_STATUS", "description": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "VOTER": {"name": "VOTER", "description": "Address of the delegator that voted on the proposal.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "PROPOSAL_ID": {"name": "PROPOSAL_ID", "description": "Numeric ID that corresponds to the proposal.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "VOTE_OPTION": {"name": "VOTE_OPTION", "description": "How the delegator voted on the proposal.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_INSERTED_TIMESTAMP": {"name": "_INSERTED_TIMESTAMP", "description": "The time the block was inserted into to the Flipside database.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_PATH": {"name": "_PATH", "description": "Internal use for unique key. Path recursive lateral flatten pulls info from.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "VOTE_WEIGHT": {"name": "VOTE_WEIGHT", "description": "The percentage of one's delegation put towards a voting option. 1 = 100%, etc.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\silver\\silver__governance_votes.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_votes.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "incremental", "unique_key": "_unique_key", "incremental_strategy": "merge", "cluster_by": ["block_timestamp::DATE"]}, "created_at": 1670433257.3932238, "compiled_sql": "\n\nWITH\n\n\nmax_date AS (\n\n SELECT\n MAX(\n _inserted_timestamp\n ) _inserted_timestamp\n FROM\n OSMOSIS_DEV.silver.governance_votes\n),\n\n\nweighted_votes AS (\n SELECT \n block_id, \n block_timestamp, \n blockchain, \n chain_id, \n tx_id, \n tx_status, \n tx_body, \n path :: STRING AS _path, \n _inserted_timestamp\n FROM \n OSMOSIS_DEV.silver.transactions, \n LATERAL FLATTEN (input => tx_body :messages, recursive => TRUE ) b \n WHERE \n key = '@type' \n AND VALUE :: STRING = '/cosmos.gov.v1beta1.MsgVoteWeighted'\n\n \n AND _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n max_date\n ) \n \n \n)\n\nSELECT\n block_id, \n block_timestamp, \n blockchain, \n chain_id, \n tx_id, \n tx_status, \n path :: STRING AS _path, \n this :proposal_id :: STRING AS proposal_id, \n this :voter :: STRING AS voter, \n CASE\n WHEN this :option :: STRING = 'VOTE_OPTION_YES' THEN 1\n WHEN this :option :: STRING = 'VOTE_OPTION_ABSTAIN' THEN 2\n WHEN this :option :: STRING = 'VOTE_OPTION_NO' THEN 3\n WHEN this :option :: STRING = 'VOTE_OPTION_NO_WITH_VETO' THEN 4\n ELSE this :option\n END AS vote_option,\n 1.000 AS vote_weight, \n _inserted_timestamp, \n concat_ws(\n '-',\n tx_id,\n proposal_id,\n voter, \n vote_option, \n _path\n ) AS _unique_key\nFROM \n OSMOSIS_DEV.silver.transactions, \nLATERAL FLATTEN (input => tx_body :messages, recursive => TRUE ) b\nWHERE \n key = '@type' \n AND VALUE :: STRING = '/cosmos.gov.v1beta1.MsgVote'\n\n\n AND _inserted_timestamp >= (\n SELECT\n MAX(\n _inserted_timestamp\n )\n FROM\n max_date\n )\n\n \nUNION ALL \n \nSELECT\n block_id, \n block_timestamp, \n blockchain, \n chain_id, \n tx_id, \n tx_status, \n _path, \n b.value :proposal_id :: NUMBER AS proposal_id, \n b.value :voter :: STRING AS voter, \n CASE\n WHEN o.value :option :: STRING = 'VOTE_OPTION_YES' THEN 1\n WHEN o.value :option :: STRING = 'VOTE_OPTION_ABSTAIN' THEN 2\n WHEN o.value :option :: STRING = 'VOTE_OPTION_NO' THEN 3\n WHEN o.value :option :: STRING = 'VOTE_OPTION_NO_WITH_VETO' THEN 4\n ELSE o.value :option\n END AS vote_option,\n o.value :weight :: FLOAT AS vote_weight, \n _inserted_timestamp, \n concat_ws(\n '-',\n tx_id,\n proposal_id,\n voter, \n vote_option, \n _path\n ) AS _unique_key\nFROM weighted_votes, \nLATERAL FLATTEN (input => tx_body :messages) b, \nLATERAL FLATTEN (input => b.value :options) o", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.silver.governance_votes"}, "test.osmosis_models.not_null_silver__locked_liquidity_actions_BLOCK_ID.971c830a94": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__locked_liquidity_actions_BLOCK_ID"], "unique_id": "test.osmosis_models.not_null_silver__locked_liquidity_actions_BLOCK_ID.971c830a94", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__locked_liquidity_actions_BLOCK_ID.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions.yml", "name": "not_null_silver__locked_liquidity_actions_BLOCK_ID", "alias": "locked_liquidity_actions_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions.yml\\not_null_silver__locked_liquidity_actions_BLOCK_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433254.929651, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.locked_liquidity_actions\nwhere BLOCK_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.locked_liquidity_actions_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.silver__locked_liquidity_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_BLOCK_ID__NUMBER__FLOAT.653de7e47d": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_48f63528a168f6a72ea3a93374f51997\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_48f63528a168f6a72ea3a93374f51997", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_BLOCK_ID__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_BLOCK_ID__NUMBER__FLOAT.653de7e47d", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_48f63528a168f6a72ea3a93374f51997.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_BLOCK_ID__NUMBER__FLOAT", "alias": "locked_liquidity_actions_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions.yml\\dbt_expectations_expect_column_48f63528a168f6a72ea3a93374f51997.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_48f63528a168f6a72ea3a93374f51997"}, "created_at": 1670433254.9318435, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_ACTION_DESCRIPTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCKER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_DURATION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNLOCK_TIME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('IS_SUPERFLUID' as \n varchar\n) as relation_column,\n cast('BOOLEAN' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNPOOL_NEW_LOCK_IDS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCK_ID'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.locked_liquidity_actions_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.silver__locked_liquidity_actions"}, "test.osmosis_models.not_null_silver__locked_liquidity_actions_BLOCK_TIMESTAMP.ae52fcaf2c": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__locked_liquidity_actions_BLOCK_TIMESTAMP"], "unique_id": "test.osmosis_models.not_null_silver__locked_liquidity_actions_BLOCK_TIMESTAMP.ae52fcaf2c", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__locked_liquidity_actions_BLOCK_TIMESTAMP.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions.yml", "name": "not_null_silver__locked_liquidity_actions_BLOCK_TIMESTAMP", "alias": "locked_liquidity_actions_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions.yml\\not_null_silver__locked_liquidity_actions_BLOCK_TIMESTAMP.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433254.9429545, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.locked_liquidity_actions\nwhere BLOCK_TIMESTAMP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.locked_liquidity_actions_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__locked_liquidity_actions"}, "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__locked_liquidity_actions_BLOCK_TIMESTAMP__day__2.dc5bb8840e": {"raw_sql": "{{ dbt_expectations.test_expect_row_values_to_have_recent_data(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_row_va_3a4e3c1190ea2cce41c683646228b3e3\") }}", "test_metadata": {"name": "expect_row_values_to_have_recent_data", "kwargs": {"datepart": "day", "interval": 2, "column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_row_values_to_have_recent_data", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_row_va_3a4e3c1190ea2cce41c683646228b3e3", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_row_values_to_have_recent_data_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_row_values_to_have_recent_data_silver__locked_liquidity_actions_BLOCK_TIMESTAMP__day__2"], "unique_id": "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__locked_liquidity_actions_BLOCK_TIMESTAMP__day__2.dc5bb8840e", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_row_va_3a4e3c1190ea2cce41c683646228b3e3.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions.yml", "name": "dbt_expectations_expect_row_values_to_have_recent_data_silver__locked_liquidity_actions_BLOCK_TIMESTAMP__day__2", "alias": "locked_liquidity_actions_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions.yml\\dbt_expectations_expect_row_va_3a4e3c1190ea2cce41c683646228b3e3.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_row_va_3a4e3c1190ea2cce41c683646228b3e3"}, "created_at": 1670433254.9439542, "compiled_sql": "\n\n with max_recency as (\n\n select max(cast(BLOCK_TIMESTAMP as \n timestamp_ntz\n)) as max_timestamp\n from\n OSMOSIS_DEV.silver.locked_liquidity_actions\n where\n -- to exclude erroneous future dates\n cast(BLOCK_TIMESTAMP as \n timestamp_ntz\n) <= cast(convert_timezone('UTC', 'GMT', \n current_timestamp::\n timestamp_ntz\n\n) as \n timestamp_ntz\n)\n \n)\nselect\n *\nfrom\n max_recency\nwhere\n -- if the row_condition excludes all rows, we need to compare against a default date\n -- to avoid false negatives\n coalesce(max_timestamp, cast('1970-01-01' as \n timestamp_ntz\n))\n <\n cast(\n\n dateadd(\n day,\n -2,\n cast(convert_timezone('UTC', 'GMT', \n current_timestamp::\n timestamp_ntz\n\n) as \n timestamp_ntz\n)\n )\n\n as \n timestamp_ntz\n)\n\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_row_values_to_have_recent_data_silver.locked_liquidity_actions_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__locked_liquidity_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.3a3d5edff0": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_1cf2da2711cee585ae4631431e9e595c\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["TIMESTAMP_NTZ"], "column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_1cf2da2711cee585ae4631431e9e595c", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_BLOCK_TIMESTAMP__TIMESTAMP_NTZ"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.3a3d5edff0", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_1cf2da2711cee585ae4631431e9e595c.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_BLOCK_TIMESTAMP__TIMESTAMP_NTZ", "alias": "locked_liquidity_actions_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions.yml\\dbt_expectations_expect_column_1cf2da2711cee585ae4631431e9e595c.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_1cf2da2711cee585ae4631431e9e595c"}, "created_at": 1670433254.9625828, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_ACTION_DESCRIPTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCKER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_DURATION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNLOCK_TIME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('IS_SUPERFLUID' as \n varchar\n) as relation_column,\n cast('BOOLEAN' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNPOOL_NEW_LOCK_IDS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCK_TIMESTAMP'\n and\n relation_column_type not in ('TIMESTAMP_NTZ')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.locked_liquidity_actions_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__locked_liquidity_actions"}, "test.osmosis_models.not_null_silver__locked_liquidity_actions_BLOCKCHAIN.024c6f27bd": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__locked_liquidity_actions_BLOCKCHAIN"], "unique_id": "test.osmosis_models.not_null_silver__locked_liquidity_actions_BLOCKCHAIN.024c6f27bd", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__locked_liquidity_actions_BLOCKCHAIN.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions.yml", "name": "not_null_silver__locked_liquidity_actions_BLOCKCHAIN", "alias": "locked_liquidity_actions_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions.yml\\not_null_silver__locked_liquidity_actions_BLOCKCHAIN.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433254.9668612, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.locked_liquidity_actions\nwhere BLOCKCHAIN is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.locked_liquidity_actions_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.silver__locked_liquidity_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_BLOCKCHAIN__STRING__VARCHAR.fcd09e94b3": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_60928c8397f57a2f1daa0fc7f8e52683\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_60928c8397f57a2f1daa0fc7f8e52683", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_BLOCKCHAIN__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_BLOCKCHAIN__STRING__VARCHAR.fcd09e94b3", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_60928c8397f57a2f1daa0fc7f8e52683.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_BLOCKCHAIN__STRING__VARCHAR", "alias": "locked_liquidity_actions_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions.yml\\dbt_expectations_expect_column_60928c8397f57a2f1daa0fc7f8e52683.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_60928c8397f57a2f1daa0fc7f8e52683"}, "created_at": 1670433254.967861, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_ACTION_DESCRIPTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCKER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_DURATION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNLOCK_TIME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('IS_SUPERFLUID' as \n varchar\n) as relation_column,\n cast('BOOLEAN' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNPOOL_NEW_LOCK_IDS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCKCHAIN'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.locked_liquidity_actions_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.silver__locked_liquidity_actions"}, "test.osmosis_models.not_null_silver__locked_liquidity_actions_CHAIN_ID.b2d4c6ef82": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__locked_liquidity_actions_CHAIN_ID"], "unique_id": "test.osmosis_models.not_null_silver__locked_liquidity_actions_CHAIN_ID.b2d4c6ef82", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__locked_liquidity_actions_CHAIN_ID.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions.yml", "name": "not_null_silver__locked_liquidity_actions_CHAIN_ID", "alias": "locked_liquidity_actions_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions.yml\\not_null_silver__locked_liquidity_actions_CHAIN_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433254.9720528, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.locked_liquidity_actions\nwhere CHAIN_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.locked_liquidity_actions_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.silver__locked_liquidity_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_CHAIN_ID__STRING__VARCHAR.09564f3f99": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_44cd1abdd46e295d9fb813277aacd24d\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_44cd1abdd46e295d9fb813277aacd24d", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_CHAIN_ID__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_CHAIN_ID__STRING__VARCHAR.09564f3f99", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_44cd1abdd46e295d9fb813277aacd24d.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_CHAIN_ID__STRING__VARCHAR", "alias": "locked_liquidity_actions_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions.yml\\dbt_expectations_expect_column_44cd1abdd46e295d9fb813277aacd24d.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_44cd1abdd46e295d9fb813277aacd24d"}, "created_at": 1670433254.9741404, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_ACTION_DESCRIPTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCKER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_DURATION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNLOCK_TIME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('IS_SUPERFLUID' as \n varchar\n) as relation_column,\n cast('BOOLEAN' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNPOOL_NEW_LOCK_IDS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'CHAIN_ID'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.locked_liquidity_actions_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.silver__locked_liquidity_actions"}, "test.osmosis_models.not_null_silver__locked_liquidity_actions_TX_ID.6608c6c52f": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "TX_ID", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__locked_liquidity_actions_TX_ID"], "unique_id": "test.osmosis_models.not_null_silver__locked_liquidity_actions_TX_ID.6608c6c52f", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__locked_liquidity_actions_TX_ID.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions.yml", "name": "not_null_silver__locked_liquidity_actions_TX_ID", "alias": "locked_liquidity_actions_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions.yml\\not_null_silver__locked_liquidity_actions_TX_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433254.977459, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.locked_liquidity_actions\nwhere TX_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.locked_liquidity_actions_TX_ID", "column_name": "TX_ID", "file_key_name": "models.silver__locked_liquidity_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_TX_ID__STRING__VARCHAR.73e8e1f6e3": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_2847f5a853d59c917f6b0d18dc28f6b0\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "TX_ID", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_2847f5a853d59c917f6b0d18dc28f6b0", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_TX_ID__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_TX_ID__STRING__VARCHAR.73e8e1f6e3", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_2847f5a853d59c917f6b0d18dc28f6b0.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_TX_ID__STRING__VARCHAR", "alias": "locked_liquidity_actions_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions.yml\\dbt_expectations_expect_column_2847f5a853d59c917f6b0d18dc28f6b0.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_2847f5a853d59c917f6b0d18dc28f6b0"}, "created_at": 1670433254.979455, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_ACTION_DESCRIPTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCKER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_DURATION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNLOCK_TIME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('IS_SUPERFLUID' as \n varchar\n) as relation_column,\n cast('BOOLEAN' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNPOOL_NEW_LOCK_IDS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'TX_ID'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.locked_liquidity_actions_TX_ID", "column_name": "TX_ID", "file_key_name": "models.silver__locked_liquidity_actions"}, "test.osmosis_models.not_null_silver__locked_liquidity_actions_TX_STATUS.a17ebaec62": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "TX_STATUS", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__locked_liquidity_actions_TX_STATUS"], "unique_id": "test.osmosis_models.not_null_silver__locked_liquidity_actions_TX_STATUS.a17ebaec62", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__locked_liquidity_actions_TX_STATUS.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions.yml", "name": "not_null_silver__locked_liquidity_actions_TX_STATUS", "alias": "locked_liquidity_actions_TX_STATUS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions.yml\\not_null_silver__locked_liquidity_actions_TX_STATUS.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433254.9834554, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.locked_liquidity_actions\nwhere TX_STATUS is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.locked_liquidity_actions_TX_STATUS", "column_name": "TX_STATUS", "file_key_name": "models.silver__locked_liquidity_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_TX_STATUS__STRING__VARCHAR.08471430fb": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_cb4e4ad313e1b773dbb6ce754ea1708a\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "TX_STATUS", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_cb4e4ad313e1b773dbb6ce754ea1708a", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_TX_STATUS__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_TX_STATUS__STRING__VARCHAR.08471430fb", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_cb4e4ad313e1b773dbb6ce754ea1708a.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_TX_STATUS__STRING__VARCHAR", "alias": "locked_liquidity_actions_TX_STATUS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions.yml\\dbt_expectations_expect_column_cb4e4ad313e1b773dbb6ce754ea1708a.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_cb4e4ad313e1b773dbb6ce754ea1708a"}, "created_at": 1670433254.984455, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_ACTION_DESCRIPTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCKER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_DURATION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNLOCK_TIME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('IS_SUPERFLUID' as \n varchar\n) as relation_column,\n cast('BOOLEAN' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNPOOL_NEW_LOCK_IDS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'TX_STATUS'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.locked_liquidity_actions_TX_STATUS", "column_name": "TX_STATUS", "file_key_name": "models.silver__locked_liquidity_actions"}, "test.osmosis_models.not_null_silver__locked_liquidity_actions_MSG_GROUP.7dc26d1fff": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "MSG_GROUP", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__locked_liquidity_actions_MSG_GROUP"], "unique_id": "test.osmosis_models.not_null_silver__locked_liquidity_actions_MSG_GROUP.7dc26d1fff", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__locked_liquidity_actions_MSG_GROUP.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions.yml", "name": "not_null_silver__locked_liquidity_actions_MSG_GROUP", "alias": "locked_liquidity_actions_MSG_GROUP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions.yml\\not_null_silver__locked_liquidity_actions_MSG_GROUP.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433254.9886491, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.locked_liquidity_actions\nwhere MSG_GROUP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.locked_liquidity_actions_MSG_GROUP", "column_name": "MSG_GROUP", "file_key_name": "models.silver__locked_liquidity_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_MSG_GROUP__NUMBER__FLOAT.7486554f02": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_91bf7e5333a3aa2b0c19621bd6810216\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "MSG_GROUP", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_91bf7e5333a3aa2b0c19621bd6810216", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_MSG_GROUP__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_MSG_GROUP__NUMBER__FLOAT.7486554f02", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_91bf7e5333a3aa2b0c19621bd6810216.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_MSG_GROUP__NUMBER__FLOAT", "alias": "locked_liquidity_actions_MSG_GROUP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions.yml\\dbt_expectations_expect_column_91bf7e5333a3aa2b0c19621bd6810216.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_91bf7e5333a3aa2b0c19621bd6810216"}, "created_at": 1670433254.9897325, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_ACTION_DESCRIPTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCKER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_DURATION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNLOCK_TIME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('IS_SUPERFLUID' as \n varchar\n) as relation_column,\n cast('BOOLEAN' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNPOOL_NEW_LOCK_IDS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'MSG_GROUP'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.locked_liquidity_actions_MSG_GROUP", "column_name": "MSG_GROUP", "file_key_name": "models.silver__locked_liquidity_actions"}, "test.osmosis_models.not_null_silver__locked_liquidity_actions_MSG_TYPE.4109a97708": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "MSG_TYPE", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__locked_liquidity_actions_MSG_TYPE"], "unique_id": "test.osmosis_models.not_null_silver__locked_liquidity_actions_MSG_TYPE.4109a97708", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__locked_liquidity_actions_MSG_TYPE.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions.yml", "name": "not_null_silver__locked_liquidity_actions_MSG_TYPE", "alias": "locked_liquidity_actions_MSG_TYPE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions.yml\\not_null_silver__locked_liquidity_actions_MSG_TYPE.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433254.993731, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.locked_liquidity_actions\nwhere MSG_TYPE is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.locked_liquidity_actions_MSG_TYPE", "column_name": "MSG_TYPE", "file_key_name": "models.silver__locked_liquidity_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_MSG_TYPE__STRING__VARCHAR.1ac6fd49d6": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_ffd51f589d3a1aacc0d01ab8925179ea\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "MSG_TYPE", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_ffd51f589d3a1aacc0d01ab8925179ea", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_MSG_TYPE__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_MSG_TYPE__STRING__VARCHAR.1ac6fd49d6", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_ffd51f589d3a1aacc0d01ab8925179ea.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_MSG_TYPE__STRING__VARCHAR", "alias": "locked_liquidity_actions_MSG_TYPE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions.yml\\dbt_expectations_expect_column_ffd51f589d3a1aacc0d01ab8925179ea.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_ffd51f589d3a1aacc0d01ab8925179ea"}, "created_at": 1670433254.9947326, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_ACTION_DESCRIPTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCKER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_DURATION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNLOCK_TIME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('IS_SUPERFLUID' as \n varchar\n) as relation_column,\n cast('BOOLEAN' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNPOOL_NEW_LOCK_IDS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'MSG_TYPE'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.locked_liquidity_actions_MSG_TYPE", "column_name": "MSG_TYPE", "file_key_name": "models.silver__locked_liquidity_actions"}, "test.osmosis_models.not_null_silver__locked_liquidity_actions_MSG_ACTION.2ab3e2d6fa": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "MSG_ACTION", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__locked_liquidity_actions_MSG_ACTION"], "unique_id": "test.osmosis_models.not_null_silver__locked_liquidity_actions_MSG_ACTION.2ab3e2d6fa", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__locked_liquidity_actions_MSG_ACTION.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions.yml", "name": "not_null_silver__locked_liquidity_actions_MSG_ACTION", "alias": "locked_liquidity_actions_MSG_ACTION", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions.yml\\not_null_silver__locked_liquidity_actions_MSG_ACTION.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433254.9989064, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.locked_liquidity_actions\nwhere MSG_ACTION is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.locked_liquidity_actions_MSG_ACTION", "column_name": "MSG_ACTION", "file_key_name": "models.silver__locked_liquidity_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_MSG_ACTION__STRING__VARCHAR.6c72fe356d": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_410b1ee39f2741e2de8021dcc5076b42\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "MSG_ACTION", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_410b1ee39f2741e2de8021dcc5076b42", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_MSG_ACTION__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_MSG_ACTION__STRING__VARCHAR.6c72fe356d", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_410b1ee39f2741e2de8021dcc5076b42.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_MSG_ACTION__STRING__VARCHAR", "alias": "locked_liquidity_actions_MSG_ACTION", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions.yml\\dbt_expectations_expect_column_410b1ee39f2741e2de8021dcc5076b42.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_410b1ee39f2741e2de8021dcc5076b42"}, "created_at": 1670433255.0009065, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_ACTION_DESCRIPTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCKER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_DURATION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNLOCK_TIME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('IS_SUPERFLUID' as \n varchar\n) as relation_column,\n cast('BOOLEAN' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNPOOL_NEW_LOCK_IDS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'MSG_ACTION'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.locked_liquidity_actions_MSG_ACTION", "column_name": "MSG_ACTION", "file_key_name": "models.silver__locked_liquidity_actions"}, "test.osmosis_models.not_null_silver__locked_liquidity_actions_MSG_ACTION_DESCRIPTION.7528ea2359": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}{{ config(alias=\"not_null_silver__locked_liquid_2f7786fcb8df04f18f7a894db7483a8b\") }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "MSG_ACTION_DESCRIPTION", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions"]}, "config": {"enabled": true, "alias": "not_null_silver__locked_liquid_2f7786fcb8df04f18f7a894db7483a8b", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__locked_liquidity_actions_MSG_ACTION_DESCRIPTION"], "unique_id": "test.osmosis_models.not_null_silver__locked_liquidity_actions_MSG_ACTION_DESCRIPTION.7528ea2359", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__locked_liquid_2f7786fcb8df04f18f7a894db7483a8b.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions.yml", "name": "not_null_silver__locked_liquidity_actions_MSG_ACTION_DESCRIPTION", "alias": "locked_liquidity_actions_MSG_ACTION_DESCRIPTION", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions.yml\\not_null_silver__locked_liquid_2f7786fcb8df04f18f7a894db7483a8b.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "not_null_silver__locked_liquid_2f7786fcb8df04f18f7a894db7483a8b"}, "created_at": 1670433255.004008, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.locked_liquidity_actions\nwhere MSG_ACTION_DESCRIPTION is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.locked_liquidity_actions_MSG_ACTION_DESCRIPTION", "column_name": "MSG_ACTION_DESCRIPTION", "file_key_name": "models.silver__locked_liquidity_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_MSG_ACTION_DESCRIPTION__STRING__VARCHAR.9aee985784": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_9168ef9bf593a2b32b8addef64fca734\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "MSG_ACTION_DESCRIPTION", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_9168ef9bf593a2b32b8addef64fca734", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_MSG_ACTION_DESCRIPTION__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_MSG_ACTION_DESCRIPTION__STRING__VARCHAR.9aee985784", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_9168ef9bf593a2b32b8addef64fca734.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_MSG_ACTION_DESCRIPTION__STRING__VARCHAR", "alias": "locked_liquidity_actions_MSG_ACTION_DESCRIPTION", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions.yml\\dbt_expectations_expect_column_9168ef9bf593a2b32b8addef64fca734.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_9168ef9bf593a2b32b8addef64fca734"}, "created_at": 1670433255.0060928, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_ACTION_DESCRIPTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCKER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_DURATION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNLOCK_TIME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('IS_SUPERFLUID' as \n varchar\n) as relation_column,\n cast('BOOLEAN' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNPOOL_NEW_LOCK_IDS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'MSG_ACTION_DESCRIPTION'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.locked_liquidity_actions_MSG_ACTION_DESCRIPTION", "column_name": "MSG_ACTION_DESCRIPTION", "file_key_name": "models.silver__locked_liquidity_actions"}, "test.osmosis_models.not_null_silver__locked_liquidity_actions_LOCKER_ADDRESS.ad9c450f75": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "LOCKER_ADDRESS", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__locked_liquidity_actions_LOCKER_ADDRESS"], "unique_id": "test.osmosis_models.not_null_silver__locked_liquidity_actions_LOCKER_ADDRESS.ad9c450f75", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__locked_liquidity_actions_LOCKER_ADDRESS.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions.yml", "name": "not_null_silver__locked_liquidity_actions_LOCKER_ADDRESS", "alias": "locked_liquidity_actions_LOCKER_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions.yml\\not_null_silver__locked_liquidity_actions_LOCKER_ADDRESS.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.0100977, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.locked_liquidity_actions\nwhere LOCKER_ADDRESS is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.locked_liquidity_actions_LOCKER_ADDRESS", "column_name": "LOCKER_ADDRESS", "file_key_name": "models.silver__locked_liquidity_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_LOCKER_ADDRESS__STRING__VARCHAR.a1136b143f": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_e58f3af793175e248009f9eda72a4e3c\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "LOCKER_ADDRESS", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_e58f3af793175e248009f9eda72a4e3c", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_LOCKER_ADDRESS__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_LOCKER_ADDRESS__STRING__VARCHAR.a1136b143f", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_e58f3af793175e248009f9eda72a4e3c.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_LOCKER_ADDRESS__STRING__VARCHAR", "alias": "locked_liquidity_actions_LOCKER_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions.yml\\dbt_expectations_expect_column_e58f3af793175e248009f9eda72a4e3c.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_e58f3af793175e248009f9eda72a4e3c"}, "created_at": 1670433255.012096, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_ACTION_DESCRIPTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCKER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_DURATION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNLOCK_TIME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('IS_SUPERFLUID' as \n varchar\n) as relation_column,\n cast('BOOLEAN' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNPOOL_NEW_LOCK_IDS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'LOCKER_ADDRESS'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.locked_liquidity_actions_LOCKER_ADDRESS", "column_name": "LOCKER_ADDRESS", "file_key_name": "models.silver__locked_liquidity_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__locked_liquidity_actions_LOCKER_ADDRESS__osmo1_0_9a_z_38_38_.5c219a22f0": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_match_regex(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_837b337c84e71db446482444da8f8e9f\") }}", "test_metadata": {"name": "expect_column_values_to_match_regex", "kwargs": {"regex": "osmo1[0-9a-z]{38,38}", "column_name": "LOCKER_ADDRESS", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_match_regex", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_837b337c84e71db446482444da8f8e9f", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_match_regex_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_match_regex_silver__locked_liquidity_actions_LOCKER_ADDRESS__osmo1_0_9a_z_38_38_"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__locked_liquidity_actions_LOCKER_ADDRESS__osmo1_0_9a_z_38_38_.5c219a22f0", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_837b337c84e71db446482444da8f8e9f.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions.yml", "name": "dbt_expectations_expect_column_values_to_match_regex_silver__locked_liquidity_actions_LOCKER_ADDRESS__osmo1_0_9a_z_38_38_", "alias": "locked_liquidity_actions_LOCKER_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions.yml\\dbt_expectations_expect_column_837b337c84e71db446482444da8f8e9f.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_837b337c84e71db446482444da8f8e9f"}, "created_at": 1670433255.0598981, "compiled_sql": "\n\n\n\n\n with grouped_expression as (\n select\n \n \n \n \n\n\n \nregexp_instr(LOCKER_ADDRESS, 'osmo1[0-9a-z]{38,38}', 1, 1)\n\n\n > 0\n as expression\n\n\n from OSMOSIS_DEV.silver.locked_liquidity_actions\n \n\n),\nvalidation_errors as (\n\n select\n *\n from\n grouped_expression\n where\n not(expression = true)\n\n)\n\nselect *\nfrom validation_errors\n\n\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_match_regex_silver.locked_liquidity_actions_LOCKER_ADDRESS", "column_name": "LOCKER_ADDRESS", "file_key_name": "models.silver__locked_liquidity_actions"}, "test.osmosis_models.not_null_silver__locked_liquidity_actions_LOCK_ID.758dadfcb8": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}{{ config(where=\"msg_type <> 'unpool_pool_id'\") }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "LOCK_ID", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": "msg_type <> 'unpool_pool_id'", "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__locked_liquidity_actions_LOCK_ID"], "unique_id": "test.osmosis_models.not_null_silver__locked_liquidity_actions_LOCK_ID.758dadfcb8", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__locked_liquidity_actions_LOCK_ID.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions.yml", "name": "not_null_silver__locked_liquidity_actions_LOCK_ID", "alias": "locked_liquidity_actions_LOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions.yml\\not_null_silver__locked_liquidity_actions_LOCK_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "where": "msg_type <> 'unpool_pool_id'"}, "created_at": 1670433255.0742702, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom (select * from OSMOSIS_DEV.silver.locked_liquidity_actions where msg_type <> 'unpool_pool_id') dbt_subquery\nwhere LOCK_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.locked_liquidity_actions_LOCK_ID", "column_name": "LOCK_ID", "file_key_name": "models.silver__locked_liquidity_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_LOCK_ID__NUMBER__FLOAT.ba6b67d6ee": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_816a0263869cf5b08e08d79f6a5f1cb6\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "LOCK_ID", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_816a0263869cf5b08e08d79f6a5f1cb6", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_LOCK_ID__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_LOCK_ID__NUMBER__FLOAT.ba6b67d6ee", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_816a0263869cf5b08e08d79f6a5f1cb6.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_LOCK_ID__NUMBER__FLOAT", "alias": "locked_liquidity_actions_LOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions.yml\\dbt_expectations_expect_column_816a0263869cf5b08e08d79f6a5f1cb6.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_816a0263869cf5b08e08d79f6a5f1cb6"}, "created_at": 1670433255.0754938, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_ACTION_DESCRIPTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCKER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_DURATION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNLOCK_TIME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('IS_SUPERFLUID' as \n varchar\n) as relation_column,\n cast('BOOLEAN' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNPOOL_NEW_LOCK_IDS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'LOCK_ID'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.locked_liquidity_actions_LOCK_ID", "column_name": "LOCK_ID", "file_key_name": "models.silver__locked_liquidity_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_AMOUNT__NUMBER__FLOAT.bb6d21f95e": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_156a4aeec5d03ce82c51b954d92f5046\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "AMOUNT", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_156a4aeec5d03ce82c51b954d92f5046", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_AMOUNT__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_AMOUNT__NUMBER__FLOAT.bb6d21f95e", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_156a4aeec5d03ce82c51b954d92f5046.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_AMOUNT__NUMBER__FLOAT", "alias": "locked_liquidity_actions_AMOUNT", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions.yml\\dbt_expectations_expect_column_156a4aeec5d03ce82c51b954d92f5046.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_156a4aeec5d03ce82c51b954d92f5046"}, "created_at": 1670433255.0795362, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_ACTION_DESCRIPTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCKER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_DURATION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNLOCK_TIME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('IS_SUPERFLUID' as \n varchar\n) as relation_column,\n cast('BOOLEAN' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNPOOL_NEW_LOCK_IDS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'AMOUNT'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.locked_liquidity_actions_AMOUNT", "column_name": "AMOUNT", "file_key_name": "models.silver__locked_liquidity_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_CURRENCY__STRING__VARCHAR.5f05d9b019": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_bc94cf887233757a8bf811f7c58513a8\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "CURRENCY", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_bc94cf887233757a8bf811f7c58513a8", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_CURRENCY__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_CURRENCY__STRING__VARCHAR.5f05d9b019", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_bc94cf887233757a8bf811f7c58513a8.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_CURRENCY__STRING__VARCHAR", "alias": "locked_liquidity_actions_CURRENCY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions.yml\\dbt_expectations_expect_column_bc94cf887233757a8bf811f7c58513a8.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_bc94cf887233757a8bf811f7c58513a8"}, "created_at": 1670433255.0835948, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_ACTION_DESCRIPTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCKER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_DURATION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNLOCK_TIME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('IS_SUPERFLUID' as \n varchar\n) as relation_column,\n cast('BOOLEAN' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNPOOL_NEW_LOCK_IDS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'CURRENCY'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.locked_liquidity_actions_CURRENCY", "column_name": "CURRENCY", "file_key_name": "models.silver__locked_liquidity_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_POOL_ID__NUMBER__FLOAT.51c2e01920": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_8c557d2cb40dea97b5886b842511dacc\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "POOL_ID", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_8c557d2cb40dea97b5886b842511dacc", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_POOL_ID__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_POOL_ID__NUMBER__FLOAT.51c2e01920", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_8c557d2cb40dea97b5886b842511dacc.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_POOL_ID__NUMBER__FLOAT", "alias": "locked_liquidity_actions_POOL_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions.yml\\dbt_expectations_expect_column_8c557d2cb40dea97b5886b842511dacc.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_8c557d2cb40dea97b5886b842511dacc"}, "created_at": 1670433255.0882227, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_ACTION_DESCRIPTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCKER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_DURATION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNLOCK_TIME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('IS_SUPERFLUID' as \n varchar\n) as relation_column,\n cast('BOOLEAN' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNPOOL_NEW_LOCK_IDS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'POOL_ID'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.locked_liquidity_actions_POOL_ID", "column_name": "POOL_ID", "file_key_name": "models.silver__locked_liquidity_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_LOCK_DURATION__STRING__VARCHAR.1058324721": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_c80f3d05b9b046f681089f61c56d2c53\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "LOCK_DURATION", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_c80f3d05b9b046f681089f61c56d2c53", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_LOCK_DURATION__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_LOCK_DURATION__STRING__VARCHAR.1058324721", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_c80f3d05b9b046f681089f61c56d2c53.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_LOCK_DURATION__STRING__VARCHAR", "alias": "locked_liquidity_actions_LOCK_DURATION", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions.yml\\dbt_expectations_expect_column_c80f3d05b9b046f681089f61c56d2c53.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_c80f3d05b9b046f681089f61c56d2c53"}, "created_at": 1670433255.0923064, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_ACTION_DESCRIPTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCKER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_DURATION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNLOCK_TIME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('IS_SUPERFLUID' as \n varchar\n) as relation_column,\n cast('BOOLEAN' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNPOOL_NEW_LOCK_IDS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'LOCK_DURATION'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.locked_liquidity_actions_LOCK_DURATION", "column_name": "LOCK_DURATION", "file_key_name": "models.silver__locked_liquidity_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_UNLOCK_TIME__STRING__VARCHAR.f8a327954a": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_e019ca5aba23bc3a68954db6e4015e75\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "UNLOCK_TIME", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_e019ca5aba23bc3a68954db6e4015e75", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_UNLOCK_TIME__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_UNLOCK_TIME__STRING__VARCHAR.f8a327954a", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_e019ca5aba23bc3a68954db6e4015e75.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_UNLOCK_TIME__STRING__VARCHAR", "alias": "locked_liquidity_actions_UNLOCK_TIME", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions.yml\\dbt_expectations_expect_column_e019ca5aba23bc3a68954db6e4015e75.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_e019ca5aba23bc3a68954db6e4015e75"}, "created_at": 1670433255.0954242, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_ACTION_DESCRIPTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCKER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_DURATION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNLOCK_TIME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('IS_SUPERFLUID' as \n varchar\n) as relation_column,\n cast('BOOLEAN' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNPOOL_NEW_LOCK_IDS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'UNLOCK_TIME'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.locked_liquidity_actions_UNLOCK_TIME", "column_name": "UNLOCK_TIME", "file_key_name": "models.silver__locked_liquidity_actions"}, "test.osmosis_models.not_null_silver__locked_liquidity_actions_IS_SUPERFLUID.57e1f1d019": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "IS_SUPERFLUID", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__locked_liquidity_actions_IS_SUPERFLUID"], "unique_id": "test.osmosis_models.not_null_silver__locked_liquidity_actions_IS_SUPERFLUID.57e1f1d019", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__locked_liquidity_actions_IS_SUPERFLUID.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions.yml", "name": "not_null_silver__locked_liquidity_actions_IS_SUPERFLUID", "alias": "locked_liquidity_actions_IS_SUPERFLUID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions.yml\\not_null_silver__locked_liquidity_actions_IS_SUPERFLUID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.099424, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.locked_liquidity_actions\nwhere IS_SUPERFLUID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.locked_liquidity_actions_IS_SUPERFLUID", "column_name": "IS_SUPERFLUID", "file_key_name": "models.silver__locked_liquidity_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_UNPOOL_NEW_LOCK_IDS__STRING__VARCHAR.f9a75c3679": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_454d2f885bf84c3c0b5ce9d3514291d1\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "UNPOOL_NEW_LOCK_IDS", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_454d2f885bf84c3c0b5ce9d3514291d1", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_UNPOOL_NEW_LOCK_IDS__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_UNPOOL_NEW_LOCK_IDS__STRING__VARCHAR.f9a75c3679", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_454d2f885bf84c3c0b5ce9d3514291d1.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_UNPOOL_NEW_LOCK_IDS__STRING__VARCHAR", "alias": "locked_liquidity_actions_UNPOOL_NEW_LOCK_IDS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions.yml\\dbt_expectations_expect_column_454d2f885bf84c3c0b5ce9d3514291d1.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_454d2f885bf84c3c0b5ce9d3514291d1"}, "created_at": 1670433255.1014245, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_ACTION_DESCRIPTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCKER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_DURATION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNLOCK_TIME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('IS_SUPERFLUID' as \n varchar\n) as relation_column,\n cast('BOOLEAN' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNPOOL_NEW_LOCK_IDS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'UNPOOL_NEW_LOCK_IDS'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.locked_liquidity_actions_UNPOOL_NEW_LOCK_IDS", "column_name": "UNPOOL_NEW_LOCK_IDS", "file_key_name": "models.silver__locked_liquidity_actions"}, "test.osmosis_models.not_null_silver__locked_liquidity_actions__INSERTED_TIMESTAMP.6fd97ed590": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "_INSERTED_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__locked_liquidity_actions__INSERTED_TIMESTAMP"], "unique_id": "test.osmosis_models.not_null_silver__locked_liquidity_actions__INSERTED_TIMESTAMP.6fd97ed590", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__locked_liquidity_actions__INSERTED_TIMESTAMP.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions.yml", "name": "not_null_silver__locked_liquidity_actions__INSERTED_TIMESTAMP", "alias": "locked_liquidity_actions", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions.yml\\not_null_silver__locked_liquidity_actions__INSERTED_TIMESTAMP.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.1044245, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.locked_liquidity_actions\nwhere _INSERTED_TIMESTAMP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.locked_liquidity_actions", "column_name": "_INSERTED_TIMESTAMP", "file_key_name": "models.silver__locked_liquidity_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.b4e9812fce": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_85cee8deb6eba3ba68fb4b42afe63c84\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["TIMESTAMP_NTZ"], "column_name": "_INSERTED_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_85cee8deb6eba3ba68fb4b42afe63c84", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions__INSERTED_TIMESTAMP__TIMESTAMP_NTZ"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.b4e9812fce", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_85cee8deb6eba3ba68fb4b42afe63c84.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions__INSERTED_TIMESTAMP__TIMESTAMP_NTZ", "alias": "locked_liquidity_actions", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions.yml\\dbt_expectations_expect_column_85cee8deb6eba3ba68fb4b42afe63c84.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_85cee8deb6eba3ba68fb4b42afe63c84"}, "created_at": 1670433255.106424, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_ACTION_DESCRIPTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCKER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_DURATION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNLOCK_TIME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('IS_SUPERFLUID' as \n varchar\n) as relation_column,\n cast('BOOLEAN' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNPOOL_NEW_LOCK_IDS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = '_INSERTED_TIMESTAMP'\n and\n relation_column_type not in ('TIMESTAMP_NTZ')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.locked_liquidity_actions", "column_name": "_INSERTED_TIMESTAMP", "file_key_name": "models.silver__locked_liquidity_actions"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__locked_liquidity_actions_TX_ID__MSG_GROUP__LOCK_ID__LOCKER_ADDRESS.f671cf7580": {"raw_sql": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_a3eb99508485dab2918cdddb7a67b596\") }}", "test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["TX_ID", "MSG_GROUP", "LOCK_ID", "LOCKER_ADDRESS"], "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions')) }}"}, "namespace": "dbt_utils"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions"]}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_a3eb99508485dab2918cdddb7a67b596", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_utils_unique_combination_of_columns_silver", "fqn": ["osmosis_models", "silver", "dbt_utils_unique_combination_of_columns_silver__locked_liquidity_actions_TX_ID__MSG_GROUP__LOCK_ID__LOCKER_ADDRESS"], "unique_id": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__locked_liquidity_actions_TX_ID__MSG_GROUP__LOCK_ID__LOCKER_ADDRESS.f671cf7580", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_utils_unique_combination_o_a3eb99508485dab2918cdddb7a67b596.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions.yml", "name": "dbt_utils_unique_combination_of_columns_silver__locked_liquidity_actions_TX_ID__MSG_GROUP__LOCK_ID__LOCKER_ADDRESS", "alias": "locked_liquidity_actions_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions.yml\\dbt_utils_unique_combination_o_a3eb99508485dab2918cdddb7a67b596.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_utils_unique_combination_o_a3eb99508485dab2918cdddb7a67b596"}, "created_at": 1670433255.1095893, "compiled_sql": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n TX_ID, MSG_GROUP, LOCK_ID, LOCKER_ADDRESS\n from OSMOSIS_DEV.silver.locked_liquidity_actions\n group by TX_ID, MSG_GROUP, LOCK_ID, LOCKER_ADDRESS\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_utils_unique_combination_of_columns_silver.locked_liquidity_actions_TX_ID", "column_name": null, "file_key_name": "models.silver__locked_liquidity_actions"}, "test.osmosis_models.not_null_silver__liquid_balances_BLOCK_ID.8968cb6ee4": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('silver__liquid_balances')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__liquid_balances"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__liquid_balances_BLOCK_ID"], "unique_id": "test.osmosis_models.not_null_silver__liquid_balances_BLOCK_ID.8968cb6ee4", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__liquid_balances_BLOCK_ID.sql", "original_file_path": "models\\silver\\silver__liquid_balances.yml", "name": "not_null_silver__liquid_balances_BLOCK_ID", "alias": "liquid_balances_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__liquid_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__liquid_balances.yml\\not_null_silver__liquid_balances_BLOCK_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.1218464, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.liquid_balances\nwhere BLOCK_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.liquid_balances_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.silver__liquid_balances"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquid_balances_BLOCK_ID__NUMBER__FLOAT.749dfae343": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_8ce9b193e54217777ce57013f95286a4\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('silver__liquid_balances')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__liquid_balances"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_8ce9b193e54217777ce57013f95286a4", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquid_balances_BLOCK_ID__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquid_balances_BLOCK_ID__NUMBER__FLOAT.749dfae343", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_8ce9b193e54217777ce57013f95286a4.sql", "original_file_path": "models\\silver\\silver__liquid_balances.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquid_balances_BLOCK_ID__NUMBER__FLOAT", "alias": "liquid_balances_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__liquid_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__liquid_balances.yml\\dbt_expectations_expect_column_8ce9b193e54217777ce57013f95286a4.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_8ce9b193e54217777ce57013f95286a4"}, "created_at": 1670433255.1228466, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCK_ID'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.liquid_balances_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.silver__liquid_balances"}, "test.osmosis_models.not_null_silver__liquid_balances_BLOCK_TIMESTAMP.8458f7dd86": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__liquid_balances')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__liquid_balances"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__liquid_balances_BLOCK_TIMESTAMP"], "unique_id": "test.osmosis_models.not_null_silver__liquid_balances_BLOCK_TIMESTAMP.8458f7dd86", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__liquid_balances_BLOCK_TIMESTAMP.sql", "original_file_path": "models\\silver\\silver__liquid_balances.yml", "name": "not_null_silver__liquid_balances_BLOCK_TIMESTAMP", "alias": "liquid_balances_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__liquid_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__liquid_balances.yml\\not_null_silver__liquid_balances_BLOCK_TIMESTAMP.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.1270487, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.liquid_balances\nwhere BLOCK_TIMESTAMP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.liquid_balances_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__liquid_balances"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquid_balances_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.ecb06bde81": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_1ac85ffcf9eed73e7eebe44837715b38\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["TIMESTAMP_NTZ"], "column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__liquid_balances')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__liquid_balances"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_1ac85ffcf9eed73e7eebe44837715b38", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquid_balances_BLOCK_TIMESTAMP__TIMESTAMP_NTZ"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquid_balances_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.ecb06bde81", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_1ac85ffcf9eed73e7eebe44837715b38.sql", "original_file_path": "models\\silver\\silver__liquid_balances.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquid_balances_BLOCK_TIMESTAMP__TIMESTAMP_NTZ", "alias": "liquid_balances_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__liquid_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__liquid_balances.yml\\dbt_expectations_expect_column_1ac85ffcf9eed73e7eebe44837715b38.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_1ac85ffcf9eed73e7eebe44837715b38"}, "created_at": 1670433255.129049, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCK_TIMESTAMP'\n and\n relation_column_type not in ('TIMESTAMP_NTZ')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.liquid_balances_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__liquid_balances"}, "test.osmosis_models.not_null_silver__liquid_balances_ADDRESS.cfc01317aa": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "ADDRESS", "model": "{{ get_where_subquery(ref('silver__liquid_balances')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__liquid_balances"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__liquid_balances_ADDRESS"], "unique_id": "test.osmosis_models.not_null_silver__liquid_balances_ADDRESS.cfc01317aa", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__liquid_balances_ADDRESS.sql", "original_file_path": "models\\silver\\silver__liquid_balances.yml", "name": "not_null_silver__liquid_balances_ADDRESS", "alias": "liquid_balances_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__liquid_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__liquid_balances.yml\\not_null_silver__liquid_balances_ADDRESS.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.1321971, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.liquid_balances\nwhere ADDRESS is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.liquid_balances_ADDRESS", "column_name": "ADDRESS", "file_key_name": "models.silver__liquid_balances"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquid_balances_ADDRESS__STRING__VARCHAR.4f666e0e38": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_53890f9a7deba582dadf9f3f6d0abe6f\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "ADDRESS", "model": "{{ get_where_subquery(ref('silver__liquid_balances')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__liquid_balances"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_53890f9a7deba582dadf9f3f6d0abe6f", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquid_balances_ADDRESS__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquid_balances_ADDRESS__STRING__VARCHAR.4f666e0e38", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_53890f9a7deba582dadf9f3f6d0abe6f.sql", "original_file_path": "models\\silver\\silver__liquid_balances.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquid_balances_ADDRESS__STRING__VARCHAR", "alias": "liquid_balances_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__liquid_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__liquid_balances.yml\\dbt_expectations_expect_column_53890f9a7deba582dadf9f3f6d0abe6f.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_53890f9a7deba582dadf9f3f6d0abe6f"}, "created_at": 1670433255.1342494, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'ADDRESS'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.liquid_balances_ADDRESS", "column_name": "ADDRESS", "file_key_name": "models.silver__liquid_balances"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__liquid_balances_ADDRESS__osmo1_0_9a_z_38_38_.8901f55875": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_match_regex(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_e7ced1a550df7f989f775904cdbaa226\") }}", "test_metadata": {"name": "expect_column_values_to_match_regex", "kwargs": {"regex": "osmo1[0-9a-z]{38,38}", "column_name": "ADDRESS", "model": "{{ get_where_subquery(ref('silver__liquid_balances')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_match_regex", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__liquid_balances"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_e7ced1a550df7f989f775904cdbaa226", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_match_regex_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_match_regex_silver__liquid_balances_ADDRESS__osmo1_0_9a_z_38_38_"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__liquid_balances_ADDRESS__osmo1_0_9a_z_38_38_.8901f55875", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_e7ced1a550df7f989f775904cdbaa226.sql", "original_file_path": "models\\silver\\silver__liquid_balances.yml", "name": "dbt_expectations_expect_column_values_to_match_regex_silver__liquid_balances_ADDRESS__osmo1_0_9a_z_38_38_", "alias": "liquid_balances_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__liquid_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__liquid_balances.yml\\dbt_expectations_expect_column_e7ced1a550df7f989f775904cdbaa226.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_e7ced1a550df7f989f775904cdbaa226"}, "created_at": 1670433255.1382492, "compiled_sql": "\n\n\n\n\n with grouped_expression as (\n select\n \n \n \n \n\n\n \nregexp_instr(ADDRESS, 'osmo1[0-9a-z]{38,38}', 1, 1)\n\n\n > 0\n as expression\n\n\n from OSMOSIS_DEV.silver.liquid_balances\n \n\n),\nvalidation_errors as (\n\n select\n *\n from\n grouped_expression\n where\n not(expression = true)\n\n)\n\nselect *\nfrom validation_errors\n\n\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_match_regex_silver.liquid_balances_ADDRESS", "column_name": "ADDRESS", "file_key_name": "models.silver__liquid_balances"}, "test.osmosis_models.not_null_silver__liquid_balances_BALANCE.9206f45427": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BALANCE", "model": "{{ get_where_subquery(ref('silver__liquid_balances')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__liquid_balances"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__liquid_balances_BALANCE"], "unique_id": "test.osmosis_models.not_null_silver__liquid_balances_BALANCE.9206f45427", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__liquid_balances_BALANCE.sql", "original_file_path": "models\\silver\\silver__liquid_balances.yml", "name": "not_null_silver__liquid_balances_BALANCE", "alias": "liquid_balances_BALANCE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__liquid_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__liquid_balances.yml\\not_null_silver__liquid_balances_BALANCE.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.142249, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.liquid_balances\nwhere BALANCE is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.liquid_balances_BALANCE", "column_name": "BALANCE", "file_key_name": "models.silver__liquid_balances"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquid_balances_BALANCE__NUMBER__FLOAT.63d421d7bb": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_002aaa7cc0a05c0448b326d36a6bc698\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "BALANCE", "model": "{{ get_where_subquery(ref('silver__liquid_balances')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__liquid_balances"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_002aaa7cc0a05c0448b326d36a6bc698", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquid_balances_BALANCE__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquid_balances_BALANCE__NUMBER__FLOAT.63d421d7bb", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_002aaa7cc0a05c0448b326d36a6bc698.sql", "original_file_path": "models\\silver\\silver__liquid_balances.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquid_balances_BALANCE__NUMBER__FLOAT", "alias": "liquid_balances_BALANCE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__liquid_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__liquid_balances.yml\\dbt_expectations_expect_column_002aaa7cc0a05c0448b326d36a6bc698.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_002aaa7cc0a05c0448b326d36a6bc698"}, "created_at": 1670433255.1432495, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BALANCE'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.liquid_balances_BALANCE", "column_name": "BALANCE", "file_key_name": "models.silver__liquid_balances"}, "test.osmosis_models.not_null_silver__liquid_balances_CURRENCY.2057e3852f": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "CURRENCY", "model": "{{ get_where_subquery(ref('silver__liquid_balances')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__liquid_balances"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__liquid_balances_CURRENCY"], "unique_id": "test.osmosis_models.not_null_silver__liquid_balances_CURRENCY.2057e3852f", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__liquid_balances_CURRENCY.sql", "original_file_path": "models\\silver\\silver__liquid_balances.yml", "name": "not_null_silver__liquid_balances_CURRENCY", "alias": "liquid_balances_CURRENCY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__liquid_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__liquid_balances.yml\\not_null_silver__liquid_balances_CURRENCY.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.1473837, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.liquid_balances\nwhere CURRENCY is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.liquid_balances_CURRENCY", "column_name": "CURRENCY", "file_key_name": "models.silver__liquid_balances"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquid_balances_CURRENCY__STRING__VARCHAR.e584d3adfe": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_7a3348d8064bf59433a44e836da9ae41\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "CURRENCY", "model": "{{ get_where_subquery(ref('silver__liquid_balances')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__liquid_balances"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_7a3348d8064bf59433a44e836da9ae41", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquid_balances_CURRENCY__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquid_balances_CURRENCY__STRING__VARCHAR.e584d3adfe", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_7a3348d8064bf59433a44e836da9ae41.sql", "original_file_path": "models\\silver\\silver__liquid_balances.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquid_balances_CURRENCY__STRING__VARCHAR", "alias": "liquid_balances_CURRENCY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__liquid_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__liquid_balances.yml\\dbt_expectations_expect_column_7a3348d8064bf59433a44e836da9ae41.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_7a3348d8064bf59433a44e836da9ae41"}, "created_at": 1670433255.148436, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'CURRENCY'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.liquid_balances_CURRENCY", "column_name": "CURRENCY", "file_key_name": "models.silver__liquid_balances"}, "test.osmosis_models.not_null_silver__liquid_balances__INSERTED_TIMESTAMP.b013ef0a91": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "_INSERTED_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__liquid_balances')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__liquid_balances"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__liquid_balances__INSERTED_TIMESTAMP"], "unique_id": "test.osmosis_models.not_null_silver__liquid_balances__INSERTED_TIMESTAMP.b013ef0a91", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__liquid_balances__INSERTED_TIMESTAMP.sql", "original_file_path": "models\\silver\\silver__liquid_balances.yml", "name": "not_null_silver__liquid_balances__INSERTED_TIMESTAMP", "alias": "liquid_balances", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__liquid_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__liquid_balances.yml\\not_null_silver__liquid_balances__INSERTED_TIMESTAMP.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.152436, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.liquid_balances\nwhere _INSERTED_TIMESTAMP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.liquid_balances", "column_name": "_INSERTED_TIMESTAMP", "file_key_name": "models.silver__liquid_balances"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquid_balances__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.5defd9132d": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_2518c02d1d128f01dd380dc805345145\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["TIMESTAMP_NTZ"], "column_name": "_INSERTED_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__liquid_balances')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__liquid_balances"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_2518c02d1d128f01dd380dc805345145", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquid_balances__INSERTED_TIMESTAMP__TIMESTAMP_NTZ"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquid_balances__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.5defd9132d", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_2518c02d1d128f01dd380dc805345145.sql", "original_file_path": "models\\silver\\silver__liquid_balances.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquid_balances__INSERTED_TIMESTAMP__TIMESTAMP_NTZ", "alias": "liquid_balances", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__liquid_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__liquid_balances.yml\\dbt_expectations_expect_column_2518c02d1d128f01dd380dc805345145.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_2518c02d1d128f01dd380dc805345145"}, "created_at": 1670433255.1544359, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = '_INSERTED_TIMESTAMP'\n and\n relation_column_type not in ('TIMESTAMP_NTZ')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.liquid_balances", "column_name": "_INSERTED_TIMESTAMP", "file_key_name": "models.silver__liquid_balances"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__liquid_balances_BLOCK_ID__ADDRESS__CURRENCY.63726cca49": {"raw_sql": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_960523dfa2975c968e74365942049e0e\") }}", "test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["BLOCK_ID", "ADDRESS", "CURRENCY"], "model": "{{ get_where_subquery(ref('silver__liquid_balances')) }}"}, "namespace": "dbt_utils"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__liquid_balances"]}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_960523dfa2975c968e74365942049e0e", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_utils_unique_combination_of_columns_silver", "fqn": ["osmosis_models", "silver", "dbt_utils_unique_combination_of_columns_silver__liquid_balances_BLOCK_ID__ADDRESS__CURRENCY"], "unique_id": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__liquid_balances_BLOCK_ID__ADDRESS__CURRENCY.63726cca49", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_utils_unique_combination_o_960523dfa2975c968e74365942049e0e.sql", "original_file_path": "models\\silver\\silver__liquid_balances.yml", "name": "dbt_utils_unique_combination_of_columns_silver__liquid_balances_BLOCK_ID__ADDRESS__CURRENCY", "alias": "liquid_balances_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__liquid_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__liquid_balances.yml\\dbt_utils_unique_combination_o_960523dfa2975c968e74365942049e0e.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_utils_unique_combination_o_960523dfa2975c968e74365942049e0e"}, "created_at": 1670433255.157615, "compiled_sql": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n BLOCK_ID, ADDRESS, CURRENCY\n from OSMOSIS_DEV.silver.liquid_balances\n group by BLOCK_ID, ADDRESS, CURRENCY\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_utils_unique_combination_of_columns_silver.liquid_balances_BLOCK_ID", "column_name": null, "file_key_name": "models.silver__liquid_balances"}, "test.osmosis_models.not_null_silver__superfluid_actions_BLOCK_ID.2581cf0e21": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('silver__superfluid_actions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_actions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__superfluid_actions_BLOCK_ID"], "unique_id": "test.osmosis_models.not_null_silver__superfluid_actions_BLOCK_ID.2581cf0e21", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__superfluid_actions_BLOCK_ID.sql", "original_file_path": "models\\silver\\silver__superfluid_actions.yml", "name": "not_null_silver__superfluid_actions_BLOCK_ID", "alias": "superfluid_actions_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_actions.yml\\not_null_silver__superfluid_actions_BLOCK_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.1676137, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.superfluid_actions\nwhere BLOCK_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.superfluid_actions_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.silver__superfluid_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_BLOCK_ID__NUMBER__FLOAT.738438b359": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_a1561342e83b7c5473f0f0fece7eb0f4\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('silver__superfluid_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_a1561342e83b7c5473f0f0fece7eb0f4", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_BLOCK_ID__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_BLOCK_ID__NUMBER__FLOAT.738438b359", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_a1561342e83b7c5473f0f0fece7eb0f4.sql", "original_file_path": "models\\silver\\silver__superfluid_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_BLOCK_ID__NUMBER__FLOAT", "alias": "superfluid_actions_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_actions.yml\\dbt_expectations_expect_column_a1561342e83b7c5473f0f0fece7eb0f4.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_a1561342e83b7c5473f0f0fece7eb0f4"}, "created_at": 1670433255.1696138, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCK_ID'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.superfluid_actions_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.silver__superfluid_actions"}, "test.osmosis_models.not_null_silver__superfluid_actions_BLOCK_TIMESTAMP.fa01a85178": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__superfluid_actions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_actions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__superfluid_actions_BLOCK_TIMESTAMP"], "unique_id": "test.osmosis_models.not_null_silver__superfluid_actions_BLOCK_TIMESTAMP.fa01a85178", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__superfluid_actions_BLOCK_TIMESTAMP.sql", "original_file_path": "models\\silver\\silver__superfluid_actions.yml", "name": "not_null_silver__superfluid_actions_BLOCK_TIMESTAMP", "alias": "superfluid_actions_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_actions.yml\\not_null_silver__superfluid_actions_BLOCK_TIMESTAMP.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.173614, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.superfluid_actions\nwhere BLOCK_TIMESTAMP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.superfluid_actions_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__superfluid_actions"}, "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__superfluid_actions_BLOCK_TIMESTAMP__day__2.9afcf7acb8": {"raw_sql": "{{ dbt_expectations.test_expect_row_values_to_have_recent_data(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_row_va_35ed7001288dd6960b7e43a6350102e4\") }}", "test_metadata": {"name": "expect_row_values_to_have_recent_data", "kwargs": {"datepart": "day", "interval": 2, "column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__superfluid_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_row_values_to_have_recent_data", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_row_va_35ed7001288dd6960b7e43a6350102e4", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_row_values_to_have_recent_data_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_row_values_to_have_recent_data_silver__superfluid_actions_BLOCK_TIMESTAMP__day__2"], "unique_id": "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__superfluid_actions_BLOCK_TIMESTAMP__day__2.9afcf7acb8", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_row_va_35ed7001288dd6960b7e43a6350102e4.sql", "original_file_path": "models\\silver\\silver__superfluid_actions.yml", "name": "dbt_expectations_expect_row_values_to_have_recent_data_silver__superfluid_actions_BLOCK_TIMESTAMP__day__2", "alias": "superfluid_actions_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_actions.yml\\dbt_expectations_expect_row_va_35ed7001288dd6960b7e43a6350102e4.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_row_va_35ed7001288dd6960b7e43a6350102e4"}, "created_at": 1670433255.1746142, "compiled_sql": "\n\n with max_recency as (\n\n select max(cast(BLOCK_TIMESTAMP as \n timestamp_ntz\n)) as max_timestamp\n from\n OSMOSIS_DEV.silver.superfluid_actions\n where\n -- to exclude erroneous future dates\n cast(BLOCK_TIMESTAMP as \n timestamp_ntz\n) <= cast(convert_timezone('UTC', 'GMT', \n current_timestamp::\n timestamp_ntz\n\n) as \n timestamp_ntz\n)\n \n)\nselect\n *\nfrom\n max_recency\nwhere\n -- if the row_condition excludes all rows, we need to compare against a default date\n -- to avoid false negatives\n coalesce(max_timestamp, cast('1970-01-01' as \n timestamp_ntz\n))\n <\n cast(\n\n dateadd(\n day,\n -2,\n cast(convert_timezone('UTC', 'GMT', \n current_timestamp::\n timestamp_ntz\n\n) as \n timestamp_ntz\n)\n )\n\n as \n timestamp_ntz\n)\n\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_row_values_to_have_recent_data_silver.superfluid_actions_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__superfluid_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.902a4aeca4": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_da80703afe1965e08e45e52f487e72aa\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["TIMESTAMP_NTZ"], "column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__superfluid_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_da80703afe1965e08e45e52f487e72aa", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_BLOCK_TIMESTAMP__TIMESTAMP_NTZ"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.902a4aeca4", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_da80703afe1965e08e45e52f487e72aa.sql", "original_file_path": "models\\silver\\silver__superfluid_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_BLOCK_TIMESTAMP__TIMESTAMP_NTZ", "alias": "superfluid_actions_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_actions.yml\\dbt_expectations_expect_column_da80703afe1965e08e45e52f487e72aa.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_da80703afe1965e08e45e52f487e72aa"}, "created_at": 1670433255.1796143, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCK_TIMESTAMP'\n and\n relation_column_type not in ('TIMESTAMP_NTZ')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.superfluid_actions_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__superfluid_actions"}, "test.osmosis_models.not_null_silver__superfluid_actions_BLOCKCHAIN.405a0109a4": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('silver__superfluid_actions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_actions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__superfluid_actions_BLOCKCHAIN"], "unique_id": "test.osmosis_models.not_null_silver__superfluid_actions_BLOCKCHAIN.405a0109a4", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__superfluid_actions_BLOCKCHAIN.sql", "original_file_path": "models\\silver\\silver__superfluid_actions.yml", "name": "not_null_silver__superfluid_actions_BLOCKCHAIN", "alias": "superfluid_actions_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_actions.yml\\not_null_silver__superfluid_actions_BLOCKCHAIN.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.1836143, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.superfluid_actions\nwhere BLOCKCHAIN is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.superfluid_actions_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.silver__superfluid_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_BLOCKCHAIN__STRING__VARCHAR.fd622a5f85": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_0cc1c5bea801bfbe5eda02de82200f5a\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('silver__superfluid_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_0cc1c5bea801bfbe5eda02de82200f5a", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_BLOCKCHAIN__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_BLOCKCHAIN__STRING__VARCHAR.fd622a5f85", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_0cc1c5bea801bfbe5eda02de82200f5a.sql", "original_file_path": "models\\silver\\silver__superfluid_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_BLOCKCHAIN__STRING__VARCHAR", "alias": "superfluid_actions_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_actions.yml\\dbt_expectations_expect_column_0cc1c5bea801bfbe5eda02de82200f5a.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_0cc1c5bea801bfbe5eda02de82200f5a"}, "created_at": 1670433255.184614, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCKCHAIN'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.superfluid_actions_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.silver__superfluid_actions"}, "test.osmosis_models.not_null_silver__superfluid_actions_CHAIN_ID.aea6c07b4c": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('silver__superfluid_actions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_actions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__superfluid_actions_CHAIN_ID"], "unique_id": "test.osmosis_models.not_null_silver__superfluid_actions_CHAIN_ID.aea6c07b4c", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__superfluid_actions_CHAIN_ID.sql", "original_file_path": "models\\silver\\silver__superfluid_actions.yml", "name": "not_null_silver__superfluid_actions_CHAIN_ID", "alias": "superfluid_actions_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_actions.yml\\not_null_silver__superfluid_actions_CHAIN_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.1888547, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.superfluid_actions\nwhere CHAIN_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.superfluid_actions_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.silver__superfluid_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_CHAIN_ID__STRING__VARCHAR.a34dd5cd27": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_fa7f34a6d0d5dca52baae6b59179bd33\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('silver__superfluid_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_fa7f34a6d0d5dca52baae6b59179bd33", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_CHAIN_ID__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_CHAIN_ID__STRING__VARCHAR.a34dd5cd27", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_fa7f34a6d0d5dca52baae6b59179bd33.sql", "original_file_path": "models\\silver\\silver__superfluid_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_CHAIN_ID__STRING__VARCHAR", "alias": "superfluid_actions_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_actions.yml\\dbt_expectations_expect_column_fa7f34a6d0d5dca52baae6b59179bd33.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_fa7f34a6d0d5dca52baae6b59179bd33"}, "created_at": 1670433255.1908555, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'CHAIN_ID'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.superfluid_actions_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.silver__superfluid_actions"}, "test.osmosis_models.not_null_silver__superfluid_actions_TX_ID.00c69897f3": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "TX_ID", "model": "{{ get_where_subquery(ref('silver__superfluid_actions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_actions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__superfluid_actions_TX_ID"], "unique_id": "test.osmosis_models.not_null_silver__superfluid_actions_TX_ID.00c69897f3", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__superfluid_actions_TX_ID.sql", "original_file_path": "models\\silver\\silver__superfluid_actions.yml", "name": "not_null_silver__superfluid_actions_TX_ID", "alias": "superfluid_actions_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_actions.yml\\not_null_silver__superfluid_actions_TX_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.1956542, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.superfluid_actions\nwhere TX_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.superfluid_actions_TX_ID", "column_name": "TX_ID", "file_key_name": "models.silver__superfluid_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_TX_ID__STRING__VARCHAR.f9a9c6d7ed": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_7c37f34180c70ae0a56a2444bfe97f46\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "TX_ID", "model": "{{ get_where_subquery(ref('silver__superfluid_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_7c37f34180c70ae0a56a2444bfe97f46", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_TX_ID__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_TX_ID__STRING__VARCHAR.f9a9c6d7ed", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_7c37f34180c70ae0a56a2444bfe97f46.sql", "original_file_path": "models\\silver\\silver__superfluid_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_TX_ID__STRING__VARCHAR", "alias": "superfluid_actions_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_actions.yml\\dbt_expectations_expect_column_7c37f34180c70ae0a56a2444bfe97f46.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_7c37f34180c70ae0a56a2444bfe97f46"}, "created_at": 1670433255.1989424, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'TX_ID'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.superfluid_actions_TX_ID", "column_name": "TX_ID", "file_key_name": "models.silver__superfluid_actions"}, "test.osmosis_models.not_null_silver__superfluid_actions_TX_STATUS.ea7562b389": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "TX_STATUS", "model": "{{ get_where_subquery(ref('silver__superfluid_actions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_actions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__superfluid_actions_TX_STATUS"], "unique_id": "test.osmosis_models.not_null_silver__superfluid_actions_TX_STATUS.ea7562b389", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__superfluid_actions_TX_STATUS.sql", "original_file_path": "models\\silver\\silver__superfluid_actions.yml", "name": "not_null_silver__superfluid_actions_TX_STATUS", "alias": "superfluid_actions_TX_STATUS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_actions.yml\\not_null_silver__superfluid_actions_TX_STATUS.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.2041, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.superfluid_actions\nwhere TX_STATUS is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.superfluid_actions_TX_STATUS", "column_name": "TX_STATUS", "file_key_name": "models.silver__superfluid_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_TX_STATUS__STRING__VARCHAR.bb9989b0e5": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_43733aca073d19587f9aa68832e100e9\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "TX_STATUS", "model": "{{ get_where_subquery(ref('silver__superfluid_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_43733aca073d19587f9aa68832e100e9", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_TX_STATUS__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_TX_STATUS__STRING__VARCHAR.bb9989b0e5", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_43733aca073d19587f9aa68832e100e9.sql", "original_file_path": "models\\silver\\silver__superfluid_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_TX_STATUS__STRING__VARCHAR", "alias": "superfluid_actions_TX_STATUS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_actions.yml\\dbt_expectations_expect_column_43733aca073d19587f9aa68832e100e9.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_43733aca073d19587f9aa68832e100e9"}, "created_at": 1670433255.2052078, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'TX_STATUS'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.superfluid_actions_TX_STATUS", "column_name": "TX_STATUS", "file_key_name": "models.silver__superfluid_actions"}, "test.osmosis_models.not_null_silver__superfluid_actions_MSG_TYPE.9160db842e": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "MSG_TYPE", "model": "{{ get_where_subquery(ref('silver__superfluid_actions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_actions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__superfluid_actions_MSG_TYPE"], "unique_id": "test.osmosis_models.not_null_silver__superfluid_actions_MSG_TYPE.9160db842e", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__superfluid_actions_MSG_TYPE.sql", "original_file_path": "models\\silver\\silver__superfluid_actions.yml", "name": "not_null_silver__superfluid_actions_MSG_TYPE", "alias": "superfluid_actions_MSG_TYPE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_actions.yml\\not_null_silver__superfluid_actions_MSG_TYPE.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.2081997, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.superfluid_actions\nwhere MSG_TYPE is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.superfluid_actions_MSG_TYPE", "column_name": "MSG_TYPE", "file_key_name": "models.silver__superfluid_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_MSG_TYPE__STRING__VARCHAR.ef9c7bd94a": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_615fabae87776c8cb06450defda9f843\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "MSG_TYPE", "model": "{{ get_where_subquery(ref('silver__superfluid_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_615fabae87776c8cb06450defda9f843", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_MSG_TYPE__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_MSG_TYPE__STRING__VARCHAR.ef9c7bd94a", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_615fabae87776c8cb06450defda9f843.sql", "original_file_path": "models\\silver\\silver__superfluid_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_MSG_TYPE__STRING__VARCHAR", "alias": "superfluid_actions_MSG_TYPE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_actions.yml\\dbt_expectations_expect_column_615fabae87776c8cb06450defda9f843.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_615fabae87776c8cb06450defda9f843"}, "created_at": 1670433255.2092023, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'MSG_TYPE'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.superfluid_actions_MSG_TYPE", "column_name": "MSG_TYPE", "file_key_name": "models.silver__superfluid_actions"}, "test.osmosis_models.not_null_silver__superfluid_actions_MSG_GROUP.2d6dbf7b6f": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "MSG_GROUP", "model": "{{ get_where_subquery(ref('silver__superfluid_actions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_actions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__superfluid_actions_MSG_GROUP"], "unique_id": "test.osmosis_models.not_null_silver__superfluid_actions_MSG_GROUP.2d6dbf7b6f", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__superfluid_actions_MSG_GROUP.sql", "original_file_path": "models\\silver\\silver__superfluid_actions.yml", "name": "not_null_silver__superfluid_actions_MSG_GROUP", "alias": "superfluid_actions_MSG_GROUP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_actions.yml\\not_null_silver__superfluid_actions_MSG_GROUP.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.2125537, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.superfluid_actions\nwhere MSG_GROUP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.superfluid_actions_MSG_GROUP", "column_name": "MSG_GROUP", "file_key_name": "models.silver__superfluid_actions"}, "test.osmosis_models.not_null_silver__superfluid_actions_DELEGATOR_ADDRESS.a3c51af23b": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "DELEGATOR_ADDRESS", "model": "{{ get_where_subquery(ref('silver__superfluid_actions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_actions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__superfluid_actions_DELEGATOR_ADDRESS"], "unique_id": "test.osmosis_models.not_null_silver__superfluid_actions_DELEGATOR_ADDRESS.a3c51af23b", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__superfluid_actions_DELEGATOR_ADDRESS.sql", "original_file_path": "models\\silver\\silver__superfluid_actions.yml", "name": "not_null_silver__superfluid_actions_DELEGATOR_ADDRESS", "alias": "superfluid_actions_DELEGATOR_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_actions.yml\\not_null_silver__superfluid_actions_DELEGATOR_ADDRESS.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.2135427, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.superfluid_actions\nwhere DELEGATOR_ADDRESS is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.superfluid_actions_DELEGATOR_ADDRESS", "column_name": "DELEGATOR_ADDRESS", "file_key_name": "models.silver__superfluid_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_DELEGATOR_ADDRESS__STRING__VARCHAR.7dc32d5e9e": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_25d0234315e87b3384ebbaa2ef29aca9\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "DELEGATOR_ADDRESS", "model": "{{ get_where_subquery(ref('silver__superfluid_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_25d0234315e87b3384ebbaa2ef29aca9", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_DELEGATOR_ADDRESS__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_DELEGATOR_ADDRESS__STRING__VARCHAR.7dc32d5e9e", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_25d0234315e87b3384ebbaa2ef29aca9.sql", "original_file_path": "models\\silver\\silver__superfluid_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_DELEGATOR_ADDRESS__STRING__VARCHAR", "alias": "superfluid_actions_DELEGATOR_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_actions.yml\\dbt_expectations_expect_column_25d0234315e87b3384ebbaa2ef29aca9.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_25d0234315e87b3384ebbaa2ef29aca9"}, "created_at": 1670433255.2145474, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'DELEGATOR_ADDRESS'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.superfluid_actions_DELEGATOR_ADDRESS", "column_name": "DELEGATOR_ADDRESS", "file_key_name": "models.silver__superfluid_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__superfluid_actions_DELEGATOR_ADDRESS__osmo1_0_9a_z_38_38_.fa98b8d044": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_match_regex(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_bb7ede701b1c0be07441e232355f0b17\") }}", "test_metadata": {"name": "expect_column_values_to_match_regex", "kwargs": {"regex": "osmo1[0-9a-z]{38,38}", "column_name": "DELEGATOR_ADDRESS", "model": "{{ get_where_subquery(ref('silver__superfluid_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_match_regex", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_bb7ede701b1c0be07441e232355f0b17", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_match_regex_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_match_regex_silver__superfluid_actions_DELEGATOR_ADDRESS__osmo1_0_9a_z_38_38_"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__superfluid_actions_DELEGATOR_ADDRESS__osmo1_0_9a_z_38_38_.fa98b8d044", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_bb7ede701b1c0be07441e232355f0b17.sql", "original_file_path": "models\\silver\\silver__superfluid_actions.yml", "name": "dbt_expectations_expect_column_values_to_match_regex_silver__superfluid_actions_DELEGATOR_ADDRESS__osmo1_0_9a_z_38_38_", "alias": "superfluid_actions_DELEGATOR_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_actions.yml\\dbt_expectations_expect_column_bb7ede701b1c0be07441e232355f0b17.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_bb7ede701b1c0be07441e232355f0b17"}, "created_at": 1670433255.217545, "compiled_sql": "\n\n\n\n\n with grouped_expression as (\n select\n \n \n \n \n\n\n \nregexp_instr(DELEGATOR_ADDRESS, 'osmo1[0-9a-z]{38,38}', 1, 1)\n\n\n > 0\n as expression\n\n\n from OSMOSIS_DEV.silver.superfluid_actions\n \n\n),\nvalidation_errors as (\n\n select\n *\n from\n grouped_expression\n where\n not(expression = true)\n\n)\n\nselect *\nfrom validation_errors\n\n\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_match_regex_silver.superfluid_actions_DELEGATOR_ADDRESS", "column_name": "DELEGATOR_ADDRESS", "file_key_name": "models.silver__superfluid_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_AMOUNT__NUMBER__FLOAT.fa9630c787": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_9ce328a8d2468b1bef5cec37b11d3505\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "AMOUNT", "model": "{{ get_where_subquery(ref('silver__superfluid_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_9ce328a8d2468b1bef5cec37b11d3505", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_AMOUNT__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_AMOUNT__NUMBER__FLOAT.fa9630c787", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_9ce328a8d2468b1bef5cec37b11d3505.sql", "original_file_path": "models\\silver\\silver__superfluid_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_AMOUNT__NUMBER__FLOAT", "alias": "superfluid_actions_AMOUNT", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_actions.yml\\dbt_expectations_expect_column_9ce328a8d2468b1bef5cec37b11d3505.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_9ce328a8d2468b1bef5cec37b11d3505"}, "created_at": 1670433255.2205412, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'AMOUNT'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.superfluid_actions_AMOUNT", "column_name": "AMOUNT", "file_key_name": "models.silver__superfluid_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_CURRENCY__STRING__VARCHAR.20c99f2434": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_fb68d1b1d2e8cb408fde4a69ffb0db01\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "CURRENCY", "model": "{{ get_where_subquery(ref('silver__superfluid_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_fb68d1b1d2e8cb408fde4a69ffb0db01", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_CURRENCY__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_CURRENCY__STRING__VARCHAR.20c99f2434", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_fb68d1b1d2e8cb408fde4a69ffb0db01.sql", "original_file_path": "models\\silver\\silver__superfluid_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_CURRENCY__STRING__VARCHAR", "alias": "superfluid_actions_CURRENCY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_actions.yml\\dbt_expectations_expect_column_fb68d1b1d2e8cb408fde4a69ffb0db01.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_fb68d1b1d2e8cb408fde4a69ffb0db01"}, "created_at": 1670433255.2244656, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'CURRENCY'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.superfluid_actions_CURRENCY", "column_name": "CURRENCY", "file_key_name": "models.silver__superfluid_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_VALIDATOR_ADDRESS__STRING__VARCHAR.0ebb86f82e": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_02e430970f90bb5a147143ee0ab23bf9\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "VALIDATOR_ADDRESS", "model": "{{ get_where_subquery(ref('silver__superfluid_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_02e430970f90bb5a147143ee0ab23bf9", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_VALIDATOR_ADDRESS__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_VALIDATOR_ADDRESS__STRING__VARCHAR.0ebb86f82e", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_02e430970f90bb5a147143ee0ab23bf9.sql", "original_file_path": "models\\silver\\silver__superfluid_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_VALIDATOR_ADDRESS__STRING__VARCHAR", "alias": "superfluid_actions_VALIDATOR_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_actions.yml\\dbt_expectations_expect_column_02e430970f90bb5a147143ee0ab23bf9.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_02e430970f90bb5a147143ee0ab23bf9"}, "created_at": 1670433255.227742, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'VALIDATOR_ADDRESS'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.superfluid_actions_VALIDATOR_ADDRESS", "column_name": "VALIDATOR_ADDRESS", "file_key_name": "models.silver__superfluid_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__superfluid_actions_VALIDATOR_ADDRESS__osmovaloper1_0_9a_z_38_38_.6f278d6d62": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_match_regex(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_91e9ea54e94e52c0145fe4b48d42fe91\") }}", "test_metadata": {"name": "expect_column_values_to_match_regex", "kwargs": {"regex": "osmovaloper1[0-9a-z]{38,38}", "column_name": "VALIDATOR_ADDRESS", "model": "{{ get_where_subquery(ref('silver__superfluid_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_match_regex", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_91e9ea54e94e52c0145fe4b48d42fe91", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_match_regex_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_match_regex_silver__superfluid_actions_VALIDATOR_ADDRESS__osmovaloper1_0_9a_z_38_38_"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__superfluid_actions_VALIDATOR_ADDRESS__osmovaloper1_0_9a_z_38_38_.6f278d6d62", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_91e9ea54e94e52c0145fe4b48d42fe91.sql", "original_file_path": "models\\silver\\silver__superfluid_actions.yml", "name": "dbt_expectations_expect_column_values_to_match_regex_silver__superfluid_actions_VALIDATOR_ADDRESS__osmovaloper1_0_9a_z_38_38_", "alias": "superfluid_actions_VALIDATOR_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_actions.yml\\dbt_expectations_expect_column_91e9ea54e94e52c0145fe4b48d42fe91.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_91e9ea54e94e52c0145fe4b48d42fe91"}, "created_at": 1670433255.230858, "compiled_sql": "\n\n\n\n\n with grouped_expression as (\n select\n \n \n \n \n\n\n \nregexp_instr(VALIDATOR_ADDRESS, 'osmovaloper1[0-9a-z]{38,38}', 1, 1)\n\n\n > 0\n as expression\n\n\n from OSMOSIS_DEV.silver.superfluid_actions\n \n\n),\nvalidation_errors as (\n\n select\n *\n from\n grouped_expression\n where\n not(expression = true)\n\n)\n\nselect *\nfrom validation_errors\n\n\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_match_regex_silver.superfluid_actions_VALIDATOR_ADDRESS", "column_name": "VALIDATOR_ADDRESS", "file_key_name": "models.silver__superfluid_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_LOCK_ID__NUMBER__FLOAT.5541c92343": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_331532b73a23c1544d212f19d06b9283\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "LOCK_ID", "model": "{{ get_where_subquery(ref('silver__superfluid_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_331532b73a23c1544d212f19d06b9283", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_LOCK_ID__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_LOCK_ID__NUMBER__FLOAT.5541c92343", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_331532b73a23c1544d212f19d06b9283.sql", "original_file_path": "models\\silver\\silver__superfluid_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_LOCK_ID__NUMBER__FLOAT", "alias": "superfluid_actions_LOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_actions.yml\\dbt_expectations_expect_column_331532b73a23c1544d212f19d06b9283.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_331532b73a23c1544d212f19d06b9283"}, "created_at": 1670433255.233851, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'LOCK_ID'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.superfluid_actions_LOCK_ID", "column_name": "LOCK_ID", "file_key_name": "models.silver__superfluid_actions"}, "test.osmosis_models.not_null_silver__superfluid_actions__INSERTED_TIMESTAMP.acdeac1160": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "_INSERTED_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__superfluid_actions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_actions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__superfluid_actions__INSERTED_TIMESTAMP"], "unique_id": "test.osmosis_models.not_null_silver__superfluid_actions__INSERTED_TIMESTAMP.acdeac1160", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__superfluid_actions__INSERTED_TIMESTAMP.sql", "original_file_path": "models\\silver\\silver__superfluid_actions.yml", "name": "not_null_silver__superfluid_actions__INSERTED_TIMESTAMP", "alias": "superfluid_actions", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_actions.yml\\not_null_silver__superfluid_actions__INSERTED_TIMESTAMP.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.2371733, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.superfluid_actions\nwhere _INSERTED_TIMESTAMP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.superfluid_actions", "column_name": "_INSERTED_TIMESTAMP", "file_key_name": "models.silver__superfluid_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.5d498deaa7": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_3cc5a7fd39a1588b5886f1544d925202\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["TIMESTAMP_NTZ"], "column_name": "_INSERTED_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__superfluid_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_3cc5a7fd39a1588b5886f1544d925202", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions__INSERTED_TIMESTAMP__TIMESTAMP_NTZ"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.5d498deaa7", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_3cc5a7fd39a1588b5886f1544d925202.sql", "original_file_path": "models\\silver\\silver__superfluid_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions__INSERTED_TIMESTAMP__TIMESTAMP_NTZ", "alias": "superfluid_actions", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_actions.yml\\dbt_expectations_expect_column_3cc5a7fd39a1588b5886f1544d925202.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_3cc5a7fd39a1588b5886f1544d925202"}, "created_at": 1670433255.2381735, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = '_INSERTED_TIMESTAMP'\n and\n relation_column_type not in ('TIMESTAMP_NTZ')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.superfluid_actions", "column_name": "_INSERTED_TIMESTAMP", "file_key_name": "models.silver__superfluid_actions"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__superfluid_actions_TX_ID__MSG_GROUP.281fa4cd48": {"raw_sql": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_8bb6956a20af2b407f8c483ad97bc0b8\") }}", "test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["TX_ID", "MSG_GROUP"], "model": "{{ get_where_subquery(ref('silver__superfluid_actions')) }}"}, "namespace": "dbt_utils"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_actions"]}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_8bb6956a20af2b407f8c483ad97bc0b8", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_utils_unique_combination_of_columns_silver", "fqn": ["osmosis_models", "silver", "dbt_utils_unique_combination_of_columns_silver__superfluid_actions_TX_ID__MSG_GROUP"], "unique_id": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__superfluid_actions_TX_ID__MSG_GROUP.281fa4cd48", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_utils_unique_combination_o_8bb6956a20af2b407f8c483ad97bc0b8.sql", "original_file_path": "models\\silver\\silver__superfluid_actions.yml", "name": "dbt_utils_unique_combination_of_columns_silver__superfluid_actions_TX_ID__MSG_GROUP", "alias": "superfluid_actions_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_actions.yml\\dbt_utils_unique_combination_o_8bb6956a20af2b407f8c483ad97bc0b8.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_utils_unique_combination_o_8bb6956a20af2b407f8c483ad97bc0b8"}, "created_at": 1670433255.2411754, "compiled_sql": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n TX_ID, MSG_GROUP\n from OSMOSIS_DEV.silver.superfluid_actions\n group by TX_ID, MSG_GROUP\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_utils_unique_combination_of_columns_silver.superfluid_actions_TX_ID", "column_name": null, "file_key_name": "models.silver__superfluid_actions"}, "test.osmosis_models.not_null_silver__tx_body_msgs_BLOCK_ID.38a819e992": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('silver__tx_body_msgs')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__tx_body_msgs"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__tx_body_msgs_BLOCK_ID"], "unique_id": "test.osmosis_models.not_null_silver__tx_body_msgs_BLOCK_ID.38a819e992", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__tx_body_msgs_BLOCK_ID.sql", "original_file_path": "models\\silver\\silver__tx_body_msgs.yml", "name": "not_null_silver__tx_body_msgs_BLOCK_ID", "alias": "tx_body_msgs_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__tx_body_msgs"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__tx_body_msgs.yml\\not_null_silver__tx_body_msgs_BLOCK_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.2473633, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.tx_body_msgs\nwhere BLOCK_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.tx_body_msgs_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.silver__tx_body_msgs"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs_BLOCK_ID__NUMBER__FLOAT.800bf7baaa": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_75af0570eadff903ab5c19517d173058\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('silver__tx_body_msgs')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__tx_body_msgs"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_75af0570eadff903ab5c19517d173058", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs_BLOCK_ID__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs_BLOCK_ID__NUMBER__FLOAT.800bf7baaa", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_75af0570eadff903ab5c19517d173058.sql", "original_file_path": "models\\silver\\silver__tx_body_msgs.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs_BLOCK_ID__NUMBER__FLOAT", "alias": "tx_body_msgs_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__tx_body_msgs"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__tx_body_msgs.yml\\dbt_expectations_expect_column_75af0570eadff903ab5c19517d173058.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_75af0570eadff903ab5c19517d173058"}, "created_at": 1670433255.2483716, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCK_ID'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.tx_body_msgs_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.silver__tx_body_msgs"}, "test.osmosis_models.not_null_silver__tx_body_msgs_BLOCK_TIMESTAMP.5e95f78986": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__tx_body_msgs')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__tx_body_msgs"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__tx_body_msgs_BLOCK_TIMESTAMP"], "unique_id": "test.osmosis_models.not_null_silver__tx_body_msgs_BLOCK_TIMESTAMP.5e95f78986", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__tx_body_msgs_BLOCK_TIMESTAMP.sql", "original_file_path": "models\\silver\\silver__tx_body_msgs.yml", "name": "not_null_silver__tx_body_msgs_BLOCK_TIMESTAMP", "alias": "tx_body_msgs_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__tx_body_msgs"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__tx_body_msgs.yml\\not_null_silver__tx_body_msgs_BLOCK_TIMESTAMP.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.2514253, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.tx_body_msgs\nwhere BLOCK_TIMESTAMP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.tx_body_msgs_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__tx_body_msgs"}, "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__tx_body_msgs_BLOCK_TIMESTAMP__day__1.0569f1bd13": {"raw_sql": "{{ dbt_expectations.test_expect_row_values_to_have_recent_data(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_row_va_c44b4ba7a41e8b50b355047c63270fcf\") }}", "test_metadata": {"name": "expect_row_values_to_have_recent_data", "kwargs": {"datepart": "day", "interval": 1, "column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__tx_body_msgs')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_row_values_to_have_recent_data", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__tx_body_msgs"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_row_va_c44b4ba7a41e8b50b355047c63270fcf", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_row_values_to_have_recent_data_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_row_values_to_have_recent_data_silver__tx_body_msgs_BLOCK_TIMESTAMP__day__1"], "unique_id": "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__tx_body_msgs_BLOCK_TIMESTAMP__day__1.0569f1bd13", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_row_va_c44b4ba7a41e8b50b355047c63270fcf.sql", "original_file_path": "models\\silver\\silver__tx_body_msgs.yml", "name": "dbt_expectations_expect_row_values_to_have_recent_data_silver__tx_body_msgs_BLOCK_TIMESTAMP__day__1", "alias": "tx_body_msgs_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__tx_body_msgs"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__tx_body_msgs.yml\\dbt_expectations_expect_row_va_c44b4ba7a41e8b50b355047c63270fcf.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_row_va_c44b4ba7a41e8b50b355047c63270fcf"}, "created_at": 1670433255.2525492, "compiled_sql": "\n\n with max_recency as (\n\n select max(cast(BLOCK_TIMESTAMP as \n timestamp_ntz\n)) as max_timestamp\n from\n OSMOSIS_DEV.silver.tx_body_msgs\n where\n -- to exclude erroneous future dates\n cast(BLOCK_TIMESTAMP as \n timestamp_ntz\n) <= cast(convert_timezone('UTC', 'GMT', \n current_timestamp::\n timestamp_ntz\n\n) as \n timestamp_ntz\n)\n \n)\nselect\n *\nfrom\n max_recency\nwhere\n -- if the row_condition excludes all rows, we need to compare against a default date\n -- to avoid false negatives\n coalesce(max_timestamp, cast('1970-01-01' as \n timestamp_ntz\n))\n <\n cast(\n\n dateadd(\n day,\n -1,\n cast(convert_timezone('UTC', 'GMT', \n current_timestamp::\n timestamp_ntz\n\n) as \n timestamp_ntz\n)\n )\n\n as \n timestamp_ntz\n)\n\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_row_values_to_have_recent_data_silver.tx_body_msgs_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__tx_body_msgs"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.ca8344970f": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_36763bad2ab727adf939da4c05910ec9\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["TIMESTAMP_NTZ"], "column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__tx_body_msgs')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__tx_body_msgs"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_36763bad2ab727adf939da4c05910ec9", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs_BLOCK_TIMESTAMP__TIMESTAMP_NTZ"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.ca8344970f", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_36763bad2ab727adf939da4c05910ec9.sql", "original_file_path": "models\\silver\\silver__tx_body_msgs.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs_BLOCK_TIMESTAMP__TIMESTAMP_NTZ", "alias": "tx_body_msgs_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__tx_body_msgs"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__tx_body_msgs.yml\\dbt_expectations_expect_column_36763bad2ab727adf939da4c05910ec9.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_36763bad2ab727adf939da4c05910ec9"}, "created_at": 1670433255.2565541, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCK_TIMESTAMP'\n and\n relation_column_type not in ('TIMESTAMP_NTZ')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.tx_body_msgs_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__tx_body_msgs"}, "test.osmosis_models.not_null_silver__tx_body_msgs_CHAIN_ID.70175276f8": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('silver__tx_body_msgs')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__tx_body_msgs"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__tx_body_msgs_CHAIN_ID"], "unique_id": "test.osmosis_models.not_null_silver__tx_body_msgs_CHAIN_ID.70175276f8", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__tx_body_msgs_CHAIN_ID.sql", "original_file_path": "models\\silver\\silver__tx_body_msgs.yml", "name": "not_null_silver__tx_body_msgs_CHAIN_ID", "alias": "tx_body_msgs_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__tx_body_msgs"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__tx_body_msgs.yml\\not_null_silver__tx_body_msgs_CHAIN_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.2595518, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.tx_body_msgs\nwhere CHAIN_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.tx_body_msgs_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.silver__tx_body_msgs"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs_CHAIN_ID__STRING__VARCHAR.54b3bc8135": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_ae3b1c281cd30ef4edca39b209274a12\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('silver__tx_body_msgs')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__tx_body_msgs"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_ae3b1c281cd30ef4edca39b209274a12", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs_CHAIN_ID__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs_CHAIN_ID__STRING__VARCHAR.54b3bc8135", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_ae3b1c281cd30ef4edca39b209274a12.sql", "original_file_path": "models\\silver\\silver__tx_body_msgs.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs_CHAIN_ID__STRING__VARCHAR", "alias": "tx_body_msgs_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__tx_body_msgs"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__tx_body_msgs.yml\\dbt_expectations_expect_column_ae3b1c281cd30ef4edca39b209274a12.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_ae3b1c281cd30ef4edca39b209274a12"}, "created_at": 1670433255.2605498, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'CHAIN_ID'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.tx_body_msgs_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.silver__tx_body_msgs"}, "test.osmosis_models.not_null_silver__tx_body_msgs_TX_ID.6c76303c1c": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "TX_ID", "model": "{{ get_where_subquery(ref('silver__tx_body_msgs')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__tx_body_msgs"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__tx_body_msgs_TX_ID"], "unique_id": "test.osmosis_models.not_null_silver__tx_body_msgs_TX_ID.6c76303c1c", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__tx_body_msgs_TX_ID.sql", "original_file_path": "models\\silver\\silver__tx_body_msgs.yml", "name": "not_null_silver__tx_body_msgs_TX_ID", "alias": "tx_body_msgs_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__tx_body_msgs"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__tx_body_msgs.yml\\not_null_silver__tx_body_msgs_TX_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.2635508, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.tx_body_msgs\nwhere TX_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.tx_body_msgs_TX_ID", "column_name": "TX_ID", "file_key_name": "models.silver__tx_body_msgs"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs_TX_ID__STRING__VARCHAR.14cd77fad4": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_6e1a9803e95149837e5e0cf836831455\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "TX_ID", "model": "{{ get_where_subquery(ref('silver__tx_body_msgs')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__tx_body_msgs"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_6e1a9803e95149837e5e0cf836831455", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs_TX_ID__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs_TX_ID__STRING__VARCHAR.14cd77fad4", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_6e1a9803e95149837e5e0cf836831455.sql", "original_file_path": "models\\silver\\silver__tx_body_msgs.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs_TX_ID__STRING__VARCHAR", "alias": "tx_body_msgs_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__tx_body_msgs"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__tx_body_msgs.yml\\dbt_expectations_expect_column_6e1a9803e95149837e5e0cf836831455.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_6e1a9803e95149837e5e0cf836831455"}, "created_at": 1670433255.2645495, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'TX_ID'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.tx_body_msgs_TX_ID", "column_name": "TX_ID", "file_key_name": "models.silver__tx_body_msgs"}, "test.osmosis_models.not_null_silver__tx_body_msgs_MSG_GROUP.b92c2b2ada": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "MSG_GROUP", "model": "{{ get_where_subquery(ref('silver__tx_body_msgs')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__tx_body_msgs"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__tx_body_msgs_MSG_GROUP"], "unique_id": "test.osmosis_models.not_null_silver__tx_body_msgs_MSG_GROUP.b92c2b2ada", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__tx_body_msgs_MSG_GROUP.sql", "original_file_path": "models\\silver\\silver__tx_body_msgs.yml", "name": "not_null_silver__tx_body_msgs_MSG_GROUP", "alias": "tx_body_msgs_MSG_GROUP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__tx_body_msgs"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__tx_body_msgs.yml\\not_null_silver__tx_body_msgs_MSG_GROUP.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.2676072, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.tx_body_msgs\nwhere MSG_GROUP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.tx_body_msgs_MSG_GROUP", "column_name": "MSG_GROUP", "file_key_name": "models.silver__tx_body_msgs"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs_MSG_GROUP__NUMBER__FLOAT.f2555a5e5d": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_c82079c3321af80f7e66d0512bad8be8\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "MSG_GROUP", "model": "{{ get_where_subquery(ref('silver__tx_body_msgs')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__tx_body_msgs"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_c82079c3321af80f7e66d0512bad8be8", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs_MSG_GROUP__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs_MSG_GROUP__NUMBER__FLOAT.f2555a5e5d", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_c82079c3321af80f7e66d0512bad8be8.sql", "original_file_path": "models\\silver\\silver__tx_body_msgs.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs_MSG_GROUP__NUMBER__FLOAT", "alias": "tx_body_msgs_MSG_GROUP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__tx_body_msgs"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__tx_body_msgs.yml\\dbt_expectations_expect_column_c82079c3321af80f7e66d0512bad8be8.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_c82079c3321af80f7e66d0512bad8be8"}, "created_at": 1670433255.2687447, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'MSG_GROUP'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.tx_body_msgs_MSG_GROUP", "column_name": "MSG_GROUP", "file_key_name": "models.silver__tx_body_msgs"}, "test.osmosis_models.not_null_silver__tx_body_msgs_MSG_TYPE.e2005d6ecf": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "MSG_TYPE", "model": "{{ get_where_subquery(ref('silver__tx_body_msgs')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__tx_body_msgs"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__tx_body_msgs_MSG_TYPE"], "unique_id": "test.osmosis_models.not_null_silver__tx_body_msgs_MSG_TYPE.e2005d6ecf", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__tx_body_msgs_MSG_TYPE.sql", "original_file_path": "models\\silver\\silver__tx_body_msgs.yml", "name": "not_null_silver__tx_body_msgs_MSG_TYPE", "alias": "tx_body_msgs_MSG_TYPE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__tx_body_msgs"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__tx_body_msgs.yml\\not_null_silver__tx_body_msgs_MSG_TYPE.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.27174, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.tx_body_msgs\nwhere MSG_TYPE is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.tx_body_msgs_MSG_TYPE", "column_name": "MSG_TYPE", "file_key_name": "models.silver__tx_body_msgs"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs_MSG_TYPE__STRING__VARCHAR.495ccb6cd7": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_df718ad23eac7961dbb240f60a416561\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "MSG_TYPE", "model": "{{ get_where_subquery(ref('silver__tx_body_msgs')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__tx_body_msgs"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_df718ad23eac7961dbb240f60a416561", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs_MSG_TYPE__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs_MSG_TYPE__STRING__VARCHAR.495ccb6cd7", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_df718ad23eac7961dbb240f60a416561.sql", "original_file_path": "models\\silver\\silver__tx_body_msgs.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs_MSG_TYPE__STRING__VARCHAR", "alias": "tx_body_msgs_MSG_TYPE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__tx_body_msgs"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__tx_body_msgs.yml\\dbt_expectations_expect_column_df718ad23eac7961dbb240f60a416561.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_df718ad23eac7961dbb240f60a416561"}, "created_at": 1670433255.2727408, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'MSG_TYPE'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.tx_body_msgs_MSG_TYPE", "column_name": "MSG_TYPE", "file_key_name": "models.silver__tx_body_msgs"}, "test.osmosis_models.not_null_silver__tx_body_msgs__INSERTED_TIMESTAMP.e3e73dea57": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "_INSERTED_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__tx_body_msgs')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__tx_body_msgs"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__tx_body_msgs__INSERTED_TIMESTAMP"], "unique_id": "test.osmosis_models.not_null_silver__tx_body_msgs__INSERTED_TIMESTAMP.e3e73dea57", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__tx_body_msgs__INSERTED_TIMESTAMP.sql", "original_file_path": "models\\silver\\silver__tx_body_msgs.yml", "name": "not_null_silver__tx_body_msgs__INSERTED_TIMESTAMP", "alias": "tx_body_msgs", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__tx_body_msgs"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__tx_body_msgs.yml\\not_null_silver__tx_body_msgs__INSERTED_TIMESTAMP.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.2757876, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.tx_body_msgs\nwhere _INSERTED_TIMESTAMP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.tx_body_msgs", "column_name": "_INSERTED_TIMESTAMP", "file_key_name": "models.silver__tx_body_msgs"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.76dc3dad56": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_cbd6a251893bc45f733f3e3d003cb68f\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["TIMESTAMP_NTZ"], "column_name": "_INSERTED_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__tx_body_msgs')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__tx_body_msgs"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_cbd6a251893bc45f733f3e3d003cb68f", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs__INSERTED_TIMESTAMP__TIMESTAMP_NTZ"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.76dc3dad56", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_cbd6a251893bc45f733f3e3d003cb68f.sql", "original_file_path": "models\\silver\\silver__tx_body_msgs.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs__INSERTED_TIMESTAMP__TIMESTAMP_NTZ", "alias": "tx_body_msgs", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__tx_body_msgs"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__tx_body_msgs.yml\\dbt_expectations_expect_column_cbd6a251893bc45f733f3e3d003cb68f.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_cbd6a251893bc45f733f3e3d003cb68f"}, "created_at": 1670433255.2779186, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = '_INSERTED_TIMESTAMP'\n and\n relation_column_type not in ('TIMESTAMP_NTZ')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.tx_body_msgs", "column_name": "_INSERTED_TIMESTAMP", "file_key_name": "models.silver__tx_body_msgs"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__tx_body_msgs_TX_ID__MSG_GROUP.40c9a97820": {"raw_sql": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_5e8305fca9763c2447babdad0f259a10\") }}", "test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["TX_ID", "MSG_GROUP"], "model": "{{ get_where_subquery(ref('silver__tx_body_msgs')) }}"}, "namespace": "dbt_utils"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__tx_body_msgs"]}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_5e8305fca9763c2447babdad0f259a10", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_utils_unique_combination_of_columns_silver", "fqn": ["osmosis_models", "silver", "dbt_utils_unique_combination_of_columns_silver__tx_body_msgs_TX_ID__MSG_GROUP"], "unique_id": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__tx_body_msgs_TX_ID__MSG_GROUP.40c9a97820", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_utils_unique_combination_o_5e8305fca9763c2447babdad0f259a10.sql", "original_file_path": "models\\silver\\silver__tx_body_msgs.yml", "name": "dbt_utils_unique_combination_of_columns_silver__tx_body_msgs_TX_ID__MSG_GROUP", "alias": "tx_body_msgs_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__tx_body_msgs"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__tx_body_msgs.yml\\dbt_utils_unique_combination_o_5e8305fca9763c2447babdad0f259a10.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_utils_unique_combination_o_5e8305fca9763c2447babdad0f259a10"}, "created_at": 1670433255.2799218, "compiled_sql": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n TX_ID, MSG_GROUP\n from OSMOSIS_DEV.silver.tx_body_msgs\n group by TX_ID, MSG_GROUP\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_utils_unique_combination_of_columns_silver.tx_body_msgs_TX_ID", "column_name": null, "file_key_name": "models.silver__tx_body_msgs"}, "test.osmosis_models.not_null_silver__governance_proposal_deposits_BLOCK_ID.1fc8e8d39e": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('silver__governance_proposal_deposits')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_proposal_deposits"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__governance_proposal_deposits_BLOCK_ID"], "unique_id": "test.osmosis_models.not_null_silver__governance_proposal_deposits_BLOCK_ID.1fc8e8d39e", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__governance_proposal_deposits_BLOCK_ID.sql", "original_file_path": "models\\silver\\silver__governance_proposal_deposits.yml", "name": "not_null_silver__governance_proposal_deposits_BLOCK_ID", "alias": "governance_proposal_deposits_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_proposal_deposits"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_proposal_deposits.yml\\not_null_silver__governance_proposal_deposits_BLOCK_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.2905507, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.governance_proposal_deposits\nwhere BLOCK_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.governance_proposal_deposits_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.silver__governance_proposal_deposits"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_BLOCK_ID__NUMBER__FLOAT.bbd1e1037c": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_3fe80b7c3dfe7c081b01fe177f08d178\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('silver__governance_proposal_deposits')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_proposal_deposits"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_3fe80b7c3dfe7c081b01fe177f08d178", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_BLOCK_ID__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_BLOCK_ID__NUMBER__FLOAT.bbd1e1037c", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_3fe80b7c3dfe7c081b01fe177f08d178.sql", "original_file_path": "models\\silver\\silver__governance_proposal_deposits.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_BLOCK_ID__NUMBER__FLOAT", "alias": "governance_proposal_deposits_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_proposal_deposits"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_proposal_deposits.yml\\dbt_expectations_expect_column_3fe80b7c3dfe7c081b01fe177f08d178.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_3fe80b7c3dfe7c081b01fe177f08d178"}, "created_at": 1670433255.292574, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DEPOSITOR' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSAL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCK_ID'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.governance_proposal_deposits_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.silver__governance_proposal_deposits"}, "test.osmosis_models.not_null_silver__governance_proposal_deposits_BLOCK_TIMESTAMP.be9d64b7a5": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__governance_proposal_deposits')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_proposal_deposits"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__governance_proposal_deposits_BLOCK_TIMESTAMP"], "unique_id": "test.osmosis_models.not_null_silver__governance_proposal_deposits_BLOCK_TIMESTAMP.be9d64b7a5", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__governance_proposal_deposits_BLOCK_TIMESTAMP.sql", "original_file_path": "models\\silver\\silver__governance_proposal_deposits.yml", "name": "not_null_silver__governance_proposal_deposits_BLOCK_TIMESTAMP", "alias": "governance_proposal_deposits_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_proposal_deposits"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_proposal_deposits.yml\\not_null_silver__governance_proposal_deposits_BLOCK_TIMESTAMP.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.2971172, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.governance_proposal_deposits\nwhere BLOCK_TIMESTAMP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.governance_proposal_deposits_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__governance_proposal_deposits"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.d6e6a5ce54": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_1deb546d664317f6e747b5ed94b67814\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["TIMESTAMP_NTZ"], "column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__governance_proposal_deposits')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_proposal_deposits"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_1deb546d664317f6e747b5ed94b67814", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_BLOCK_TIMESTAMP__TIMESTAMP_NTZ"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.d6e6a5ce54", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_1deb546d664317f6e747b5ed94b67814.sql", "original_file_path": "models\\silver\\silver__governance_proposal_deposits.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_BLOCK_TIMESTAMP__TIMESTAMP_NTZ", "alias": "governance_proposal_deposits_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_proposal_deposits"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_proposal_deposits.yml\\dbt_expectations_expect_column_1deb546d664317f6e747b5ed94b67814.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_1deb546d664317f6e747b5ed94b67814"}, "created_at": 1670433255.298113, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DEPOSITOR' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSAL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCK_TIMESTAMP'\n and\n relation_column_type not in ('TIMESTAMP_NTZ')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.governance_proposal_deposits_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__governance_proposal_deposits"}, "test.osmosis_models.not_null_silver__governance_proposal_deposits_BLOCKCHAIN.69bb1d7034": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('silver__governance_proposal_deposits')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_proposal_deposits"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__governance_proposal_deposits_BLOCKCHAIN"], "unique_id": "test.osmosis_models.not_null_silver__governance_proposal_deposits_BLOCKCHAIN.69bb1d7034", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__governance_proposal_deposits_BLOCKCHAIN.sql", "original_file_path": "models\\silver\\silver__governance_proposal_deposits.yml", "name": "not_null_silver__governance_proposal_deposits_BLOCKCHAIN", "alias": "governance_proposal_deposits_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_proposal_deposits"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_proposal_deposits.yml\\not_null_silver__governance_proposal_deposits_BLOCKCHAIN.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.303112, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.governance_proposal_deposits\nwhere BLOCKCHAIN is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.governance_proposal_deposits_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.silver__governance_proposal_deposits"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_BLOCKCHAIN__STRING__VARCHAR.5742b53356": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_2930788266d207ea4e95aa0d081a312c\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('silver__governance_proposal_deposits')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_proposal_deposits"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_2930788266d207ea4e95aa0d081a312c", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_BLOCKCHAIN__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_BLOCKCHAIN__STRING__VARCHAR.5742b53356", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_2930788266d207ea4e95aa0d081a312c.sql", "original_file_path": "models\\silver\\silver__governance_proposal_deposits.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_BLOCKCHAIN__STRING__VARCHAR", "alias": "governance_proposal_deposits_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_proposal_deposits"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_proposal_deposits.yml\\dbt_expectations_expect_column_2930788266d207ea4e95aa0d081a312c.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_2930788266d207ea4e95aa0d081a312c"}, "created_at": 1670433255.305111, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DEPOSITOR' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSAL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCKCHAIN'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.governance_proposal_deposits_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.silver__governance_proposal_deposits"}, "test.osmosis_models.not_null_silver__governance_proposal_deposits_CHAIN_ID.54ba7a5d36": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('silver__governance_proposal_deposits')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_proposal_deposits"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__governance_proposal_deposits_CHAIN_ID"], "unique_id": "test.osmosis_models.not_null_silver__governance_proposal_deposits_CHAIN_ID.54ba7a5d36", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__governance_proposal_deposits_CHAIN_ID.sql", "original_file_path": "models\\silver\\silver__governance_proposal_deposits.yml", "name": "not_null_silver__governance_proposal_deposits_CHAIN_ID", "alias": "governance_proposal_deposits_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_proposal_deposits"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_proposal_deposits.yml\\not_null_silver__governance_proposal_deposits_CHAIN_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.3094878, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.governance_proposal_deposits\nwhere CHAIN_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.governance_proposal_deposits_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.silver__governance_proposal_deposits"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_CHAIN_ID__STRING__VARCHAR.cf8694bc13": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_8e9861857a9d6f3d79bf15c9cb888642\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('silver__governance_proposal_deposits')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_proposal_deposits"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_8e9861857a9d6f3d79bf15c9cb888642", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_CHAIN_ID__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_CHAIN_ID__STRING__VARCHAR.cf8694bc13", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_8e9861857a9d6f3d79bf15c9cb888642.sql", "original_file_path": "models\\silver\\silver__governance_proposal_deposits.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_CHAIN_ID__STRING__VARCHAR", "alias": "governance_proposal_deposits_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_proposal_deposits"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_proposal_deposits.yml\\dbt_expectations_expect_column_8e9861857a9d6f3d79bf15c9cb888642.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_8e9861857a9d6f3d79bf15c9cb888642"}, "created_at": 1670433255.3104837, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DEPOSITOR' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSAL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'CHAIN_ID'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.governance_proposal_deposits_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.silver__governance_proposal_deposits"}, "test.osmosis_models.not_null_silver__governance_proposal_deposits_TX_ID.5813dde547": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "TX_ID", "model": "{{ get_where_subquery(ref('silver__governance_proposal_deposits')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_proposal_deposits"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__governance_proposal_deposits_TX_ID"], "unique_id": "test.osmosis_models.not_null_silver__governance_proposal_deposits_TX_ID.5813dde547", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__governance_proposal_deposits_TX_ID.sql", "original_file_path": "models\\silver\\silver__governance_proposal_deposits.yml", "name": "not_null_silver__governance_proposal_deposits_TX_ID", "alias": "governance_proposal_deposits_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_proposal_deposits"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_proposal_deposits.yml\\not_null_silver__governance_proposal_deposits_TX_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.3134933, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.governance_proposal_deposits\nwhere TX_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.governance_proposal_deposits_TX_ID", "column_name": "TX_ID", "file_key_name": "models.silver__governance_proposal_deposits"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_TX_ID__STRING__VARCHAR.dc8a385cd0": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_1b128ad46be2bc141819573ef5772124\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "TX_ID", "model": "{{ get_where_subquery(ref('silver__governance_proposal_deposits')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_proposal_deposits"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_1b128ad46be2bc141819573ef5772124", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_TX_ID__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_TX_ID__STRING__VARCHAR.dc8a385cd0", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_1b128ad46be2bc141819573ef5772124.sql", "original_file_path": "models\\silver\\silver__governance_proposal_deposits.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_TX_ID__STRING__VARCHAR", "alias": "governance_proposal_deposits_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_proposal_deposits"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_proposal_deposits.yml\\dbt_expectations_expect_column_1b128ad46be2bc141819573ef5772124.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_1b128ad46be2bc141819573ef5772124"}, "created_at": 1670433255.3154836, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DEPOSITOR' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSAL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'TX_ID'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.governance_proposal_deposits_TX_ID", "column_name": "TX_ID", "file_key_name": "models.silver__governance_proposal_deposits"}, "test.osmosis_models.not_null_silver__governance_proposal_deposits_TX_STATUS.51d5ffd514": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "TX_STATUS", "model": "{{ get_where_subquery(ref('silver__governance_proposal_deposits')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_proposal_deposits"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__governance_proposal_deposits_TX_STATUS"], "unique_id": "test.osmosis_models.not_null_silver__governance_proposal_deposits_TX_STATUS.51d5ffd514", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__governance_proposal_deposits_TX_STATUS.sql", "original_file_path": "models\\silver\\silver__governance_proposal_deposits.yml", "name": "not_null_silver__governance_proposal_deposits_TX_STATUS", "alias": "governance_proposal_deposits_TX_STATUS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_proposal_deposits"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_proposal_deposits.yml\\not_null_silver__governance_proposal_deposits_TX_STATUS.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.3187726, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.governance_proposal_deposits\nwhere TX_STATUS is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.governance_proposal_deposits_TX_STATUS", "column_name": "TX_STATUS", "file_key_name": "models.silver__governance_proposal_deposits"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_TX_STATUS__STRING__VARCHAR.c541da6807": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_97aaf5029f8cbc6b79117e811b504601\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "TX_STATUS", "model": "{{ get_where_subquery(ref('silver__governance_proposal_deposits')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_proposal_deposits"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_97aaf5029f8cbc6b79117e811b504601", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_TX_STATUS__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_TX_STATUS__STRING__VARCHAR.c541da6807", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_97aaf5029f8cbc6b79117e811b504601.sql", "original_file_path": "models\\silver\\silver__governance_proposal_deposits.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_TX_STATUS__STRING__VARCHAR", "alias": "governance_proposal_deposits_TX_STATUS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_proposal_deposits"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_proposal_deposits.yml\\dbt_expectations_expect_column_97aaf5029f8cbc6b79117e811b504601.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_97aaf5029f8cbc6b79117e811b504601"}, "created_at": 1670433255.319772, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DEPOSITOR' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSAL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'TX_STATUS'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.governance_proposal_deposits_TX_STATUS", "column_name": "TX_STATUS", "file_key_name": "models.silver__governance_proposal_deposits"}, "test.osmosis_models.not_null_silver__governance_proposal_deposits_DEPOSITOR.5ce640cb83": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "DEPOSITOR", "model": "{{ get_where_subquery(ref('silver__governance_proposal_deposits')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_proposal_deposits"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__governance_proposal_deposits_DEPOSITOR"], "unique_id": "test.osmosis_models.not_null_silver__governance_proposal_deposits_DEPOSITOR.5ce640cb83", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__governance_proposal_deposits_DEPOSITOR.sql", "original_file_path": "models\\silver\\silver__governance_proposal_deposits.yml", "name": "not_null_silver__governance_proposal_deposits_DEPOSITOR", "alias": "governance_proposal_deposits_DEPOSITOR", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_proposal_deposits"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_proposal_deposits.yml\\not_null_silver__governance_proposal_deposits_DEPOSITOR.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.3227704, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.governance_proposal_deposits\nwhere DEPOSITOR is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.governance_proposal_deposits_DEPOSITOR", "column_name": "DEPOSITOR", "file_key_name": "models.silver__governance_proposal_deposits"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_DEPOSITOR__STRING__VARCHAR.db0ffc94e1": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_de3be1c9b784164a2472cbc0ca3b80d1\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "DEPOSITOR", "model": "{{ get_where_subquery(ref('silver__governance_proposal_deposits')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_proposal_deposits"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_de3be1c9b784164a2472cbc0ca3b80d1", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_DEPOSITOR__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_DEPOSITOR__STRING__VARCHAR.db0ffc94e1", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_de3be1c9b784164a2472cbc0ca3b80d1.sql", "original_file_path": "models\\silver\\silver__governance_proposal_deposits.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_DEPOSITOR__STRING__VARCHAR", "alias": "governance_proposal_deposits_DEPOSITOR", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_proposal_deposits"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_proposal_deposits.yml\\dbt_expectations_expect_column_de3be1c9b784164a2472cbc0ca3b80d1.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_de3be1c9b784164a2472cbc0ca3b80d1"}, "created_at": 1670433255.3240285, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DEPOSITOR' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSAL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'DEPOSITOR'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.governance_proposal_deposits_DEPOSITOR", "column_name": "DEPOSITOR", "file_key_name": "models.silver__governance_proposal_deposits"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__governance_proposal_deposits_DEPOSITOR__osmo1_0_9a_z_38_38_.7748ef9c5c": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_match_regex(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_e252f5bc689a76b2c6c48524f18e1cdd\") }}", "test_metadata": {"name": "expect_column_values_to_match_regex", "kwargs": {"regex": "osmo1[0-9a-z]{38,38}", "column_name": "DEPOSITOR", "model": "{{ get_where_subquery(ref('silver__governance_proposal_deposits')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_match_regex", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_proposal_deposits"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_e252f5bc689a76b2c6c48524f18e1cdd", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_match_regex_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_match_regex_silver__governance_proposal_deposits_DEPOSITOR__osmo1_0_9a_z_38_38_"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__governance_proposal_deposits_DEPOSITOR__osmo1_0_9a_z_38_38_.7748ef9c5c", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_e252f5bc689a76b2c6c48524f18e1cdd.sql", "original_file_path": "models\\silver\\silver__governance_proposal_deposits.yml", "name": "dbt_expectations_expect_column_values_to_match_regex_silver__governance_proposal_deposits_DEPOSITOR__osmo1_0_9a_z_38_38_", "alias": "governance_proposal_deposits_DEPOSITOR", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_proposal_deposits"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_proposal_deposits.yml\\dbt_expectations_expect_column_e252f5bc689a76b2c6c48524f18e1cdd.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_e252f5bc689a76b2c6c48524f18e1cdd"}, "created_at": 1670433255.3271108, "compiled_sql": "\n\n\n\n\n with grouped_expression as (\n select\n \n \n \n \n\n\n \nregexp_instr(DEPOSITOR, 'osmo1[0-9a-z]{38,38}', 1, 1)\n\n\n > 0\n as expression\n\n\n from OSMOSIS_DEV.silver.governance_proposal_deposits\n \n\n),\nvalidation_errors as (\n\n select\n *\n from\n grouped_expression\n where\n not(expression = true)\n\n)\n\nselect *\nfrom validation_errors\n\n\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_match_regex_silver.governance_proposal_deposits_DEPOSITOR", "column_name": "DEPOSITOR", "file_key_name": "models.silver__governance_proposal_deposits"}, "test.osmosis_models.not_null_silver__governance_proposal_deposits_PROPOSAL_ID.7ff8bdf182": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "PROPOSAL_ID", "model": "{{ get_where_subquery(ref('silver__governance_proposal_deposits')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_proposal_deposits"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__governance_proposal_deposits_PROPOSAL_ID"], "unique_id": "test.osmosis_models.not_null_silver__governance_proposal_deposits_PROPOSAL_ID.7ff8bdf182", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__governance_proposal_deposits_PROPOSAL_ID.sql", "original_file_path": "models\\silver\\silver__governance_proposal_deposits.yml", "name": "not_null_silver__governance_proposal_deposits_PROPOSAL_ID", "alias": "governance_proposal_deposits_PROPOSAL_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_proposal_deposits"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_proposal_deposits.yml\\not_null_silver__governance_proposal_deposits_PROPOSAL_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.3301103, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.governance_proposal_deposits\nwhere PROPOSAL_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.governance_proposal_deposits_PROPOSAL_ID", "column_name": "PROPOSAL_ID", "file_key_name": "models.silver__governance_proposal_deposits"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_PROPOSAL_ID__NUMBER__FLOAT.5d96907650": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_31cbb2ea10551dc878f6fee5e434a018\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "PROPOSAL_ID", "model": "{{ get_where_subquery(ref('silver__governance_proposal_deposits')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_proposal_deposits"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_31cbb2ea10551dc878f6fee5e434a018", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_PROPOSAL_ID__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_PROPOSAL_ID__NUMBER__FLOAT.5d96907650", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_31cbb2ea10551dc878f6fee5e434a018.sql", "original_file_path": "models\\silver\\silver__governance_proposal_deposits.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_PROPOSAL_ID__NUMBER__FLOAT", "alias": "governance_proposal_deposits_PROPOSAL_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_proposal_deposits"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_proposal_deposits.yml\\dbt_expectations_expect_column_31cbb2ea10551dc878f6fee5e434a018.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_31cbb2ea10551dc878f6fee5e434a018"}, "created_at": 1670433255.332313, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DEPOSITOR' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSAL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'PROPOSAL_ID'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.governance_proposal_deposits_PROPOSAL_ID", "column_name": "PROPOSAL_ID", "file_key_name": "models.silver__governance_proposal_deposits"}, "test.osmosis_models.not_null_silver__governance_proposal_deposits_AMOUNT.0396b06362": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "AMOUNT", "model": "{{ get_where_subquery(ref('silver__governance_proposal_deposits')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_proposal_deposits"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__governance_proposal_deposits_AMOUNT"], "unique_id": "test.osmosis_models.not_null_silver__governance_proposal_deposits_AMOUNT.0396b06362", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__governance_proposal_deposits_AMOUNT.sql", "original_file_path": "models\\silver\\silver__governance_proposal_deposits.yml", "name": "not_null_silver__governance_proposal_deposits_AMOUNT", "alias": "governance_proposal_deposits_AMOUNT", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_proposal_deposits"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_proposal_deposits.yml\\not_null_silver__governance_proposal_deposits_AMOUNT.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.3386557, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.governance_proposal_deposits\nwhere AMOUNT is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.governance_proposal_deposits_AMOUNT", "column_name": "AMOUNT", "file_key_name": "models.silver__governance_proposal_deposits"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_AMOUNT__NUMBER__FLOAT.9946136e6f": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_145ea21160c3d255222e217c51e4ac30\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "AMOUNT", "model": "{{ get_where_subquery(ref('silver__governance_proposal_deposits')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_proposal_deposits"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_145ea21160c3d255222e217c51e4ac30", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_AMOUNT__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_AMOUNT__NUMBER__FLOAT.9946136e6f", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_145ea21160c3d255222e217c51e4ac30.sql", "original_file_path": "models\\silver\\silver__governance_proposal_deposits.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_AMOUNT__NUMBER__FLOAT", "alias": "governance_proposal_deposits_AMOUNT", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_proposal_deposits"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_proposal_deposits.yml\\dbt_expectations_expect_column_145ea21160c3d255222e217c51e4ac30.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_145ea21160c3d255222e217c51e4ac30"}, "created_at": 1670433255.3405008, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DEPOSITOR' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSAL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'AMOUNT'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.governance_proposal_deposits_AMOUNT", "column_name": "AMOUNT", "file_key_name": "models.silver__governance_proposal_deposits"}, "test.osmosis_models.not_null_silver__governance_proposal_deposits_CURRENCY.2b95ab2ae2": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "CURRENCY", "model": "{{ get_where_subquery(ref('silver__governance_proposal_deposits')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_proposal_deposits"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__governance_proposal_deposits_CURRENCY"], "unique_id": "test.osmosis_models.not_null_silver__governance_proposal_deposits_CURRENCY.2b95ab2ae2", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__governance_proposal_deposits_CURRENCY.sql", "original_file_path": "models\\silver\\silver__governance_proposal_deposits.yml", "name": "not_null_silver__governance_proposal_deposits_CURRENCY", "alias": "governance_proposal_deposits_CURRENCY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_proposal_deposits"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_proposal_deposits.yml\\not_null_silver__governance_proposal_deposits_CURRENCY.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.3446412, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.governance_proposal_deposits\nwhere CURRENCY is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.governance_proposal_deposits_CURRENCY", "column_name": "CURRENCY", "file_key_name": "models.silver__governance_proposal_deposits"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_CURRENCY__STRING__VARCHAR.00e06593e6": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_f92b5d5efb24b1ce5fde433e6e7b4b93\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "CURRENCY", "model": "{{ get_where_subquery(ref('silver__governance_proposal_deposits')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_proposal_deposits"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_f92b5d5efb24b1ce5fde433e6e7b4b93", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_CURRENCY__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_CURRENCY__STRING__VARCHAR.00e06593e6", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_f92b5d5efb24b1ce5fde433e6e7b4b93.sql", "original_file_path": "models\\silver\\silver__governance_proposal_deposits.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_CURRENCY__STRING__VARCHAR", "alias": "governance_proposal_deposits_CURRENCY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_proposal_deposits"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_proposal_deposits.yml\\dbt_expectations_expect_column_f92b5d5efb24b1ce5fde433e6e7b4b93.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_f92b5d5efb24b1ce5fde433e6e7b4b93"}, "created_at": 1670433255.3456597, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DEPOSITOR' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSAL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'CURRENCY'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.governance_proposal_deposits_CURRENCY", "column_name": "CURRENCY", "file_key_name": "models.silver__governance_proposal_deposits"}, "test.osmosis_models.not_null_silver__governance_proposal_deposits_DECIMAL.2f40ac09a3": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "DECIMAL", "model": "{{ get_where_subquery(ref('silver__governance_proposal_deposits')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_proposal_deposits"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__governance_proposal_deposits_DECIMAL"], "unique_id": "test.osmosis_models.not_null_silver__governance_proposal_deposits_DECIMAL.2f40ac09a3", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__governance_proposal_deposits_DECIMAL.sql", "original_file_path": "models\\silver\\silver__governance_proposal_deposits.yml", "name": "not_null_silver__governance_proposal_deposits_DECIMAL", "alias": "governance_proposal_deposits_DECIMAL", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_proposal_deposits"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_proposal_deposits.yml\\not_null_silver__governance_proposal_deposits_DECIMAL.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.3499734, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.governance_proposal_deposits\nwhere DECIMAL is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.governance_proposal_deposits_DECIMAL", "column_name": "DECIMAL", "file_key_name": "models.silver__governance_proposal_deposits"}, "test.osmosis_models.not_null_silver__governance_proposal_deposits__INSERTED_TIMESTAMP.793e397848": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}{{ config(alias=\"not_null_silver__governance_pr_0742a89ee10503a4405194e6683e7a0f\") }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "_INSERTED_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__governance_proposal_deposits')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_proposal_deposits"]}, "config": {"enabled": true, "alias": "not_null_silver__governance_pr_0742a89ee10503a4405194e6683e7a0f", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__governance_proposal_deposits__INSERTED_TIMESTAMP"], "unique_id": "test.osmosis_models.not_null_silver__governance_proposal_deposits__INSERTED_TIMESTAMP.793e397848", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__governance_pr_0742a89ee10503a4405194e6683e7a0f.sql", "original_file_path": "models\\silver\\silver__governance_proposal_deposits.yml", "name": "not_null_silver__governance_proposal_deposits__INSERTED_TIMESTAMP", "alias": "governance_proposal_deposits", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_proposal_deposits"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_proposal_deposits.yml\\not_null_silver__governance_pr_0742a89ee10503a4405194e6683e7a0f.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "not_null_silver__governance_pr_0742a89ee10503a4405194e6683e7a0f"}, "created_at": 1670433255.3509831, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.governance_proposal_deposits\nwhere _INSERTED_TIMESTAMP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.governance_proposal_deposits", "column_name": "_INSERTED_TIMESTAMP", "file_key_name": "models.silver__governance_proposal_deposits"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.47268211d9": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_c394b2be3af4d54ef0652d12879daf46\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["TIMESTAMP_NTZ"], "column_name": "_INSERTED_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__governance_proposal_deposits')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_proposal_deposits"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_c394b2be3af4d54ef0652d12879daf46", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits__INSERTED_TIMESTAMP__TIMESTAMP_NTZ"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.47268211d9", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_c394b2be3af4d54ef0652d12879daf46.sql", "original_file_path": "models\\silver\\silver__governance_proposal_deposits.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits__INSERTED_TIMESTAMP__TIMESTAMP_NTZ", "alias": "governance_proposal_deposits", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_proposal_deposits"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_proposal_deposits.yml\\dbt_expectations_expect_column_c394b2be3af4d54ef0652d12879daf46.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_c394b2be3af4d54ef0652d12879daf46"}, "created_at": 1670433255.3529813, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DEPOSITOR' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSAL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = '_INSERTED_TIMESTAMP'\n and\n relation_column_type not in ('TIMESTAMP_NTZ')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.governance_proposal_deposits", "column_name": "_INSERTED_TIMESTAMP", "file_key_name": "models.silver__governance_proposal_deposits"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__governance_proposal_deposits_TX_ID.6018626d83": {"raw_sql": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_fdaa434c1cb3a07c6428eb0f5af83194\") }}", "test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["TX_ID"], "model": "{{ get_where_subquery(ref('silver__governance_proposal_deposits')) }}"}, "namespace": "dbt_utils"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_proposal_deposits"]}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_fdaa434c1cb3a07c6428eb0f5af83194", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_utils_unique_combination_of_columns_silver", "fqn": ["osmosis_models", "silver", "dbt_utils_unique_combination_of_columns_silver__governance_proposal_deposits_TX_ID"], "unique_id": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__governance_proposal_deposits_TX_ID.6018626d83", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_utils_unique_combination_o_fdaa434c1cb3a07c6428eb0f5af83194.sql", "original_file_path": "models\\silver\\silver__governance_proposal_deposits.yml", "name": "dbt_utils_unique_combination_of_columns_silver__governance_proposal_deposits_TX_ID", "alias": "governance_proposal_deposits_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_proposal_deposits"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_proposal_deposits.yml\\dbt_utils_unique_combination_o_fdaa434c1cb3a07c6428eb0f5af83194.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_utils_unique_combination_o_fdaa434c1cb3a07c6428eb0f5af83194"}, "created_at": 1670433255.3571723, "compiled_sql": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n TX_ID\n from OSMOSIS_DEV.silver.governance_proposal_deposits\n group by TX_ID\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_utils_unique_combination_of_columns_silver.governance_proposal_deposits_TX_ID", "column_name": null, "file_key_name": "models.silver__governance_proposal_deposits"}, "test.osmosis_models.not_null_silver__transactions_BLOCK_ID.ba1565770d": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('silver__transactions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__transactions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__transactions_BLOCK_ID"], "unique_id": "test.osmosis_models.not_null_silver__transactions_BLOCK_ID.ba1565770d", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__transactions_BLOCK_ID.sql", "original_file_path": "models\\silver\\silver__transactions.yml", "name": "not_null_silver__transactions_BLOCK_ID", "alias": "transactions_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__transactions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__transactions.yml\\not_null_silver__transactions_BLOCK_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.3651721, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.transactions\nwhere BLOCK_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.transactions_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.silver__transactions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_BLOCK_ID__NUMBER__FLOAT.f4d0275a3e": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_c9eb1ace502326f57acb4c63f6f721ea\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('silver__transactions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__transactions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_c9eb1ace502326f57acb4c63f6f721ea", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_BLOCK_ID__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_BLOCK_ID__NUMBER__FLOAT.f4d0275a3e", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_c9eb1ace502326f57acb4c63f6f721ea.sql", "original_file_path": "models\\silver\\silver__transactions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_BLOCK_ID__NUMBER__FLOAT", "alias": "transactions_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__transactions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__transactions.yml\\dbt_expectations_expect_column_c9eb1ace502326f57acb4c63f6f721ea.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_c9eb1ace502326f57acb4c63f6f721ea"}, "created_at": 1670433255.3670921, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CODESPACE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('GAS_USED' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('GAS_WANTED' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_CODE' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSGS' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AUTH_INFO' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_BODY' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCK_ID'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.transactions_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.silver__transactions"}, "test.osmosis_models.not_null_silver__transactions_BLOCK_TIMESTAMP.3ffe21fe8d": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__transactions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__transactions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__transactions_BLOCK_TIMESTAMP"], "unique_id": "test.osmosis_models.not_null_silver__transactions_BLOCK_TIMESTAMP.3ffe21fe8d", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__transactions_BLOCK_TIMESTAMP.sql", "original_file_path": "models\\silver\\silver__transactions.yml", "name": "not_null_silver__transactions_BLOCK_TIMESTAMP", "alias": "transactions_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__transactions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__transactions.yml\\not_null_silver__transactions_BLOCK_TIMESTAMP.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.3711727, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.transactions\nwhere BLOCK_TIMESTAMP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.transactions_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__transactions"}, "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__transactions_BLOCK_TIMESTAMP__day__1.cf074498fc": {"raw_sql": "{{ dbt_expectations.test_expect_row_values_to_have_recent_data(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_row_va_7e7ddbc9b4a7dbd76c2af79a27effcdb\") }}", "test_metadata": {"name": "expect_row_values_to_have_recent_data", "kwargs": {"datepart": "day", "interval": 1, "column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__transactions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_row_values_to_have_recent_data", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__transactions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_row_va_7e7ddbc9b4a7dbd76c2af79a27effcdb", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_row_values_to_have_recent_data_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_row_values_to_have_recent_data_silver__transactions_BLOCK_TIMESTAMP__day__1"], "unique_id": "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__transactions_BLOCK_TIMESTAMP__day__1.cf074498fc", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_row_va_7e7ddbc9b4a7dbd76c2af79a27effcdb.sql", "original_file_path": "models\\silver\\silver__transactions.yml", "name": "dbt_expectations_expect_row_values_to_have_recent_data_silver__transactions_BLOCK_TIMESTAMP__day__1", "alias": "transactions_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__transactions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__transactions.yml\\dbt_expectations_expect_row_va_7e7ddbc9b4a7dbd76c2af79a27effcdb.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_row_va_7e7ddbc9b4a7dbd76c2af79a27effcdb"}, "created_at": 1670433255.3721802, "compiled_sql": "\n\n with max_recency as (\n\n select max(cast(BLOCK_TIMESTAMP as \n timestamp_ntz\n)) as max_timestamp\n from\n OSMOSIS_DEV.silver.transactions\n where\n -- to exclude erroneous future dates\n cast(BLOCK_TIMESTAMP as \n timestamp_ntz\n) <= cast(convert_timezone('UTC', 'GMT', \n current_timestamp::\n timestamp_ntz\n\n) as \n timestamp_ntz\n)\n \n)\nselect\n *\nfrom\n max_recency\nwhere\n -- if the row_condition excludes all rows, we need to compare against a default date\n -- to avoid false negatives\n coalesce(max_timestamp, cast('1970-01-01' as \n timestamp_ntz\n))\n <\n cast(\n\n dateadd(\n day,\n -1,\n cast(convert_timezone('UTC', 'GMT', \n current_timestamp::\n timestamp_ntz\n\n) as \n timestamp_ntz\n)\n )\n\n as \n timestamp_ntz\n)\n\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_row_values_to_have_recent_data_silver.transactions_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__transactions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.bc42693f6e": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_867039df339fcae87e7a780c6020a0eb\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["TIMESTAMP_NTZ"], "column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__transactions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__transactions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_867039df339fcae87e7a780c6020a0eb", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_BLOCK_TIMESTAMP__TIMESTAMP_NTZ"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.bc42693f6e", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_867039df339fcae87e7a780c6020a0eb.sql", "original_file_path": "models\\silver\\silver__transactions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_BLOCK_TIMESTAMP__TIMESTAMP_NTZ", "alias": "transactions_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__transactions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__transactions.yml\\dbt_expectations_expect_column_867039df339fcae87e7a780c6020a0eb.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_867039df339fcae87e7a780c6020a0eb"}, "created_at": 1670433255.3770967, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CODESPACE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('GAS_USED' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('GAS_WANTED' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_CODE' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSGS' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AUTH_INFO' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_BODY' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCK_TIMESTAMP'\n and\n relation_column_type not in ('TIMESTAMP_NTZ')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.transactions_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__transactions"}, "test.osmosis_models.not_null_silver__transactions_CHAIN_ID.d90596c439": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('silver__transactions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__transactions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__transactions_CHAIN_ID"], "unique_id": "test.osmosis_models.not_null_silver__transactions_CHAIN_ID.d90596c439", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__transactions_CHAIN_ID.sql", "original_file_path": "models\\silver\\silver__transactions.yml", "name": "not_null_silver__transactions_CHAIN_ID", "alias": "transactions_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__transactions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__transactions.yml\\not_null_silver__transactions_CHAIN_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.3810961, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.transactions\nwhere CHAIN_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.transactions_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.silver__transactions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_CHAIN_ID__STRING__VARCHAR.2d90a83266": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_1f7373fae738c57bb971cfb41956b45f\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('silver__transactions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__transactions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_1f7373fae738c57bb971cfb41956b45f", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_CHAIN_ID__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_CHAIN_ID__STRING__VARCHAR.2d90a83266", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_1f7373fae738c57bb971cfb41956b45f.sql", "original_file_path": "models\\silver\\silver__transactions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_CHAIN_ID__STRING__VARCHAR", "alias": "transactions_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__transactions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__transactions.yml\\dbt_expectations_expect_column_1f7373fae738c57bb971cfb41956b45f.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_1f7373fae738c57bb971cfb41956b45f"}, "created_at": 1670433255.3830917, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CODESPACE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('GAS_USED' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('GAS_WANTED' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_CODE' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSGS' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AUTH_INFO' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_BODY' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'CHAIN_ID'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.transactions_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.silver__transactions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_CODESPACE__STRING__VARCHAR.1b0088f6be": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_1115fc75e1a8df5f89eb3f5d7dea4e87\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "CODESPACE", "model": "{{ get_where_subquery(ref('silver__transactions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__transactions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_1115fc75e1a8df5f89eb3f5d7dea4e87", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_CODESPACE__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_CODESPACE__STRING__VARCHAR.1b0088f6be", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_1115fc75e1a8df5f89eb3f5d7dea4e87.sql", "original_file_path": "models\\silver\\silver__transactions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_CODESPACE__STRING__VARCHAR", "alias": "transactions_CODESPACE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__transactions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__transactions.yml\\dbt_expectations_expect_column_1115fc75e1a8df5f89eb3f5d7dea4e87.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_1115fc75e1a8df5f89eb3f5d7dea4e87"}, "created_at": 1670433255.388176, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CODESPACE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('GAS_USED' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('GAS_WANTED' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_CODE' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSGS' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AUTH_INFO' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_BODY' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'CODESPACE'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.transactions_CODESPACE", "column_name": "CODESPACE", "file_key_name": "models.silver__transactions"}, "test.osmosis_models.not_null_silver__transactions_GAS_USED.1c943486c0": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "GAS_USED", "model": "{{ get_where_subquery(ref('silver__transactions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__transactions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__transactions_GAS_USED"], "unique_id": "test.osmosis_models.not_null_silver__transactions_GAS_USED.1c943486c0", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__transactions_GAS_USED.sql", "original_file_path": "models\\silver\\silver__transactions.yml", "name": "not_null_silver__transactions_GAS_USED", "alias": "transactions_GAS_USED", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__transactions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__transactions.yml\\not_null_silver__transactions_GAS_USED.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.3921719, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.transactions\nwhere GAS_USED is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.transactions_GAS_USED", "column_name": "GAS_USED", "file_key_name": "models.silver__transactions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_GAS_USED__NUMBER__FLOAT.5308f986d3": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_0e2b2dda75a879bf3be8005c2ae5de07\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "GAS_USED", "model": "{{ get_where_subquery(ref('silver__transactions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__transactions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_0e2b2dda75a879bf3be8005c2ae5de07", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_GAS_USED__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_GAS_USED__NUMBER__FLOAT.5308f986d3", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_0e2b2dda75a879bf3be8005c2ae5de07.sql", "original_file_path": "models\\silver\\silver__transactions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_GAS_USED__NUMBER__FLOAT", "alias": "transactions_GAS_USED", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__transactions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__transactions.yml\\dbt_expectations_expect_column_0e2b2dda75a879bf3be8005c2ae5de07.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_0e2b2dda75a879bf3be8005c2ae5de07"}, "created_at": 1670433255.3931756, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CODESPACE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('GAS_USED' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('GAS_WANTED' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_CODE' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSGS' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AUTH_INFO' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_BODY' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'GAS_USED'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.transactions_GAS_USED", "column_name": "GAS_USED", "file_key_name": "models.silver__transactions"}, "test.osmosis_models.not_null_silver__transactions_GAS_WANTED.440469f6c5": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "GAS_WANTED", "model": "{{ get_where_subquery(ref('silver__transactions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__transactions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__transactions_GAS_WANTED"], "unique_id": "test.osmosis_models.not_null_silver__transactions_GAS_WANTED.440469f6c5", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__transactions_GAS_WANTED.sql", "original_file_path": "models\\silver\\silver__transactions.yml", "name": "not_null_silver__transactions_GAS_WANTED", "alias": "transactions_GAS_WANTED", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__transactions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__transactions.yml\\not_null_silver__transactions_GAS_WANTED.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.3974013, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.transactions\nwhere GAS_WANTED is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.transactions_GAS_WANTED", "column_name": "GAS_WANTED", "file_key_name": "models.silver__transactions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_GAS_WANTED__NUMBER__FLOAT.b15ebe8eff": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_dc90aefd011b313913b2f97fe2b841d0\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "GAS_WANTED", "model": "{{ get_where_subquery(ref('silver__transactions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__transactions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_dc90aefd011b313913b2f97fe2b841d0", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_GAS_WANTED__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_GAS_WANTED__NUMBER__FLOAT.b15ebe8eff", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_dc90aefd011b313913b2f97fe2b841d0.sql", "original_file_path": "models\\silver\\silver__transactions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_GAS_WANTED__NUMBER__FLOAT", "alias": "transactions_GAS_WANTED", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__transactions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__transactions.yml\\dbt_expectations_expect_column_dc90aefd011b313913b2f97fe2b841d0.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_dc90aefd011b313913b2f97fe2b841d0"}, "created_at": 1670433255.3993912, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CODESPACE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('GAS_USED' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('GAS_WANTED' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_CODE' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSGS' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AUTH_INFO' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_BODY' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'GAS_WANTED'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.transactions_GAS_WANTED", "column_name": "GAS_WANTED", "file_key_name": "models.silver__transactions"}, "test.osmosis_models.not_null_silver__transactions_TX_ID.5bc0e20339": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "TX_ID", "model": "{{ get_where_subquery(ref('silver__transactions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__transactions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__transactions_TX_ID"], "unique_id": "test.osmosis_models.not_null_silver__transactions_TX_ID.5bc0e20339", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__transactions_TX_ID.sql", "original_file_path": "models\\silver\\silver__transactions.yml", "name": "not_null_silver__transactions_TX_ID", "alias": "transactions_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__transactions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__transactions.yml\\not_null_silver__transactions_TX_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.4035416, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.transactions\nwhere TX_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.transactions_TX_ID", "column_name": "TX_ID", "file_key_name": "models.silver__transactions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_TX_ID__STRING__VARCHAR.81b523ec1d": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_2de2b3a2ad5f45c204ac3dbd63d53b34\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "TX_ID", "model": "{{ get_where_subquery(ref('silver__transactions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__transactions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_2de2b3a2ad5f45c204ac3dbd63d53b34", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_TX_ID__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_TX_ID__STRING__VARCHAR.81b523ec1d", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_2de2b3a2ad5f45c204ac3dbd63d53b34.sql", "original_file_path": "models\\silver\\silver__transactions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_TX_ID__STRING__VARCHAR", "alias": "transactions_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__transactions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__transactions.yml\\dbt_expectations_expect_column_2de2b3a2ad5f45c204ac3dbd63d53b34.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_2de2b3a2ad5f45c204ac3dbd63d53b34"}, "created_at": 1670433255.404623, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CODESPACE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('GAS_USED' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('GAS_WANTED' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_CODE' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSGS' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AUTH_INFO' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_BODY' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'TX_ID'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.transactions_TX_ID", "column_name": "TX_ID", "file_key_name": "models.silver__transactions"}, "test.osmosis_models.not_null_silver__transactions_TX_STATUS.db9f6bb2ff": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "TX_STATUS", "model": "{{ get_where_subquery(ref('silver__transactions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__transactions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__transactions_TX_STATUS"], "unique_id": "test.osmosis_models.not_null_silver__transactions_TX_STATUS.db9f6bb2ff", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__transactions_TX_STATUS.sql", "original_file_path": "models\\silver\\silver__transactions.yml", "name": "not_null_silver__transactions_TX_STATUS", "alias": "transactions_TX_STATUS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__transactions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__transactions.yml\\not_null_silver__transactions_TX_STATUS.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.4095452, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.transactions\nwhere TX_STATUS is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.transactions_TX_STATUS", "column_name": "TX_STATUS", "file_key_name": "models.silver__transactions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_TX_STATUS__STRING__VARCHAR.ab609c5d6b": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_363235a04329d574a57bde469a7901a8\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "TX_STATUS", "model": "{{ get_where_subquery(ref('silver__transactions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__transactions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_363235a04329d574a57bde469a7901a8", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_TX_STATUS__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_TX_STATUS__STRING__VARCHAR.ab609c5d6b", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_363235a04329d574a57bde469a7901a8.sql", "original_file_path": "models\\silver\\silver__transactions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_TX_STATUS__STRING__VARCHAR", "alias": "transactions_TX_STATUS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__transactions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__transactions.yml\\dbt_expectations_expect_column_363235a04329d574a57bde469a7901a8.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_363235a04329d574a57bde469a7901a8"}, "created_at": 1670433255.4118476, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CODESPACE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('GAS_USED' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('GAS_WANTED' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_CODE' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSGS' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AUTH_INFO' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_BODY' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'TX_STATUS'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.transactions_TX_STATUS", "column_name": "TX_STATUS", "file_key_name": "models.silver__transactions"}, "test.osmosis_models.not_null_silver__transactions_TX_CODE.080a71cc61": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "TX_CODE", "model": "{{ get_where_subquery(ref('silver__transactions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__transactions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__transactions_TX_CODE"], "unique_id": "test.osmosis_models.not_null_silver__transactions_TX_CODE.080a71cc61", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__transactions_TX_CODE.sql", "original_file_path": "models\\silver\\silver__transactions.yml", "name": "not_null_silver__transactions_TX_CODE", "alias": "transactions_TX_CODE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__transactions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__transactions.yml\\not_null_silver__transactions_TX_CODE.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.4159763, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.transactions\nwhere TX_CODE is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.transactions_TX_CODE", "column_name": "TX_CODE", "file_key_name": "models.silver__transactions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_TX_CODE__NUMBER__FLOAT.7a08ebe064": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_9157d02351e50792795d30454298d1a0\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "TX_CODE", "model": "{{ get_where_subquery(ref('silver__transactions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__transactions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_9157d02351e50792795d30454298d1a0", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_TX_CODE__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_TX_CODE__NUMBER__FLOAT.7a08ebe064", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_9157d02351e50792795d30454298d1a0.sql", "original_file_path": "models\\silver\\silver__transactions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_TX_CODE__NUMBER__FLOAT", "alias": "transactions_TX_CODE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__transactions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__transactions.yml\\dbt_expectations_expect_column_9157d02351e50792795d30454298d1a0.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_9157d02351e50792795d30454298d1a0"}, "created_at": 1670433255.4169643, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CODESPACE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('GAS_USED' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('GAS_WANTED' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_CODE' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSGS' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AUTH_INFO' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_BODY' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'TX_CODE'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.transactions_TX_CODE", "column_name": "TX_CODE", "file_key_name": "models.silver__transactions"}, "test.osmosis_models.not_null_silver__transactions_MSGS.e30a3fea27": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "MSGS", "model": "{{ get_where_subquery(ref('silver__transactions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__transactions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__transactions_MSGS"], "unique_id": "test.osmosis_models.not_null_silver__transactions_MSGS.e30a3fea27", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__transactions_MSGS.sql", "original_file_path": "models\\silver\\silver__transactions.yml", "name": "not_null_silver__transactions_MSGS", "alias": "transactions_MSGS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__transactions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__transactions.yml\\not_null_silver__transactions_MSGS.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.4209635, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.transactions\nwhere MSGS is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.transactions_MSGS", "column_name": "MSGS", "file_key_name": "models.silver__transactions"}, "test.osmosis_models.not_null_silver__transactions__INSERTED_TIMESTAMP.3b2b0fb3b0": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "_INSERTED_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__transactions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__transactions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__transactions__INSERTED_TIMESTAMP"], "unique_id": "test.osmosis_models.not_null_silver__transactions__INSERTED_TIMESTAMP.3b2b0fb3b0", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__transactions__INSERTED_TIMESTAMP.sql", "original_file_path": "models\\silver\\silver__transactions.yml", "name": "not_null_silver__transactions__INSERTED_TIMESTAMP", "alias": "transactions", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__transactions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__transactions.yml\\not_null_silver__transactions__INSERTED_TIMESTAMP.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.4229825, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.transactions\nwhere _INSERTED_TIMESTAMP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.transactions", "column_name": "_INSERTED_TIMESTAMP", "file_key_name": "models.silver__transactions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.82828385ba": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_3e92cb1347549a26c356b57f7b1afc07\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["TIMESTAMP_NTZ"], "column_name": "_INSERTED_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__transactions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__transactions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_3e92cb1347549a26c356b57f7b1afc07", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions__INSERTED_TIMESTAMP__TIMESTAMP_NTZ"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.82828385ba", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_3e92cb1347549a26c356b57f7b1afc07.sql", "original_file_path": "models\\silver\\silver__transactions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions__INSERTED_TIMESTAMP__TIMESTAMP_NTZ", "alias": "transactions", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__transactions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__transactions.yml\\dbt_expectations_expect_column_3e92cb1347549a26c356b57f7b1afc07.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_3e92cb1347549a26c356b57f7b1afc07"}, "created_at": 1670433255.423963, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CODESPACE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('GAS_USED' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('GAS_WANTED' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_CODE' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSGS' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AUTH_INFO' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_BODY' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = '_INSERTED_TIMESTAMP'\n and\n relation_column_type not in ('TIMESTAMP_NTZ')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.transactions", "column_name": "_INSERTED_TIMESTAMP", "file_key_name": "models.silver__transactions"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__transactions_TX_ID.215714589b": {"raw_sql": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_a3ea2f3cce9bdfec5d79843fc8e01020\") }}", "test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["TX_ID"], "model": "{{ get_where_subquery(ref('silver__transactions')) }}"}, "namespace": "dbt_utils"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__transactions"]}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_a3ea2f3cce9bdfec5d79843fc8e01020", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_utils_unique_combination_of_columns_silver", "fqn": ["osmosis_models", "silver", "dbt_utils_unique_combination_of_columns_silver__transactions_TX_ID"], "unique_id": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__transactions_TX_ID.215714589b", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_utils_unique_combination_o_a3ea2f3cce9bdfec5d79843fc8e01020.sql", "original_file_path": "models\\silver\\silver__transactions.yml", "name": "dbt_utils_unique_combination_of_columns_silver__transactions_TX_ID", "alias": "transactions_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__transactions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__transactions.yml\\dbt_utils_unique_combination_o_a3ea2f3cce9bdfec5d79843fc8e01020.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_utils_unique_combination_o_a3ea2f3cce9bdfec5d79843fc8e01020"}, "created_at": 1670433255.4281592, "compiled_sql": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n TX_ID\n from OSMOSIS_DEV.silver.transactions\n group by TX_ID\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_utils_unique_combination_of_columns_silver.transactions_TX_ID", "column_name": null, "file_key_name": "models.silver__transactions"}, "test.osmosis_models.not_null_silver__staked_balances_BLOCK_ID.0a48a2c189": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('silver__staked_balances')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staked_balances"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__staked_balances_BLOCK_ID"], "unique_id": "test.osmosis_models.not_null_silver__staked_balances_BLOCK_ID.0a48a2c189", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__staked_balances_BLOCK_ID.sql", "original_file_path": "models\\silver\\silver__staked_balances.yml", "name": "not_null_silver__staked_balances_BLOCK_ID", "alias": "staked_balances_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staked_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staked_balances.yml\\not_null_silver__staked_balances_BLOCK_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.4342773, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.staked_balances\nwhere BLOCK_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.staked_balances_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.silver__staked_balances"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances_BLOCK_ID__NUMBER__FLOAT.13de4e17bb": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_1186be39a0154722a7c972f05d985f30\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('silver__staked_balances')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staked_balances"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_1186be39a0154722a7c972f05d985f30", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances_BLOCK_ID__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances_BLOCK_ID__NUMBER__FLOAT.13de4e17bb", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_1186be39a0154722a7c972f05d985f30.sql", "original_file_path": "models\\silver\\silver__staked_balances.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances_BLOCK_ID__NUMBER__FLOAT", "alias": "staked_balances_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staked_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staked_balances.yml\\dbt_expectations_expect_column_1186be39a0154722a7c972f05d985f30.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_1186be39a0154722a7c972f05d985f30"}, "created_at": 1670433255.4353364, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCK_ID'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.staked_balances_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.silver__staked_balances"}, "test.osmosis_models.not_null_silver__staked_balances_BLOCK_TIMESTAMP.f44089a47f": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__staked_balances')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staked_balances"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__staked_balances_BLOCK_TIMESTAMP"], "unique_id": "test.osmosis_models.not_null_silver__staked_balances_BLOCK_TIMESTAMP.f44089a47f", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__staked_balances_BLOCK_TIMESTAMP.sql", "original_file_path": "models\\silver\\silver__staked_balances.yml", "name": "not_null_silver__staked_balances_BLOCK_TIMESTAMP", "alias": "staked_balances_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staked_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staked_balances.yml\\not_null_silver__staked_balances_BLOCK_TIMESTAMP.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.4394789, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.staked_balances\nwhere BLOCK_TIMESTAMP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.staked_balances_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__staked_balances"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.6f3c07dc52": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_3ec40590ca2c5aa001dbb50cf0d45584\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["TIMESTAMP_NTZ"], "column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__staked_balances')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staked_balances"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_3ec40590ca2c5aa001dbb50cf0d45584", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances_BLOCK_TIMESTAMP__TIMESTAMP_NTZ"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.6f3c07dc52", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_3ec40590ca2c5aa001dbb50cf0d45584.sql", "original_file_path": "models\\silver\\silver__staked_balances.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances_BLOCK_TIMESTAMP__TIMESTAMP_NTZ", "alias": "staked_balances_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staked_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staked_balances.yml\\dbt_expectations_expect_column_3ec40590ca2c5aa001dbb50cf0d45584.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_3ec40590ca2c5aa001dbb50cf0d45584"}, "created_at": 1670433255.4414625, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCK_TIMESTAMP'\n and\n relation_column_type not in ('TIMESTAMP_NTZ')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.staked_balances_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__staked_balances"}, "test.osmosis_models.not_null_silver__staked_balances_ADDRESS.7dbac49da8": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "ADDRESS", "model": "{{ get_where_subquery(ref('silver__staked_balances')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staked_balances"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__staked_balances_ADDRESS"], "unique_id": "test.osmosis_models.not_null_silver__staked_balances_ADDRESS.7dbac49da8", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__staked_balances_ADDRESS.sql", "original_file_path": "models\\silver\\silver__staked_balances.yml", "name": "not_null_silver__staked_balances_ADDRESS", "alias": "staked_balances_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staked_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staked_balances.yml\\not_null_silver__staked_balances_ADDRESS.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.4446678, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.staked_balances\nwhere ADDRESS is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.staked_balances_ADDRESS", "column_name": "ADDRESS", "file_key_name": "models.silver__staked_balances"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances_ADDRESS__STRING__VARCHAR.bb27ba6e54": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_37e3d00c754e93543c32796e863f71c7\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "ADDRESS", "model": "{{ get_where_subquery(ref('silver__staked_balances')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staked_balances"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_37e3d00c754e93543c32796e863f71c7", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances_ADDRESS__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances_ADDRESS__STRING__VARCHAR.bb27ba6e54", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_37e3d00c754e93543c32796e863f71c7.sql", "original_file_path": "models\\silver\\silver__staked_balances.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances_ADDRESS__STRING__VARCHAR", "alias": "staked_balances_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staked_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staked_balances.yml\\dbt_expectations_expect_column_37e3d00c754e93543c32796e863f71c7.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_37e3d00c754e93543c32796e863f71c7"}, "created_at": 1670433255.4466696, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'ADDRESS'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.staked_balances_ADDRESS", "column_name": "ADDRESS", "file_key_name": "models.silver__staked_balances"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__staked_balances_ADDRESS__osmo1_0_9a_z_38_38_.23c8c0c6f0": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_match_regex(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_1fdb2961014cadf2a763d13da9a7f907\") }}", "test_metadata": {"name": "expect_column_values_to_match_regex", "kwargs": {"regex": "osmo1[0-9a-z]{38,38}", "column_name": "ADDRESS", "model": "{{ get_where_subquery(ref('silver__staked_balances')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_match_regex", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staked_balances"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_1fdb2961014cadf2a763d13da9a7f907", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_match_regex_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_match_regex_silver__staked_balances_ADDRESS__osmo1_0_9a_z_38_38_"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__staked_balances_ADDRESS__osmo1_0_9a_z_38_38_.23c8c0c6f0", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_1fdb2961014cadf2a763d13da9a7f907.sql", "original_file_path": "models\\silver\\silver__staked_balances.yml", "name": "dbt_expectations_expect_column_values_to_match_regex_silver__staked_balances_ADDRESS__osmo1_0_9a_z_38_38_", "alias": "staked_balances_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staked_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staked_balances.yml\\dbt_expectations_expect_column_1fdb2961014cadf2a763d13da9a7f907.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_1fdb2961014cadf2a763d13da9a7f907"}, "created_at": 1670433255.45066, "compiled_sql": "\n\n\n\n\n with grouped_expression as (\n select\n \n \n \n \n\n\n \nregexp_instr(ADDRESS, 'osmo1[0-9a-z]{38,38}', 1, 1)\n\n\n > 0\n as expression\n\n\n from OSMOSIS_DEV.silver.staked_balances\n \n\n),\nvalidation_errors as (\n\n select\n *\n from\n grouped_expression\n where\n not(expression = true)\n\n)\n\nselect *\nfrom validation_errors\n\n\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_match_regex_silver.staked_balances_ADDRESS", "column_name": "ADDRESS", "file_key_name": "models.silver__staked_balances"}, "test.osmosis_models.not_null_silver__staked_balances_BALANCE.df9daa5873": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BALANCE", "model": "{{ get_where_subquery(ref('silver__staked_balances')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staked_balances"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__staked_balances_BALANCE"], "unique_id": "test.osmosis_models.not_null_silver__staked_balances_BALANCE.df9daa5873", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__staked_balances_BALANCE.sql", "original_file_path": "models\\silver\\silver__staked_balances.yml", "name": "not_null_silver__staked_balances_BALANCE", "alias": "staked_balances_BALANCE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staked_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staked_balances.yml\\not_null_silver__staked_balances_BALANCE.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.453842, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.staked_balances\nwhere BALANCE is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.staked_balances_BALANCE", "column_name": "BALANCE", "file_key_name": "models.silver__staked_balances"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances_BALANCE__NUMBER__FLOAT.b61dbc885b": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_a152177e7211dc9779576ed387c28683\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "BALANCE", "model": "{{ get_where_subquery(ref('silver__staked_balances')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staked_balances"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_a152177e7211dc9779576ed387c28683", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances_BALANCE__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances_BALANCE__NUMBER__FLOAT.b61dbc885b", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_a152177e7211dc9779576ed387c28683.sql", "original_file_path": "models\\silver\\silver__staked_balances.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances_BALANCE__NUMBER__FLOAT", "alias": "staked_balances_BALANCE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staked_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staked_balances.yml\\dbt_expectations_expect_column_a152177e7211dc9779576ed387c28683.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_a152177e7211dc9779576ed387c28683"}, "created_at": 1670433255.4558427, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BALANCE'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.staked_balances_BALANCE", "column_name": "BALANCE", "file_key_name": "models.silver__staked_balances"}, "test.osmosis_models.not_null_silver__staked_balances_CURRENCY.9bc24a80cc": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "CURRENCY", "model": "{{ get_where_subquery(ref('silver__staked_balances')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staked_balances"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__staked_balances_CURRENCY"], "unique_id": "test.osmosis_models.not_null_silver__staked_balances_CURRENCY.9bc24a80cc", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__staked_balances_CURRENCY.sql", "original_file_path": "models\\silver\\silver__staked_balances.yml", "name": "not_null_silver__staked_balances_CURRENCY", "alias": "staked_balances_CURRENCY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staked_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staked_balances.yml\\not_null_silver__staked_balances_CURRENCY.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.459845, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.staked_balances\nwhere CURRENCY is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.staked_balances_CURRENCY", "column_name": "CURRENCY", "file_key_name": "models.silver__staked_balances"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances_CURRENCY__STRING__VARCHAR.4236c735a0": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_f0393b83754451aa3b4ddf21979d836f\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "CURRENCY", "model": "{{ get_where_subquery(ref('silver__staked_balances')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staked_balances"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_f0393b83754451aa3b4ddf21979d836f", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances_CURRENCY__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances_CURRENCY__STRING__VARCHAR.4236c735a0", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_f0393b83754451aa3b4ddf21979d836f.sql", "original_file_path": "models\\silver\\silver__staked_balances.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances_CURRENCY__STRING__VARCHAR", "alias": "staked_balances_CURRENCY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staked_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staked_balances.yml\\dbt_expectations_expect_column_f0393b83754451aa3b4ddf21979d836f.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_f0393b83754451aa3b4ddf21979d836f"}, "created_at": 1670433255.4608405, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'CURRENCY'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.staked_balances_CURRENCY", "column_name": "CURRENCY", "file_key_name": "models.silver__staked_balances"}, "test.osmosis_models.not_null_silver__staked_balances__INSERTED_TIMESTAMP.275c42bb76": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "_INSERTED_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__staked_balances')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staked_balances"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__staked_balances__INSERTED_TIMESTAMP"], "unique_id": "test.osmosis_models.not_null_silver__staked_balances__INSERTED_TIMESTAMP.275c42bb76", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__staked_balances__INSERTED_TIMESTAMP.sql", "original_file_path": "models\\silver\\silver__staked_balances.yml", "name": "not_null_silver__staked_balances__INSERTED_TIMESTAMP", "alias": "staked_balances", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staked_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staked_balances.yml\\not_null_silver__staked_balances__INSERTED_TIMESTAMP.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.4648364, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.staked_balances\nwhere _INSERTED_TIMESTAMP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.staked_balances", "column_name": "_INSERTED_TIMESTAMP", "file_key_name": "models.silver__staked_balances"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.6fec735b71": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_9fd315d2dd0bcda2661f3d9c2ec7087b\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["TIMESTAMP_NTZ"], "column_name": "_INSERTED_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__staked_balances')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staked_balances"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_9fd315d2dd0bcda2661f3d9c2ec7087b", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances__INSERTED_TIMESTAMP__TIMESTAMP_NTZ"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.6fec735b71", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_9fd315d2dd0bcda2661f3d9c2ec7087b.sql", "original_file_path": "models\\silver\\silver__staked_balances.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances__INSERTED_TIMESTAMP__TIMESTAMP_NTZ", "alias": "staked_balances", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staked_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staked_balances.yml\\dbt_expectations_expect_column_9fd315d2dd0bcda2661f3d9c2ec7087b.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_9fd315d2dd0bcda2661f3d9c2ec7087b"}, "created_at": 1670433255.4658391, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = '_INSERTED_TIMESTAMP'\n and\n relation_column_type not in ('TIMESTAMP_NTZ')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.staked_balances", "column_name": "_INSERTED_TIMESTAMP", "file_key_name": "models.silver__staked_balances"}, "test.osmosis_models.not_null_silver__airdrops_BLOCK_ID.ee3a74ad7a": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('silver__airdrops')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__airdrops"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__airdrops_BLOCK_ID"], "unique_id": "test.osmosis_models.not_null_silver__airdrops_BLOCK_ID.ee3a74ad7a", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__airdrops_BLOCK_ID.sql", "original_file_path": "models\\silver\\silver__airdrops.yml", "name": "not_null_silver__airdrops_BLOCK_ID", "alias": "airdrops_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__airdrops"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__airdrops.yml\\not_null_silver__airdrops_BLOCK_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.47504, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.airdrops\nwhere BLOCK_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.airdrops_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.silver__airdrops"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_BLOCK_ID__NUMBER__FLOAT.bcd63d0d77": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_a1272290ed8b5404be0f2d88a11640af\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('silver__airdrops')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__airdrops"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_a1272290ed8b5404be0f2d88a11640af", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_BLOCK_ID__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_BLOCK_ID__NUMBER__FLOAT.bcd63d0d77", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_a1272290ed8b5404be0f2d88a11640af.sql", "original_file_path": "models\\silver\\silver__airdrops.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_BLOCK_ID__NUMBER__FLOAT", "alias": "airdrops_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__airdrops"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__airdrops.yml\\dbt_expectations_expect_column_a1272290ed8b5404be0f2d88a11640af.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_a1272290ed8b5404be0f2d88a11640af"}, "created_at": 1670433255.4763217, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TRANSFER_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('SENDER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('RECEIVER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCK_ID'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.airdrops_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.silver__airdrops"}, "test.osmosis_models.not_null_silver__airdrops_BLOCK_TIMESTAMP.ff87091da6": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__airdrops')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__airdrops"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__airdrops_BLOCK_TIMESTAMP"], "unique_id": "test.osmosis_models.not_null_silver__airdrops_BLOCK_TIMESTAMP.ff87091da6", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__airdrops_BLOCK_TIMESTAMP.sql", "original_file_path": "models\\silver\\silver__airdrops.yml", "name": "not_null_silver__airdrops_BLOCK_TIMESTAMP", "alias": "airdrops_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__airdrops"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__airdrops.yml\\not_null_silver__airdrops_BLOCK_TIMESTAMP.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.4804108, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.airdrops\nwhere BLOCK_TIMESTAMP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.airdrops_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__airdrops"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.14e9298b2f": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_8adfc136908c0ec002d5a9a9161714e8\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["TIMESTAMP_NTZ"], "column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__airdrops')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__airdrops"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_8adfc136908c0ec002d5a9a9161714e8", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_BLOCK_TIMESTAMP__TIMESTAMP_NTZ"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.14e9298b2f", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_8adfc136908c0ec002d5a9a9161714e8.sql", "original_file_path": "models\\silver\\silver__airdrops.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_BLOCK_TIMESTAMP__TIMESTAMP_NTZ", "alias": "airdrops_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__airdrops"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__airdrops.yml\\dbt_expectations_expect_column_8adfc136908c0ec002d5a9a9161714e8.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_8adfc136908c0ec002d5a9a9161714e8"}, "created_at": 1670433255.4824092, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TRANSFER_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('SENDER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('RECEIVER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCK_TIMESTAMP'\n and\n relation_column_type not in ('TIMESTAMP_NTZ')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.airdrops_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__airdrops"}, "test.osmosis_models.not_null_silver__airdrops_BLOCKCHAIN.d9113b8ac5": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('silver__airdrops')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__airdrops"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__airdrops_BLOCKCHAIN"], "unique_id": "test.osmosis_models.not_null_silver__airdrops_BLOCKCHAIN.d9113b8ac5", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__airdrops_BLOCKCHAIN.sql", "original_file_path": "models\\silver\\silver__airdrops.yml", "name": "not_null_silver__airdrops_BLOCKCHAIN", "alias": "airdrops_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__airdrops"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__airdrops.yml\\not_null_silver__airdrops_BLOCKCHAIN.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.4857624, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.airdrops\nwhere BLOCKCHAIN is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.airdrops_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.silver__airdrops"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_BLOCKCHAIN__STRING__VARCHAR.995a68ed72": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_be497d53d5982619e865c0dce010684e\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('silver__airdrops')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__airdrops"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_be497d53d5982619e865c0dce010684e", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_BLOCKCHAIN__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_BLOCKCHAIN__STRING__VARCHAR.995a68ed72", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_be497d53d5982619e865c0dce010684e.sql", "original_file_path": "models\\silver\\silver__airdrops.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_BLOCKCHAIN__STRING__VARCHAR", "alias": "airdrops_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__airdrops"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__airdrops.yml\\dbt_expectations_expect_column_be497d53d5982619e865c0dce010684e.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_be497d53d5982619e865c0dce010684e"}, "created_at": 1670433255.486988, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TRANSFER_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('SENDER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('RECEIVER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCKCHAIN'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.airdrops_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.silver__airdrops"}, "test.osmosis_models.not_null_silver__airdrops_CHAIN_ID.33e4ef27e0": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('silver__airdrops')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__airdrops"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__airdrops_CHAIN_ID"], "unique_id": "test.osmosis_models.not_null_silver__airdrops_CHAIN_ID.33e4ef27e0", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__airdrops_CHAIN_ID.sql", "original_file_path": "models\\silver\\silver__airdrops.yml", "name": "not_null_silver__airdrops_CHAIN_ID", "alias": "airdrops_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__airdrops"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__airdrops.yml\\not_null_silver__airdrops_CHAIN_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.491181, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.airdrops\nwhere CHAIN_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.airdrops_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.silver__airdrops"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_CHAIN_ID__STRING__VARCHAR.72919c7b73": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_634faaec2c9d160e0d387a95d0647e17\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('silver__airdrops')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__airdrops"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_634faaec2c9d160e0d387a95d0647e17", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_CHAIN_ID__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_CHAIN_ID__STRING__VARCHAR.72919c7b73", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_634faaec2c9d160e0d387a95d0647e17.sql", "original_file_path": "models\\silver\\silver__airdrops.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_CHAIN_ID__STRING__VARCHAR", "alias": "airdrops_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__airdrops"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__airdrops.yml\\dbt_expectations_expect_column_634faaec2c9d160e0d387a95d0647e17.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_634faaec2c9d160e0d387a95d0647e17"}, "created_at": 1670433255.492366, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TRANSFER_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('SENDER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('RECEIVER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'CHAIN_ID'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.airdrops_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.silver__airdrops"}, "test.osmosis_models.not_null_silver__airdrops_TX_ID.2e22ee1a50": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "TX_ID", "model": "{{ get_where_subquery(ref('silver__airdrops')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__airdrops"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__airdrops_TX_ID"], "unique_id": "test.osmosis_models.not_null_silver__airdrops_TX_ID.2e22ee1a50", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__airdrops_TX_ID.sql", "original_file_path": "models\\silver\\silver__airdrops.yml", "name": "not_null_silver__airdrops_TX_ID", "alias": "airdrops_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__airdrops"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__airdrops.yml\\not_null_silver__airdrops_TX_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.4964893, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.airdrops\nwhere TX_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.airdrops_TX_ID", "column_name": "TX_ID", "file_key_name": "models.silver__airdrops"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_TX_ID__STRING__VARCHAR.d2f921cedb": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_82cc0754cb9b2eb6935cdf7a91c204d0\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "TX_ID", "model": "{{ get_where_subquery(ref('silver__airdrops')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__airdrops"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_82cc0754cb9b2eb6935cdf7a91c204d0", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_TX_ID__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_TX_ID__STRING__VARCHAR.d2f921cedb", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_82cc0754cb9b2eb6935cdf7a91c204d0.sql", "original_file_path": "models\\silver\\silver__airdrops.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_TX_ID__STRING__VARCHAR", "alias": "airdrops_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__airdrops"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__airdrops.yml\\dbt_expectations_expect_column_82cc0754cb9b2eb6935cdf7a91c204d0.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_82cc0754cb9b2eb6935cdf7a91c204d0"}, "created_at": 1670433255.497483, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TRANSFER_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('SENDER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('RECEIVER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'TX_ID'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.airdrops_TX_ID", "column_name": "TX_ID", "file_key_name": "models.silver__airdrops"}, "test.osmosis_models.not_null_silver__airdrops_TX_STATUS.a3162c9843": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "TX_STATUS", "model": "{{ get_where_subquery(ref('silver__airdrops')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__airdrops"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__airdrops_TX_STATUS"], "unique_id": "test.osmosis_models.not_null_silver__airdrops_TX_STATUS.a3162c9843", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__airdrops_TX_STATUS.sql", "original_file_path": "models\\silver\\silver__airdrops.yml", "name": "not_null_silver__airdrops_TX_STATUS", "alias": "airdrops_TX_STATUS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__airdrops"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__airdrops.yml\\not_null_silver__airdrops_TX_STATUS.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.501494, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.airdrops\nwhere TX_STATUS is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.airdrops_TX_STATUS", "column_name": "TX_STATUS", "file_key_name": "models.silver__airdrops"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_TX_STATUS__STRING__VARCHAR.7070acf37f": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_290b30a2a470961f325f796f8b768645\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "TX_STATUS", "model": "{{ get_where_subquery(ref('silver__airdrops')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__airdrops"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_290b30a2a470961f325f796f8b768645", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_TX_STATUS__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_TX_STATUS__STRING__VARCHAR.7070acf37f", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_290b30a2a470961f325f796f8b768645.sql", "original_file_path": "models\\silver\\silver__airdrops.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_TX_STATUS__STRING__VARCHAR", "alias": "airdrops_TX_STATUS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__airdrops"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__airdrops.yml\\dbt_expectations_expect_column_290b30a2a470961f325f796f8b768645.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_290b30a2a470961f325f796f8b768645"}, "created_at": 1670433255.5034957, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TRANSFER_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('SENDER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('RECEIVER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'TX_STATUS'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.airdrops_TX_STATUS", "column_name": "TX_STATUS", "file_key_name": "models.silver__airdrops"}, "test.osmosis_models.not_null_silver__airdrops_TRANSFER_TYPE.eddea8aeb0": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "TRANSFER_TYPE", "model": "{{ get_where_subquery(ref('silver__airdrops')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__airdrops"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__airdrops_TRANSFER_TYPE"], "unique_id": "test.osmosis_models.not_null_silver__airdrops_TRANSFER_TYPE.eddea8aeb0", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__airdrops_TRANSFER_TYPE.sql", "original_file_path": "models\\silver\\silver__airdrops.yml", "name": "not_null_silver__airdrops_TRANSFER_TYPE", "alias": "airdrops_TRANSFER_TYPE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__airdrops"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__airdrops.yml\\not_null_silver__airdrops_TRANSFER_TYPE.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.507486, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.airdrops\nwhere TRANSFER_TYPE is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.airdrops_TRANSFER_TYPE", "column_name": "TRANSFER_TYPE", "file_key_name": "models.silver__airdrops"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_TRANSFER_TYPE__STRING__VARCHAR.d83d714b32": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_410a9fcacfd1518b8537398a2952fd17\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "TRANSFER_TYPE", "model": "{{ get_where_subquery(ref('silver__airdrops')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__airdrops"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_410a9fcacfd1518b8537398a2952fd17", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_TRANSFER_TYPE__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_TRANSFER_TYPE__STRING__VARCHAR.d83d714b32", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_410a9fcacfd1518b8537398a2952fd17.sql", "original_file_path": "models\\silver\\silver__airdrops.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_TRANSFER_TYPE__STRING__VARCHAR", "alias": "airdrops_TRANSFER_TYPE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__airdrops"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__airdrops.yml\\dbt_expectations_expect_column_410a9fcacfd1518b8537398a2952fd17.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_410a9fcacfd1518b8537398a2952fd17"}, "created_at": 1670433255.5088053, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TRANSFER_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('SENDER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('RECEIVER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'TRANSFER_TYPE'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.airdrops_TRANSFER_TYPE", "column_name": "TRANSFER_TYPE", "file_key_name": "models.silver__airdrops"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_set_silver__airdrops_TRANSFER_TYPE__AIRDROP.e967a80a8f": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_set(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_824e46963655e7714d424dd4c2597d42\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_set", "kwargs": {"value_set": ["AIRDROP"], "column_name": "TRANSFER_TYPE", "model": "{{ get_where_subquery(ref('silver__airdrops')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_set", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__airdrops"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_824e46963655e7714d424dd4c2597d42", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_set_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_set_silver__airdrops_TRANSFER_TYPE__AIRDROP"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_set_silver__airdrops_TRANSFER_TYPE__AIRDROP.e967a80a8f", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_824e46963655e7714d424dd4c2597d42.sql", "original_file_path": "models\\silver\\silver__airdrops.yml", "name": "dbt_expectations_expect_column_values_to_be_in_set_silver__airdrops_TRANSFER_TYPE__AIRDROP", "alias": "airdrops_TRANSFER_TYPE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__airdrops"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__airdrops.yml\\dbt_expectations_expect_column_824e46963655e7714d424dd4c2597d42.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_824e46963655e7714d424dd4c2597d42"}, "created_at": 1670433255.5128052, "compiled_sql": "\n\nwith all_values as (\n\n select\n TRANSFER_TYPE as value_field\n\n from OSMOSIS_DEV.silver.airdrops\n \n\n),\nset_values as (\n\n select\n cast('AIRDROP' as \n varchar\n) as value_field\n \n \n),\nvalidation_errors as (\n -- values from the model that are not in the set\n select\n v.value_field\n from\n all_values v\n left join\n set_values s on v.value_field = s.value_field\n where\n s.value_field is null\n\n)\n\nselect *\nfrom validation_errors\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_set_silver.airdrops_TRANSFER_TYPE", "column_name": "TRANSFER_TYPE", "file_key_name": "models.silver__airdrops"}, "test.osmosis_models.not_null_silver__airdrops_SENDER.5ea1f6eb65": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "SENDER", "model": "{{ get_where_subquery(ref('silver__airdrops')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__airdrops"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__airdrops_SENDER"], "unique_id": "test.osmosis_models.not_null_silver__airdrops_SENDER.5ea1f6eb65", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__airdrops_SENDER.sql", "original_file_path": "models\\silver\\silver__airdrops.yml", "name": "not_null_silver__airdrops_SENDER", "alias": "airdrops_SENDER", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__airdrops"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__airdrops.yml\\not_null_silver__airdrops_SENDER.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.5210607, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.airdrops\nwhere SENDER is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.airdrops_SENDER", "column_name": "SENDER", "file_key_name": "models.silver__airdrops"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_SENDER__STRING__VARCHAR.005f6e92c2": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_42747e8ecdfa4067deeebea62b10d3b4\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "SENDER", "model": "{{ get_where_subquery(ref('silver__airdrops')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__airdrops"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_42747e8ecdfa4067deeebea62b10d3b4", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_SENDER__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_SENDER__STRING__VARCHAR.005f6e92c2", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_42747e8ecdfa4067deeebea62b10d3b4.sql", "original_file_path": "models\\silver\\silver__airdrops.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_SENDER__STRING__VARCHAR", "alias": "airdrops_SENDER", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__airdrops"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__airdrops.yml\\dbt_expectations_expect_column_42747e8ecdfa4067deeebea62b10d3b4.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_42747e8ecdfa4067deeebea62b10d3b4"}, "created_at": 1670433255.523061, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TRANSFER_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('SENDER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('RECEIVER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'SENDER'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.airdrops_SENDER", "column_name": "SENDER", "file_key_name": "models.silver__airdrops"}, "test.osmosis_models.not_null_silver__airdrops_AMOUNT.63707661be": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "AMOUNT", "model": "{{ get_where_subquery(ref('silver__airdrops')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__airdrops"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__airdrops_AMOUNT"], "unique_id": "test.osmosis_models.not_null_silver__airdrops_AMOUNT.63707661be", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__airdrops_AMOUNT.sql", "original_file_path": "models\\silver\\silver__airdrops.yml", "name": "not_null_silver__airdrops_AMOUNT", "alias": "airdrops_AMOUNT", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__airdrops"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__airdrops.yml\\not_null_silver__airdrops_AMOUNT.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.5274186, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.airdrops\nwhere AMOUNT is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.airdrops_AMOUNT", "column_name": "AMOUNT", "file_key_name": "models.silver__airdrops"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_AMOUNT__NUMBER__FLOAT.4a5d9a8f00": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_97eb90bc31293716a560538748018f6e\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "AMOUNT", "model": "{{ get_where_subquery(ref('silver__airdrops')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__airdrops"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_97eb90bc31293716a560538748018f6e", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_AMOUNT__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_AMOUNT__NUMBER__FLOAT.4a5d9a8f00", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_97eb90bc31293716a560538748018f6e.sql", "original_file_path": "models\\silver\\silver__airdrops.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_AMOUNT__NUMBER__FLOAT", "alias": "airdrops_AMOUNT", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__airdrops"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__airdrops.yml\\dbt_expectations_expect_column_97eb90bc31293716a560538748018f6e.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_97eb90bc31293716a560538748018f6e"}, "created_at": 1670433255.5284185, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TRANSFER_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('SENDER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('RECEIVER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'AMOUNT'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.airdrops_AMOUNT", "column_name": "AMOUNT", "file_key_name": "models.silver__airdrops"}, "test.osmosis_models.not_null_silver__airdrops_CURRENCY.9028a3ddde": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "CURRENCY", "model": "{{ get_where_subquery(ref('silver__airdrops')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__airdrops"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__airdrops_CURRENCY"], "unique_id": "test.osmosis_models.not_null_silver__airdrops_CURRENCY.9028a3ddde", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__airdrops_CURRENCY.sql", "original_file_path": "models\\silver\\silver__airdrops.yml", "name": "not_null_silver__airdrops_CURRENCY", "alias": "airdrops_CURRENCY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__airdrops"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__airdrops.yml\\not_null_silver__airdrops_CURRENCY.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.532772, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.airdrops\nwhere CURRENCY is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.airdrops_CURRENCY", "column_name": "CURRENCY", "file_key_name": "models.silver__airdrops"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_CURRENCY__STRING__VARCHAR.81aa1a187e": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_ae7be137d5ce06c4128224dd8e9fc06a\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "CURRENCY", "model": "{{ get_where_subquery(ref('silver__airdrops')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__airdrops"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_ae7be137d5ce06c4128224dd8e9fc06a", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_CURRENCY__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_CURRENCY__STRING__VARCHAR.81aa1a187e", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_ae7be137d5ce06c4128224dd8e9fc06a.sql", "original_file_path": "models\\silver\\silver__airdrops.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_CURRENCY__STRING__VARCHAR", "alias": "airdrops_CURRENCY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__airdrops"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__airdrops.yml\\dbt_expectations_expect_column_ae7be137d5ce06c4128224dd8e9fc06a.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_ae7be137d5ce06c4128224dd8e9fc06a"}, "created_at": 1670433255.5337713, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TRANSFER_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('SENDER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('RECEIVER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'CURRENCY'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.airdrops_CURRENCY", "column_name": "CURRENCY", "file_key_name": "models.silver__airdrops"}, "test.osmosis_models.not_null_silver__airdrops_RECEIVER.0292ee7f56": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "RECEIVER", "model": "{{ get_where_subquery(ref('silver__airdrops')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__airdrops"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__airdrops_RECEIVER"], "unique_id": "test.osmosis_models.not_null_silver__airdrops_RECEIVER.0292ee7f56", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__airdrops_RECEIVER.sql", "original_file_path": "models\\silver\\silver__airdrops.yml", "name": "not_null_silver__airdrops_RECEIVER", "alias": "airdrops_RECEIVER", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__airdrops"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__airdrops.yml\\not_null_silver__airdrops_RECEIVER.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.5387778, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.airdrops\nwhere RECEIVER is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.airdrops_RECEIVER", "column_name": "RECEIVER", "file_key_name": "models.silver__airdrops"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_RECEIVER__STRING__VARCHAR.f5d9504799": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_ec9bd3828ee64dc2edd9fa82dafe9a8f\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "RECEIVER", "model": "{{ get_where_subquery(ref('silver__airdrops')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__airdrops"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_ec9bd3828ee64dc2edd9fa82dafe9a8f", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_RECEIVER__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_RECEIVER__STRING__VARCHAR.f5d9504799", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_ec9bd3828ee64dc2edd9fa82dafe9a8f.sql", "original_file_path": "models\\silver\\silver__airdrops.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_RECEIVER__STRING__VARCHAR", "alias": "airdrops_RECEIVER", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__airdrops"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__airdrops.yml\\dbt_expectations_expect_column_ec9bd3828ee64dc2edd9fa82dafe9a8f.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_ec9bd3828ee64dc2edd9fa82dafe9a8f"}, "created_at": 1670433255.5397797, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TRANSFER_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('SENDER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('RECEIVER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'RECEIVER'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.airdrops_RECEIVER", "column_name": "RECEIVER", "file_key_name": "models.silver__airdrops"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__airdrops_RECEIVER__osmo1_0_9a_z_38_38_.9878fc05ff": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_match_regex(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_d971b6f89330331c6a626e472fec9113\") }}", "test_metadata": {"name": "expect_column_values_to_match_regex", "kwargs": {"regex": "osmo1[0-9a-z]{38,38}", "column_name": "RECEIVER", "model": "{{ get_where_subquery(ref('silver__airdrops')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_match_regex", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__airdrops"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_d971b6f89330331c6a626e472fec9113", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_match_regex_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_match_regex_silver__airdrops_RECEIVER__osmo1_0_9a_z_38_38_"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__airdrops_RECEIVER__osmo1_0_9a_z_38_38_.9878fc05ff", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_d971b6f89330331c6a626e472fec9113.sql", "original_file_path": "models\\silver\\silver__airdrops.yml", "name": "dbt_expectations_expect_column_values_to_match_regex_silver__airdrops_RECEIVER__osmo1_0_9a_z_38_38_", "alias": "airdrops_RECEIVER", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__airdrops"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__airdrops.yml\\dbt_expectations_expect_column_d971b6f89330331c6a626e472fec9113.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_d971b6f89330331c6a626e472fec9113"}, "created_at": 1670433255.5437715, "compiled_sql": "\n\n\n\n\n with grouped_expression as (\n select\n \n \n \n \n\n\n \nregexp_instr(RECEIVER, 'osmo1[0-9a-z]{38,38}', 1, 1)\n\n\n > 0\n as expression\n\n\n from OSMOSIS_DEV.silver.airdrops\n \n\n),\nvalidation_errors as (\n\n select\n *\n from\n grouped_expression\n where\n not(expression = true)\n\n)\n\nselect *\nfrom validation_errors\n\n\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_match_regex_silver.airdrops_RECEIVER", "column_name": "RECEIVER", "file_key_name": "models.silver__airdrops"}, "test.osmosis_models.not_null_silver__airdrops__INSERTED_TIMESTAMP.be1e2150f4": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "_INSERTED_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__airdrops')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__airdrops"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__airdrops__INSERTED_TIMESTAMP"], "unique_id": "test.osmosis_models.not_null_silver__airdrops__INSERTED_TIMESTAMP.be1e2150f4", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__airdrops__INSERTED_TIMESTAMP.sql", "original_file_path": "models\\silver\\silver__airdrops.yml", "name": "not_null_silver__airdrops__INSERTED_TIMESTAMP", "alias": "airdrops", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__airdrops"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__airdrops.yml\\not_null_silver__airdrops__INSERTED_TIMESTAMP.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.5479918, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.airdrops\nwhere _INSERTED_TIMESTAMP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.airdrops", "column_name": "_INSERTED_TIMESTAMP", "file_key_name": "models.silver__airdrops"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.5715fe733b": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_3fc28a7df4d96cc947311f227739c8da\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["TIMESTAMP_NTZ"], "column_name": "_INSERTED_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__airdrops')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__airdrops"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_3fc28a7df4d96cc947311f227739c8da", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops__INSERTED_TIMESTAMP__TIMESTAMP_NTZ"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.5715fe733b", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_3fc28a7df4d96cc947311f227739c8da.sql", "original_file_path": "models\\silver\\silver__airdrops.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops__INSERTED_TIMESTAMP__TIMESTAMP_NTZ", "alias": "airdrops", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__airdrops"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__airdrops.yml\\dbt_expectations_expect_column_3fc28a7df4d96cc947311f227739c8da.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_3fc28a7df4d96cc947311f227739c8da"}, "created_at": 1670433255.5491052, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TRANSFER_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('SENDER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('RECEIVER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = '_INSERTED_TIMESTAMP'\n and\n relation_column_type not in ('TIMESTAMP_NTZ')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.airdrops", "column_name": "_INSERTED_TIMESTAMP", "file_key_name": "models.silver__airdrops"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__airdrops_TX_ID__MSG_INDEX__CURRENCY.f34cd2556f": {"raw_sql": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_7098352c43a35c2adab710f0ea763988\") }}", "test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["TX_ID", "MSG_INDEX", "CURRENCY"], "model": "{{ get_where_subquery(ref('silver__airdrops')) }}"}, "namespace": "dbt_utils"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__airdrops"]}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_7098352c43a35c2adab710f0ea763988", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_utils_unique_combination_of_columns_silver", "fqn": ["osmosis_models", "silver", "dbt_utils_unique_combination_of_columns_silver__airdrops_TX_ID__MSG_INDEX__CURRENCY"], "unique_id": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__airdrops_TX_ID__MSG_INDEX__CURRENCY.f34cd2556f", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_utils_unique_combination_o_7098352c43a35c2adab710f0ea763988.sql", "original_file_path": "models\\silver\\silver__airdrops.yml", "name": "dbt_utils_unique_combination_of_columns_silver__airdrops_TX_ID__MSG_INDEX__CURRENCY", "alias": "airdrops_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__airdrops"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__airdrops.yml\\dbt_utils_unique_combination_o_7098352c43a35c2adab710f0ea763988.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_utils_unique_combination_o_7098352c43a35c2adab710f0ea763988"}, "created_at": 1670433255.5531068, "compiled_sql": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n TX_ID, MSG_INDEX, CURRENCY\n from OSMOSIS_DEV.silver.airdrops\n group by TX_ID, MSG_INDEX, CURRENCY\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_utils_unique_combination_of_columns_silver.airdrops_TX_ID", "column_name": null, "file_key_name": "models.silver__airdrops"}, "test.osmosis_models.not_null_silver__blockchain_CHAIN_ID.c381503839": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('silver__blockchain')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__blockchain"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__blockchain_CHAIN_ID"], "unique_id": "test.osmosis_models.not_null_silver__blockchain_CHAIN_ID.c381503839", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__blockchain_CHAIN_ID.sql", "original_file_path": "models\\silver\\silver__blockchain.yml", "name": "not_null_silver__blockchain_CHAIN_ID", "alias": "blockchain_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__blockchain"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__blockchain.yml\\not_null_silver__blockchain_CHAIN_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.5602999, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.blockchain\nwhere CHAIN_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.blockchain_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.silver__blockchain"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blockchain_CHAIN_ID__STRING__VARCHAR.fd3829b376": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_459a18e8a4cef621681e4653497e5f95\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('silver__blockchain')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__blockchain"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_459a18e8a4cef621681e4653497e5f95", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__blockchain_CHAIN_ID__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blockchain_CHAIN_ID__STRING__VARCHAR.fd3829b376", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_459a18e8a4cef621681e4653497e5f95.sql", "original_file_path": "models\\silver\\silver__blockchain.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__blockchain_CHAIN_ID__STRING__VARCHAR", "alias": "blockchain_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__blockchain"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__blockchain.yml\\dbt_expectations_expect_column_459a18e8a4cef621681e4653497e5f95.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_459a18e8a4cef621681e4653497e5f95"}, "created_at": 1670433255.5613005, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_SIZE' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_HEADER' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_ID_OBJECT' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('NUM_TXS' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'CHAIN_ID'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.blockchain_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.silver__blockchain"}, "test.osmosis_models.not_null_silver__blockchain_BLOCK_ID.5997704c2b": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('silver__blockchain')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__blockchain"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__blockchain_BLOCK_ID"], "unique_id": "test.osmosis_models.not_null_silver__blockchain_BLOCK_ID.5997704c2b", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__blockchain_BLOCK_ID.sql", "original_file_path": "models\\silver\\silver__blockchain.yml", "name": "not_null_silver__blockchain_BLOCK_ID", "alias": "blockchain_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__blockchain"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__blockchain.yml\\not_null_silver__blockchain_BLOCK_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.56549, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.blockchain\nwhere BLOCK_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.blockchain_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.silver__blockchain"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blockchain_BLOCK_ID__NUMBER__FLOAT.254cf4f40e": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_d8e80b41a787e26f818d69c1c8163bef\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('silver__blockchain')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__blockchain"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_d8e80b41a787e26f818d69c1c8163bef", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__blockchain_BLOCK_ID__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blockchain_BLOCK_ID__NUMBER__FLOAT.254cf4f40e", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_d8e80b41a787e26f818d69c1c8163bef.sql", "original_file_path": "models\\silver\\silver__blockchain.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__blockchain_BLOCK_ID__NUMBER__FLOAT", "alias": "blockchain_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__blockchain"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__blockchain.yml\\dbt_expectations_expect_column_d8e80b41a787e26f818d69c1c8163bef.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_d8e80b41a787e26f818d69c1c8163bef"}, "created_at": 1670433255.567488, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_SIZE' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_HEADER' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_ID_OBJECT' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('NUM_TXS' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCK_ID'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.blockchain_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.silver__blockchain"}, "test.osmosis_models.not_null_silver__blockchain_BLOCK_TIMESTAMP.936901e9b8": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__blockchain')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__blockchain"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__blockchain_BLOCK_TIMESTAMP"], "unique_id": "test.osmosis_models.not_null_silver__blockchain_BLOCK_TIMESTAMP.936901e9b8", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__blockchain_BLOCK_TIMESTAMP.sql", "original_file_path": "models\\silver\\silver__blockchain.yml", "name": "not_null_silver__blockchain_BLOCK_TIMESTAMP", "alias": "blockchain_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__blockchain"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__blockchain.yml\\not_null_silver__blockchain_BLOCK_TIMESTAMP.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.5704982, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.blockchain\nwhere BLOCK_TIMESTAMP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.blockchain_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__blockchain"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blockchain_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.9dc38be292": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_5ebe7049c9de2775d781efc87e985c78\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["TIMESTAMP_NTZ"], "column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__blockchain')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__blockchain"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_5ebe7049c9de2775d781efc87e985c78", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__blockchain_BLOCK_TIMESTAMP__TIMESTAMP_NTZ"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blockchain_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.9dc38be292", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_5ebe7049c9de2775d781efc87e985c78.sql", "original_file_path": "models\\silver\\silver__blockchain.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__blockchain_BLOCK_TIMESTAMP__TIMESTAMP_NTZ", "alias": "blockchain_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__blockchain"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__blockchain.yml\\dbt_expectations_expect_column_5ebe7049c9de2775d781efc87e985c78.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_5ebe7049c9de2775d781efc87e985c78"}, "created_at": 1670433255.5726922, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_SIZE' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_HEADER' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_ID_OBJECT' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('NUM_TXS' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCK_TIMESTAMP'\n and\n relation_column_type not in ('TIMESTAMP_NTZ')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.blockchain_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__blockchain"}, "test.osmosis_models.not_null_silver__blockchain_BLOCK_SIZE.9120ec052a": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_SIZE", "model": "{{ get_where_subquery(ref('silver__blockchain')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__blockchain"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__blockchain_BLOCK_SIZE"], "unique_id": "test.osmosis_models.not_null_silver__blockchain_BLOCK_SIZE.9120ec052a", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__blockchain_BLOCK_SIZE.sql", "original_file_path": "models\\silver\\silver__blockchain.yml", "name": "not_null_silver__blockchain_BLOCK_SIZE", "alias": "blockchain_BLOCK_SIZE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__blockchain"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__blockchain.yml\\not_null_silver__blockchain_BLOCK_SIZE.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.5757005, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.blockchain\nwhere BLOCK_SIZE is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.blockchain_BLOCK_SIZE", "column_name": "BLOCK_SIZE", "file_key_name": "models.silver__blockchain"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blockchain_BLOCK_SIZE__NUMBER__FLOAT.36f07f3fba": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_a1533d93edaa632787c79bd8c873d008\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "BLOCK_SIZE", "model": "{{ get_where_subquery(ref('silver__blockchain')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__blockchain"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_a1533d93edaa632787c79bd8c873d008", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__blockchain_BLOCK_SIZE__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blockchain_BLOCK_SIZE__NUMBER__FLOAT.36f07f3fba", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_a1533d93edaa632787c79bd8c873d008.sql", "original_file_path": "models\\silver\\silver__blockchain.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__blockchain_BLOCK_SIZE__NUMBER__FLOAT", "alias": "blockchain_BLOCK_SIZE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__blockchain"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__blockchain.yml\\dbt_expectations_expect_column_a1533d93edaa632787c79bd8c873d008.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_a1533d93edaa632787c79bd8c873d008"}, "created_at": 1670433255.5776906, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_SIZE' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_HEADER' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_ID_OBJECT' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('NUM_TXS' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCK_SIZE'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.blockchain_BLOCK_SIZE", "column_name": "BLOCK_SIZE", "file_key_name": "models.silver__blockchain"}, "test.osmosis_models.not_null_silver__blockchain_BLOCK_HEADER.0b30826529": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_HEADER", "model": "{{ get_where_subquery(ref('silver__blockchain')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__blockchain"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__blockchain_BLOCK_HEADER"], "unique_id": "test.osmosis_models.not_null_silver__blockchain_BLOCK_HEADER.0b30826529", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__blockchain_BLOCK_HEADER.sql", "original_file_path": "models\\silver\\silver__blockchain.yml", "name": "not_null_silver__blockchain_BLOCK_HEADER", "alias": "blockchain_BLOCK_HEADER", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__blockchain"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__blockchain.yml\\not_null_silver__blockchain_BLOCK_HEADER.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.5816796, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.blockchain\nwhere BLOCK_HEADER is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.blockchain_BLOCK_HEADER", "column_name": "BLOCK_HEADER", "file_key_name": "models.silver__blockchain"}, "test.osmosis_models.not_null_silver__blockchain_BLOCK_ID_OBJECT.dbc8f0771a": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_ID_OBJECT", "model": "{{ get_where_subquery(ref('silver__blockchain')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__blockchain"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__blockchain_BLOCK_ID_OBJECT"], "unique_id": "test.osmosis_models.not_null_silver__blockchain_BLOCK_ID_OBJECT.dbc8f0771a", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__blockchain_BLOCK_ID_OBJECT.sql", "original_file_path": "models\\silver\\silver__blockchain.yml", "name": "not_null_silver__blockchain_BLOCK_ID_OBJECT", "alias": "blockchain_BLOCK_ID_OBJECT", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__blockchain"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__blockchain.yml\\not_null_silver__blockchain_BLOCK_ID_OBJECT.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.5826986, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.blockchain\nwhere BLOCK_ID_OBJECT is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.blockchain_BLOCK_ID_OBJECT", "column_name": "BLOCK_ID_OBJECT", "file_key_name": "models.silver__blockchain"}, "test.osmosis_models.not_null_silver__blockchain_NUM_TXS.4e5926d643": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "NUM_TXS", "model": "{{ get_where_subquery(ref('silver__blockchain')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__blockchain"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__blockchain_NUM_TXS"], "unique_id": "test.osmosis_models.not_null_silver__blockchain_NUM_TXS.4e5926d643", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__blockchain_NUM_TXS.sql", "original_file_path": "models\\silver\\silver__blockchain.yml", "name": "not_null_silver__blockchain_NUM_TXS", "alias": "blockchain_NUM_TXS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__blockchain"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__blockchain.yml\\not_null_silver__blockchain_NUM_TXS.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.5846798, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.blockchain\nwhere NUM_TXS is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.blockchain_NUM_TXS", "column_name": "NUM_TXS", "file_key_name": "models.silver__blockchain"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blockchain_NUM_TXS__NUMBER__FLOAT.258ab6cc34": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_d0a8f144d3faee738ca300447d1a9535\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "NUM_TXS", "model": "{{ get_where_subquery(ref('silver__blockchain')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__blockchain"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_d0a8f144d3faee738ca300447d1a9535", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__blockchain_NUM_TXS__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blockchain_NUM_TXS__NUMBER__FLOAT.258ab6cc34", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_d0a8f144d3faee738ca300447d1a9535.sql", "original_file_path": "models\\silver\\silver__blockchain.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__blockchain_NUM_TXS__NUMBER__FLOAT", "alias": "blockchain_NUM_TXS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__blockchain"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__blockchain.yml\\dbt_expectations_expect_column_d0a8f144d3faee738ca300447d1a9535.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_d0a8f144d3faee738ca300447d1a9535"}, "created_at": 1670433255.5856824, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_SIZE' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_HEADER' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_ID_OBJECT' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('NUM_TXS' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'NUM_TXS'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.blockchain_NUM_TXS", "column_name": "NUM_TXS", "file_key_name": "models.silver__blockchain"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__blockchain_BLOCK_ID.70f4075332": {"raw_sql": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_1f7f12b70f4182e210b61036a66db383\") }}", "test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["BLOCK_ID"], "model": "{{ get_where_subquery(ref('silver__blockchain')) }}"}, "namespace": "dbt_utils"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__blockchain"]}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_1f7f12b70f4182e210b61036a66db383", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_utils_unique_combination_of_columns_silver", "fqn": ["osmosis_models", "silver", "dbt_utils_unique_combination_of_columns_silver__blockchain_BLOCK_ID"], "unique_id": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__blockchain_BLOCK_ID.70f4075332", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_utils_unique_combination_o_1f7f12b70f4182e210b61036a66db383.sql", "original_file_path": "models\\silver\\silver__blockchain.yml", "name": "dbt_utils_unique_combination_of_columns_silver__blockchain_BLOCK_ID", "alias": "blockchain_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__blockchain"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__blockchain.yml\\dbt_utils_unique_combination_o_1f7f12b70f4182e210b61036a66db383.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_utils_unique_combination_o_1f7f12b70f4182e210b61036a66db383"}, "created_at": 1670433255.5899045, "compiled_sql": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n BLOCK_ID\n from OSMOSIS_DEV.silver.blockchain\n group by BLOCK_ID\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_utils_unique_combination_of_columns_silver.blockchain_BLOCK_ID", "column_name": null, "file_key_name": "models.silver__blockchain"}, "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_BLOCK_ID.1279d7bd8a": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions_begin_unlock')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__locked_liquidity_actions_begin_unlock_BLOCK_ID"], "unique_id": "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_BLOCK_ID.1279d7bd8a", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__locked_liquidity_actions_begin_unlock_BLOCK_ID.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml", "name": "not_null_silver__locked_liquidity_actions_begin_unlock_BLOCK_ID", "alias": "locked_liquidity_actions_begin_unlock_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions_begin_unlock"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml\\not_null_silver__locked_liquidity_actions_begin_unlock_BLOCK_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.599087, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.locked_liquidity_actions_begin_unlock\nwhere BLOCK_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.locked_liquidity_actions_begin_unlock_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.silver__locked_liquidity_actions_begin_unlock"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_BLOCK_ID__NUMBER__FLOAT.7f1f84a874": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_2f4212fa42217cec757ed2c15a9d7c08\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions_begin_unlock')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_2f4212fa42217cec757ed2c15a9d7c08", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_BLOCK_ID__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_BLOCK_ID__NUMBER__FLOAT.7f1f84a874", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_2f4212fa42217cec757ed2c15a9d7c08.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_BLOCK_ID__NUMBER__FLOAT", "alias": "locked_liquidity_actions_begin_unlock_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions_begin_unlock"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml\\dbt_expectations_expect_column_2f4212fa42217cec757ed2c15a9d7c08.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_2f4212fa42217cec757ed2c15a9d7c08"}, "created_at": 1670433255.6000838, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('HYBRID_ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCKER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DURATION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNLOCK_TIME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('NEW_LOCK_IDS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCK_ID'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.locked_liquidity_actions_begin_unlock_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.silver__locked_liquidity_actions_begin_unlock"}, "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_BLOCK_TIMESTAMP.b6d33ce8d6": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}{{ config(alias=\"not_null_silver__locked_liquid_ae8dc8426ad1fc676eca4d8005b1604b\") }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions_begin_unlock')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"]}, "config": {"enabled": true, "alias": "not_null_silver__locked_liquid_ae8dc8426ad1fc676eca4d8005b1604b", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__locked_liquidity_actions_begin_unlock_BLOCK_TIMESTAMP"], "unique_id": "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_BLOCK_TIMESTAMP.b6d33ce8d6", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__locked_liquid_ae8dc8426ad1fc676eca4d8005b1604b.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml", "name": "not_null_silver__locked_liquidity_actions_begin_unlock_BLOCK_TIMESTAMP", "alias": "locked_liquidity_actions_begin_unlock_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions_begin_unlock"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml\\not_null_silver__locked_liquid_ae8dc8426ad1fc676eca4d8005b1604b.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "not_null_silver__locked_liquid_ae8dc8426ad1fc676eca4d8005b1604b"}, "created_at": 1670433255.6041806, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.locked_liquidity_actions_begin_unlock\nwhere BLOCK_TIMESTAMP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.locked_liquidity_actions_begin_unlock_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__locked_liquidity_actions_begin_unlock"}, "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__locked_liquidity_actions_begin_unlock_BLOCK_TIMESTAMP__day__2.5cdbe66ea1": {"raw_sql": "{{ dbt_expectations.test_expect_row_values_to_have_recent_data(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_row_va_c5d3f0f830733bccdbc8332a7bb4a266\") }}", "test_metadata": {"name": "expect_row_values_to_have_recent_data", "kwargs": {"datepart": "day", "interval": 2, "column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions_begin_unlock')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_row_values_to_have_recent_data", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_row_va_c5d3f0f830733bccdbc8332a7bb4a266", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_row_values_to_have_recent_data_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_row_values_to_have_recent_data_silver__locked_liquidity_actions_begin_unlock_BLOCK_TIMESTAMP__day__2"], "unique_id": "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__locked_liquidity_actions_begin_unlock_BLOCK_TIMESTAMP__day__2.5cdbe66ea1", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_row_va_c5d3f0f830733bccdbc8332a7bb4a266.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml", "name": "dbt_expectations_expect_row_values_to_have_recent_data_silver__locked_liquidity_actions_begin_unlock_BLOCK_TIMESTAMP__day__2", "alias": "locked_liquidity_actions_begin_unlock_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions_begin_unlock"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml\\dbt_expectations_expect_row_va_c5d3f0f830733bccdbc8332a7bb4a266.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_row_va_c5d3f0f830733bccdbc8332a7bb4a266"}, "created_at": 1670433255.6062737, "compiled_sql": "\n\n with max_recency as (\n\n select max(cast(BLOCK_TIMESTAMP as \n timestamp_ntz\n)) as max_timestamp\n from\n OSMOSIS_DEV.silver.locked_liquidity_actions_begin_unlock\n where\n -- to exclude erroneous future dates\n cast(BLOCK_TIMESTAMP as \n timestamp_ntz\n) <= cast(convert_timezone('UTC', 'GMT', \n current_timestamp::\n timestamp_ntz\n\n) as \n timestamp_ntz\n)\n \n)\nselect\n *\nfrom\n max_recency\nwhere\n -- if the row_condition excludes all rows, we need to compare against a default date\n -- to avoid false negatives\n coalesce(max_timestamp, cast('1970-01-01' as \n timestamp_ntz\n))\n <\n cast(\n\n dateadd(\n day,\n -2,\n cast(convert_timezone('UTC', 'GMT', \n current_timestamp::\n timestamp_ntz\n\n) as \n timestamp_ntz\n)\n )\n\n as \n timestamp_ntz\n)\n\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_row_values_to_have_recent_data_silver.locked_liquidity_actions_begin_unlock_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__locked_liquidity_actions_begin_unlock"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.79817097ef": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_12a09f25baa6c7db6b28c86e33f9ade7\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["TIMESTAMP_NTZ"], "column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions_begin_unlock')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_12a09f25baa6c7db6b28c86e33f9ade7", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_BLOCK_TIMESTAMP__TIMESTAMP_NTZ"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.79817097ef", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_12a09f25baa6c7db6b28c86e33f9ade7.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_BLOCK_TIMESTAMP__TIMESTAMP_NTZ", "alias": "locked_liquidity_actions_begin_unlock_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions_begin_unlock"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml\\dbt_expectations_expect_column_12a09f25baa6c7db6b28c86e33f9ade7.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_12a09f25baa6c7db6b28c86e33f9ade7"}, "created_at": 1670433255.6102757, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('HYBRID_ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCKER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DURATION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNLOCK_TIME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('NEW_LOCK_IDS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCK_TIMESTAMP'\n and\n relation_column_type not in ('TIMESTAMP_NTZ')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.locked_liquidity_actions_begin_unlock_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__locked_liquidity_actions_begin_unlock"}, "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_BLOCKCHAIN.06d4e203c7": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}{{ config(alias=\"not_null_silver__locked_liquid_8bec2a69d898f39887cc0a27a0b23d6c\") }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions_begin_unlock')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"]}, "config": {"enabled": true, "alias": "not_null_silver__locked_liquid_8bec2a69d898f39887cc0a27a0b23d6c", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__locked_liquidity_actions_begin_unlock_BLOCKCHAIN"], "unique_id": "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_BLOCKCHAIN.06d4e203c7", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__locked_liquid_8bec2a69d898f39887cc0a27a0b23d6c.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml", "name": "not_null_silver__locked_liquidity_actions_begin_unlock_BLOCKCHAIN", "alias": "locked_liquidity_actions_begin_unlock_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions_begin_unlock"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml\\not_null_silver__locked_liquid_8bec2a69d898f39887cc0a27a0b23d6c.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "not_null_silver__locked_liquid_8bec2a69d898f39887cc0a27a0b23d6c"}, "created_at": 1670433255.6144543, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.locked_liquidity_actions_begin_unlock\nwhere BLOCKCHAIN is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.locked_liquidity_actions_begin_unlock_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.silver__locked_liquidity_actions_begin_unlock"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_BLOCKCHAIN__STRING__VARCHAR.4a44c49c06": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_5f65738f3e56346b2c991bc3298f7b09\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions_begin_unlock')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_5f65738f3e56346b2c991bc3298f7b09", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_BLOCKCHAIN__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_BLOCKCHAIN__STRING__VARCHAR.4a44c49c06", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_5f65738f3e56346b2c991bc3298f7b09.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_BLOCKCHAIN__STRING__VARCHAR", "alias": "locked_liquidity_actions_begin_unlock_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions_begin_unlock"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml\\dbt_expectations_expect_column_5f65738f3e56346b2c991bc3298f7b09.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_5f65738f3e56346b2c991bc3298f7b09"}, "created_at": 1670433255.615452, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('HYBRID_ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCKER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DURATION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNLOCK_TIME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('NEW_LOCK_IDS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCKCHAIN'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.locked_liquidity_actions_begin_unlock_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.silver__locked_liquidity_actions_begin_unlock"}, "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_CHAIN_ID.b800517756": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions_begin_unlock')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__locked_liquidity_actions_begin_unlock_CHAIN_ID"], "unique_id": "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_CHAIN_ID.b800517756", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__locked_liquidity_actions_begin_unlock_CHAIN_ID.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml", "name": "not_null_silver__locked_liquidity_actions_begin_unlock_CHAIN_ID", "alias": "locked_liquidity_actions_begin_unlock_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions_begin_unlock"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml\\not_null_silver__locked_liquidity_actions_begin_unlock_CHAIN_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.619457, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.locked_liquidity_actions_begin_unlock\nwhere CHAIN_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.locked_liquidity_actions_begin_unlock_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.silver__locked_liquidity_actions_begin_unlock"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_CHAIN_ID__STRING__VARCHAR.6304978660": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_eda8653e823ed9f95c1f728735fcf3ca\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions_begin_unlock')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_eda8653e823ed9f95c1f728735fcf3ca", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_CHAIN_ID__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_CHAIN_ID__STRING__VARCHAR.6304978660", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_eda8653e823ed9f95c1f728735fcf3ca.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_CHAIN_ID__STRING__VARCHAR", "alias": "locked_liquidity_actions_begin_unlock_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions_begin_unlock"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml\\dbt_expectations_expect_column_eda8653e823ed9f95c1f728735fcf3ca.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_eda8653e823ed9f95c1f728735fcf3ca"}, "created_at": 1670433255.6214523, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('HYBRID_ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCKER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DURATION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNLOCK_TIME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('NEW_LOCK_IDS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'CHAIN_ID'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.locked_liquidity_actions_begin_unlock_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.silver__locked_liquidity_actions_begin_unlock"}, "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_TX_ID.a62e8ba3d7": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "TX_ID", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions_begin_unlock')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__locked_liquidity_actions_begin_unlock_TX_ID"], "unique_id": "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_TX_ID.a62e8ba3d7", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__locked_liquidity_actions_begin_unlock_TX_ID.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml", "name": "not_null_silver__locked_liquidity_actions_begin_unlock_TX_ID", "alias": "locked_liquidity_actions_begin_unlock_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions_begin_unlock"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml\\not_null_silver__locked_liquidity_actions_begin_unlock_TX_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.625458, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.locked_liquidity_actions_begin_unlock\nwhere TX_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.locked_liquidity_actions_begin_unlock_TX_ID", "column_name": "TX_ID", "file_key_name": "models.silver__locked_liquidity_actions_begin_unlock"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_TX_ID__STRING__VARCHAR.ac8568386c": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_4c179dd5a229cf857fb52684b3223e75\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "TX_ID", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions_begin_unlock')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_4c179dd5a229cf857fb52684b3223e75", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_TX_ID__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_TX_ID__STRING__VARCHAR.ac8568386c", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_4c179dd5a229cf857fb52684b3223e75.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_TX_ID__STRING__VARCHAR", "alias": "locked_liquidity_actions_begin_unlock_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions_begin_unlock"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml\\dbt_expectations_expect_column_4c179dd5a229cf857fb52684b3223e75.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_4c179dd5a229cf857fb52684b3223e75"}, "created_at": 1670433255.6268501, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('HYBRID_ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCKER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DURATION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNLOCK_TIME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('NEW_LOCK_IDS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'TX_ID'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.locked_liquidity_actions_begin_unlock_TX_ID", "column_name": "TX_ID", "file_key_name": "models.silver__locked_liquidity_actions_begin_unlock"}, "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_TX_STATUS.1777ec971f": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}{{ config(alias=\"not_null_silver__locked_liquid_a5a43ef61a1b163f3cce7170990f7e6b\") }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "TX_STATUS", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions_begin_unlock')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"]}, "config": {"enabled": true, "alias": "not_null_silver__locked_liquid_a5a43ef61a1b163f3cce7170990f7e6b", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__locked_liquidity_actions_begin_unlock_TX_STATUS"], "unique_id": "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_TX_STATUS.1777ec971f", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__locked_liquid_a5a43ef61a1b163f3cce7170990f7e6b.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml", "name": "not_null_silver__locked_liquidity_actions_begin_unlock_TX_STATUS", "alias": "locked_liquidity_actions_begin_unlock_TX_STATUS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions_begin_unlock"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml\\not_null_silver__locked_liquid_a5a43ef61a1b163f3cce7170990f7e6b.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "not_null_silver__locked_liquid_a5a43ef61a1b163f3cce7170990f7e6b"}, "created_at": 1670433255.6301596, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.locked_liquidity_actions_begin_unlock\nwhere TX_STATUS is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.locked_liquidity_actions_begin_unlock_TX_STATUS", "column_name": "TX_STATUS", "file_key_name": "models.silver__locked_liquidity_actions_begin_unlock"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_TX_STATUS__STRING__VARCHAR.f43a675f86": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_99b87d1ac37e9c3e5a6409586eb10be3\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "TX_STATUS", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions_begin_unlock')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_99b87d1ac37e9c3e5a6409586eb10be3", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_TX_STATUS__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_TX_STATUS__STRING__VARCHAR.f43a675f86", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_99b87d1ac37e9c3e5a6409586eb10be3.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_TX_STATUS__STRING__VARCHAR", "alias": "locked_liquidity_actions_begin_unlock_TX_STATUS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions_begin_unlock"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml\\dbt_expectations_expect_column_99b87d1ac37e9c3e5a6409586eb10be3.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_99b87d1ac37e9c3e5a6409586eb10be3"}, "created_at": 1670433255.6321619, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('HYBRID_ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCKER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DURATION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNLOCK_TIME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('NEW_LOCK_IDS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'TX_STATUS'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.locked_liquidity_actions_begin_unlock_TX_STATUS", "column_name": "TX_STATUS", "file_key_name": "models.silver__locked_liquidity_actions_begin_unlock"}, "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_MSG_GROUP.5b8c365b67": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}{{ config(alias=\"not_null_silver__locked_liquid_015183e34d9f088bf0c883eab6959eac\") }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "MSG_GROUP", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions_begin_unlock')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"]}, "config": {"enabled": true, "alias": "not_null_silver__locked_liquid_015183e34d9f088bf0c883eab6959eac", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__locked_liquidity_actions_begin_unlock_MSG_GROUP"], "unique_id": "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_MSG_GROUP.5b8c365b67", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__locked_liquid_015183e34d9f088bf0c883eab6959eac.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml", "name": "not_null_silver__locked_liquidity_actions_begin_unlock_MSG_GROUP", "alias": "locked_liquidity_actions_begin_unlock_MSG_GROUP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions_begin_unlock"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml\\not_null_silver__locked_liquid_015183e34d9f088bf0c883eab6959eac.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "not_null_silver__locked_liquid_015183e34d9f088bf0c883eab6959eac"}, "created_at": 1670433255.636352, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.locked_liquidity_actions_begin_unlock\nwhere MSG_GROUP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.locked_liquidity_actions_begin_unlock_MSG_GROUP", "column_name": "MSG_GROUP", "file_key_name": "models.silver__locked_liquidity_actions_begin_unlock"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_MSG_GROUP__NUMBER__FLOAT.86186834df": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_ea8c5f28dab29721ef1c8123f3544dd8\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "MSG_GROUP", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions_begin_unlock')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_ea8c5f28dab29721ef1c8123f3544dd8", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_MSG_GROUP__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_MSG_GROUP__NUMBER__FLOAT.86186834df", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_ea8c5f28dab29721ef1c8123f3544dd8.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_MSG_GROUP__NUMBER__FLOAT", "alias": "locked_liquidity_actions_begin_unlock_MSG_GROUP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions_begin_unlock"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml\\dbt_expectations_expect_column_ea8c5f28dab29721ef1c8123f3544dd8.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_ea8c5f28dab29721ef1c8123f3544dd8"}, "created_at": 1670433255.63746, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('HYBRID_ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCKER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DURATION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNLOCK_TIME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('NEW_LOCK_IDS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'MSG_GROUP'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.locked_liquidity_actions_begin_unlock_MSG_GROUP", "column_name": "MSG_GROUP", "file_key_name": "models.silver__locked_liquidity_actions_begin_unlock"}, "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_MSG_TYPE.d30c0e0def": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "MSG_TYPE", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions_begin_unlock')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__locked_liquidity_actions_begin_unlock_MSG_TYPE"], "unique_id": "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_MSG_TYPE.d30c0e0def", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__locked_liquidity_actions_begin_unlock_MSG_TYPE.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml", "name": "not_null_silver__locked_liquidity_actions_begin_unlock_MSG_TYPE", "alias": "locked_liquidity_actions_begin_unlock_MSG_TYPE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions_begin_unlock"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml\\not_null_silver__locked_liquidity_actions_begin_unlock_MSG_TYPE.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.641469, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.locked_liquidity_actions_begin_unlock\nwhere MSG_TYPE is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.locked_liquidity_actions_begin_unlock_MSG_TYPE", "column_name": "MSG_TYPE", "file_key_name": "models.silver__locked_liquidity_actions_begin_unlock"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_MSG_TYPE__STRING__VARCHAR.7922409452": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_3cda8e09e71339fa0e8a92c6e5e7fc00\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "MSG_TYPE", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions_begin_unlock')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_3cda8e09e71339fa0e8a92c6e5e7fc00", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_MSG_TYPE__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_MSG_TYPE__STRING__VARCHAR.7922409452", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_3cda8e09e71339fa0e8a92c6e5e7fc00.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_MSG_TYPE__STRING__VARCHAR", "alias": "locked_liquidity_actions_begin_unlock_MSG_TYPE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions_begin_unlock"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml\\dbt_expectations_expect_column_3cda8e09e71339fa0e8a92c6e5e7fc00.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_3cda8e09e71339fa0e8a92c6e5e7fc00"}, "created_at": 1670433255.643634, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('HYBRID_ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCKER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DURATION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNLOCK_TIME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('NEW_LOCK_IDS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'MSG_TYPE'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.locked_liquidity_actions_begin_unlock_MSG_TYPE", "column_name": "MSG_TYPE", "file_key_name": "models.silver__locked_liquidity_actions_begin_unlock"}, "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_LOCKER.165a589a45": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "LOCKER", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions_begin_unlock')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__locked_liquidity_actions_begin_unlock_LOCKER"], "unique_id": "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_LOCKER.165a589a45", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__locked_liquidity_actions_begin_unlock_LOCKER.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml", "name": "not_null_silver__locked_liquidity_actions_begin_unlock_LOCKER", "alias": "locked_liquidity_actions_begin_unlock_LOCKER", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions_begin_unlock"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml\\not_null_silver__locked_liquidity_actions_begin_unlock_LOCKER.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.6477377, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.locked_liquidity_actions_begin_unlock\nwhere LOCKER is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.locked_liquidity_actions_begin_unlock_LOCKER", "column_name": "LOCKER", "file_key_name": "models.silver__locked_liquidity_actions_begin_unlock"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_LOCKER__STRING__VARCHAR.4c202016d2": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_e1f19134cd3622e9df7429829bc9ed03\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "LOCKER", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions_begin_unlock')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_e1f19134cd3622e9df7429829bc9ed03", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_LOCKER__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_LOCKER__STRING__VARCHAR.4c202016d2", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_e1f19134cd3622e9df7429829bc9ed03.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_LOCKER__STRING__VARCHAR", "alias": "locked_liquidity_actions_begin_unlock_LOCKER", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions_begin_unlock"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml\\dbt_expectations_expect_column_e1f19134cd3622e9df7429829bc9ed03.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_e1f19134cd3622e9df7429829bc9ed03"}, "created_at": 1670433255.648742, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('HYBRID_ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCKER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DURATION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNLOCK_TIME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('NEW_LOCK_IDS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'LOCKER'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.locked_liquidity_actions_begin_unlock_LOCKER", "column_name": "LOCKER", "file_key_name": "models.silver__locked_liquidity_actions_begin_unlock"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__locked_liquidity_actions_begin_unlock_LOCKER__osmo1_0_9a_z_38_38_.9bdff65916": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_match_regex(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_651737db9cd403b9a2edac5c7e9d3583\") }}", "test_metadata": {"name": "expect_column_values_to_match_regex", "kwargs": {"regex": "osmo1[0-9a-z]{38,38}", "column_name": "LOCKER", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions_begin_unlock')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_match_regex", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_651737db9cd403b9a2edac5c7e9d3583", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_match_regex_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_match_regex_silver__locked_liquidity_actions_begin_unlock_LOCKER__osmo1_0_9a_z_38_38_"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__locked_liquidity_actions_begin_unlock_LOCKER__osmo1_0_9a_z_38_38_.9bdff65916", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_651737db9cd403b9a2edac5c7e9d3583.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml", "name": "dbt_expectations_expect_column_values_to_match_regex_silver__locked_liquidity_actions_begin_unlock_LOCKER__osmo1_0_9a_z_38_38_", "alias": "locked_liquidity_actions_begin_unlock_LOCKER", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions_begin_unlock"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml\\dbt_expectations_expect_column_651737db9cd403b9a2edac5c7e9d3583.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_651737db9cd403b9a2edac5c7e9d3583"}, "created_at": 1670433255.6530664, "compiled_sql": "\n\n\n\n\n with grouped_expression as (\n select\n \n \n \n \n\n\n \nregexp_instr(LOCKER, 'osmo1[0-9a-z]{38,38}', 1, 1)\n\n\n > 0\n as expression\n\n\n from OSMOSIS_DEV.silver.locked_liquidity_actions_begin_unlock\n \n\n),\nvalidation_errors as (\n\n select\n *\n from\n grouped_expression\n where\n not(expression = true)\n\n)\n\nselect *\nfrom validation_errors\n\n\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_match_regex_silver.locked_liquidity_actions_begin_unlock_LOCKER", "column_name": "LOCKER", "file_key_name": "models.silver__locked_liquidity_actions_begin_unlock"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_LOCK_ID__NUMBER__FLOAT.e69665d5bf": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_29ad2e002bb49d3c8f3347b1d8b5e6fa\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "LOCK_ID", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions_begin_unlock')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_29ad2e002bb49d3c8f3347b1d8b5e6fa", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_LOCK_ID__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_LOCK_ID__NUMBER__FLOAT.e69665d5bf", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_29ad2e002bb49d3c8f3347b1d8b5e6fa.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_LOCK_ID__NUMBER__FLOAT", "alias": "locked_liquidity_actions_begin_unlock_LOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions_begin_unlock"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml\\dbt_expectations_expect_column_29ad2e002bb49d3c8f3347b1d8b5e6fa.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_29ad2e002bb49d3c8f3347b1d8b5e6fa"}, "created_at": 1670433255.6570609, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('HYBRID_ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCKER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DURATION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNLOCK_TIME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('NEW_LOCK_IDS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'LOCK_ID'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.locked_liquidity_actions_begin_unlock_LOCK_ID", "column_name": "LOCK_ID", "file_key_name": "models.silver__locked_liquidity_actions_begin_unlock"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_AMOUNT__NUMBER__FLOAT.c0c9872c96": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_c7861d0bfc130f533b03ae4b523fd748\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "AMOUNT", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions_begin_unlock')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_c7861d0bfc130f533b03ae4b523fd748", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_AMOUNT__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_AMOUNT__NUMBER__FLOAT.c0c9872c96", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_c7861d0bfc130f533b03ae4b523fd748.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_AMOUNT__NUMBER__FLOAT", "alias": "locked_liquidity_actions_begin_unlock_AMOUNT", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions_begin_unlock"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml\\dbt_expectations_expect_column_c7861d0bfc130f533b03ae4b523fd748.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_c7861d0bfc130f533b03ae4b523fd748"}, "created_at": 1670433255.6610537, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('HYBRID_ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCKER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DURATION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNLOCK_TIME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('NEW_LOCK_IDS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'AMOUNT'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.locked_liquidity_actions_begin_unlock_AMOUNT", "column_name": "AMOUNT", "file_key_name": "models.silver__locked_liquidity_actions_begin_unlock"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_CURRENCY__STRING__VARCHAR.a0b0b15b9c": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_8bb03bd878046ec95816a27708980da1\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "CURRENCY", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions_begin_unlock')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_8bb03bd878046ec95816a27708980da1", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_CURRENCY__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_CURRENCY__STRING__VARCHAR.a0b0b15b9c", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_8bb03bd878046ec95816a27708980da1.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_CURRENCY__STRING__VARCHAR", "alias": "locked_liquidity_actions_begin_unlock_CURRENCY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions_begin_unlock"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml\\dbt_expectations_expect_column_8bb03bd878046ec95816a27708980da1.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_8bb03bd878046ec95816a27708980da1"}, "created_at": 1670433255.6650615, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('HYBRID_ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCKER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DURATION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNLOCK_TIME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('NEW_LOCK_IDS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'CURRENCY'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.locked_liquidity_actions_begin_unlock_CURRENCY", "column_name": "CURRENCY", "file_key_name": "models.silver__locked_liquidity_actions_begin_unlock"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_POOL_ID__NUMBER__FLOAT.c8ceee3be2": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_30877c7f84ee8388bc05917baad9ad7e\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "POOL_ID", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions_begin_unlock')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_30877c7f84ee8388bc05917baad9ad7e", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_POOL_ID__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_POOL_ID__NUMBER__FLOAT.c8ceee3be2", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_30877c7f84ee8388bc05917baad9ad7e.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_POOL_ID__NUMBER__FLOAT", "alias": "locked_liquidity_actions_begin_unlock_POOL_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions_begin_unlock"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml\\dbt_expectations_expect_column_30877c7f84ee8388bc05917baad9ad7e.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_30877c7f84ee8388bc05917baad9ad7e"}, "created_at": 1670433255.6682715, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('HYBRID_ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCKER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DURATION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNLOCK_TIME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('NEW_LOCK_IDS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'POOL_ID'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.locked_liquidity_actions_begin_unlock_POOL_ID", "column_name": "POOL_ID", "file_key_name": "models.silver__locked_liquidity_actions_begin_unlock"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_LOCK_DURATION__STRING__VARCHAR.b756587ec3": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_37364edda45ddc4d98190c1bed5f2cd7\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "LOCK_DURATION", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions_begin_unlock')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_37364edda45ddc4d98190c1bed5f2cd7", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_LOCK_DURATION__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_LOCK_DURATION__STRING__VARCHAR.b756587ec3", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_37364edda45ddc4d98190c1bed5f2cd7.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_LOCK_DURATION__STRING__VARCHAR", "alias": "locked_liquidity_actions_begin_unlock_LOCK_DURATION", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions_begin_unlock"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml\\dbt_expectations_expect_column_37364edda45ddc4d98190c1bed5f2cd7.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_37364edda45ddc4d98190c1bed5f2cd7"}, "created_at": 1670433255.6723924, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('HYBRID_ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCKER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DURATION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNLOCK_TIME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('NEW_LOCK_IDS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'LOCK_DURATION'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.locked_liquidity_actions_begin_unlock_LOCK_DURATION", "column_name": "LOCK_DURATION", "file_key_name": "models.silver__locked_liquidity_actions_begin_unlock"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_UNLOCK_TIME__STRING__VARCHAR.4a85f30b2f": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_4ab60648cb3a754334fae6f2f96f87f4\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "UNLOCK_TIME", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions_begin_unlock')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_4ab60648cb3a754334fae6f2f96f87f4", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_UNLOCK_TIME__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_UNLOCK_TIME__STRING__VARCHAR.4a85f30b2f", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_4ab60648cb3a754334fae6f2f96f87f4.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_UNLOCK_TIME__STRING__VARCHAR", "alias": "locked_liquidity_actions_begin_unlock_UNLOCK_TIME", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions_begin_unlock"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml\\dbt_expectations_expect_column_4ab60648cb3a754334fae6f2f96f87f4.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_4ab60648cb3a754334fae6f2f96f87f4"}, "created_at": 1670433255.6765754, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('HYBRID_ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCKER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DURATION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNLOCK_TIME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('NEW_LOCK_IDS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'UNLOCK_TIME'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.locked_liquidity_actions_begin_unlock_UNLOCK_TIME", "column_name": "UNLOCK_TIME", "file_key_name": "models.silver__locked_liquidity_actions_begin_unlock"}, "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock__INSERTED_TIMESTAMP.f2ef1b3a48": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}{{ config(alias=\"not_null_silver__locked_liquid_79f3191e204f714163e8f6fcc0f3acd7\") }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "_INSERTED_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions_begin_unlock')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"]}, "config": {"enabled": true, "alias": "not_null_silver__locked_liquid_79f3191e204f714163e8f6fcc0f3acd7", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__locked_liquidity_actions_begin_unlock__INSERTED_TIMESTAMP"], "unique_id": "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock__INSERTED_TIMESTAMP.f2ef1b3a48", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__locked_liquid_79f3191e204f714163e8f6fcc0f3acd7.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml", "name": "not_null_silver__locked_liquidity_actions_begin_unlock__INSERTED_TIMESTAMP", "alias": "locked_liquidity_actions_begin_unlock", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions_begin_unlock"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml\\not_null_silver__locked_liquid_79f3191e204f714163e8f6fcc0f3acd7.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "not_null_silver__locked_liquid_79f3191e204f714163e8f6fcc0f3acd7"}, "created_at": 1670433255.6795812, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.locked_liquidity_actions_begin_unlock\nwhere _INSERTED_TIMESTAMP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.locked_liquidity_actions_begin_unlock", "column_name": "_INSERTED_TIMESTAMP", "file_key_name": "models.silver__locked_liquidity_actions_begin_unlock"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.97cb6569bf": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_662fdc2ad164bedd964f9505e34f31bd\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["TIMESTAMP_NTZ"], "column_name": "_INSERTED_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions_begin_unlock')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_662fdc2ad164bedd964f9505e34f31bd", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock__INSERTED_TIMESTAMP__TIMESTAMP_NTZ"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.97cb6569bf", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_662fdc2ad164bedd964f9505e34f31bd.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock__INSERTED_TIMESTAMP__TIMESTAMP_NTZ", "alias": "locked_liquidity_actions_begin_unlock", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions_begin_unlock"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml\\dbt_expectations_expect_column_662fdc2ad164bedd964f9505e34f31bd.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_662fdc2ad164bedd964f9505e34f31bd"}, "created_at": 1670433255.6815758, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('HYBRID_ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCKER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DURATION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('UNLOCK_TIME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('NEW_LOCK_IDS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = '_INSERTED_TIMESTAMP'\n and\n relation_column_type not in ('TIMESTAMP_NTZ')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.locked_liquidity_actions_begin_unlock", "column_name": "_INSERTED_TIMESTAMP", "file_key_name": "models.silver__locked_liquidity_actions_begin_unlock"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__locked_liquidity_actions_begin_unlock_TX_ID__MSG_GROUP__LOCK_ID__LOCKER.64df55bed9": {"raw_sql": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_0f0f256c383cb6addb9984b4b442db37\") }}", "test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["TX_ID", "MSG_GROUP", "LOCK_ID", "LOCKER"], "model": "{{ get_where_subquery(ref('silver__locked_liquidity_actions_begin_unlock')) }}"}, "namespace": "dbt_utils"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"]}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_0f0f256c383cb6addb9984b4b442db37", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_utils_unique_combination_of_columns_silver", "fqn": ["osmosis_models", "silver", "dbt_utils_unique_combination_of_columns_silver__locked_liquidity_actions_begin_unlock_TX_ID__MSG_GROUP__LOCK_ID__LOCKER"], "unique_id": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__locked_liquidity_actions_begin_unlock_TX_ID__MSG_GROUP__LOCK_ID__LOCKER.64df55bed9", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_utils_unique_combination_o_0f0f256c383cb6addb9984b4b442db37.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml", "name": "dbt_utils_unique_combination_of_columns_silver__locked_liquidity_actions_begin_unlock_TX_ID__MSG_GROUP__LOCK_ID__LOCKER", "alias": "locked_liquidity_actions_begin_unlock_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_actions_begin_unlock"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_actions_begin_unlock.yml\\dbt_utils_unique_combination_o_0f0f256c383cb6addb9984b4b442db37.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_utils_unique_combination_o_0f0f256c383cb6addb9984b4b442db37"}, "created_at": 1670433255.6847675, "compiled_sql": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n TX_ID, MSG_GROUP, LOCK_ID, LOCKER\n from OSMOSIS_DEV.silver.locked_liquidity_actions_begin_unlock\n group by TX_ID, MSG_GROUP, LOCK_ID, LOCKER\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_utils_unique_combination_of_columns_silver.locked_liquidity_actions_begin_unlock_TX_ID", "column_name": null, "file_key_name": "models.silver__locked_liquidity_actions_begin_unlock"}, "test.osmosis_models.not_null_silver__daily_balances_DATE.85b329c0c5": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "DATE", "model": "{{ get_where_subquery(ref('silver__daily_balances')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__daily_balances"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__daily_balances_DATE"], "unique_id": "test.osmosis_models.not_null_silver__daily_balances_DATE.85b329c0c5", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__daily_balances_DATE.sql", "original_file_path": "models\\silver\\silver__daily_balances.yml", "name": "not_null_silver__daily_balances_DATE", "alias": "daily_balances_DATE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__daily_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__daily_balances.yml\\not_null_silver__daily_balances_DATE.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.692763, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.daily_balances\nwhere DATE is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.daily_balances_DATE", "column_name": "DATE", "file_key_name": "models.silver__daily_balances"}, "test.osmosis_models.not_null_silver__daily_balances_BALANCE_TYPE.09cab6d79c": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BALANCE_TYPE", "model": "{{ get_where_subquery(ref('silver__daily_balances')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__daily_balances"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__daily_balances_BALANCE_TYPE"], "unique_id": "test.osmosis_models.not_null_silver__daily_balances_BALANCE_TYPE.09cab6d79c", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__daily_balances_BALANCE_TYPE.sql", "original_file_path": "models\\silver\\silver__daily_balances.yml", "name": "not_null_silver__daily_balances_BALANCE_TYPE", "alias": "daily_balances_BALANCE_TYPE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__daily_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__daily_balances.yml\\not_null_silver__daily_balances_BALANCE_TYPE.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.6947634, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.daily_balances\nwhere BALANCE_TYPE is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.daily_balances_BALANCE_TYPE", "column_name": "BALANCE_TYPE", "file_key_name": "models.silver__daily_balances"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__daily_balances_BALANCE_TYPE__STRING__VARCHAR.cc0098d30c": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_c1d4173f6e3e0d2170daa3347fc45ea5\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "BALANCE_TYPE", "model": "{{ get_where_subquery(ref('silver__daily_balances')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__daily_balances"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_c1d4173f6e3e0d2170daa3347fc45ea5", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__daily_balances_BALANCE_TYPE__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__daily_balances_BALANCE_TYPE__STRING__VARCHAR.cc0098d30c", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_c1d4173f6e3e0d2170daa3347fc45ea5.sql", "original_file_path": "models\\silver\\silver__daily_balances.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__daily_balances_BALANCE_TYPE__STRING__VARCHAR", "alias": "daily_balances_BALANCE_TYPE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__daily_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__daily_balances.yml\\dbt_expectations_expect_column_c1d4173f6e3e0d2170daa3347fc45ea5.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_c1d4173f6e3e0d2170daa3347fc45ea5"}, "created_at": 1670433255.6957643, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('DATE' as \n varchar\n) as relation_column,\n cast('DATE' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BALANCE_TYPE'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.daily_balances_BALANCE_TYPE", "column_name": "BALANCE_TYPE", "file_key_name": "models.silver__daily_balances"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_set_silver__daily_balances_BALANCE_TYPE__staked__liquid__locked_liquidity__superfluid_staked.d078954ac3": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_set(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_7c1dd21f58abe63d6311ecdec38c900e\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_set", "kwargs": {"value_set": ["staked", "liquid", "locked liquidity", "superfluid staked"], "column_name": "BALANCE_TYPE", "model": "{{ get_where_subquery(ref('silver__daily_balances')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_set", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__daily_balances"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_7c1dd21f58abe63d6311ecdec38c900e", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_set_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_set_silver__daily_balances_BALANCE_TYPE__staked__liquid__locked_liquidity__superfluid_staked"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_set_silver__daily_balances_BALANCE_TYPE__staked__liquid__locked_liquidity__superfluid_staked.d078954ac3", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_7c1dd21f58abe63d6311ecdec38c900e.sql", "original_file_path": "models\\silver\\silver__daily_balances.yml", "name": "dbt_expectations_expect_column_values_to_be_in_set_silver__daily_balances_BALANCE_TYPE__staked__liquid__locked_liquidity__superfluid_staked", "alias": "daily_balances_BALANCE_TYPE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__daily_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__daily_balances.yml\\dbt_expectations_expect_column_7c1dd21f58abe63d6311ecdec38c900e.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_7c1dd21f58abe63d6311ecdec38c900e"}, "created_at": 1670433255.6997643, "compiled_sql": "\n\nwith all_values as (\n\n select\n BALANCE_TYPE as value_field\n\n from OSMOSIS_DEV.silver.daily_balances\n \n\n),\nset_values as (\n\n select\n cast('staked' as \n varchar\n) as value_field\n union all\n select\n cast('liquid' as \n varchar\n) as value_field\n union all\n select\n cast('locked liquidity' as \n varchar\n) as value_field\n union all\n select\n cast('superfluid staked' as \n varchar\n) as value_field\n \n \n),\nvalidation_errors as (\n -- values from the model that are not in the set\n select\n v.value_field\n from\n all_values v\n left join\n set_values s on v.value_field = s.value_field\n where\n s.value_field is null\n\n)\n\nselect *\nfrom validation_errors\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_set_silver.daily_balances_BALANCE_TYPE", "column_name": "BALANCE_TYPE", "file_key_name": "models.silver__daily_balances"}, "test.osmosis_models.not_null_silver__daily_balances_ADDRESS.2502493350": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "ADDRESS", "model": "{{ get_where_subquery(ref('silver__daily_balances')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__daily_balances"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__daily_balances_ADDRESS"], "unique_id": "test.osmosis_models.not_null_silver__daily_balances_ADDRESS.2502493350", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__daily_balances_ADDRESS.sql", "original_file_path": "models\\silver\\silver__daily_balances.yml", "name": "not_null_silver__daily_balances_ADDRESS", "alias": "daily_balances_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__daily_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__daily_balances.yml\\not_null_silver__daily_balances_ADDRESS.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.7047606, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.daily_balances\nwhere ADDRESS is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.daily_balances_ADDRESS", "column_name": "ADDRESS", "file_key_name": "models.silver__daily_balances"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__daily_balances_ADDRESS__STRING__VARCHAR.6c5fd1d408": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_d3bad779f78d0aebb6a7c791f4d7d9d5\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "ADDRESS", "model": "{{ get_where_subquery(ref('silver__daily_balances')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__daily_balances"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_d3bad779f78d0aebb6a7c791f4d7d9d5", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__daily_balances_ADDRESS__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__daily_balances_ADDRESS__STRING__VARCHAR.6c5fd1d408", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_d3bad779f78d0aebb6a7c791f4d7d9d5.sql", "original_file_path": "models\\silver\\silver__daily_balances.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__daily_balances_ADDRESS__STRING__VARCHAR", "alias": "daily_balances_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__daily_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__daily_balances.yml\\dbt_expectations_expect_column_d3bad779f78d0aebb6a7c791f4d7d9d5.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_d3bad779f78d0aebb6a7c791f4d7d9d5"}, "created_at": 1670433255.705766, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('DATE' as \n varchar\n) as relation_column,\n cast('DATE' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'ADDRESS'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.daily_balances_ADDRESS", "column_name": "ADDRESS", "file_key_name": "models.silver__daily_balances"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__daily_balances_ADDRESS__osmo1_0_9a_z_38_38_.e1a612aa3d": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_match_regex(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_f7625004ffa46ee71edf29411ad77050\") }}", "test_metadata": {"name": "expect_column_values_to_match_regex", "kwargs": {"regex": "osmo1[0-9a-z]{38,38}", "column_name": "ADDRESS", "model": "{{ get_where_subquery(ref('silver__daily_balances')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_match_regex", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__daily_balances"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_f7625004ffa46ee71edf29411ad77050", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_match_regex_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_match_regex_silver__daily_balances_ADDRESS__osmo1_0_9a_z_38_38_"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__daily_balances_ADDRESS__osmo1_0_9a_z_38_38_.e1a612aa3d", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_f7625004ffa46ee71edf29411ad77050.sql", "original_file_path": "models\\silver\\silver__daily_balances.yml", "name": "dbt_expectations_expect_column_values_to_match_regex_silver__daily_balances_ADDRESS__osmo1_0_9a_z_38_38_", "alias": "daily_balances_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__daily_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__daily_balances.yml\\dbt_expectations_expect_column_f7625004ffa46ee71edf29411ad77050.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_f7625004ffa46ee71edf29411ad77050"}, "created_at": 1670433255.7097638, "compiled_sql": "\n\n\n\n\n with grouped_expression as (\n select\n \n \n \n \n\n\n \nregexp_instr(ADDRESS, 'osmo1[0-9a-z]{38,38}', 1, 1)\n\n\n > 0\n as expression\n\n\n from OSMOSIS_DEV.silver.daily_balances\n \n\n),\nvalidation_errors as (\n\n select\n *\n from\n grouped_expression\n where\n not(expression = true)\n\n)\n\nselect *\nfrom validation_errors\n\n\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_match_regex_silver.daily_balances_ADDRESS", "column_name": "ADDRESS", "file_key_name": "models.silver__daily_balances"}, "test.osmosis_models.not_null_silver__daily_balances_BALANCE.a2177bc39f": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BALANCE", "model": "{{ get_where_subquery(ref('silver__daily_balances')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__daily_balances"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__daily_balances_BALANCE"], "unique_id": "test.osmosis_models.not_null_silver__daily_balances_BALANCE.a2177bc39f", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__daily_balances_BALANCE.sql", "original_file_path": "models\\silver\\silver__daily_balances.yml", "name": "not_null_silver__daily_balances_BALANCE", "alias": "daily_balances_BALANCE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__daily_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__daily_balances.yml\\not_null_silver__daily_balances_BALANCE.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.713776, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.daily_balances\nwhere BALANCE is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.daily_balances_BALANCE", "column_name": "BALANCE", "file_key_name": "models.silver__daily_balances"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__daily_balances_BALANCE__NUMBER__FLOAT.fcc80a76c8": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_85526d38124d0f0537ac41a23d58ee3d\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "BALANCE", "model": "{{ get_where_subquery(ref('silver__daily_balances')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__daily_balances"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_85526d38124d0f0537ac41a23d58ee3d", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__daily_balances_BALANCE__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__daily_balances_BALANCE__NUMBER__FLOAT.fcc80a76c8", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_85526d38124d0f0537ac41a23d58ee3d.sql", "original_file_path": "models\\silver\\silver__daily_balances.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__daily_balances_BALANCE__NUMBER__FLOAT", "alias": "daily_balances_BALANCE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__daily_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__daily_balances.yml\\dbt_expectations_expect_column_85526d38124d0f0537ac41a23d58ee3d.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_85526d38124d0f0537ac41a23d58ee3d"}, "created_at": 1670433255.715764, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('DATE' as \n varchar\n) as relation_column,\n cast('DATE' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BALANCE'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.daily_balances_BALANCE", "column_name": "BALANCE", "file_key_name": "models.silver__daily_balances"}, "test.osmosis_models.not_null_silver__daily_balances_CURRENCY.eeaa474ed0": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "CURRENCY", "model": "{{ get_where_subquery(ref('silver__daily_balances')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__daily_balances"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__daily_balances_CURRENCY"], "unique_id": "test.osmosis_models.not_null_silver__daily_balances_CURRENCY.eeaa474ed0", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__daily_balances_CURRENCY.sql", "original_file_path": "models\\silver\\silver__daily_balances.yml", "name": "not_null_silver__daily_balances_CURRENCY", "alias": "daily_balances_CURRENCY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__daily_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__daily_balances.yml\\not_null_silver__daily_balances_CURRENCY.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.7201102, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.daily_balances\nwhere CURRENCY is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.daily_balances_CURRENCY", "column_name": "CURRENCY", "file_key_name": "models.silver__daily_balances"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__daily_balances_CURRENCY__STRING__VARCHAR.8d6c7fe66e": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_be9ed93c752e899e3925b9102aa56616\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "CURRENCY", "model": "{{ get_where_subquery(ref('silver__daily_balances')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__daily_balances"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_be9ed93c752e899e3925b9102aa56616", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__daily_balances_CURRENCY__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__daily_balances_CURRENCY__STRING__VARCHAR.8d6c7fe66e", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_be9ed93c752e899e3925b9102aa56616.sql", "original_file_path": "models\\silver\\silver__daily_balances.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__daily_balances_CURRENCY__STRING__VARCHAR", "alias": "daily_balances_CURRENCY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__daily_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__daily_balances.yml\\dbt_expectations_expect_column_be9ed93c752e899e3925b9102aa56616.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_be9ed93c752e899e3925b9102aa56616"}, "created_at": 1670433255.7211177, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('DATE' as \n varchar\n) as relation_column,\n cast('DATE' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'CURRENCY'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.daily_balances_CURRENCY", "column_name": "CURRENCY", "file_key_name": "models.silver__daily_balances"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__daily_balances_DATE__ADDRESS__BALANCE_TYPE__CURRENCY.22c162bf1e": {"raw_sql": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_6f1406cf4f31190f90168d75406ee108\") }}", "test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["DATE", "ADDRESS", "BALANCE_TYPE", "CURRENCY"], "model": "{{ get_where_subquery(ref('silver__daily_balances')) }}"}, "namespace": "dbt_utils"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__daily_balances"]}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_6f1406cf4f31190f90168d75406ee108", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_utils_unique_combination_of_columns_silver", "fqn": ["osmosis_models", "silver", "dbt_utils_unique_combination_of_columns_silver__daily_balances_DATE__ADDRESS__BALANCE_TYPE__CURRENCY"], "unique_id": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__daily_balances_DATE__ADDRESS__BALANCE_TYPE__CURRENCY.22c162bf1e", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_utils_unique_combination_o_6f1406cf4f31190f90168d75406ee108.sql", "original_file_path": "models\\silver\\silver__daily_balances.yml", "name": "dbt_utils_unique_combination_of_columns_silver__daily_balances_DATE__ADDRESS__BALANCE_TYPE__CURRENCY", "alias": "daily_balances_DATE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__daily_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__daily_balances.yml\\dbt_utils_unique_combination_o_6f1406cf4f31190f90168d75406ee108.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_utils_unique_combination_o_6f1406cf4f31190f90168d75406ee108"}, "created_at": 1670433255.7253199, "compiled_sql": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n DATE, ADDRESS, BALANCE_TYPE, CURRENCY\n from OSMOSIS_DEV.silver.daily_balances\n group by DATE, ADDRESS, BALANCE_TYPE, CURRENCY\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_utils_unique_combination_of_columns_silver.daily_balances_DATE", "column_name": null, "file_key_name": "models.silver__daily_balances"}, "test.osmosis_models.silver__daily_balances_business_logic_test.1e7294bb09": {"raw_sql": "{{ test_compare_model_subset(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "compare_model_subset", "kwargs": {"compare_model": "ref('testing__daily_balances')", "compare_columns": ["date", "balance_type", "address", "currency", "balance"], "model_condition": "where date = '2022-07-17' and ADDRESS IN ('osmo195khh6nr3zsvaxkm53wavkxv46uucdlatdux5m','osmo1ka4zctlzr2uee5s29y9qn2rcer3hcaunxvcptc','osmo1fjh798fyn9vqldc8ru09c99r89v5mt3czu4jfp')", "model": "{{ get_where_subquery(ref('silver__daily_balances')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.osmosis_models.test_compare_model_subset", "macro.dbt.get_where_subquery"], "nodes": ["seed.osmosis_models.testing__daily_balances", "model.osmosis_models.silver__daily_balances"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "silver", "fqn": ["osmosis_models", "silver", "silver__daily_balances_business_logic_test"], "unique_id": "test.osmosis_models.silver__daily_balances_business_logic_test.1e7294bb09", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "silver__daily_balances_business_logic_test.sql", "original_file_path": "models\\silver\\silver__daily_balances.yml", "name": "silver__daily_balances_business_logic_test", "alias": "daily_balances_business_logic_test", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["testing__daily_balances"], ["silver__daily_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__daily_balances.yml\\silver__daily_balances_business_logic_test.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.7293215, "compiled_sql": "\n\n\n\nwith a as (\n select date, balance_type, address, currency, balance from OSMOSIS_DEV.silver.daily_balances\n where date = '2022-07-17' and ADDRESS IN ('osmo195khh6nr3zsvaxkm53wavkxv46uucdlatdux5m','osmo1ka4zctlzr2uee5s29y9qn2rcer3hcaunxvcptc','osmo1fjh798fyn9vqldc8ru09c99r89v5mt3czu4jfp')\n),\nb as (\n select date, balance_type, address, currency, balance from OSMOSIS_DEV.testing.daily_balances\n),\na_minus_b as (\n select * from a\n \n\n except\n\n\n select * from b\n),\nb_minus_a as (\n select * from b\n \n\n except\n\n\n select * from a\n),\nunioned as (\n select 'in_actual_not_in_expected' as which_diff, a_minus_b.* from a_minus_b\n union all\n select 'in_expected_not_in_actual' as which_diff, b_minus_a.* from b_minus_a\n)\nselect * from unioned\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.silver.daily_balances_business_logic_test", "column_name": null, "file_key_name": "models.silver__daily_balances"}, "test.osmosis_models.not_null_silver__locked_liquidity_balances_BLOCK_ID.ec480589a6": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_balances')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_balances"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__locked_liquidity_balances_BLOCK_ID"], "unique_id": "test.osmosis_models.not_null_silver__locked_liquidity_balances_BLOCK_ID.ec480589a6", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__locked_liquidity_balances_BLOCK_ID.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_balances.yml", "name": "not_null_silver__locked_liquidity_balances_BLOCK_ID", "alias": "locked_liquidity_balances_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_balances.yml\\not_null_silver__locked_liquidity_balances_BLOCK_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.7414787, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.locked_liquidity_balances\nwhere BLOCK_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.locked_liquidity_balances_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.silver__locked_liquidity_balances"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_balances_BLOCK_ID__NUMBER__FLOAT.0eb41acf0e": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_0d090abc8cc4a1be6b1549be22a07fb0\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_balances')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_balances"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_0d090abc8cc4a1be6b1549be22a07fb0", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_balances_BLOCK_ID__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_balances_BLOCK_ID__NUMBER__FLOAT.0eb41acf0e", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_0d090abc8cc4a1be6b1549be22a07fb0.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_balances.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_balances_BLOCK_ID__NUMBER__FLOAT", "alias": "locked_liquidity_balances_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_balances.yml\\dbt_expectations_expect_column_0d090abc8cc4a1be6b1549be22a07fb0.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_0d090abc8cc4a1be6b1549be22a07fb0"}, "created_at": 1670433255.7424932, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCK_ID'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.locked_liquidity_balances_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.silver__locked_liquidity_balances"}, "test.osmosis_models.not_null_silver__locked_liquidity_balances_BLOCK_TIMESTAMP.21203332fb": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_balances')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_balances"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__locked_liquidity_balances_BLOCK_TIMESTAMP"], "unique_id": "test.osmosis_models.not_null_silver__locked_liquidity_balances_BLOCK_TIMESTAMP.21203332fb", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__locked_liquidity_balances_BLOCK_TIMESTAMP.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_balances.yml", "name": "not_null_silver__locked_liquidity_balances_BLOCK_TIMESTAMP", "alias": "locked_liquidity_balances_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_balances.yml\\not_null_silver__locked_liquidity_balances_BLOCK_TIMESTAMP.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.7464962, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.locked_liquidity_balances\nwhere BLOCK_TIMESTAMP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.locked_liquidity_balances_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__locked_liquidity_balances"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_balances_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.698987328d": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_d966d80f25823efd04d401ce4001900e\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["TIMESTAMP_NTZ"], "column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_balances')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_balances"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_d966d80f25823efd04d401ce4001900e", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_balances_BLOCK_TIMESTAMP__TIMESTAMP_NTZ"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_balances_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.698987328d", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_d966d80f25823efd04d401ce4001900e.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_balances.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_balances_BLOCK_TIMESTAMP__TIMESTAMP_NTZ", "alias": "locked_liquidity_balances_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_balances.yml\\dbt_expectations_expect_column_d966d80f25823efd04d401ce4001900e.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_d966d80f25823efd04d401ce4001900e"}, "created_at": 1670433255.7486916, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCK_TIMESTAMP'\n and\n relation_column_type not in ('TIMESTAMP_NTZ')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.locked_liquidity_balances_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__locked_liquidity_balances"}, "test.osmosis_models.not_null_silver__locked_liquidity_balances_ADDRESS.2efc699f74": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "ADDRESS", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_balances')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_balances"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__locked_liquidity_balances_ADDRESS"], "unique_id": "test.osmosis_models.not_null_silver__locked_liquidity_balances_ADDRESS.2efc699f74", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__locked_liquidity_balances_ADDRESS.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_balances.yml", "name": "not_null_silver__locked_liquidity_balances_ADDRESS", "alias": "locked_liquidity_balances_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_balances.yml\\not_null_silver__locked_liquidity_balances_ADDRESS.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.7526884, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.locked_liquidity_balances\nwhere ADDRESS is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.locked_liquidity_balances_ADDRESS", "column_name": "ADDRESS", "file_key_name": "models.silver__locked_liquidity_balances"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_balances_ADDRESS__STRING__VARCHAR.ae461cb78c": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_0c2f2abe19b5d7a17f0c5a093b4eed30\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "ADDRESS", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_balances')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_balances"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_0c2f2abe19b5d7a17f0c5a093b4eed30", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_balances_ADDRESS__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_balances_ADDRESS__STRING__VARCHAR.ae461cb78c", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_0c2f2abe19b5d7a17f0c5a093b4eed30.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_balances.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_balances_ADDRESS__STRING__VARCHAR", "alias": "locked_liquidity_balances_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_balances.yml\\dbt_expectations_expect_column_0c2f2abe19b5d7a17f0c5a093b4eed30.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_0c2f2abe19b5d7a17f0c5a093b4eed30"}, "created_at": 1670433255.7536755, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'ADDRESS'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.locked_liquidity_balances_ADDRESS", "column_name": "ADDRESS", "file_key_name": "models.silver__locked_liquidity_balances"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__locked_liquidity_balances_ADDRESS__osmo1_0_9a_z_38_38_.d22119d0c2": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_match_regex(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_2e6e0cefc86fe9c336f013ecdc1f6f90\") }}", "test_metadata": {"name": "expect_column_values_to_match_regex", "kwargs": {"regex": "osmo1[0-9a-z]{38,38}", "column_name": "ADDRESS", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_balances')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_match_regex", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_balances"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_2e6e0cefc86fe9c336f013ecdc1f6f90", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_match_regex_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_match_regex_silver__locked_liquidity_balances_ADDRESS__osmo1_0_9a_z_38_38_"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__locked_liquidity_balances_ADDRESS__osmo1_0_9a_z_38_38_.d22119d0c2", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_2e6e0cefc86fe9c336f013ecdc1f6f90.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_balances.yml", "name": "dbt_expectations_expect_column_values_to_match_regex_silver__locked_liquidity_balances_ADDRESS__osmo1_0_9a_z_38_38_", "alias": "locked_liquidity_balances_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_balances.yml\\dbt_expectations_expect_column_2e6e0cefc86fe9c336f013ecdc1f6f90.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_2e6e0cefc86fe9c336f013ecdc1f6f90"}, "created_at": 1670433255.7580554, "compiled_sql": "\n\n\n\n\n with grouped_expression as (\n select\n \n \n \n \n\n\n \nregexp_instr(ADDRESS, 'osmo1[0-9a-z]{38,38}', 1, 1)\n\n\n > 0\n as expression\n\n\n from OSMOSIS_DEV.silver.locked_liquidity_balances\n \n\n),\nvalidation_errors as (\n\n select\n *\n from\n grouped_expression\n where\n not(expression = true)\n\n)\n\nselect *\nfrom validation_errors\n\n\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_match_regex_silver.locked_liquidity_balances_ADDRESS", "column_name": "ADDRESS", "file_key_name": "models.silver__locked_liquidity_balances"}, "test.osmosis_models.not_null_silver__locked_liquidity_balances_LOCK_ID.54075fdad3": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "LOCK_ID", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_balances')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_balances"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__locked_liquidity_balances_LOCK_ID"], "unique_id": "test.osmosis_models.not_null_silver__locked_liquidity_balances_LOCK_ID.54075fdad3", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__locked_liquidity_balances_LOCK_ID.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_balances.yml", "name": "not_null_silver__locked_liquidity_balances_LOCK_ID", "alias": "locked_liquidity_balances_LOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_balances.yml\\not_null_silver__locked_liquidity_balances_LOCK_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.7620575, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.locked_liquidity_balances\nwhere LOCK_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.locked_liquidity_balances_LOCK_ID", "column_name": "LOCK_ID", "file_key_name": "models.silver__locked_liquidity_balances"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_balances_LOCK_ID__NUMBER__FLOAT.6927551370": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_258e67f95aea8bb199a3dc6a71c29502\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "LOCK_ID", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_balances')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_balances"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_258e67f95aea8bb199a3dc6a71c29502", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_balances_LOCK_ID__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_balances_LOCK_ID__NUMBER__FLOAT.6927551370", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_258e67f95aea8bb199a3dc6a71c29502.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_balances.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_balances_LOCK_ID__NUMBER__FLOAT", "alias": "locked_liquidity_balances_LOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_balances.yml\\dbt_expectations_expect_column_258e67f95aea8bb199a3dc6a71c29502.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_258e67f95aea8bb199a3dc6a71c29502"}, "created_at": 1670433255.7642345, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'LOCK_ID'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.locked_liquidity_balances_LOCK_ID", "column_name": "LOCK_ID", "file_key_name": "models.silver__locked_liquidity_balances"}, "test.osmosis_models.not_null_silver__locked_liquidity_balances_BALANCE.545df98975": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BALANCE", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_balances')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_balances"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__locked_liquidity_balances_BALANCE"], "unique_id": "test.osmosis_models.not_null_silver__locked_liquidity_balances_BALANCE.545df98975", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__locked_liquidity_balances_BALANCE.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_balances.yml", "name": "not_null_silver__locked_liquidity_balances_BALANCE", "alias": "locked_liquidity_balances_BALANCE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_balances.yml\\not_null_silver__locked_liquidity_balances_BALANCE.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.7674708, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.locked_liquidity_balances\nwhere BALANCE is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.locked_liquidity_balances_BALANCE", "column_name": "BALANCE", "file_key_name": "models.silver__locked_liquidity_balances"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_balances_BALANCE__NUMBER__FLOAT.c3487a4494": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_6a285127fcb6d9bc39fdd4db375b2913\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "BALANCE", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_balances')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_balances"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_6a285127fcb6d9bc39fdd4db375b2913", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_balances_BALANCE__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_balances_BALANCE__NUMBER__FLOAT.c3487a4494", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_6a285127fcb6d9bc39fdd4db375b2913.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_balances.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_balances_BALANCE__NUMBER__FLOAT", "alias": "locked_liquidity_balances_BALANCE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_balances.yml\\dbt_expectations_expect_column_6a285127fcb6d9bc39fdd4db375b2913.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_6a285127fcb6d9bc39fdd4db375b2913"}, "created_at": 1670433255.7694714, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BALANCE'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.locked_liquidity_balances_BALANCE", "column_name": "BALANCE", "file_key_name": "models.silver__locked_liquidity_balances"}, "test.osmosis_models.not_null_silver__locked_liquidity_balances_CURRENCY.2359a768b9": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "CURRENCY", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_balances')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_balances"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__locked_liquidity_balances_CURRENCY"], "unique_id": "test.osmosis_models.not_null_silver__locked_liquidity_balances_CURRENCY.2359a768b9", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__locked_liquidity_balances_CURRENCY.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_balances.yml", "name": "not_null_silver__locked_liquidity_balances_CURRENCY", "alias": "locked_liquidity_balances_CURRENCY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_balances.yml\\not_null_silver__locked_liquidity_balances_CURRENCY.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.772885, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.locked_liquidity_balances\nwhere CURRENCY is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.locked_liquidity_balances_CURRENCY", "column_name": "CURRENCY", "file_key_name": "models.silver__locked_liquidity_balances"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_balances_CURRENCY__STRING__VARCHAR.9b1c19adbd": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_054a3c133682b96350bff05365db7cf4\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "CURRENCY", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_balances')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_balances"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_054a3c133682b96350bff05365db7cf4", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_balances_CURRENCY__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_balances_CURRENCY__STRING__VARCHAR.9b1c19adbd", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_054a3c133682b96350bff05365db7cf4.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_balances.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_balances_CURRENCY__STRING__VARCHAR", "alias": "locked_liquidity_balances_CURRENCY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_balances.yml\\dbt_expectations_expect_column_054a3c133682b96350bff05365db7cf4.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_054a3c133682b96350bff05365db7cf4"}, "created_at": 1670433255.7748828, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'CURRENCY'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.locked_liquidity_balances_CURRENCY", "column_name": "CURRENCY", "file_key_name": "models.silver__locked_liquidity_balances"}, "test.osmosis_models.not_null_silver__locked_liquidity_balances__INSERTED_TIMESTAMP.30bc92efdd": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "_INSERTED_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_balances')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_balances"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__locked_liquidity_balances__INSERTED_TIMESTAMP"], "unique_id": "test.osmosis_models.not_null_silver__locked_liquidity_balances__INSERTED_TIMESTAMP.30bc92efdd", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__locked_liquidity_balances__INSERTED_TIMESTAMP.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_balances.yml", "name": "not_null_silver__locked_liquidity_balances__INSERTED_TIMESTAMP", "alias": "locked_liquidity_balances", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_balances.yml\\not_null_silver__locked_liquidity_balances__INSERTED_TIMESTAMP.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.7778847, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.locked_liquidity_balances\nwhere _INSERTED_TIMESTAMP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.locked_liquidity_balances", "column_name": "_INSERTED_TIMESTAMP", "file_key_name": "models.silver__locked_liquidity_balances"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_balances__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.6b1a6cb3d2": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_1ccb33b4efcf4c423879fd15f028e02d\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["TIMESTAMP_NTZ"], "column_name": "_INSERTED_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_balances')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_balances"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_1ccb33b4efcf4c423879fd15f028e02d", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_balances__INSERTED_TIMESTAMP__TIMESTAMP_NTZ"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_balances__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.6b1a6cb3d2", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_1ccb33b4efcf4c423879fd15f028e02d.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_balances.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_balances__INSERTED_TIMESTAMP__TIMESTAMP_NTZ", "alias": "locked_liquidity_balances", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_balances.yml\\dbt_expectations_expect_column_1ccb33b4efcf4c423879fd15f028e02d.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_1ccb33b4efcf4c423879fd15f028e02d"}, "created_at": 1670433255.7798774, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = '_INSERTED_TIMESTAMP'\n and\n relation_column_type not in ('TIMESTAMP_NTZ')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.locked_liquidity_balances", "column_name": "_INSERTED_TIMESTAMP", "file_key_name": "models.silver__locked_liquidity_balances"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__locked_liquidity_balances_ADDRESS__BLOCK_ID__LOCK_ID__CURRENCY.d6b3952f03": {"raw_sql": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_ff4210bbf7c15da4d1c7705542569fed\") }}", "test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["ADDRESS", "BLOCK_ID", "LOCK_ID", "CURRENCY"], "model": "{{ get_where_subquery(ref('silver__locked_liquidity_balances')) }}"}, "namespace": "dbt_utils"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_balances"]}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_ff4210bbf7c15da4d1c7705542569fed", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_utils_unique_combination_of_columns_silver", "fqn": ["osmosis_models", "silver", "dbt_utils_unique_combination_of_columns_silver__locked_liquidity_balances_ADDRESS__BLOCK_ID__LOCK_ID__CURRENCY"], "unique_id": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__locked_liquidity_balances_ADDRESS__BLOCK_ID__LOCK_ID__CURRENCY.d6b3952f03", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_utils_unique_combination_o_ff4210bbf7c15da4d1c7705542569fed.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_balances.yml", "name": "dbt_utils_unique_combination_of_columns_silver__locked_liquidity_balances_ADDRESS__BLOCK_ID__LOCK_ID__CURRENCY", "alias": "locked_liquidity_balances_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_balances.yml\\dbt_utils_unique_combination_o_ff4210bbf7c15da4d1c7705542569fed.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_utils_unique_combination_o_ff4210bbf7c15da4d1c7705542569fed"}, "created_at": 1670433255.7838745, "compiled_sql": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n ADDRESS, BLOCK_ID, LOCK_ID, CURRENCY\n from OSMOSIS_DEV.silver.locked_liquidity_balances\n group by ADDRESS, BLOCK_ID, LOCK_ID, CURRENCY\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_utils_unique_combination_of_columns_silver.locked_liquidity_balances_ADDRESS", "column_name": null, "file_key_name": "models.silver__locked_liquidity_balances"}, "test.osmosis_models.silver__locked_liquidity_balances_business_logic_test.067110be08": {"raw_sql": "{{ test_compare_model_subset(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "compare_model_subset", "kwargs": {"compare_model": "ref('testing__locked_liquidity_balances')", "compare_columns": ["block_id", "balance_type", "address", "lock_id", "currency", "balance"], "model_condition": "where block_timestamp::date = '2022-07-20' and block_ID IN (5230815,5242128,5239892,5238935,5230342,5233986,5234464,5230342,5228474,5229227)", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_balances')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.osmosis_models.test_compare_model_subset", "macro.dbt.get_where_subquery"], "nodes": ["seed.osmosis_models.testing__locked_liquidity_balances", "model.osmosis_models.silver__locked_liquidity_balances"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "silver", "fqn": ["osmosis_models", "silver", "silver__locked_liquidity_balances_business_logic_test"], "unique_id": "test.osmosis_models.silver__locked_liquidity_balances_business_logic_test.067110be08", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "silver__locked_liquidity_balances_business_logic_test.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_balances.yml", "name": "silver__locked_liquidity_balances_business_logic_test", "alias": "locked_liquidity_balances_business_logic_test", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["testing__locked_liquidity_balances"], ["silver__locked_liquidity_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_balances.yml\\silver__locked_liquidity_balances_business_logic_test.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.7880685, "compiled_sql": "\n\n\n\nwith a as (\n select block_id, balance_type, address, lock_id, currency, balance from OSMOSIS_DEV.silver.locked_liquidity_balances\n where block_timestamp::date = '2022-07-20' and block_ID IN (5230815,5242128,5239892,5238935,5230342,5233986,5234464,5230342,5228474,5229227)\n),\nb as (\n select block_id, balance_type, address, lock_id, currency, balance from OSMOSIS_DEV.testing.locked_liquidity_balances\n),\na_minus_b as (\n select * from a\n \n\n except\n\n\n select * from b\n),\nb_minus_a as (\n select * from b\n \n\n except\n\n\n select * from a\n),\nunioned as (\n select 'in_actual_not_in_expected' as which_diff, a_minus_b.* from a_minus_b\n union all\n select 'in_expected_not_in_actual' as which_diff, b_minus_a.* from b_minus_a\n)\nselect * from unioned\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.silver.locked_liquidity_balances_business_logic_test", "column_name": null, "file_key_name": "models.silver__locked_liquidity_balances"}, "test.osmosis_models.not_null_silver__msgs_BLOCK_ID.1de1a37994": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('silver__msgs')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__msgs"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__msgs_BLOCK_ID"], "unique_id": "test.osmosis_models.not_null_silver__msgs_BLOCK_ID.1de1a37994", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__msgs_BLOCK_ID.sql", "original_file_path": "models\\silver\\silver__msgs.yml", "name": "not_null_silver__msgs_BLOCK_ID", "alias": "msgs_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__msgs"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__msgs.yml\\not_null_silver__msgs_BLOCK_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.7974923, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.msgs\nwhere BLOCK_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.msgs_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.silver__msgs"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_BLOCK_ID__NUMBER__FLOAT.84601b77c0": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_a82a71b2a18c20c89390e505bb3d6678\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('silver__msgs')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__msgs"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_a82a71b2a18c20c89390e505bb3d6678", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_BLOCK_ID__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_BLOCK_ID__NUMBER__FLOAT.84601b77c0", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_a82a71b2a18c20c89390e505bb3d6678.sql", "original_file_path": "models\\silver\\silver__msgs.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_BLOCK_ID__NUMBER__FLOAT", "alias": "msgs_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__msgs"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__msgs.yml\\dbt_expectations_expect_column_a82a71b2a18c20c89390e505bb3d6678.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_a82a71b2a18c20c89390e505bb3d6678"}, "created_at": 1670433255.7984967, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_SUB_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCK_ID'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.msgs_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.silver__msgs"}, "test.osmosis_models.not_null_silver__msgs_BLOCK_TIMESTAMP.5896b5fc79": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__msgs')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__msgs"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__msgs_BLOCK_TIMESTAMP"], "unique_id": "test.osmosis_models.not_null_silver__msgs_BLOCK_TIMESTAMP.5896b5fc79", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__msgs_BLOCK_TIMESTAMP.sql", "original_file_path": "models\\silver\\silver__msgs.yml", "name": "not_null_silver__msgs_BLOCK_TIMESTAMP", "alias": "msgs_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__msgs"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__msgs.yml\\not_null_silver__msgs_BLOCK_TIMESTAMP.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.8024952, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.msgs\nwhere BLOCK_TIMESTAMP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.msgs_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__msgs"}, "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__msgs_BLOCK_TIMESTAMP__day__1.7d26c028d2": {"raw_sql": "{{ dbt_expectations.test_expect_row_values_to_have_recent_data(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_row_va_8b7606cda4ae1f5db49476738b169ca8\") }}", "test_metadata": {"name": "expect_row_values_to_have_recent_data", "kwargs": {"datepart": "day", "interval": 1, "column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__msgs')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_row_values_to_have_recent_data", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__msgs"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_row_va_8b7606cda4ae1f5db49476738b169ca8", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_row_values_to_have_recent_data_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_row_values_to_have_recent_data_silver__msgs_BLOCK_TIMESTAMP__day__1"], "unique_id": "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__msgs_BLOCK_TIMESTAMP__day__1.7d26c028d2", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_row_va_8b7606cda4ae1f5db49476738b169ca8.sql", "original_file_path": "models\\silver\\silver__msgs.yml", "name": "dbt_expectations_expect_row_values_to_have_recent_data_silver__msgs_BLOCK_TIMESTAMP__day__1", "alias": "msgs_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__msgs"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__msgs.yml\\dbt_expectations_expect_row_va_8b7606cda4ae1f5db49476738b169ca8.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_row_va_8b7606cda4ae1f5db49476738b169ca8"}, "created_at": 1670433255.8036654, "compiled_sql": "\n\n with max_recency as (\n\n select max(cast(BLOCK_TIMESTAMP as \n timestamp_ntz\n)) as max_timestamp\n from\n OSMOSIS_DEV.silver.msgs\n where\n -- to exclude erroneous future dates\n cast(BLOCK_TIMESTAMP as \n timestamp_ntz\n) <= cast(convert_timezone('UTC', 'GMT', \n current_timestamp::\n timestamp_ntz\n\n) as \n timestamp_ntz\n)\n \n)\nselect\n *\nfrom\n max_recency\nwhere\n -- if the row_condition excludes all rows, we need to compare against a default date\n -- to avoid false negatives\n coalesce(max_timestamp, cast('1970-01-01' as \n timestamp_ntz\n))\n <\n cast(\n\n dateadd(\n day,\n -1,\n cast(convert_timezone('UTC', 'GMT', \n current_timestamp::\n timestamp_ntz\n\n) as \n timestamp_ntz\n)\n )\n\n as \n timestamp_ntz\n)\n\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_row_values_to_have_recent_data_silver.msgs_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__msgs"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.dfd05a3d5b": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_4ad220d8015481264c5bc5b08ea38bc0\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["TIMESTAMP_NTZ"], "column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__msgs')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__msgs"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_4ad220d8015481264c5bc5b08ea38bc0", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_BLOCK_TIMESTAMP__TIMESTAMP_NTZ"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.dfd05a3d5b", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_4ad220d8015481264c5bc5b08ea38bc0.sql", "original_file_path": "models\\silver\\silver__msgs.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_BLOCK_TIMESTAMP__TIMESTAMP_NTZ", "alias": "msgs_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__msgs"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__msgs.yml\\dbt_expectations_expect_column_4ad220d8015481264c5bc5b08ea38bc0.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_4ad220d8015481264c5bc5b08ea38bc0"}, "created_at": 1670433255.808769, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_SUB_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCK_TIMESTAMP'\n and\n relation_column_type not in ('TIMESTAMP_NTZ')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.msgs_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__msgs"}, "test.osmosis_models.not_null_silver__msgs_CHAIN_ID.41ac59beba": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('silver__msgs')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__msgs"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__msgs_CHAIN_ID"], "unique_id": "test.osmosis_models.not_null_silver__msgs_CHAIN_ID.41ac59beba", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__msgs_CHAIN_ID.sql", "original_file_path": "models\\silver\\silver__msgs.yml", "name": "not_null_silver__msgs_CHAIN_ID", "alias": "msgs_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__msgs"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__msgs.yml\\not_null_silver__msgs_CHAIN_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.8119442, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.msgs\nwhere CHAIN_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.msgs_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.silver__msgs"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_CHAIN_ID__STRING__VARCHAR.5060cbda07": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_f6cd256f24a75d86d857866e0ea5a980\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('silver__msgs')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__msgs"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_f6cd256f24a75d86d857866e0ea5a980", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_CHAIN_ID__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_CHAIN_ID__STRING__VARCHAR.5060cbda07", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_f6cd256f24a75d86d857866e0ea5a980.sql", "original_file_path": "models\\silver\\silver__msgs.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_CHAIN_ID__STRING__VARCHAR", "alias": "msgs_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__msgs"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__msgs.yml\\dbt_expectations_expect_column_f6cd256f24a75d86d857866e0ea5a980.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_f6cd256f24a75d86d857866e0ea5a980"}, "created_at": 1670433255.8140545, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_SUB_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'CHAIN_ID'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.msgs_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.silver__msgs"}, "test.osmosis_models.not_null_silver__msgs_TX_ID.59a107fa1e": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "TX_ID", "model": "{{ get_where_subquery(ref('silver__msgs')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__msgs"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__msgs_TX_ID"], "unique_id": "test.osmosis_models.not_null_silver__msgs_TX_ID.59a107fa1e", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__msgs_TX_ID.sql", "original_file_path": "models\\silver\\silver__msgs.yml", "name": "not_null_silver__msgs_TX_ID", "alias": "msgs_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__msgs"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__msgs.yml\\not_null_silver__msgs_TX_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.8180616, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.msgs\nwhere TX_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.msgs_TX_ID", "column_name": "TX_ID", "file_key_name": "models.silver__msgs"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_TX_ID__STRING__VARCHAR.007224ef8b": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_8f7996fc1cc711e758259f737abefcc8\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "TX_ID", "model": "{{ get_where_subquery(ref('silver__msgs')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__msgs"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_8f7996fc1cc711e758259f737abefcc8", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_TX_ID__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_TX_ID__STRING__VARCHAR.007224ef8b", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_8f7996fc1cc711e758259f737abefcc8.sql", "original_file_path": "models\\silver\\silver__msgs.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_TX_ID__STRING__VARCHAR", "alias": "msgs_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__msgs"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__msgs.yml\\dbt_expectations_expect_column_8f7996fc1cc711e758259f737abefcc8.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_8f7996fc1cc711e758259f737abefcc8"}, "created_at": 1670433255.819061, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_SUB_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'TX_ID'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.msgs_TX_ID", "column_name": "TX_ID", "file_key_name": "models.silver__msgs"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_MSG_GROUP__NUMBER__FLOAT.c2035fb2bc": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_b2f293f0275837aca01df4e92584b123\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "MSG_GROUP", "model": "{{ get_where_subquery(ref('silver__msgs')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__msgs"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_b2f293f0275837aca01df4e92584b123", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_MSG_GROUP__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_MSG_GROUP__NUMBER__FLOAT.c2035fb2bc", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_b2f293f0275837aca01df4e92584b123.sql", "original_file_path": "models\\silver\\silver__msgs.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_MSG_GROUP__NUMBER__FLOAT", "alias": "msgs_MSG_GROUP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__msgs"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__msgs.yml\\dbt_expectations_expect_column_b2f293f0275837aca01df4e92584b123.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_b2f293f0275837aca01df4e92584b123"}, "created_at": 1670433255.8230548, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_SUB_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'MSG_GROUP'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.msgs_MSG_GROUP", "column_name": "MSG_GROUP", "file_key_name": "models.silver__msgs"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_MSG_SUB_GROUP__NUMBER__FLOAT.1036402d60": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_1edca6305d00494db412f28c898f1ab1\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "MSG_SUB_GROUP", "model": "{{ get_where_subquery(ref('silver__msgs')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__msgs"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_1edca6305d00494db412f28c898f1ab1", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_MSG_SUB_GROUP__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_MSG_SUB_GROUP__NUMBER__FLOAT.1036402d60", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_1edca6305d00494db412f28c898f1ab1.sql", "original_file_path": "models\\silver\\silver__msgs.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_MSG_SUB_GROUP__NUMBER__FLOAT", "alias": "msgs_MSG_SUB_GROUP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__msgs"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__msgs.yml\\dbt_expectations_expect_column_1edca6305d00494db412f28c898f1ab1.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_1edca6305d00494db412f28c898f1ab1"}, "created_at": 1670433255.8270564, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_SUB_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'MSG_SUB_GROUP'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.msgs_MSG_SUB_GROUP", "column_name": "MSG_SUB_GROUP", "file_key_name": "models.silver__msgs"}, "test.osmosis_models.not_null_silver__msgs_MSG_INDEX.227765e0bf": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "MSG_INDEX", "model": "{{ get_where_subquery(ref('silver__msgs')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__msgs"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__msgs_MSG_INDEX"], "unique_id": "test.osmosis_models.not_null_silver__msgs_MSG_INDEX.227765e0bf", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__msgs_MSG_INDEX.sql", "original_file_path": "models\\silver\\silver__msgs.yml", "name": "not_null_silver__msgs_MSG_INDEX", "alias": "msgs_MSG_INDEX", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__msgs"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__msgs.yml\\not_null_silver__msgs_MSG_INDEX.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.8313532, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.msgs\nwhere MSG_INDEX is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.msgs_MSG_INDEX", "column_name": "MSG_INDEX", "file_key_name": "models.silver__msgs"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_MSG_INDEX__NUMBER__FLOAT.fd6bcc57f5": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_49b195a36b135b701165de9077016793\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "MSG_INDEX", "model": "{{ get_where_subquery(ref('silver__msgs')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__msgs"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_49b195a36b135b701165de9077016793", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_MSG_INDEX__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_MSG_INDEX__NUMBER__FLOAT.fd6bcc57f5", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_49b195a36b135b701165de9077016793.sql", "original_file_path": "models\\silver\\silver__msgs.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_MSG_INDEX__NUMBER__FLOAT", "alias": "msgs_MSG_INDEX", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__msgs"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__msgs.yml\\dbt_expectations_expect_column_49b195a36b135b701165de9077016793.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_49b195a36b135b701165de9077016793"}, "created_at": 1670433255.8323808, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_SUB_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'MSG_INDEX'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.msgs_MSG_INDEX", "column_name": "MSG_INDEX", "file_key_name": "models.silver__msgs"}, "test.osmosis_models.not_null_silver__msgs_MSG_TYPE.312b195565": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "MSG_TYPE", "model": "{{ get_where_subquery(ref('silver__msgs')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__msgs"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__msgs_MSG_TYPE"], "unique_id": "test.osmosis_models.not_null_silver__msgs_MSG_TYPE.312b195565", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__msgs_MSG_TYPE.sql", "original_file_path": "models\\silver\\silver__msgs.yml", "name": "not_null_silver__msgs_MSG_TYPE", "alias": "msgs_MSG_TYPE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__msgs"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__msgs.yml\\not_null_silver__msgs_MSG_TYPE.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.8366501, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.msgs\nwhere MSG_TYPE is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.msgs_MSG_TYPE", "column_name": "MSG_TYPE", "file_key_name": "models.silver__msgs"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_MSG_TYPE__STRING__VARCHAR.ca4da74e2a": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_f8c184b9779221d5209777f8eafddbcd\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "MSG_TYPE", "model": "{{ get_where_subquery(ref('silver__msgs')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__msgs"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_f8c184b9779221d5209777f8eafddbcd", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_MSG_TYPE__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_MSG_TYPE__STRING__VARCHAR.ca4da74e2a", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_f8c184b9779221d5209777f8eafddbcd.sql", "original_file_path": "models\\silver\\silver__msgs.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_MSG_TYPE__STRING__VARCHAR", "alias": "msgs_MSG_TYPE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__msgs"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__msgs.yml\\dbt_expectations_expect_column_f8c184b9779221d5209777f8eafddbcd.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_f8c184b9779221d5209777f8eafddbcd"}, "created_at": 1670433255.8376522, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_SUB_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'MSG_TYPE'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.msgs_MSG_TYPE", "column_name": "MSG_TYPE", "file_key_name": "models.silver__msgs"}, "test.osmosis_models.not_null_silver__msgs__INSERTED_TIMESTAMP.f08429b22f": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "_INSERTED_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__msgs')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__msgs"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__msgs__INSERTED_TIMESTAMP"], "unique_id": "test.osmosis_models.not_null_silver__msgs__INSERTED_TIMESTAMP.f08429b22f", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__msgs__INSERTED_TIMESTAMP.sql", "original_file_path": "models\\silver\\silver__msgs.yml", "name": "not_null_silver__msgs__INSERTED_TIMESTAMP", "alias": "msgs", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__msgs"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__msgs.yml\\not_null_silver__msgs__INSERTED_TIMESTAMP.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.8416462, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.msgs\nwhere _INSERTED_TIMESTAMP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.msgs", "column_name": "_INSERTED_TIMESTAMP", "file_key_name": "models.silver__msgs"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.a1e200cf11": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_3f3f1b31210b0f8f286a63ae7ee2f240\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["TIMESTAMP_NTZ"], "column_name": "_INSERTED_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__msgs')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__msgs"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_3f3f1b31210b0f8f286a63ae7ee2f240", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs__INSERTED_TIMESTAMP__TIMESTAMP_NTZ"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.a1e200cf11", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_3f3f1b31210b0f8f286a63ae7ee2f240.sql", "original_file_path": "models\\silver\\silver__msgs.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs__INSERTED_TIMESTAMP__TIMESTAMP_NTZ", "alias": "msgs", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__msgs"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__msgs.yml\\dbt_expectations_expect_column_3f3f1b31210b0f8f286a63ae7ee2f240.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_3f3f1b31210b0f8f286a63ae7ee2f240"}, "created_at": 1670433255.8459501, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_SUB_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = '_INSERTED_TIMESTAMP'\n and\n relation_column_type not in ('TIMESTAMP_NTZ')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.msgs", "column_name": "_INSERTED_TIMESTAMP", "file_key_name": "models.silver__msgs"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__msgs_TX_ID__MSG_INDEX.73756b76d1": {"raw_sql": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_a7cdb7dcd0b082f1ed47a30638b3d35e\") }}", "test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["TX_ID", "MSG_INDEX"], "model": "{{ get_where_subquery(ref('silver__msgs')) }}"}, "namespace": "dbt_utils"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__msgs"]}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_a7cdb7dcd0b082f1ed47a30638b3d35e", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_utils_unique_combination_of_columns_silver", "fqn": ["osmosis_models", "silver", "dbt_utils_unique_combination_of_columns_silver__msgs_TX_ID__MSG_INDEX"], "unique_id": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__msgs_TX_ID__MSG_INDEX.73756b76d1", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_utils_unique_combination_o_a7cdb7dcd0b082f1ed47a30638b3d35e.sql", "original_file_path": "models\\silver\\silver__msgs.yml", "name": "dbt_utils_unique_combination_of_columns_silver__msgs_TX_ID__MSG_INDEX", "alias": "msgs_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__msgs"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__msgs.yml\\dbt_utils_unique_combination_o_a7cdb7dcd0b082f1ed47a30638b3d35e.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_utils_unique_combination_o_a7cdb7dcd0b082f1ed47a30638b3d35e"}, "created_at": 1670433255.8509371, "compiled_sql": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n TX_ID, MSG_INDEX\n from OSMOSIS_DEV.silver.msgs\n group by TX_ID, MSG_INDEX\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_utils_unique_combination_of_columns_silver.msgs_TX_ID", "column_name": null, "file_key_name": "models.silver__msgs"}, "test.osmosis_models.not_null_silver__superfluid_staking_BLOCK_ID.160d35e47c": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('silver__superfluid_staking')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_staking"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__superfluid_staking_BLOCK_ID"], "unique_id": "test.osmosis_models.not_null_silver__superfluid_staking_BLOCK_ID.160d35e47c", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__superfluid_staking_BLOCK_ID.sql", "original_file_path": "models\\silver\\silver__superfluid_staking.yml", "name": "not_null_silver__superfluid_staking_BLOCK_ID", "alias": "superfluid_staking_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_staking.yml\\not_null_silver__superfluid_staking_BLOCK_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.8592167, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.superfluid_staking\nwhere BLOCK_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.superfluid_staking_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.silver__superfluid_staking"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_BLOCK_ID__NUMBER__FLOAT.c10e4c514d": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_dc0b819ce6020cbc13cd125e4bc1e97b\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('silver__superfluid_staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_dc0b819ce6020cbc13cd125e4bc1e97b", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_BLOCK_ID__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_BLOCK_ID__NUMBER__FLOAT.c10e4c514d", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_dc0b819ce6020cbc13cd125e4bc1e97b.sql", "original_file_path": "models\\silver\\silver__superfluid_staking.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_BLOCK_ID__NUMBER__FLOAT", "alias": "superfluid_staking_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_staking.yml\\dbt_expectations_expect_column_dc0b819ce6020cbc13cd125e4bc1e97b.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_dc0b819ce6020cbc13cd125e4bc1e97b"}, "created_at": 1670433255.8612092, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCK_ID'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.superfluid_staking_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.silver__superfluid_staking"}, "test.osmosis_models.not_null_silver__superfluid_staking_BLOCK_TIMESTAMP.1ff654455f": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__superfluid_staking')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_staking"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__superfluid_staking_BLOCK_TIMESTAMP"], "unique_id": "test.osmosis_models.not_null_silver__superfluid_staking_BLOCK_TIMESTAMP.1ff654455f", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__superfluid_staking_BLOCK_TIMESTAMP.sql", "original_file_path": "models\\silver\\silver__superfluid_staking.yml", "name": "not_null_silver__superfluid_staking_BLOCK_TIMESTAMP", "alias": "superfluid_staking_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_staking.yml\\not_null_silver__superfluid_staking_BLOCK_TIMESTAMP.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.8652115, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.superfluid_staking\nwhere BLOCK_TIMESTAMP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.superfluid_staking_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__superfluid_staking"}, "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__superfluid_staking_BLOCK_TIMESTAMP__day__2.dad736bb50": {"raw_sql": "{{ dbt_expectations.test_expect_row_values_to_have_recent_data(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_row_va_e258190259ce9496e3ddabe98afc8554\") }}", "test_metadata": {"name": "expect_row_values_to_have_recent_data", "kwargs": {"datepart": "day", "interval": 2, "column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__superfluid_staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_row_values_to_have_recent_data", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_row_va_e258190259ce9496e3ddabe98afc8554", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_row_values_to_have_recent_data_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_row_values_to_have_recent_data_silver__superfluid_staking_BLOCK_TIMESTAMP__day__2"], "unique_id": "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__superfluid_staking_BLOCK_TIMESTAMP__day__2.dad736bb50", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_row_va_e258190259ce9496e3ddabe98afc8554.sql", "original_file_path": "models\\silver\\silver__superfluid_staking.yml", "name": "dbt_expectations_expect_row_values_to_have_recent_data_silver__superfluid_staking_BLOCK_TIMESTAMP__day__2", "alias": "superfluid_staking_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_staking.yml\\dbt_expectations_expect_row_va_e258190259ce9496e3ddabe98afc8554.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_row_va_e258190259ce9496e3ddabe98afc8554"}, "created_at": 1670433255.8662126, "compiled_sql": "\n\n with max_recency as (\n\n select max(cast(BLOCK_TIMESTAMP as \n timestamp_ntz\n)) as max_timestamp\n from\n OSMOSIS_DEV.silver.superfluid_staking\n where\n -- to exclude erroneous future dates\n cast(BLOCK_TIMESTAMP as \n timestamp_ntz\n) <= cast(convert_timezone('UTC', 'GMT', \n current_timestamp::\n timestamp_ntz\n\n) as \n timestamp_ntz\n)\n \n)\nselect\n *\nfrom\n max_recency\nwhere\n -- if the row_condition excludes all rows, we need to compare against a default date\n -- to avoid false negatives\n coalesce(max_timestamp, cast('1970-01-01' as \n timestamp_ntz\n))\n <\n cast(\n\n dateadd(\n day,\n -2,\n cast(convert_timezone('UTC', 'GMT', \n current_timestamp::\n timestamp_ntz\n\n) as \n timestamp_ntz\n)\n )\n\n as \n timestamp_ntz\n)\n\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_row_values_to_have_recent_data_silver.superfluid_staking_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__superfluid_staking"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.643a52356e": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_d0685981bc1cc583e6854df491b2844b\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["TIMESTAMP_NTZ"], "column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__superfluid_staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_d0685981bc1cc583e6854df491b2844b", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_BLOCK_TIMESTAMP__TIMESTAMP_NTZ"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.643a52356e", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_d0685981bc1cc583e6854df491b2844b.sql", "original_file_path": "models\\silver\\silver__superfluid_staking.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_BLOCK_TIMESTAMP__TIMESTAMP_NTZ", "alias": "superfluid_staking_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_staking.yml\\dbt_expectations_expect_column_d0685981bc1cc583e6854df491b2844b.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_d0685981bc1cc583e6854df491b2844b"}, "created_at": 1670433255.8705, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCK_TIMESTAMP'\n and\n relation_column_type not in ('TIMESTAMP_NTZ')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.superfluid_staking_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__superfluid_staking"}, "test.osmosis_models.not_null_silver__superfluid_staking_BLOCKCHAIN.f73c8554fa": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('silver__superfluid_staking')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_staking"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__superfluid_staking_BLOCKCHAIN"], "unique_id": "test.osmosis_models.not_null_silver__superfluid_staking_BLOCKCHAIN.f73c8554fa", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__superfluid_staking_BLOCKCHAIN.sql", "original_file_path": "models\\silver\\silver__superfluid_staking.yml", "name": "not_null_silver__superfluid_staking_BLOCKCHAIN", "alias": "superfluid_staking_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_staking.yml\\not_null_silver__superfluid_staking_BLOCKCHAIN.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.8745055, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.superfluid_staking\nwhere BLOCKCHAIN is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.superfluid_staking_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.silver__superfluid_staking"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_BLOCKCHAIN__STRING__VARCHAR.37e6968279": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_8359d2b6155c288bdf9a1b58449f3e6d\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('silver__superfluid_staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_8359d2b6155c288bdf9a1b58449f3e6d", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_BLOCKCHAIN__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_BLOCKCHAIN__STRING__VARCHAR.37e6968279", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_8359d2b6155c288bdf9a1b58449f3e6d.sql", "original_file_path": "models\\silver\\silver__superfluid_staking.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_BLOCKCHAIN__STRING__VARCHAR", "alias": "superfluid_staking_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_staking.yml\\dbt_expectations_expect_column_8359d2b6155c288bdf9a1b58449f3e6d.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_8359d2b6155c288bdf9a1b58449f3e6d"}, "created_at": 1670433255.8757248, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCKCHAIN'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.superfluid_staking_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.silver__superfluid_staking"}, "test.osmosis_models.not_null_silver__superfluid_staking_CHAIN_ID.0676d04c55": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('silver__superfluid_staking')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_staking"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__superfluid_staking_CHAIN_ID"], "unique_id": "test.osmosis_models.not_null_silver__superfluid_staking_CHAIN_ID.0676d04c55", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__superfluid_staking_CHAIN_ID.sql", "original_file_path": "models\\silver\\silver__superfluid_staking.yml", "name": "not_null_silver__superfluid_staking_CHAIN_ID", "alias": "superfluid_staking_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_staking.yml\\not_null_silver__superfluid_staking_CHAIN_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.8798392, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.superfluid_staking\nwhere CHAIN_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.superfluid_staking_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.silver__superfluid_staking"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_CHAIN_ID__STRING__VARCHAR.fc9457adbb": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_136ccc7c6b1260cf5791c5aea7c3ea50\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('silver__superfluid_staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_136ccc7c6b1260cf5791c5aea7c3ea50", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_CHAIN_ID__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_CHAIN_ID__STRING__VARCHAR.fc9457adbb", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_136ccc7c6b1260cf5791c5aea7c3ea50.sql", "original_file_path": "models\\silver\\silver__superfluid_staking.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_CHAIN_ID__STRING__VARCHAR", "alias": "superfluid_staking_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_staking.yml\\dbt_expectations_expect_column_136ccc7c6b1260cf5791c5aea7c3ea50.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_136ccc7c6b1260cf5791c5aea7c3ea50"}, "created_at": 1670433255.881839, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'CHAIN_ID'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.superfluid_staking_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.silver__superfluid_staking"}, "test.osmosis_models.not_null_silver__superfluid_staking_TX_ID.a8fe1153aa": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "TX_ID", "model": "{{ get_where_subquery(ref('silver__superfluid_staking')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_staking"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__superfluid_staking_TX_ID"], "unique_id": "test.osmosis_models.not_null_silver__superfluid_staking_TX_ID.a8fe1153aa", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__superfluid_staking_TX_ID.sql", "original_file_path": "models\\silver\\silver__superfluid_staking.yml", "name": "not_null_silver__superfluid_staking_TX_ID", "alias": "superfluid_staking_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_staking.yml\\not_null_silver__superfluid_staking_TX_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.8851619, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.superfluid_staking\nwhere TX_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.superfluid_staking_TX_ID", "column_name": "TX_ID", "file_key_name": "models.silver__superfluid_staking"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_TX_ID__STRING__VARCHAR.26d8db866a": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_4fa729c30ebbacf4fc4edc6d5ec811ec\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "TX_ID", "model": "{{ get_where_subquery(ref('silver__superfluid_staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_4fa729c30ebbacf4fc4edc6d5ec811ec", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_TX_ID__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_TX_ID__STRING__VARCHAR.26d8db866a", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_4fa729c30ebbacf4fc4edc6d5ec811ec.sql", "original_file_path": "models\\silver\\silver__superfluid_staking.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_TX_ID__STRING__VARCHAR", "alias": "superfluid_staking_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_staking.yml\\dbt_expectations_expect_column_4fa729c30ebbacf4fc4edc6d5ec811ec.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_4fa729c30ebbacf4fc4edc6d5ec811ec"}, "created_at": 1670433255.8871574, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'TX_ID'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.superfluid_staking_TX_ID", "column_name": "TX_ID", "file_key_name": "models.silver__superfluid_staking"}, "test.osmosis_models.not_null_silver__superfluid_staking_TX_STATUS.c4011fad46": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "TX_STATUS", "model": "{{ get_where_subquery(ref('silver__superfluid_staking')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_staking"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__superfluid_staking_TX_STATUS"], "unique_id": "test.osmosis_models.not_null_silver__superfluid_staking_TX_STATUS.c4011fad46", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__superfluid_staking_TX_STATUS.sql", "original_file_path": "models\\silver\\silver__superfluid_staking.yml", "name": "not_null_silver__superfluid_staking_TX_STATUS", "alias": "superfluid_staking_TX_STATUS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_staking.yml\\not_null_silver__superfluid_staking_TX_STATUS.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.8911586, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.superfluid_staking\nwhere TX_STATUS is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.superfluid_staking_TX_STATUS", "column_name": "TX_STATUS", "file_key_name": "models.silver__superfluid_staking"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_TX_STATUS__STRING__VARCHAR.dfe768c0ac": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_d1d264dbf01a331b75830a0fc2f42906\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "TX_STATUS", "model": "{{ get_where_subquery(ref('silver__superfluid_staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_d1d264dbf01a331b75830a0fc2f42906", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_TX_STATUS__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_TX_STATUS__STRING__VARCHAR.dfe768c0ac", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_d1d264dbf01a331b75830a0fc2f42906.sql", "original_file_path": "models\\silver\\silver__superfluid_staking.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_TX_STATUS__STRING__VARCHAR", "alias": "superfluid_staking_TX_STATUS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_staking.yml\\dbt_expectations_expect_column_d1d264dbf01a331b75830a0fc2f42906.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_d1d264dbf01a331b75830a0fc2f42906"}, "created_at": 1670433255.8923542, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'TX_STATUS'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.superfluid_staking_TX_STATUS", "column_name": "TX_STATUS", "file_key_name": "models.silver__superfluid_staking"}, "test.osmosis_models.not_null_silver__superfluid_staking_ACTION.b79959a3f6": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "ACTION", "model": "{{ get_where_subquery(ref('silver__superfluid_staking')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_staking"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__superfluid_staking_ACTION"], "unique_id": "test.osmosis_models.not_null_silver__superfluid_staking_ACTION.b79959a3f6", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__superfluid_staking_ACTION.sql", "original_file_path": "models\\silver\\silver__superfluid_staking.yml", "name": "not_null_silver__superfluid_staking_ACTION", "alias": "superfluid_staking_ACTION", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_staking.yml\\not_null_silver__superfluid_staking_ACTION.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.896479, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.superfluid_staking\nwhere ACTION is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.superfluid_staking_ACTION", "column_name": "ACTION", "file_key_name": "models.silver__superfluid_staking"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_ACTION__STRING__VARCHAR.8b96bdc1fc": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_f87fe5e9e2840a89c87b72f2a0bc7034\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "ACTION", "model": "{{ get_where_subquery(ref('silver__superfluid_staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_f87fe5e9e2840a89c87b72f2a0bc7034", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_ACTION__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_ACTION__STRING__VARCHAR.8b96bdc1fc", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_f87fe5e9e2840a89c87b72f2a0bc7034.sql", "original_file_path": "models\\silver\\silver__superfluid_staking.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_ACTION__STRING__VARCHAR", "alias": "superfluid_staking_ACTION", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_staking.yml\\dbt_expectations_expect_column_f87fe5e9e2840a89c87b72f2a0bc7034.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_f87fe5e9e2840a89c87b72f2a0bc7034"}, "created_at": 1670433255.8974817, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'ACTION'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.superfluid_staking_ACTION", "column_name": "ACTION", "file_key_name": "models.silver__superfluid_staking"}, "test.osmosis_models.not_null_silver__superfluid_staking_DELEGATOR_ADDRESS.f1d271586d": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "DELEGATOR_ADDRESS", "model": "{{ get_where_subquery(ref('silver__superfluid_staking')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_staking"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__superfluid_staking_DELEGATOR_ADDRESS"], "unique_id": "test.osmosis_models.not_null_silver__superfluid_staking_DELEGATOR_ADDRESS.f1d271586d", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__superfluid_staking_DELEGATOR_ADDRESS.sql", "original_file_path": "models\\silver\\silver__superfluid_staking.yml", "name": "not_null_silver__superfluid_staking_DELEGATOR_ADDRESS", "alias": "superfluid_staking_DELEGATOR_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_staking.yml\\not_null_silver__superfluid_staking_DELEGATOR_ADDRESS.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.9014926, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.superfluid_staking\nwhere DELEGATOR_ADDRESS is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.superfluid_staking_DELEGATOR_ADDRESS", "column_name": "DELEGATOR_ADDRESS", "file_key_name": "models.silver__superfluid_staking"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_DELEGATOR_ADDRESS__STRING__VARCHAR.8962964241": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_d90df642b7ab525378a0c72d23dd3d77\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "DELEGATOR_ADDRESS", "model": "{{ get_where_subquery(ref('silver__superfluid_staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_d90df642b7ab525378a0c72d23dd3d77", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_DELEGATOR_ADDRESS__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_DELEGATOR_ADDRESS__STRING__VARCHAR.8962964241", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_d90df642b7ab525378a0c72d23dd3d77.sql", "original_file_path": "models\\silver\\silver__superfluid_staking.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_DELEGATOR_ADDRESS__STRING__VARCHAR", "alias": "superfluid_staking_DELEGATOR_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_staking.yml\\dbt_expectations_expect_column_d90df642b7ab525378a0c72d23dd3d77.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_d90df642b7ab525378a0c72d23dd3d77"}, "created_at": 1670433255.9034762, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'DELEGATOR_ADDRESS'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.superfluid_staking_DELEGATOR_ADDRESS", "column_name": "DELEGATOR_ADDRESS", "file_key_name": "models.silver__superfluid_staking"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__superfluid_staking_DELEGATOR_ADDRESS__osmo1_0_9a_z_38_38_.c7ef402b0f": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_match_regex(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_22de45be9da6b2b2e4e976e1eb7b353b\") }}", "test_metadata": {"name": "expect_column_values_to_match_regex", "kwargs": {"regex": "osmo1[0-9a-z]{38,38}", "column_name": "DELEGATOR_ADDRESS", "model": "{{ get_where_subquery(ref('silver__superfluid_staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_match_regex", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_22de45be9da6b2b2e4e976e1eb7b353b", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_match_regex_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_match_regex_silver__superfluid_staking_DELEGATOR_ADDRESS__osmo1_0_9a_z_38_38_"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__superfluid_staking_DELEGATOR_ADDRESS__osmo1_0_9a_z_38_38_.c7ef402b0f", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_22de45be9da6b2b2e4e976e1eb7b353b.sql", "original_file_path": "models\\silver\\silver__superfluid_staking.yml", "name": "dbt_expectations_expect_column_values_to_match_regex_silver__superfluid_staking_DELEGATOR_ADDRESS__osmo1_0_9a_z_38_38_", "alias": "superfluid_staking_DELEGATOR_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_staking.yml\\dbt_expectations_expect_column_22de45be9da6b2b2e4e976e1eb7b353b.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_22de45be9da6b2b2e4e976e1eb7b353b"}, "created_at": 1670433255.9076815, "compiled_sql": "\n\n\n\n\n with grouped_expression as (\n select\n \n \n \n \n\n\n \nregexp_instr(DELEGATOR_ADDRESS, 'osmo1[0-9a-z]{38,38}', 1, 1)\n\n\n > 0\n as expression\n\n\n from OSMOSIS_DEV.silver.superfluid_staking\n \n\n),\nvalidation_errors as (\n\n select\n *\n from\n grouped_expression\n where\n not(expression = true)\n\n)\n\nselect *\nfrom validation_errors\n\n\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_match_regex_silver.superfluid_staking_DELEGATOR_ADDRESS", "column_name": "DELEGATOR_ADDRESS", "file_key_name": "models.silver__superfluid_staking"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_AMOUNT__NUMBER__FLOAT.0d62188668": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_d866957479a7cf56bc464e98e723c919\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "AMOUNT", "model": "{{ get_where_subquery(ref('silver__superfluid_staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_d866957479a7cf56bc464e98e723c919", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_AMOUNT__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_AMOUNT__NUMBER__FLOAT.0d62188668", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_d866957479a7cf56bc464e98e723c919.sql", "original_file_path": "models\\silver\\silver__superfluid_staking.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_AMOUNT__NUMBER__FLOAT", "alias": "superfluid_staking_AMOUNT", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_staking.yml\\dbt_expectations_expect_column_d866957479a7cf56bc464e98e723c919.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_d866957479a7cf56bc464e98e723c919"}, "created_at": 1670433255.9107907, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'AMOUNT'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.superfluid_staking_AMOUNT", "column_name": "AMOUNT", "file_key_name": "models.silver__superfluid_staking"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_CURRENCY__STRING__VARCHAR.bf88aeb5a7": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_8d11d8e64ae5bd7e806c3cfcd0c6d0fb\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "CURRENCY", "model": "{{ get_where_subquery(ref('silver__superfluid_staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_8d11d8e64ae5bd7e806c3cfcd0c6d0fb", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_CURRENCY__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_CURRENCY__STRING__VARCHAR.bf88aeb5a7", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_8d11d8e64ae5bd7e806c3cfcd0c6d0fb.sql", "original_file_path": "models\\silver\\silver__superfluid_staking.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_CURRENCY__STRING__VARCHAR", "alias": "superfluid_staking_CURRENCY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_staking.yml\\dbt_expectations_expect_column_8d11d8e64ae5bd7e806c3cfcd0c6d0fb.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_8d11d8e64ae5bd7e806c3cfcd0c6d0fb"}, "created_at": 1670433255.9147947, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'CURRENCY'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.superfluid_staking_CURRENCY", "column_name": "CURRENCY", "file_key_name": "models.silver__superfluid_staking"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_VALIDATOR_ADDRESS__STRING__VARCHAR.006de59284": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_8c0d17345fad0758e8cd01ddbde60ba2\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "VALIDATOR_ADDRESS", "model": "{{ get_where_subquery(ref('silver__superfluid_staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_8c0d17345fad0758e8cd01ddbde60ba2", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_VALIDATOR_ADDRESS__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_VALIDATOR_ADDRESS__STRING__VARCHAR.006de59284", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_8c0d17345fad0758e8cd01ddbde60ba2.sql", "original_file_path": "models\\silver\\silver__superfluid_staking.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_VALIDATOR_ADDRESS__STRING__VARCHAR", "alias": "superfluid_staking_VALIDATOR_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_staking.yml\\dbt_expectations_expect_column_8c0d17345fad0758e8cd01ddbde60ba2.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_8c0d17345fad0758e8cd01ddbde60ba2"}, "created_at": 1670433255.9190922, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'VALIDATOR_ADDRESS'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.superfluid_staking_VALIDATOR_ADDRESS", "column_name": "VALIDATOR_ADDRESS", "file_key_name": "models.silver__superfluid_staking"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__superfluid_staking_VALIDATOR_ADDRESS__osmovaloper1_0_9a_z_38_38_.1c1f87a18a": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_match_regex(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_a962c23ac5156268a9e753929b70d701\") }}", "test_metadata": {"name": "expect_column_values_to_match_regex", "kwargs": {"regex": "osmovaloper1[0-9a-z]{38,38}", "column_name": "VALIDATOR_ADDRESS", "model": "{{ get_where_subquery(ref('silver__superfluid_staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_match_regex", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_a962c23ac5156268a9e753929b70d701", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_match_regex_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_match_regex_silver__superfluid_staking_VALIDATOR_ADDRESS__osmovaloper1_0_9a_z_38_38_"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__superfluid_staking_VALIDATOR_ADDRESS__osmovaloper1_0_9a_z_38_38_.1c1f87a18a", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_a962c23ac5156268a9e753929b70d701.sql", "original_file_path": "models\\silver\\silver__superfluid_staking.yml", "name": "dbt_expectations_expect_column_values_to_match_regex_silver__superfluid_staking_VALIDATOR_ADDRESS__osmovaloper1_0_9a_z_38_38_", "alias": "superfluid_staking_VALIDATOR_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_staking.yml\\dbt_expectations_expect_column_a962c23ac5156268a9e753929b70d701.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_a962c23ac5156268a9e753929b70d701"}, "created_at": 1670433255.9230897, "compiled_sql": "\n\n\n\n\n with grouped_expression as (\n select\n \n \n \n \n\n\n \nregexp_instr(VALIDATOR_ADDRESS, 'osmovaloper1[0-9a-z]{38,38}', 1, 1)\n\n\n > 0\n as expression\n\n\n from OSMOSIS_DEV.silver.superfluid_staking\n \n\n),\nvalidation_errors as (\n\n select\n *\n from\n grouped_expression\n where\n not(expression = true)\n\n)\n\nselect *\nfrom validation_errors\n\n\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_match_regex_silver.superfluid_staking_VALIDATOR_ADDRESS", "column_name": "VALIDATOR_ADDRESS", "file_key_name": "models.silver__superfluid_staking"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_LOCK_ID__NUMBER__FLOAT.f9dd2b55b5": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_bce6208e841671311880983b9db2ba52\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "LOCK_ID", "model": "{{ get_where_subquery(ref('silver__superfluid_staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_bce6208e841671311880983b9db2ba52", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_LOCK_ID__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_LOCK_ID__NUMBER__FLOAT.f9dd2b55b5", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_bce6208e841671311880983b9db2ba52.sql", "original_file_path": "models\\silver\\silver__superfluid_staking.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_LOCK_ID__NUMBER__FLOAT", "alias": "superfluid_staking_LOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_staking.yml\\dbt_expectations_expect_column_bce6208e841671311880983b9db2ba52.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_bce6208e841671311880983b9db2ba52"}, "created_at": 1670433255.9263716, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'LOCK_ID'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.superfluid_staking_LOCK_ID", "column_name": "LOCK_ID", "file_key_name": "models.silver__superfluid_staking"}, "test.osmosis_models.not_null_silver__superfluid_staking__INSERTED_TIMESTAMP.a0fd918e83": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "_INSERTED_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__superfluid_staking')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_staking"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__superfluid_staking__INSERTED_TIMESTAMP"], "unique_id": "test.osmosis_models.not_null_silver__superfluid_staking__INSERTED_TIMESTAMP.a0fd918e83", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__superfluid_staking__INSERTED_TIMESTAMP.sql", "original_file_path": "models\\silver\\silver__superfluid_staking.yml", "name": "not_null_silver__superfluid_staking__INSERTED_TIMESTAMP", "alias": "superfluid_staking", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_staking.yml\\not_null_silver__superfluid_staking__INSERTED_TIMESTAMP.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.9303682, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.superfluid_staking\nwhere _INSERTED_TIMESTAMP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.superfluid_staking", "column_name": "_INSERTED_TIMESTAMP", "file_key_name": "models.silver__superfluid_staking"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.65eefd12f6": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_fed267bd104eec46379a2f5547813149\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["TIMESTAMP_NTZ"], "column_name": "_INSERTED_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__superfluid_staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_fed267bd104eec46379a2f5547813149", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking__INSERTED_TIMESTAMP__TIMESTAMP_NTZ"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.65eefd12f6", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_fed267bd104eec46379a2f5547813149.sql", "original_file_path": "models\\silver\\silver__superfluid_staking.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking__INSERTED_TIMESTAMP__TIMESTAMP_NTZ", "alias": "superfluid_staking", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_staking.yml\\dbt_expectations_expect_column_fed267bd104eec46379a2f5547813149.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_fed267bd104eec46379a2f5547813149"}, "created_at": 1670433255.9315574, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = '_INSERTED_TIMESTAMP'\n and\n relation_column_type not in ('TIMESTAMP_NTZ')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.superfluid_staking", "column_name": "_INSERTED_TIMESTAMP", "file_key_name": "models.silver__superfluid_staking"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__superfluid_staking_TX_ID__MSG_GROUP__LOCK_ID__ACTION.c18e75c3d7": {"raw_sql": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_c44434d2e8dfd839ebedd43759960bf5\") }}", "test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["TX_ID", "MSG_GROUP", "LOCK_ID", "ACTION"], "model": "{{ get_where_subquery(ref('silver__superfluid_staking')) }}"}, "namespace": "dbt_utils"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_staking"]}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_c44434d2e8dfd839ebedd43759960bf5", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_utils_unique_combination_of_columns_silver", "fqn": ["osmosis_models", "silver", "dbt_utils_unique_combination_of_columns_silver__superfluid_staking_TX_ID__MSG_GROUP__LOCK_ID__ACTION"], "unique_id": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__superfluid_staking_TX_ID__MSG_GROUP__LOCK_ID__ACTION.c18e75c3d7", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_utils_unique_combination_o_c44434d2e8dfd839ebedd43759960bf5.sql", "original_file_path": "models\\silver\\silver__superfluid_staking.yml", "name": "dbt_utils_unique_combination_of_columns_silver__superfluid_staking_TX_ID__MSG_GROUP__LOCK_ID__ACTION", "alias": "superfluid_staking_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_staking.yml\\dbt_utils_unique_combination_o_c44434d2e8dfd839ebedd43759960bf5.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_utils_unique_combination_o_c44434d2e8dfd839ebedd43759960bf5"}, "created_at": 1670433255.9356709, "compiled_sql": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n TX_ID, MSG_GROUP, LOCK_ID, ACTION\n from OSMOSIS_DEV.silver.superfluid_staking\n group by TX_ID, MSG_GROUP, LOCK_ID, ACTION\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_utils_unique_combination_of_columns_silver.superfluid_staking_TX_ID", "column_name": null, "file_key_name": "models.silver__superfluid_staking"}, "test.osmosis_models.not_null_silver__superfluid_staked_balances_BLOCK_ID.57554a158d": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('silver__superfluid_staked_balances')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_staked_balances"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__superfluid_staked_balances_BLOCK_ID"], "unique_id": "test.osmosis_models.not_null_silver__superfluid_staked_balances_BLOCK_ID.57554a158d", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__superfluid_staked_balances_BLOCK_ID.sql", "original_file_path": "models\\silver\\silver__superfluid_staked_balances.yml", "name": "not_null_silver__superfluid_staked_balances_BLOCK_ID", "alias": "superfluid_staked_balances_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_staked_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_staked_balances.yml\\not_null_silver__superfluid_staked_balances_BLOCK_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.942676, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.superfluid_staked_balances\nwhere BLOCK_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.superfluid_staked_balances_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.silver__superfluid_staked_balances"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staked_balances_BLOCK_ID__NUMBER__FLOAT.02221d3aec": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_b5791feb918a90c583205bdb13d06f6f\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('silver__superfluid_staked_balances')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_staked_balances"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_b5791feb918a90c583205bdb13d06f6f", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staked_balances_BLOCK_ID__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staked_balances_BLOCK_ID__NUMBER__FLOAT.02221d3aec", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_b5791feb918a90c583205bdb13d06f6f.sql", "original_file_path": "models\\silver\\silver__superfluid_staked_balances.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staked_balances_BLOCK_ID__NUMBER__FLOAT", "alias": "superfluid_staked_balances_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_staked_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_staked_balances.yml\\dbt_expectations_expect_column_b5791feb918a90c583205bdb13d06f6f.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_b5791feb918a90c583205bdb13d06f6f"}, "created_at": 1670433255.9436724, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCK_ID'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.superfluid_staked_balances_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.silver__superfluid_staked_balances"}, "test.osmosis_models.not_null_silver__superfluid_staked_balances_BLOCK_TIMESTAMP.9a572004ab": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__superfluid_staked_balances')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_staked_balances"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__superfluid_staked_balances_BLOCK_TIMESTAMP"], "unique_id": "test.osmosis_models.not_null_silver__superfluid_staked_balances_BLOCK_TIMESTAMP.9a572004ab", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__superfluid_staked_balances_BLOCK_TIMESTAMP.sql", "original_file_path": "models\\silver\\silver__superfluid_staked_balances.yml", "name": "not_null_silver__superfluid_staked_balances_BLOCK_TIMESTAMP", "alias": "superfluid_staked_balances_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_staked_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_staked_balances.yml\\not_null_silver__superfluid_staked_balances_BLOCK_TIMESTAMP.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.9476652, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.superfluid_staked_balances\nwhere BLOCK_TIMESTAMP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.superfluid_staked_balances_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__superfluid_staked_balances"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staked_balances_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.8ede29e0af": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_aa95567a3517dd37634c2915e451cc10\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["TIMESTAMP_NTZ"], "column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__superfluid_staked_balances')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_staked_balances"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_aa95567a3517dd37634c2915e451cc10", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staked_balances_BLOCK_TIMESTAMP__TIMESTAMP_NTZ"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staked_balances_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.8ede29e0af", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_aa95567a3517dd37634c2915e451cc10.sql", "original_file_path": "models\\silver\\silver__superfluid_staked_balances.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staked_balances_BLOCK_TIMESTAMP__TIMESTAMP_NTZ", "alias": "superfluid_staked_balances_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_staked_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_staked_balances.yml\\dbt_expectations_expect_column_aa95567a3517dd37634c2915e451cc10.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_aa95567a3517dd37634c2915e451cc10"}, "created_at": 1670433255.9478917, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCK_TIMESTAMP'\n and\n relation_column_type not in ('TIMESTAMP_NTZ')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.superfluid_staked_balances_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__superfluid_staked_balances"}, "test.osmosis_models.not_null_silver__superfluid_staked_balances_ADDRESS.c21acd1dd9": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "ADDRESS", "model": "{{ get_where_subquery(ref('silver__superfluid_staked_balances')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_staked_balances"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__superfluid_staked_balances_ADDRESS"], "unique_id": "test.osmosis_models.not_null_silver__superfluid_staked_balances_ADDRESS.c21acd1dd9", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__superfluid_staked_balances_ADDRESS.sql", "original_file_path": "models\\silver\\silver__superfluid_staked_balances.yml", "name": "not_null_silver__superfluid_staked_balances_ADDRESS", "alias": "superfluid_staked_balances_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_staked_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_staked_balances.yml\\not_null_silver__superfluid_staked_balances_ADDRESS.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.9510198, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.superfluid_staked_balances\nwhere ADDRESS is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.superfluid_staked_balances_ADDRESS", "column_name": "ADDRESS", "file_key_name": "models.silver__superfluid_staked_balances"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staked_balances_ADDRESS__STRING__VARCHAR.2c47326b70": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_b4bc499cf96d0eef904ff351272c27e8\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "ADDRESS", "model": "{{ get_where_subquery(ref('silver__superfluid_staked_balances')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_staked_balances"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_b4bc499cf96d0eef904ff351272c27e8", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staked_balances_ADDRESS__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staked_balances_ADDRESS__STRING__VARCHAR.2c47326b70", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_b4bc499cf96d0eef904ff351272c27e8.sql", "original_file_path": "models\\silver\\silver__superfluid_staked_balances.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staked_balances_ADDRESS__STRING__VARCHAR", "alias": "superfluid_staked_balances_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_staked_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_staked_balances.yml\\dbt_expectations_expect_column_b4bc499cf96d0eef904ff351272c27e8.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_b4bc499cf96d0eef904ff351272c27e8"}, "created_at": 1670433255.9530032, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'ADDRESS'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.superfluid_staked_balances_ADDRESS", "column_name": "ADDRESS", "file_key_name": "models.silver__superfluid_staked_balances"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__superfluid_staked_balances_ADDRESS__osmo1_0_9a_z_38_38_.f83d3ff51e": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_match_regex(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_baeef33740698adea2e843595ccc46aa\") }}", "test_metadata": {"name": "expect_column_values_to_match_regex", "kwargs": {"regex": "osmo1[0-9a-z]{38,38}", "column_name": "ADDRESS", "model": "{{ get_where_subquery(ref('silver__superfluid_staked_balances')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_match_regex", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_staked_balances"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_baeef33740698adea2e843595ccc46aa", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_match_regex_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_match_regex_silver__superfluid_staked_balances_ADDRESS__osmo1_0_9a_z_38_38_"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__superfluid_staked_balances_ADDRESS__osmo1_0_9a_z_38_38_.f83d3ff51e", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_baeef33740698adea2e843595ccc46aa.sql", "original_file_path": "models\\silver\\silver__superfluid_staked_balances.yml", "name": "dbt_expectations_expect_column_values_to_match_regex_silver__superfluid_staked_balances_ADDRESS__osmo1_0_9a_z_38_38_", "alias": "superfluid_staked_balances_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_staked_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_staked_balances.yml\\dbt_expectations_expect_column_baeef33740698adea2e843595ccc46aa.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_baeef33740698adea2e843595ccc46aa"}, "created_at": 1670433255.9560137, "compiled_sql": "\n\n\n\n\n with grouped_expression as (\n select\n \n \n \n \n\n\n \nregexp_instr(ADDRESS, 'osmo1[0-9a-z]{38,38}', 1, 1)\n\n\n > 0\n as expression\n\n\n from OSMOSIS_DEV.silver.superfluid_staked_balances\n \n\n),\nvalidation_errors as (\n\n select\n *\n from\n grouped_expression\n where\n not(expression = true)\n\n)\n\nselect *\nfrom validation_errors\n\n\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_match_regex_silver.superfluid_staked_balances_ADDRESS", "column_name": "ADDRESS", "file_key_name": "models.silver__superfluid_staked_balances"}, "test.osmosis_models.not_null_silver__superfluid_staked_balances_BALANCE.3603712604": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BALANCE", "model": "{{ get_where_subquery(ref('silver__superfluid_staked_balances')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_staked_balances"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__superfluid_staked_balances_BALANCE"], "unique_id": "test.osmosis_models.not_null_silver__superfluid_staked_balances_BALANCE.3603712604", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__superfluid_staked_balances_BALANCE.sql", "original_file_path": "models\\silver\\silver__superfluid_staked_balances.yml", "name": "not_null_silver__superfluid_staked_balances_BALANCE", "alias": "superfluid_staked_balances_BALANCE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_staked_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_staked_balances.yml\\not_null_silver__superfluid_staked_balances_BALANCE.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.9593315, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.superfluid_staked_balances\nwhere BALANCE is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.superfluid_staked_balances_BALANCE", "column_name": "BALANCE", "file_key_name": "models.silver__superfluid_staked_balances"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staked_balances_BALANCE__NUMBER__FLOAT.6f9251e20e": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_f69e8bfdc12dab43bfd052b5381648ca\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "BALANCE", "model": "{{ get_where_subquery(ref('silver__superfluid_staked_balances')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_staked_balances"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_f69e8bfdc12dab43bfd052b5381648ca", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staked_balances_BALANCE__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staked_balances_BALANCE__NUMBER__FLOAT.6f9251e20e", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_f69e8bfdc12dab43bfd052b5381648ca.sql", "original_file_path": "models\\silver\\silver__superfluid_staked_balances.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staked_balances_BALANCE__NUMBER__FLOAT", "alias": "superfluid_staked_balances_BALANCE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_staked_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_staked_balances.yml\\dbt_expectations_expect_column_f69e8bfdc12dab43bfd052b5381648ca.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_f69e8bfdc12dab43bfd052b5381648ca"}, "created_at": 1670433255.9603367, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BALANCE'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.superfluid_staked_balances_BALANCE", "column_name": "BALANCE", "file_key_name": "models.silver__superfluid_staked_balances"}, "test.osmosis_models.not_null_silver__superfluid_staked_balances_CURRENCY.ac58036cbc": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "CURRENCY", "model": "{{ get_where_subquery(ref('silver__superfluid_staked_balances')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_staked_balances"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__superfluid_staked_balances_CURRENCY"], "unique_id": "test.osmosis_models.not_null_silver__superfluid_staked_balances_CURRENCY.ac58036cbc", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__superfluid_staked_balances_CURRENCY.sql", "original_file_path": "models\\silver\\silver__superfluid_staked_balances.yml", "name": "not_null_silver__superfluid_staked_balances_CURRENCY", "alias": "superfluid_staked_balances_CURRENCY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_staked_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_staked_balances.yml\\not_null_silver__superfluid_staked_balances_CURRENCY.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.963437, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.superfluid_staked_balances\nwhere CURRENCY is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.superfluid_staked_balances_CURRENCY", "column_name": "CURRENCY", "file_key_name": "models.silver__superfluid_staked_balances"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staked_balances_CURRENCY__STRING__VARCHAR.85e2c189e9": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_fc234a891313b70c5234b819a3161778\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "CURRENCY", "model": "{{ get_where_subquery(ref('silver__superfluid_staked_balances')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_staked_balances"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_fc234a891313b70c5234b819a3161778", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staked_balances_CURRENCY__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staked_balances_CURRENCY__STRING__VARCHAR.85e2c189e9", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_fc234a891313b70c5234b819a3161778.sql", "original_file_path": "models\\silver\\silver__superfluid_staked_balances.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staked_balances_CURRENCY__STRING__VARCHAR", "alias": "superfluid_staked_balances_CURRENCY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_staked_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_staked_balances.yml\\dbt_expectations_expect_column_fc234a891313b70c5234b819a3161778.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_fc234a891313b70c5234b819a3161778"}, "created_at": 1670433255.9645221, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'CURRENCY'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.superfluid_staked_balances_CURRENCY", "column_name": "CURRENCY", "file_key_name": "models.silver__superfluid_staked_balances"}, "test.osmosis_models.not_null_silver__superfluid_staked_balances__INSERTED_TIMESTAMP.136ee40ea4": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "_INSERTED_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__superfluid_staked_balances')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_staked_balances"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__superfluid_staked_balances__INSERTED_TIMESTAMP"], "unique_id": "test.osmosis_models.not_null_silver__superfluid_staked_balances__INSERTED_TIMESTAMP.136ee40ea4", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__superfluid_staked_balances__INSERTED_TIMESTAMP.sql", "original_file_path": "models\\silver\\silver__superfluid_staked_balances.yml", "name": "not_null_silver__superfluid_staked_balances__INSERTED_TIMESTAMP", "alias": "superfluid_staked_balances", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_staked_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_staked_balances.yml\\not_null_silver__superfluid_staked_balances__INSERTED_TIMESTAMP.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.9675179, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.superfluid_staked_balances\nwhere _INSERTED_TIMESTAMP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.superfluid_staked_balances", "column_name": "_INSERTED_TIMESTAMP", "file_key_name": "models.silver__superfluid_staked_balances"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staked_balances__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.4408116690": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_96fdf0c407a1b79e56fdfa76d3d62aac\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["TIMESTAMP_NTZ"], "column_name": "_INSERTED_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__superfluid_staked_balances')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__superfluid_staked_balances"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_96fdf0c407a1b79e56fdfa76d3d62aac", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staked_balances__INSERTED_TIMESTAMP__TIMESTAMP_NTZ"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staked_balances__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.4408116690", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_96fdf0c407a1b79e56fdfa76d3d62aac.sql", "original_file_path": "models\\silver\\silver__superfluid_staked_balances.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staked_balances__INSERTED_TIMESTAMP__TIMESTAMP_NTZ", "alias": "superfluid_staked_balances", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__superfluid_staked_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_staked_balances.yml\\dbt_expectations_expect_column_96fdf0c407a1b79e56fdfa76d3d62aac.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_96fdf0c407a1b79e56fdfa76d3d62aac"}, "created_at": 1670433255.9695132, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = '_INSERTED_TIMESTAMP'\n and\n relation_column_type not in ('TIMESTAMP_NTZ')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.superfluid_staked_balances", "column_name": "_INSERTED_TIMESTAMP", "file_key_name": "models.silver__superfluid_staked_balances"}, "test.osmosis_models.silver__superfluid_staked_balances_business_logic_test.8de4cedcc4": {"raw_sql": "{{ test_compare_model_subset(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "compare_model_subset", "kwargs": {"compare_model": "ref('testing__superfluid_staked_balances')", "compare_columns": ["block_id", "balance_type", "address", "lock_id", "currency", "balance"], "model_condition": "where block_timestamp::date = '2022-10-18' and block_ID IN (6503532,6503516,6503500,6503499,6503494,6503478,6503466,6503466,6503459,6503453, 6503420,6503420,6503395,6503391,6503389,6503385,6503379,6503375,6503338)", "model": "{{ get_where_subquery(ref('silver__superfluid_staked_balances')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.osmosis_models.test_compare_model_subset", "macro.dbt.get_where_subquery"], "nodes": ["seed.osmosis_models.testing__superfluid_staked_balances", "model.osmosis_models.silver__superfluid_staked_balances"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "silver", "fqn": ["osmosis_models", "silver", "silver__superfluid_staked_balances_business_logic_test"], "unique_id": "test.osmosis_models.silver__superfluid_staked_balances_business_logic_test.8de4cedcc4", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "silver__superfluid_staked_balances_business_logic_test.sql", "original_file_path": "models\\silver\\silver__superfluid_staked_balances.yml", "name": "silver__superfluid_staked_balances_business_logic_test", "alias": "superfluid_staked_balances_business_logic_test", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["testing__superfluid_staked_balances"], ["silver__superfluid_staked_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__superfluid_staked_balances.yml\\silver__superfluid_staked_balances_business_logic_test.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.9717069, "compiled_sql": "\n\n\n\nwith a as (\n select block_id, balance_type, address, lock_id, currency, balance from OSMOSIS_DEV.silver.superfluid_staked_balances\n where block_timestamp::date = '2022-10-18' and block_ID IN (6503532,6503516,6503500,6503499,6503494,6503478,6503466,6503466,6503459,6503453, 6503420,6503420,6503395,6503391,6503389,6503385,6503379,6503375,6503338)\n),\nb as (\n select block_id, balance_type, address, lock_id, currency, balance from OSMOSIS_DEV.testing.superfluid_staked_balances\n),\na_minus_b as (\n select * from a\n \n\n except\n\n\n select * from b\n),\nb_minus_a as (\n select * from b\n \n\n except\n\n\n select * from a\n),\nunioned as (\n select 'in_actual_not_in_expected' as which_diff, a_minus_b.* from a_minus_b\n union all\n select 'in_expected_not_in_actual' as which_diff, b_minus_a.* from b_minus_a\n)\nselect * from unioned\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.silver.superfluid_staked_balances_business_logic_test", "column_name": null, "file_key_name": "models.silver__superfluid_staked_balances"}, "test.osmosis_models.not_null_silver__staking_rewards_BLOCK_ID.421120ab5c": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('silver__staking_rewards')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking_rewards"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__staking_rewards_BLOCK_ID"], "unique_id": "test.osmosis_models.not_null_silver__staking_rewards_BLOCK_ID.421120ab5c", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__staking_rewards_BLOCK_ID.sql", "original_file_path": "models\\silver\\silver__staking_rewards.yml", "name": "not_null_silver__staking_rewards_BLOCK_ID", "alias": "staking_rewards_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking_rewards"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking_rewards.yml\\not_null_silver__staking_rewards_BLOCK_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.980812, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.staking_rewards\nwhere BLOCK_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.staking_rewards_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.silver__staking_rewards"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_BLOCK_ID__NUMBER__FLOAT.f0526590fd": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_021e0106e2509c892ae1d44e8b3610ba\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('silver__staking_rewards')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking_rewards"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_021e0106e2509c892ae1d44e8b3610ba", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_BLOCK_ID__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_BLOCK_ID__NUMBER__FLOAT.f0526590fd", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_021e0106e2509c892ae1d44e8b3610ba.sql", "original_file_path": "models\\silver\\silver__staking_rewards.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_BLOCK_ID__NUMBER__FLOAT", "alias": "staking_rewards_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking_rewards"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking_rewards.yml\\dbt_expectations_expect_column_021e0106e2509c892ae1d44e8b3610ba.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_021e0106e2509c892ae1d44e8b3610ba"}, "created_at": 1670433255.9818153, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_CALLER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCK_ID'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.staking_rewards_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.silver__staking_rewards"}, "test.osmosis_models.not_null_silver__staking_rewards_BLOCK_TIMESTAMP.337ca361f9": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__staking_rewards')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking_rewards"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__staking_rewards_BLOCK_TIMESTAMP"], "unique_id": "test.osmosis_models.not_null_silver__staking_rewards_BLOCK_TIMESTAMP.337ca361f9", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__staking_rewards_BLOCK_TIMESTAMP.sql", "original_file_path": "models\\silver\\silver__staking_rewards.yml", "name": "not_null_silver__staking_rewards_BLOCK_TIMESTAMP", "alias": "staking_rewards_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking_rewards"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking_rewards.yml\\not_null_silver__staking_rewards_BLOCK_TIMESTAMP.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.9858172, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.staking_rewards\nwhere BLOCK_TIMESTAMP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.staking_rewards_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__staking_rewards"}, "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__staking_rewards_BLOCK_TIMESTAMP__day__1.d9c2eafe68": {"raw_sql": "{{ dbt_expectations.test_expect_row_values_to_have_recent_data(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_row_va_d820a6aaf0547a8a4119f0a6c7e4cb9c\") }}", "test_metadata": {"name": "expect_row_values_to_have_recent_data", "kwargs": {"datepart": "day", "interval": 1, "column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__staking_rewards')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_row_values_to_have_recent_data", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking_rewards"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_row_va_d820a6aaf0547a8a4119f0a6c7e4cb9c", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_row_values_to_have_recent_data_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_row_values_to_have_recent_data_silver__staking_rewards_BLOCK_TIMESTAMP__day__1"], "unique_id": "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__staking_rewards_BLOCK_TIMESTAMP__day__1.d9c2eafe68", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_row_va_d820a6aaf0547a8a4119f0a6c7e4cb9c.sql", "original_file_path": "models\\silver\\silver__staking_rewards.yml", "name": "dbt_expectations_expect_row_values_to_have_recent_data_silver__staking_rewards_BLOCK_TIMESTAMP__day__1", "alias": "staking_rewards_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking_rewards"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking_rewards.yml\\dbt_expectations_expect_row_va_d820a6aaf0547a8a4119f0a6c7e4cb9c.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_row_va_d820a6aaf0547a8a4119f0a6c7e4cb9c"}, "created_at": 1670433255.9868107, "compiled_sql": "\n\n with max_recency as (\n\n select max(cast(BLOCK_TIMESTAMP as \n timestamp_ntz\n)) as max_timestamp\n from\n OSMOSIS_DEV.silver.staking_rewards\n where\n -- to exclude erroneous future dates\n cast(BLOCK_TIMESTAMP as \n timestamp_ntz\n) <= cast(convert_timezone('UTC', 'GMT', \n current_timestamp::\n timestamp_ntz\n\n) as \n timestamp_ntz\n)\n \n)\nselect\n *\nfrom\n max_recency\nwhere\n -- if the row_condition excludes all rows, we need to compare against a default date\n -- to avoid false negatives\n coalesce(max_timestamp, cast('1970-01-01' as \n timestamp_ntz\n))\n <\n cast(\n\n dateadd(\n day,\n -1,\n cast(convert_timezone('UTC', 'GMT', \n current_timestamp::\n timestamp_ntz\n\n) as \n timestamp_ntz\n)\n )\n\n as \n timestamp_ntz\n)\n\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_row_values_to_have_recent_data_silver.staking_rewards_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__staking_rewards"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.ba045d2659": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_7e8411bbdb92451276b6b5ad2df31b41\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["TIMESTAMP_NTZ"], "column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__staking_rewards')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking_rewards"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_7e8411bbdb92451276b6b5ad2df31b41", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_BLOCK_TIMESTAMP__TIMESTAMP_NTZ"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.ba045d2659", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_7e8411bbdb92451276b6b5ad2df31b41.sql", "original_file_path": "models\\silver\\silver__staking_rewards.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_BLOCK_TIMESTAMP__TIMESTAMP_NTZ", "alias": "staking_rewards_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking_rewards"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking_rewards.yml\\dbt_expectations_expect_column_7e8411bbdb92451276b6b5ad2df31b41.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_7e8411bbdb92451276b6b5ad2df31b41"}, "created_at": 1670433255.9902267, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_CALLER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCK_TIMESTAMP'\n and\n relation_column_type not in ('TIMESTAMP_NTZ')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.staking_rewards_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__staking_rewards"}, "test.osmosis_models.not_null_silver__staking_rewards_BLOCKCHAIN.2c8319b7d6": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('silver__staking_rewards')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking_rewards"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__staking_rewards_BLOCKCHAIN"], "unique_id": "test.osmosis_models.not_null_silver__staking_rewards_BLOCKCHAIN.2c8319b7d6", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__staking_rewards_BLOCKCHAIN.sql", "original_file_path": "models\\silver\\silver__staking_rewards.yml", "name": "not_null_silver__staking_rewards_BLOCKCHAIN", "alias": "staking_rewards_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking_rewards"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking_rewards.yml\\not_null_silver__staking_rewards_BLOCKCHAIN.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.9932292, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.staking_rewards\nwhere BLOCKCHAIN is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.staking_rewards_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.silver__staking_rewards"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_BLOCKCHAIN__STRING__VARCHAR.73e2d60bfe": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_3c2747043bc4082f809042c73b4b61e9\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('silver__staking_rewards')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking_rewards"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_3c2747043bc4082f809042c73b4b61e9", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_BLOCKCHAIN__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_BLOCKCHAIN__STRING__VARCHAR.73e2d60bfe", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_3c2747043bc4082f809042c73b4b61e9.sql", "original_file_path": "models\\silver\\silver__staking_rewards.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_BLOCKCHAIN__STRING__VARCHAR", "alias": "staking_rewards_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking_rewards"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking_rewards.yml\\dbt_expectations_expect_column_3c2747043bc4082f809042c73b4b61e9.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_3c2747043bc4082f809042c73b4b61e9"}, "created_at": 1670433255.9942293, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_CALLER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCKCHAIN'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.staking_rewards_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.silver__staking_rewards"}, "test.osmosis_models.not_null_silver__staking_rewards_CHAIN_ID.355173de9a": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('silver__staking_rewards')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking_rewards"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__staking_rewards_CHAIN_ID"], "unique_id": "test.osmosis_models.not_null_silver__staking_rewards_CHAIN_ID.355173de9a", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__staking_rewards_CHAIN_ID.sql", "original_file_path": "models\\silver\\silver__staking_rewards.yml", "name": "not_null_silver__staking_rewards_CHAIN_ID", "alias": "staking_rewards_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking_rewards"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking_rewards.yml\\not_null_silver__staking_rewards_CHAIN_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433255.9976308, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.staking_rewards\nwhere CHAIN_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.staking_rewards_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.silver__staking_rewards"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_CHAIN_ID__STRING__VARCHAR.75e2eea483": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_a17f1009b6013891b3550d952f1f2107\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('silver__staking_rewards')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking_rewards"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_a17f1009b6013891b3550d952f1f2107", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_CHAIN_ID__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_CHAIN_ID__STRING__VARCHAR.75e2eea483", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_a17f1009b6013891b3550d952f1f2107.sql", "original_file_path": "models\\silver\\silver__staking_rewards.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_CHAIN_ID__STRING__VARCHAR", "alias": "staking_rewards_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking_rewards"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking_rewards.yml\\dbt_expectations_expect_column_a17f1009b6013891b3550d952f1f2107.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_a17f1009b6013891b3550d952f1f2107"}, "created_at": 1670433255.9986277, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_CALLER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'CHAIN_ID'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.staking_rewards_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.silver__staking_rewards"}, "test.osmosis_models.not_null_silver__staking_rewards_TX_ID.d523010112": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "TX_ID", "model": "{{ get_where_subquery(ref('silver__staking_rewards')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking_rewards"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__staking_rewards_TX_ID"], "unique_id": "test.osmosis_models.not_null_silver__staking_rewards_TX_ID.d523010112", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__staking_rewards_TX_ID.sql", "original_file_path": "models\\silver\\silver__staking_rewards.yml", "name": "not_null_silver__staking_rewards_TX_ID", "alias": "staking_rewards_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking_rewards"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking_rewards.yml\\not_null_silver__staking_rewards_TX_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.0025506, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.staking_rewards\nwhere TX_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.staking_rewards_TX_ID", "column_name": "TX_ID", "file_key_name": "models.silver__staking_rewards"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_TX_ID__STRING__VARCHAR.011b204602": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_d67c2ef68eff634e3701ca41acb65b6c\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "TX_ID", "model": "{{ get_where_subquery(ref('silver__staking_rewards')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking_rewards"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_d67c2ef68eff634e3701ca41acb65b6c", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_TX_ID__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_TX_ID__STRING__VARCHAR.011b204602", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_d67c2ef68eff634e3701ca41acb65b6c.sql", "original_file_path": "models\\silver\\silver__staking_rewards.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_TX_ID__STRING__VARCHAR", "alias": "staking_rewards_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking_rewards"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking_rewards.yml\\dbt_expectations_expect_column_d67c2ef68eff634e3701ca41acb65b6c.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_d67c2ef68eff634e3701ca41acb65b6c"}, "created_at": 1670433256.0035474, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_CALLER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'TX_ID'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.staking_rewards_TX_ID", "column_name": "TX_ID", "file_key_name": "models.silver__staking_rewards"}, "test.osmosis_models.not_null_silver__staking_rewards_TX_STATUS.428145451b": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "TX_STATUS", "model": "{{ get_where_subquery(ref('silver__staking_rewards')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking_rewards"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__staking_rewards_TX_STATUS"], "unique_id": "test.osmosis_models.not_null_silver__staking_rewards_TX_STATUS.428145451b", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__staking_rewards_TX_STATUS.sql", "original_file_path": "models\\silver\\silver__staking_rewards.yml", "name": "not_null_silver__staking_rewards_TX_STATUS", "alias": "staking_rewards_TX_STATUS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking_rewards"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking_rewards.yml\\not_null_silver__staking_rewards_TX_STATUS.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.0076332, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.staking_rewards\nwhere TX_STATUS is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.staking_rewards_TX_STATUS", "column_name": "TX_STATUS", "file_key_name": "models.silver__staking_rewards"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_TX_STATUS__STRING__VARCHAR.595452bf15": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_329376f2337c91e83158f2be5f75bf10\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "TX_STATUS", "model": "{{ get_where_subquery(ref('silver__staking_rewards')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking_rewards"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_329376f2337c91e83158f2be5f75bf10", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_TX_STATUS__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_TX_STATUS__STRING__VARCHAR.595452bf15", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_329376f2337c91e83158f2be5f75bf10.sql", "original_file_path": "models\\silver\\silver__staking_rewards.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_TX_STATUS__STRING__VARCHAR", "alias": "staking_rewards_TX_STATUS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking_rewards"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking_rewards.yml\\dbt_expectations_expect_column_329376f2337c91e83158f2be5f75bf10.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_329376f2337c91e83158f2be5f75bf10"}, "created_at": 1670433256.0086296, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_CALLER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'TX_STATUS'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.staking_rewards_TX_STATUS", "column_name": "TX_STATUS", "file_key_name": "models.silver__staking_rewards"}, "test.osmosis_models.not_null_silver__staking_rewards_TX_CALLER_ADDRESS.2a5a45cb36": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "TX_CALLER_ADDRESS", "model": "{{ get_where_subquery(ref('silver__staking_rewards')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking_rewards"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__staking_rewards_TX_CALLER_ADDRESS"], "unique_id": "test.osmosis_models.not_null_silver__staking_rewards_TX_CALLER_ADDRESS.2a5a45cb36", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__staking_rewards_TX_CALLER_ADDRESS.sql", "original_file_path": "models\\silver\\silver__staking_rewards.yml", "name": "not_null_silver__staking_rewards_TX_CALLER_ADDRESS", "alias": "staking_rewards_TX_CALLER_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking_rewards"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking_rewards.yml\\not_null_silver__staking_rewards_TX_CALLER_ADDRESS.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.0116265, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.staking_rewards\nwhere TX_CALLER_ADDRESS is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.staking_rewards_TX_CALLER_ADDRESS", "column_name": "TX_CALLER_ADDRESS", "file_key_name": "models.silver__staking_rewards"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_TX_CALLER_ADDRESS__STRING__VARCHAR.933dcd3d53": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_d8fa8076c24da8c5f72e42eeddf27990\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "TX_CALLER_ADDRESS", "model": "{{ get_where_subquery(ref('silver__staking_rewards')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking_rewards"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_d8fa8076c24da8c5f72e42eeddf27990", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_TX_CALLER_ADDRESS__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_TX_CALLER_ADDRESS__STRING__VARCHAR.933dcd3d53", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_d8fa8076c24da8c5f72e42eeddf27990.sql", "original_file_path": "models\\silver\\silver__staking_rewards.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_TX_CALLER_ADDRESS__STRING__VARCHAR", "alias": "staking_rewards_TX_CALLER_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking_rewards"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking_rewards.yml\\dbt_expectations_expect_column_d8fa8076c24da8c5f72e42eeddf27990.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_d8fa8076c24da8c5f72e42eeddf27990"}, "created_at": 1670433256.012637, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_CALLER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'TX_CALLER_ADDRESS'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.staking_rewards_TX_CALLER_ADDRESS", "column_name": "TX_CALLER_ADDRESS", "file_key_name": "models.silver__staking_rewards"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__staking_rewards_TX_CALLER_ADDRESS__osmo1_0_9a_z_38_38_.2eca9ab849": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_match_regex(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_78086c99463ed83faf99be538fcf938f\") }}", "test_metadata": {"name": "expect_column_values_to_match_regex", "kwargs": {"regex": "osmo1[0-9a-z]{38,38}", "column_name": "TX_CALLER_ADDRESS", "model": "{{ get_where_subquery(ref('silver__staking_rewards')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_match_regex", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking_rewards"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_78086c99463ed83faf99be538fcf938f", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_match_regex_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_match_regex_silver__staking_rewards_TX_CALLER_ADDRESS__osmo1_0_9a_z_38_38_"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__staking_rewards_TX_CALLER_ADDRESS__osmo1_0_9a_z_38_38_.2eca9ab849", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_78086c99463ed83faf99be538fcf938f.sql", "original_file_path": "models\\silver\\silver__staking_rewards.yml", "name": "dbt_expectations_expect_column_values_to_match_regex_silver__staking_rewards_TX_CALLER_ADDRESS__osmo1_0_9a_z_38_38_", "alias": "staking_rewards_TX_CALLER_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking_rewards"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking_rewards.yml\\dbt_expectations_expect_column_78086c99463ed83faf99be538fcf938f.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_78086c99463ed83faf99be538fcf938f"}, "created_at": 1670433256.0166347, "compiled_sql": "\n\n\n\n\n with grouped_expression as (\n select\n \n \n \n \n\n\n \nregexp_instr(TX_CALLER_ADDRESS, 'osmo1[0-9a-z]{38,38}', 1, 1)\n\n\n > 0\n as expression\n\n\n from OSMOSIS_DEV.silver.staking_rewards\n \n\n),\nvalidation_errors as (\n\n select\n *\n from\n grouped_expression\n where\n not(expression = true)\n\n)\n\nselect *\nfrom validation_errors\n\n\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_match_regex_silver.staking_rewards_TX_CALLER_ADDRESS", "column_name": "TX_CALLER_ADDRESS", "file_key_name": "models.silver__staking_rewards"}, "test.osmosis_models.not_null_silver__staking_rewards_ACTION.dd6166997d": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "ACTION", "model": "{{ get_where_subquery(ref('silver__staking_rewards')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking_rewards"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__staking_rewards_ACTION"], "unique_id": "test.osmosis_models.not_null_silver__staking_rewards_ACTION.dd6166997d", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__staking_rewards_ACTION.sql", "original_file_path": "models\\silver\\silver__staking_rewards.yml", "name": "not_null_silver__staking_rewards_ACTION", "alias": "staking_rewards_ACTION", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking_rewards"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking_rewards.yml\\not_null_silver__staking_rewards_ACTION.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.0196397, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.staking_rewards\nwhere ACTION is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.staking_rewards_ACTION", "column_name": "ACTION", "file_key_name": "models.silver__staking_rewards"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_ACTION__STRING__VARCHAR.27e21a7bde": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_3467e96421c586af6147e1d4b0736e8c\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "ACTION", "model": "{{ get_where_subquery(ref('silver__staking_rewards')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking_rewards"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_3467e96421c586af6147e1d4b0736e8c", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_ACTION__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_ACTION__STRING__VARCHAR.27e21a7bde", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_3467e96421c586af6147e1d4b0736e8c.sql", "original_file_path": "models\\silver\\silver__staking_rewards.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_ACTION__STRING__VARCHAR", "alias": "staking_rewards_ACTION", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking_rewards"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking_rewards.yml\\dbt_expectations_expect_column_3467e96421c586af6147e1d4b0736e8c.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_3467e96421c586af6147e1d4b0736e8c"}, "created_at": 1670433256.0216396, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_CALLER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'ACTION'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.staking_rewards_ACTION", "column_name": "ACTION", "file_key_name": "models.silver__staking_rewards"}, "test.osmosis_models.not_null_silver__staking_rewards_MSG_GROUP.d4c6d540fa": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "MSG_GROUP", "model": "{{ get_where_subquery(ref('silver__staking_rewards')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking_rewards"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__staking_rewards_MSG_GROUP"], "unique_id": "test.osmosis_models.not_null_silver__staking_rewards_MSG_GROUP.d4c6d540fa", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__staking_rewards_MSG_GROUP.sql", "original_file_path": "models\\silver\\silver__staking_rewards.yml", "name": "not_null_silver__staking_rewards_MSG_GROUP", "alias": "staking_rewards_MSG_GROUP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking_rewards"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking_rewards.yml\\not_null_silver__staking_rewards_MSG_GROUP.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.0246358, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.staking_rewards\nwhere MSG_GROUP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.staking_rewards_MSG_GROUP", "column_name": "MSG_GROUP", "file_key_name": "models.silver__staking_rewards"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_MSG_GROUP__NUMBER__FLOAT.2a039a57c5": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_2dbc83f25733b20cbb102825d7a1f555\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "MSG_GROUP", "model": "{{ get_where_subquery(ref('silver__staking_rewards')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking_rewards"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_2dbc83f25733b20cbb102825d7a1f555", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_MSG_GROUP__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_MSG_GROUP__NUMBER__FLOAT.2a039a57c5", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_2dbc83f25733b20cbb102825d7a1f555.sql", "original_file_path": "models\\silver\\silver__staking_rewards.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_MSG_GROUP__NUMBER__FLOAT", "alias": "staking_rewards_MSG_GROUP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking_rewards"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking_rewards.yml\\dbt_expectations_expect_column_2dbc83f25733b20cbb102825d7a1f555.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_2dbc83f25733b20cbb102825d7a1f555"}, "created_at": 1670433256.0255506, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_CALLER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'MSG_GROUP'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.staking_rewards_MSG_GROUP", "column_name": "MSG_GROUP", "file_key_name": "models.silver__staking_rewards"}, "test.osmosis_models.not_null_silver__staking_rewards_DELEGATOR_ADDRESS.19c389e860": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "DELEGATOR_ADDRESS", "model": "{{ get_where_subquery(ref('silver__staking_rewards')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking_rewards"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__staking_rewards_DELEGATOR_ADDRESS"], "unique_id": "test.osmosis_models.not_null_silver__staking_rewards_DELEGATOR_ADDRESS.19c389e860", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__staking_rewards_DELEGATOR_ADDRESS.sql", "original_file_path": "models\\silver\\silver__staking_rewards.yml", "name": "not_null_silver__staking_rewards_DELEGATOR_ADDRESS", "alias": "staking_rewards_DELEGATOR_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking_rewards"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking_rewards.yml\\not_null_silver__staking_rewards_DELEGATOR_ADDRESS.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.0286586, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.staking_rewards\nwhere DELEGATOR_ADDRESS is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.staking_rewards_DELEGATOR_ADDRESS", "column_name": "DELEGATOR_ADDRESS", "file_key_name": "models.silver__staking_rewards"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_DELEGATOR_ADDRESS__STRING__VARCHAR.fd6280430a": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_0a663884900becc0ca81acedfefcfc2e\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "DELEGATOR_ADDRESS", "model": "{{ get_where_subquery(ref('silver__staking_rewards')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking_rewards"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_0a663884900becc0ca81acedfefcfc2e", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_DELEGATOR_ADDRESS__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_DELEGATOR_ADDRESS__STRING__VARCHAR.fd6280430a", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_0a663884900becc0ca81acedfefcfc2e.sql", "original_file_path": "models\\silver\\silver__staking_rewards.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_DELEGATOR_ADDRESS__STRING__VARCHAR", "alias": "staking_rewards_DELEGATOR_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking_rewards"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking_rewards.yml\\dbt_expectations_expect_column_0a663884900becc0ca81acedfefcfc2e.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_0a663884900becc0ca81acedfefcfc2e"}, "created_at": 1670433256.0296273, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_CALLER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'DELEGATOR_ADDRESS'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.staking_rewards_DELEGATOR_ADDRESS", "column_name": "DELEGATOR_ADDRESS", "file_key_name": "models.silver__staking_rewards"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__staking_rewards_DELEGATOR_ADDRESS__osmo1_0_9a_z_38_38_.4ff0249885": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_match_regex(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_5fffcca88680fef297f1f0f38e9b684c\") }}", "test_metadata": {"name": "expect_column_values_to_match_regex", "kwargs": {"regex": "osmo1[0-9a-z]{38,38}", "column_name": "DELEGATOR_ADDRESS", "model": "{{ get_where_subquery(ref('silver__staking_rewards')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_match_regex", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking_rewards"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_5fffcca88680fef297f1f0f38e9b684c", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_match_regex_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_match_regex_silver__staking_rewards_DELEGATOR_ADDRESS__osmo1_0_9a_z_38_38_"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__staking_rewards_DELEGATOR_ADDRESS__osmo1_0_9a_z_38_38_.4ff0249885", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_5fffcca88680fef297f1f0f38e9b684c.sql", "original_file_path": "models\\silver\\silver__staking_rewards.yml", "name": "dbt_expectations_expect_column_values_to_match_regex_silver__staking_rewards_DELEGATOR_ADDRESS__osmo1_0_9a_z_38_38_", "alias": "staking_rewards_DELEGATOR_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking_rewards"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking_rewards.yml\\dbt_expectations_expect_column_5fffcca88680fef297f1f0f38e9b684c.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_5fffcca88680fef297f1f0f38e9b684c"}, "created_at": 1670433256.0335472, "compiled_sql": "\n\n\n\n\n with grouped_expression as (\n select\n \n \n \n \n\n\n \nregexp_instr(DELEGATOR_ADDRESS, 'osmo1[0-9a-z]{38,38}', 1, 1)\n\n\n > 0\n as expression\n\n\n from OSMOSIS_DEV.silver.staking_rewards\n \n\n),\nvalidation_errors as (\n\n select\n *\n from\n grouped_expression\n where\n not(expression = true)\n\n)\n\nselect *\nfrom validation_errors\n\n\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_match_regex_silver.staking_rewards_DELEGATOR_ADDRESS", "column_name": "DELEGATOR_ADDRESS", "file_key_name": "models.silver__staking_rewards"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_AMOUNT__NUMBER__FLOAT.96c70dcfc1": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_977f8a8f55987a8d44c97dc65b628a6a\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "AMOUNT", "model": "{{ get_where_subquery(ref('silver__staking_rewards')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking_rewards"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_977f8a8f55987a8d44c97dc65b628a6a", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_AMOUNT__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_AMOUNT__NUMBER__FLOAT.96c70dcfc1", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_977f8a8f55987a8d44c97dc65b628a6a.sql", "original_file_path": "models\\silver\\silver__staking_rewards.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_AMOUNT__NUMBER__FLOAT", "alias": "staking_rewards_AMOUNT", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking_rewards"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking_rewards.yml\\dbt_expectations_expect_column_977f8a8f55987a8d44c97dc65b628a6a.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_977f8a8f55987a8d44c97dc65b628a6a"}, "created_at": 1670433256.036633, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_CALLER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'AMOUNT'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.staking_rewards_AMOUNT", "column_name": "AMOUNT", "file_key_name": "models.silver__staking_rewards"}, "test.osmosis_models.not_null_silver__staking_rewards_CURRENCY.766ae7c4fc": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "CURRENCY", "model": "{{ get_where_subquery(ref('silver__staking_rewards')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking_rewards"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__staking_rewards_CURRENCY"], "unique_id": "test.osmosis_models.not_null_silver__staking_rewards_CURRENCY.766ae7c4fc", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__staking_rewards_CURRENCY.sql", "original_file_path": "models\\silver\\silver__staking_rewards.yml", "name": "not_null_silver__staking_rewards_CURRENCY", "alias": "staking_rewards_CURRENCY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking_rewards"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking_rewards.yml\\not_null_silver__staking_rewards_CURRENCY.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.0406382, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.staking_rewards\nwhere CURRENCY is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.staking_rewards_CURRENCY", "column_name": "CURRENCY", "file_key_name": "models.silver__staking_rewards"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_CURRENCY__STRING__VARCHAR.2b78169dcc": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_98dbd693590fffe222f8e7fc487179b7\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "CURRENCY", "model": "{{ get_where_subquery(ref('silver__staking_rewards')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking_rewards"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_98dbd693590fffe222f8e7fc487179b7", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_CURRENCY__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_CURRENCY__STRING__VARCHAR.2b78169dcc", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_98dbd693590fffe222f8e7fc487179b7.sql", "original_file_path": "models\\silver\\silver__staking_rewards.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_CURRENCY__STRING__VARCHAR", "alias": "staking_rewards_CURRENCY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking_rewards"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking_rewards.yml\\dbt_expectations_expect_column_98dbd693590fffe222f8e7fc487179b7.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_98dbd693590fffe222f8e7fc487179b7"}, "created_at": 1670433256.04155, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_CALLER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'CURRENCY'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.staking_rewards_CURRENCY", "column_name": "CURRENCY", "file_key_name": "models.silver__staking_rewards"}, "test.osmosis_models.not_null_silver__staking_rewards_VALIDATOR_ADDRESS.98bbd27fec": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "VALIDATOR_ADDRESS", "model": "{{ get_where_subquery(ref('silver__staking_rewards')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking_rewards"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__staking_rewards_VALIDATOR_ADDRESS"], "unique_id": "test.osmosis_models.not_null_silver__staking_rewards_VALIDATOR_ADDRESS.98bbd27fec", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__staking_rewards_VALIDATOR_ADDRESS.sql", "original_file_path": "models\\silver\\silver__staking_rewards.yml", "name": "not_null_silver__staking_rewards_VALIDATOR_ADDRESS", "alias": "staking_rewards_VALIDATOR_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking_rewards"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking_rewards.yml\\not_null_silver__staking_rewards_VALIDATOR_ADDRESS.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.044631, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.staking_rewards\nwhere VALIDATOR_ADDRESS is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.staking_rewards_VALIDATOR_ADDRESS", "column_name": "VALIDATOR_ADDRESS", "file_key_name": "models.silver__staking_rewards"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_VALIDATOR_ADDRESS__STRING__VARCHAR.da86db981d": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_93a4893bb4210e3c0d11de363433e106\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "VALIDATOR_ADDRESS", "model": "{{ get_where_subquery(ref('silver__staking_rewards')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking_rewards"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_93a4893bb4210e3c0d11de363433e106", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_VALIDATOR_ADDRESS__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_VALIDATOR_ADDRESS__STRING__VARCHAR.da86db981d", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_93a4893bb4210e3c0d11de363433e106.sql", "original_file_path": "models\\silver\\silver__staking_rewards.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_VALIDATOR_ADDRESS__STRING__VARCHAR", "alias": "staking_rewards_VALIDATOR_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking_rewards"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking_rewards.yml\\dbt_expectations_expect_column_93a4893bb4210e3c0d11de363433e106.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_93a4893bb4210e3c0d11de363433e106"}, "created_at": 1670433256.0456347, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_CALLER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'VALIDATOR_ADDRESS'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.staking_rewards_VALIDATOR_ADDRESS", "column_name": "VALIDATOR_ADDRESS", "file_key_name": "models.silver__staking_rewards"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__staking_rewards_VALIDATOR_ADDRESS__osmovaloper1_0_9a_z_38_38_.e8b4e6c785": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_match_regex(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_769483492361daebaf6966c7cb2d290a\") }}", "test_metadata": {"name": "expect_column_values_to_match_regex", "kwargs": {"regex": "osmovaloper1[0-9a-z]{38,38}", "column_name": "VALIDATOR_ADDRESS", "model": "{{ get_where_subquery(ref('silver__staking_rewards')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_match_regex", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking_rewards"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_769483492361daebaf6966c7cb2d290a", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_match_regex_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_match_regex_silver__staking_rewards_VALIDATOR_ADDRESS__osmovaloper1_0_9a_z_38_38_"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__staking_rewards_VALIDATOR_ADDRESS__osmovaloper1_0_9a_z_38_38_.e8b4e6c785", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_769483492361daebaf6966c7cb2d290a.sql", "original_file_path": "models\\silver\\silver__staking_rewards.yml", "name": "dbt_expectations_expect_column_values_to_match_regex_silver__staking_rewards_VALIDATOR_ADDRESS__osmovaloper1_0_9a_z_38_38_", "alias": "staking_rewards_VALIDATOR_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking_rewards"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking_rewards.yml\\dbt_expectations_expect_column_769483492361daebaf6966c7cb2d290a.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_769483492361daebaf6966c7cb2d290a"}, "created_at": 1670433256.0495486, "compiled_sql": "\n\n\n\n\n with grouped_expression as (\n select\n \n \n \n \n\n\n \nregexp_instr(VALIDATOR_ADDRESS, 'osmovaloper1[0-9a-z]{38,38}', 1, 1)\n\n\n > 0\n as expression\n\n\n from OSMOSIS_DEV.silver.staking_rewards\n \n\n),\nvalidation_errors as (\n\n select\n *\n from\n grouped_expression\n where\n not(expression = true)\n\n)\n\nselect *\nfrom validation_errors\n\n\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_match_regex_silver.staking_rewards_VALIDATOR_ADDRESS", "column_name": "VALIDATOR_ADDRESS", "file_key_name": "models.silver__staking_rewards"}, "test.osmosis_models.not_null_silver__staking_rewards__INSERTED_TIMESTAMP.25d2eb6d01": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "_INSERTED_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__staking_rewards')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking_rewards"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__staking_rewards__INSERTED_TIMESTAMP"], "unique_id": "test.osmosis_models.not_null_silver__staking_rewards__INSERTED_TIMESTAMP.25d2eb6d01", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__staking_rewards__INSERTED_TIMESTAMP.sql", "original_file_path": "models\\silver\\silver__staking_rewards.yml", "name": "not_null_silver__staking_rewards__INSERTED_TIMESTAMP", "alias": "staking_rewards", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking_rewards"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking_rewards.yml\\not_null_silver__staking_rewards__INSERTED_TIMESTAMP.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.0526388, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.staking_rewards\nwhere _INSERTED_TIMESTAMP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.staking_rewards", "column_name": "_INSERTED_TIMESTAMP", "file_key_name": "models.silver__staking_rewards"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.9b513ba703": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_eb071c0edc17a59e02d04613e8f71b39\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["TIMESTAMP_NTZ"], "column_name": "_INSERTED_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__staking_rewards')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking_rewards"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_eb071c0edc17a59e02d04613e8f71b39", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards__INSERTED_TIMESTAMP__TIMESTAMP_NTZ"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.9b513ba703", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_eb071c0edc17a59e02d04613e8f71b39.sql", "original_file_path": "models\\silver\\silver__staking_rewards.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards__INSERTED_TIMESTAMP__TIMESTAMP_NTZ", "alias": "staking_rewards", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking_rewards"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking_rewards.yml\\dbt_expectations_expect_column_eb071c0edc17a59e02d04613e8f71b39.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_eb071c0edc17a59e02d04613e8f71b39"}, "created_at": 1670433256.0536394, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_CALLER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = '_INSERTED_TIMESTAMP'\n and\n relation_column_type not in ('TIMESTAMP_NTZ')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.staking_rewards", "column_name": "_INSERTED_TIMESTAMP", "file_key_name": "models.silver__staking_rewards"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__staking_rewards_TX_ID__MSG_GROUP__ACTION__CURRENCY__DELEGATOR_ADDRESS__VALIDATOR_ADDRESS.3ba061f62e": {"raw_sql": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_dd35a583f9056819c9edab4e82ece5a0\") }}", "test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["TX_ID", "MSG_GROUP", "ACTION", "CURRENCY", "DELEGATOR_ADDRESS", "VALIDATOR_ADDRESS"], "model": "{{ get_where_subquery(ref('silver__staking_rewards')) }}"}, "namespace": "dbt_utils"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking_rewards"]}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_dd35a583f9056819c9edab4e82ece5a0", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_utils_unique_combination_of_columns_silver", "fqn": ["osmosis_models", "silver", "dbt_utils_unique_combination_of_columns_silver__staking_rewards_TX_ID__MSG_GROUP__ACTION__CURRENCY__DELEGATOR_ADDRESS__VALIDATOR_ADDRESS"], "unique_id": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__staking_rewards_TX_ID__MSG_GROUP__ACTION__CURRENCY__DELEGATOR_ADDRESS__VALIDATOR_ADDRESS.3ba061f62e", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_utils_unique_combination_o_dd35a583f9056819c9edab4e82ece5a0.sql", "original_file_path": "models\\silver\\silver__staking_rewards.yml", "name": "dbt_utils_unique_combination_of_columns_silver__staking_rewards_TX_ID__MSG_GROUP__ACTION__CURRENCY__DELEGATOR_ADDRESS__VALIDATOR_ADDRESS", "alias": "staking_rewards_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking_rewards"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking_rewards.yml\\dbt_utils_unique_combination_o_dd35a583f9056819c9edab4e82ece5a0.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_utils_unique_combination_o_dd35a583f9056819c9edab4e82ece5a0"}, "created_at": 1670433256.057637, "compiled_sql": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n TX_ID, MSG_GROUP, ACTION, CURRENCY, DELEGATOR_ADDRESS, VALIDATOR_ADDRESS\n from OSMOSIS_DEV.silver.staking_rewards\n group by TX_ID, MSG_GROUP, ACTION, CURRENCY, DELEGATOR_ADDRESS, VALIDATOR_ADDRESS\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_utils_unique_combination_of_columns_silver.staking_rewards_TX_ID", "column_name": null, "file_key_name": "models.silver__staking_rewards"}, "test.osmosis_models.not_null_silver__governance_submit_proposal_BLOCK_ID.80df3f0930": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('silver__governance_submit_proposal')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_submit_proposal"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__governance_submit_proposal_BLOCK_ID"], "unique_id": "test.osmosis_models.not_null_silver__governance_submit_proposal_BLOCK_ID.80df3f0930", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__governance_submit_proposal_BLOCK_ID.sql", "original_file_path": "models\\silver\\silver__governance_submit_proposal.yml", "name": "not_null_silver__governance_submit_proposal_BLOCK_ID", "alias": "governance_submit_proposal_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_submit_proposal"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_submit_proposal.yml\\not_null_silver__governance_submit_proposal_BLOCK_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.0645492, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.governance_submit_proposal\nwhere BLOCK_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.governance_submit_proposal_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.silver__governance_submit_proposal"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_BLOCK_ID__NUMBER__FLOAT.065c6b7366": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_9e659ce7d6e3e65292fc2b5403b4badc\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('silver__governance_submit_proposal')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_submit_proposal"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_9e659ce7d6e3e65292fc2b5403b4badc", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_BLOCK_ID__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_BLOCK_ID__NUMBER__FLOAT.065c6b7366", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_9e659ce7d6e3e65292fc2b5403b4badc.sql", "original_file_path": "models\\silver\\silver__governance_submit_proposal.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_BLOCK_ID__NUMBER__FLOAT", "alias": "governance_submit_proposal_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_submit_proposal"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_submit_proposal.yml\\dbt_expectations_expect_column_9e659ce7d6e3e65292fc2b5403b4badc.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_9e659ce7d6e3e65292fc2b5403b4badc"}, "created_at": 1670433256.0655496, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSAL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSAL_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCK_ID'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.governance_submit_proposal_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.silver__governance_submit_proposal"}, "test.osmosis_models.not_null_silver__governance_submit_proposal_BLOCK_TIMESTAMP.59a0f38558": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__governance_submit_proposal')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_submit_proposal"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__governance_submit_proposal_BLOCK_TIMESTAMP"], "unique_id": "test.osmosis_models.not_null_silver__governance_submit_proposal_BLOCK_TIMESTAMP.59a0f38558", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__governance_submit_proposal_BLOCK_TIMESTAMP.sql", "original_file_path": "models\\silver\\silver__governance_submit_proposal.yml", "name": "not_null_silver__governance_submit_proposal_BLOCK_TIMESTAMP", "alias": "governance_submit_proposal_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_submit_proposal"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_submit_proposal.yml\\not_null_silver__governance_submit_proposal_BLOCK_TIMESTAMP.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.0696316, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.governance_submit_proposal\nwhere BLOCK_TIMESTAMP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.governance_submit_proposal_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__governance_submit_proposal"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.f1054d98d9": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_363502caffcb65ff379ee4ac3ef1ec3d\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["TIMESTAMP_NTZ"], "column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__governance_submit_proposal')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_submit_proposal"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_363502caffcb65ff379ee4ac3ef1ec3d", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_BLOCK_TIMESTAMP__TIMESTAMP_NTZ"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.f1054d98d9", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_363502caffcb65ff379ee4ac3ef1ec3d.sql", "original_file_path": "models\\silver\\silver__governance_submit_proposal.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_BLOCK_TIMESTAMP__TIMESTAMP_NTZ", "alias": "governance_submit_proposal_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_submit_proposal"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_submit_proposal.yml\\dbt_expectations_expect_column_363502caffcb65ff379ee4ac3ef1ec3d.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_363502caffcb65ff379ee4ac3ef1ec3d"}, "created_at": 1670433256.070651, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSAL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSAL_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCK_TIMESTAMP'\n and\n relation_column_type not in ('TIMESTAMP_NTZ')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.governance_submit_proposal_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__governance_submit_proposal"}, "test.osmosis_models.not_null_silver__governance_submit_proposal_BLOCKCHAIN.908b82f02b": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('silver__governance_submit_proposal')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_submit_proposal"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__governance_submit_proposal_BLOCKCHAIN"], "unique_id": "test.osmosis_models.not_null_silver__governance_submit_proposal_BLOCKCHAIN.908b82f02b", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__governance_submit_proposal_BLOCKCHAIN.sql", "original_file_path": "models\\silver\\silver__governance_submit_proposal.yml", "name": "not_null_silver__governance_submit_proposal_BLOCKCHAIN", "alias": "governance_submit_proposal_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_submit_proposal"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_submit_proposal.yml\\not_null_silver__governance_submit_proposal_BLOCKCHAIN.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.0735507, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.governance_submit_proposal\nwhere BLOCKCHAIN is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.governance_submit_proposal_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.silver__governance_submit_proposal"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_BLOCKCHAIN__STRING__VARCHAR.0931733295": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_b8e16d90d4a0fc695d31162af36f2978\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('silver__governance_submit_proposal')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_submit_proposal"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_b8e16d90d4a0fc695d31162af36f2978", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_BLOCKCHAIN__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_BLOCKCHAIN__STRING__VARCHAR.0931733295", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_b8e16d90d4a0fc695d31162af36f2978.sql", "original_file_path": "models\\silver\\silver__governance_submit_proposal.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_BLOCKCHAIN__STRING__VARCHAR", "alias": "governance_submit_proposal_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_submit_proposal"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_submit_proposal.yml\\dbt_expectations_expect_column_b8e16d90d4a0fc695d31162af36f2978.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_b8e16d90d4a0fc695d31162af36f2978"}, "created_at": 1670433256.0746317, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSAL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSAL_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCKCHAIN'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.governance_submit_proposal_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.silver__governance_submit_proposal"}, "test.osmosis_models.not_null_silver__governance_submit_proposal_CHAIN_ID.db4c666e00": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('silver__governance_submit_proposal')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_submit_proposal"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__governance_submit_proposal_CHAIN_ID"], "unique_id": "test.osmosis_models.not_null_silver__governance_submit_proposal_CHAIN_ID.db4c666e00", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__governance_submit_proposal_CHAIN_ID.sql", "original_file_path": "models\\silver\\silver__governance_submit_proposal.yml", "name": "not_null_silver__governance_submit_proposal_CHAIN_ID", "alias": "governance_submit_proposal_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_submit_proposal"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_submit_proposal.yml\\not_null_silver__governance_submit_proposal_CHAIN_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.0776289, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.governance_submit_proposal\nwhere CHAIN_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.governance_submit_proposal_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.silver__governance_submit_proposal"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_CHAIN_ID__STRING__VARCHAR.dbb25df7d2": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_2c8cd8947ec6105d23c34693330967ef\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('silver__governance_submit_proposal')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_submit_proposal"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_2c8cd8947ec6105d23c34693330967ef", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_CHAIN_ID__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_CHAIN_ID__STRING__VARCHAR.dbb25df7d2", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_2c8cd8947ec6105d23c34693330967ef.sql", "original_file_path": "models\\silver\\silver__governance_submit_proposal.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_CHAIN_ID__STRING__VARCHAR", "alias": "governance_submit_proposal_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_submit_proposal"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_submit_proposal.yml\\dbt_expectations_expect_column_2c8cd8947ec6105d23c34693330967ef.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_2c8cd8947ec6105d23c34693330967ef"}, "created_at": 1670433256.0786283, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSAL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSAL_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'CHAIN_ID'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.governance_submit_proposal_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.silver__governance_submit_proposal"}, "test.osmosis_models.not_null_silver__governance_submit_proposal_TX_ID.8dc772d3ad": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "TX_ID", "model": "{{ get_where_subquery(ref('silver__governance_submit_proposal')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_submit_proposal"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__governance_submit_proposal_TX_ID"], "unique_id": "test.osmosis_models.not_null_silver__governance_submit_proposal_TX_ID.8dc772d3ad", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__governance_submit_proposal_TX_ID.sql", "original_file_path": "models\\silver\\silver__governance_submit_proposal.yml", "name": "not_null_silver__governance_submit_proposal_TX_ID", "alias": "governance_submit_proposal_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_submit_proposal"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_submit_proposal.yml\\not_null_silver__governance_submit_proposal_TX_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.0834022, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.governance_submit_proposal\nwhere TX_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.governance_submit_proposal_TX_ID", "column_name": "TX_ID", "file_key_name": "models.silver__governance_submit_proposal"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_TX_ID__STRING__VARCHAR.7af3aa957c": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_f4489c754bb0313d50837f474a4ca62f\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "TX_ID", "model": "{{ get_where_subquery(ref('silver__governance_submit_proposal')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_submit_proposal"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_f4489c754bb0313d50837f474a4ca62f", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_TX_ID__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_TX_ID__STRING__VARCHAR.7af3aa957c", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_f4489c754bb0313d50837f474a4ca62f.sql", "original_file_path": "models\\silver\\silver__governance_submit_proposal.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_TX_ID__STRING__VARCHAR", "alias": "governance_submit_proposal_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_submit_proposal"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_submit_proposal.yml\\dbt_expectations_expect_column_f4489c754bb0313d50837f474a4ca62f.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_f4489c754bb0313d50837f474a4ca62f"}, "created_at": 1670433256.084447, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSAL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSAL_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'TX_ID'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.governance_submit_proposal_TX_ID", "column_name": "TX_ID", "file_key_name": "models.silver__governance_submit_proposal"}, "test.osmosis_models.not_null_silver__governance_submit_proposal_TX_STATUS.6fb668b0ba": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "TX_STATUS", "model": "{{ get_where_subquery(ref('silver__governance_submit_proposal')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_submit_proposal"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__governance_submit_proposal_TX_STATUS"], "unique_id": "test.osmosis_models.not_null_silver__governance_submit_proposal_TX_STATUS.6fb668b0ba", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__governance_submit_proposal_TX_STATUS.sql", "original_file_path": "models\\silver\\silver__governance_submit_proposal.yml", "name": "not_null_silver__governance_submit_proposal_TX_STATUS", "alias": "governance_submit_proposal_TX_STATUS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_submit_proposal"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_submit_proposal.yml\\not_null_silver__governance_submit_proposal_TX_STATUS.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.0874548, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.governance_submit_proposal\nwhere TX_STATUS is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.governance_submit_proposal_TX_STATUS", "column_name": "TX_STATUS", "file_key_name": "models.silver__governance_submit_proposal"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_TX_STATUS__STRING__VARCHAR.c7ad8d786c": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_8cfd310f67ecf482476e05eea4c49f8a\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "TX_STATUS", "model": "{{ get_where_subquery(ref('silver__governance_submit_proposal')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_submit_proposal"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_8cfd310f67ecf482476e05eea4c49f8a", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_TX_STATUS__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_TX_STATUS__STRING__VARCHAR.c7ad8d786c", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_8cfd310f67ecf482476e05eea4c49f8a.sql", "original_file_path": "models\\silver\\silver__governance_submit_proposal.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_TX_STATUS__STRING__VARCHAR", "alias": "governance_submit_proposal_TX_STATUS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_submit_proposal"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_submit_proposal.yml\\dbt_expectations_expect_column_8cfd310f67ecf482476e05eea4c49f8a.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_8cfd310f67ecf482476e05eea4c49f8a"}, "created_at": 1670433256.0884593, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSAL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSAL_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'TX_STATUS'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.governance_submit_proposal_TX_STATUS", "column_name": "TX_STATUS", "file_key_name": "models.silver__governance_submit_proposal"}, "test.osmosis_models.not_null_silver__governance_submit_proposal_PROPOSER.51a248ebc4": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "PROPOSER", "model": "{{ get_where_subquery(ref('silver__governance_submit_proposal')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_submit_proposal"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__governance_submit_proposal_PROPOSER"], "unique_id": "test.osmosis_models.not_null_silver__governance_submit_proposal_PROPOSER.51a248ebc4", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__governance_submit_proposal_PROPOSER.sql", "original_file_path": "models\\silver\\silver__governance_submit_proposal.yml", "name": "not_null_silver__governance_submit_proposal_PROPOSER", "alias": "governance_submit_proposal_PROPOSER", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_submit_proposal"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_submit_proposal.yml\\not_null_silver__governance_submit_proposal_PROPOSER.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.092447, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.governance_submit_proposal\nwhere PROPOSER is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.governance_submit_proposal_PROPOSER", "column_name": "PROPOSER", "file_key_name": "models.silver__governance_submit_proposal"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_PROPOSER__STRING__VARCHAR.29a95924a4": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_3e3f98a0c81c1011f4a61af82fca8ad1\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "PROPOSER", "model": "{{ get_where_subquery(ref('silver__governance_submit_proposal')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_submit_proposal"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_3e3f98a0c81c1011f4a61af82fca8ad1", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_PROPOSER__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_PROPOSER__STRING__VARCHAR.29a95924a4", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_3e3f98a0c81c1011f4a61af82fca8ad1.sql", "original_file_path": "models\\silver\\silver__governance_submit_proposal.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_PROPOSER__STRING__VARCHAR", "alias": "governance_submit_proposal_PROPOSER", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_submit_proposal"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_submit_proposal.yml\\dbt_expectations_expect_column_3e3f98a0c81c1011f4a61af82fca8ad1.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_3e3f98a0c81c1011f4a61af82fca8ad1"}, "created_at": 1670433256.0934436, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSAL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSAL_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'PROPOSER'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.governance_submit_proposal_PROPOSER", "column_name": "PROPOSER", "file_key_name": "models.silver__governance_submit_proposal"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__governance_submit_proposal_PROPOSER__osmo1_0_9a_z_38_38_.1d8593bc8b": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_match_regex(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_7417cb25b3231a6aba9afe84996ef98c\") }}", "test_metadata": {"name": "expect_column_values_to_match_regex", "kwargs": {"regex": "osmo1[0-9a-z]{38,38}", "column_name": "PROPOSER", "model": "{{ get_where_subquery(ref('silver__governance_submit_proposal')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_match_regex", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_submit_proposal"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_7417cb25b3231a6aba9afe84996ef98c", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_match_regex_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_match_regex_silver__governance_submit_proposal_PROPOSER__osmo1_0_9a_z_38_38_"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__governance_submit_proposal_PROPOSER__osmo1_0_9a_z_38_38_.1d8593bc8b", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_7417cb25b3231a6aba9afe84996ef98c.sql", "original_file_path": "models\\silver\\silver__governance_submit_proposal.yml", "name": "dbt_expectations_expect_column_values_to_match_regex_silver__governance_submit_proposal_PROPOSER__osmo1_0_9a_z_38_38_", "alias": "governance_submit_proposal_PROPOSER", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_submit_proposal"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_submit_proposal.yml\\dbt_expectations_expect_column_7417cb25b3231a6aba9afe84996ef98c.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_7417cb25b3231a6aba9afe84996ef98c"}, "created_at": 1670433256.096447, "compiled_sql": "\n\n\n\n\n with grouped_expression as (\n select\n \n \n \n \n\n\n \nregexp_instr(PROPOSER, 'osmo1[0-9a-z]{38,38}', 1, 1)\n\n\n > 0\n as expression\n\n\n from OSMOSIS_DEV.silver.governance_submit_proposal\n \n\n),\nvalidation_errors as (\n\n select\n *\n from\n grouped_expression\n where\n not(expression = true)\n\n)\n\nselect *\nfrom validation_errors\n\n\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_match_regex_silver.governance_submit_proposal_PROPOSER", "column_name": "PROPOSER", "file_key_name": "models.silver__governance_submit_proposal"}, "test.osmosis_models.not_null_silver__governance_submit_proposal_PROPOSAL_ID.b8f0c6f0fa": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "PROPOSAL_ID", "model": "{{ get_where_subquery(ref('silver__governance_submit_proposal')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_submit_proposal"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__governance_submit_proposal_PROPOSAL_ID"], "unique_id": "test.osmosis_models.not_null_silver__governance_submit_proposal_PROPOSAL_ID.b8f0c6f0fa", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__governance_submit_proposal_PROPOSAL_ID.sql", "original_file_path": "models\\silver\\silver__governance_submit_proposal.yml", "name": "not_null_silver__governance_submit_proposal_PROPOSAL_ID", "alias": "governance_submit_proposal_PROPOSAL_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_submit_proposal"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_submit_proposal.yml\\not_null_silver__governance_submit_proposal_PROPOSAL_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.1003666, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.governance_submit_proposal\nwhere PROPOSAL_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.governance_submit_proposal_PROPOSAL_ID", "column_name": "PROPOSAL_ID", "file_key_name": "models.silver__governance_submit_proposal"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_PROPOSAL_ID__NUMBER__FLOAT.ce7aea08c5": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_9875db0871fa504db07d6ef79b1bed96\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "PROPOSAL_ID", "model": "{{ get_where_subquery(ref('silver__governance_submit_proposal')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_submit_proposal"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_9875db0871fa504db07d6ef79b1bed96", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_PROPOSAL_ID__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_PROPOSAL_ID__NUMBER__FLOAT.ce7aea08c5", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_9875db0871fa504db07d6ef79b1bed96.sql", "original_file_path": "models\\silver\\silver__governance_submit_proposal.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_PROPOSAL_ID__NUMBER__FLOAT", "alias": "governance_submit_proposal_PROPOSAL_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_submit_proposal"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_submit_proposal.yml\\dbt_expectations_expect_column_9875db0871fa504db07d6ef79b1bed96.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_9875db0871fa504db07d6ef79b1bed96"}, "created_at": 1670433256.1014545, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSAL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSAL_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'PROPOSAL_ID'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.governance_submit_proposal_PROPOSAL_ID", "column_name": "PROPOSAL_ID", "file_key_name": "models.silver__governance_submit_proposal"}, "test.osmosis_models.not_null_silver__governance_submit_proposal_PROPOSAL_TYPE.dbda3680fd": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "PROPOSAL_TYPE", "model": "{{ get_where_subquery(ref('silver__governance_submit_proposal')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_submit_proposal"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__governance_submit_proposal_PROPOSAL_TYPE"], "unique_id": "test.osmosis_models.not_null_silver__governance_submit_proposal_PROPOSAL_TYPE.dbda3680fd", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__governance_submit_proposal_PROPOSAL_TYPE.sql", "original_file_path": "models\\silver\\silver__governance_submit_proposal.yml", "name": "not_null_silver__governance_submit_proposal_PROPOSAL_TYPE", "alias": "governance_submit_proposal_PROPOSAL_TYPE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_submit_proposal"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_submit_proposal.yml\\not_null_silver__governance_submit_proposal_PROPOSAL_TYPE.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.1053712, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.governance_submit_proposal\nwhere PROPOSAL_TYPE is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.governance_submit_proposal_PROPOSAL_TYPE", "column_name": "PROPOSAL_TYPE", "file_key_name": "models.silver__governance_submit_proposal"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_PROPOSAL_TYPE__STRING__VARCHAR.ea3d5adceb": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_874f9b1d27d3716aae1189f52578de35\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "PROPOSAL_TYPE", "model": "{{ get_where_subquery(ref('silver__governance_submit_proposal')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_submit_proposal"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_874f9b1d27d3716aae1189f52578de35", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_PROPOSAL_TYPE__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_PROPOSAL_TYPE__STRING__VARCHAR.ea3d5adceb", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_874f9b1d27d3716aae1189f52578de35.sql", "original_file_path": "models\\silver\\silver__governance_submit_proposal.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_PROPOSAL_TYPE__STRING__VARCHAR", "alias": "governance_submit_proposal_PROPOSAL_TYPE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_submit_proposal"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_submit_proposal.yml\\dbt_expectations_expect_column_874f9b1d27d3716aae1189f52578de35.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_874f9b1d27d3716aae1189f52578de35"}, "created_at": 1670433256.1063685, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSAL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSAL_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'PROPOSAL_TYPE'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.governance_submit_proposal_PROPOSAL_TYPE", "column_name": "PROPOSAL_TYPE", "file_key_name": "models.silver__governance_submit_proposal"}, "test.osmosis_models.not_null_silver__governance_submit_proposal__INSERTED_TIMESTAMP.cfc79bcad1": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "_INSERTED_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__governance_submit_proposal')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_submit_proposal"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__governance_submit_proposal__INSERTED_TIMESTAMP"], "unique_id": "test.osmosis_models.not_null_silver__governance_submit_proposal__INSERTED_TIMESTAMP.cfc79bcad1", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__governance_submit_proposal__INSERTED_TIMESTAMP.sql", "original_file_path": "models\\silver\\silver__governance_submit_proposal.yml", "name": "not_null_silver__governance_submit_proposal__INSERTED_TIMESTAMP", "alias": "governance_submit_proposal", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_submit_proposal"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_submit_proposal.yml\\not_null_silver__governance_submit_proposal__INSERTED_TIMESTAMP.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.1105523, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.governance_submit_proposal\nwhere _INSERTED_TIMESTAMP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.governance_submit_proposal", "column_name": "_INSERTED_TIMESTAMP", "file_key_name": "models.silver__governance_submit_proposal"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.76862a64f3": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_799d5954aec804f8301a1a63e52a2c3a\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["TIMESTAMP_NTZ"], "column_name": "_INSERTED_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__governance_submit_proposal')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_submit_proposal"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_799d5954aec804f8301a1a63e52a2c3a", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal__INSERTED_TIMESTAMP__TIMESTAMP_NTZ"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.76862a64f3", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_799d5954aec804f8301a1a63e52a2c3a.sql", "original_file_path": "models\\silver\\silver__governance_submit_proposal.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal__INSERTED_TIMESTAMP__TIMESTAMP_NTZ", "alias": "governance_submit_proposal", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_submit_proposal"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_submit_proposal.yml\\dbt_expectations_expect_column_799d5954aec804f8301a1a63e52a2c3a.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_799d5954aec804f8301a1a63e52a2c3a"}, "created_at": 1670433256.111669, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSAL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSAL_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = '_INSERTED_TIMESTAMP'\n and\n relation_column_type not in ('TIMESTAMP_NTZ')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.governance_submit_proposal", "column_name": "_INSERTED_TIMESTAMP", "file_key_name": "models.silver__governance_submit_proposal"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__governance_submit_proposal_TX_ID.e7cadc9d82": {"raw_sql": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_a5925586cdec9264bffabb12eb6ae7de\") }}", "test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["TX_ID"], "model": "{{ get_where_subquery(ref('silver__governance_submit_proposal')) }}"}, "namespace": "dbt_utils"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_submit_proposal"]}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_a5925586cdec9264bffabb12eb6ae7de", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_utils_unique_combination_of_columns_silver", "fqn": ["osmosis_models", "silver", "dbt_utils_unique_combination_of_columns_silver__governance_submit_proposal_TX_ID"], "unique_id": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__governance_submit_proposal_TX_ID.e7cadc9d82", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_utils_unique_combination_o_a5925586cdec9264bffabb12eb6ae7de.sql", "original_file_path": "models\\silver\\silver__governance_submit_proposal.yml", "name": "dbt_utils_unique_combination_of_columns_silver__governance_submit_proposal_TX_ID", "alias": "governance_submit_proposal_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_submit_proposal"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_submit_proposal.yml\\dbt_utils_unique_combination_o_a5925586cdec9264bffabb12eb6ae7de.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_utils_unique_combination_o_a5925586cdec9264bffabb12eb6ae7de"}, "created_at": 1670433256.1155608, "compiled_sql": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n TX_ID\n from OSMOSIS_DEV.silver.governance_submit_proposal\n group by TX_ID\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_utils_unique_combination_of_columns_silver.governance_submit_proposal_TX_ID", "column_name": null, "file_key_name": "models.silver__governance_submit_proposal"}, "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_BLOCK_ID.5c8cb09743": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('silver__early_liquidity_provider_actions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__early_liquidity_provider_actions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__early_liquidity_provider_actions_BLOCK_ID"], "unique_id": "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_BLOCK_ID.5c8cb09743", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__early_liquidity_provider_actions_BLOCK_ID.sql", "original_file_path": "models\\silver\\silver__early_liquidity_provider_actions.yml", "name": "not_null_silver__early_liquidity_provider_actions_BLOCK_ID", "alias": "early_liquidity_provider_actions_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__early_liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__early_liquidity_provider_actions.yml\\not_null_silver__early_liquidity_provider_actions_BLOCK_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.1236444, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.early_liquidity_provider_actions\nwhere BLOCK_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.early_liquidity_provider_actions_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.silver__early_liquidity_provider_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_BLOCK_ID__NUMBER__FLOAT.92d6f9fa83": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_c950a18acd23cc9d819b114442aeb6bf\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('silver__early_liquidity_provider_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__early_liquidity_provider_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_c950a18acd23cc9d819b114442aeb6bf", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_BLOCK_ID__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_BLOCK_ID__NUMBER__FLOAT.92d6f9fa83", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_c950a18acd23cc9d819b114442aeb6bf.sql", "original_file_path": "models\\silver\\silver__early_liquidity_provider_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_BLOCK_ID__NUMBER__FLOAT", "alias": "early_liquidity_provider_actions_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__early_liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__early_liquidity_provider_actions.yml\\dbt_expectations_expect_column_c950a18acd23cc9d819b114442aeb6bf.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_c950a18acd23cc9d819b114442aeb6bf"}, "created_at": 1670433256.1246405, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LIQUIDITY_PROVIDER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('ARRAY' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCK_ID'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.early_liquidity_provider_actions_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.silver__early_liquidity_provider_actions"}, "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_BLOCK_TIMESTAMP.88837b828b": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}{{ config(alias=\"not_null_silver__early_liquidi_8e32b900311ceba43aabed8252e15cb5\") }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__early_liquidity_provider_actions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__early_liquidity_provider_actions"]}, "config": {"enabled": true, "alias": "not_null_silver__early_liquidi_8e32b900311ceba43aabed8252e15cb5", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__early_liquidity_provider_actions_BLOCK_TIMESTAMP"], "unique_id": "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_BLOCK_TIMESTAMP.88837b828b", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__early_liquidi_8e32b900311ceba43aabed8252e15cb5.sql", "original_file_path": "models\\silver\\silver__early_liquidity_provider_actions.yml", "name": "not_null_silver__early_liquidity_provider_actions_BLOCK_TIMESTAMP", "alias": "early_liquidity_provider_actions_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__early_liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__early_liquidity_provider_actions.yml\\not_null_silver__early_liquidi_8e32b900311ceba43aabed8252e15cb5.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "not_null_silver__early_liquidi_8e32b900311ceba43aabed8252e15cb5"}, "created_at": 1670433256.1298518, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.early_liquidity_provider_actions\nwhere BLOCK_TIMESTAMP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.early_liquidity_provider_actions_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__early_liquidity_provider_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.8bb804ba79": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_a8e3f2fa35e03e3a48b809f7243ffbc8\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["TIMESTAMP_NTZ"], "column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__early_liquidity_provider_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__early_liquidity_provider_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_a8e3f2fa35e03e3a48b809f7243ffbc8", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_BLOCK_TIMESTAMP__TIMESTAMP_NTZ"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.8bb804ba79", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_a8e3f2fa35e03e3a48b809f7243ffbc8.sql", "original_file_path": "models\\silver\\silver__early_liquidity_provider_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_BLOCK_TIMESTAMP__TIMESTAMP_NTZ", "alias": "early_liquidity_provider_actions_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__early_liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__early_liquidity_provider_actions.yml\\dbt_expectations_expect_column_a8e3f2fa35e03e3a48b809f7243ffbc8.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_a8e3f2fa35e03e3a48b809f7243ffbc8"}, "created_at": 1670433256.1318512, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LIQUIDITY_PROVIDER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('ARRAY' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCK_TIMESTAMP'\n and\n relation_column_type not in ('TIMESTAMP_NTZ')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.early_liquidity_provider_actions_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__early_liquidity_provider_actions"}, "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_BLOCKCHAIN.70ef02ef19": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('silver__early_liquidity_provider_actions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__early_liquidity_provider_actions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__early_liquidity_provider_actions_BLOCKCHAIN"], "unique_id": "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_BLOCKCHAIN.70ef02ef19", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__early_liquidity_provider_actions_BLOCKCHAIN.sql", "original_file_path": "models\\silver\\silver__early_liquidity_provider_actions.yml", "name": "not_null_silver__early_liquidity_provider_actions_BLOCKCHAIN", "alias": "early_liquidity_provider_actions_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__early_liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__early_liquidity_provider_actions.yml\\not_null_silver__early_liquidity_provider_actions_BLOCKCHAIN.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.1358535, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.early_liquidity_provider_actions\nwhere BLOCKCHAIN is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.early_liquidity_provider_actions_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.silver__early_liquidity_provider_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_BLOCKCHAIN__STRING__VARCHAR.6de58a061d": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_8c74bf89be03c4facc1a83bda3fb4f65\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('silver__early_liquidity_provider_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__early_liquidity_provider_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_8c74bf89be03c4facc1a83bda3fb4f65", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_BLOCKCHAIN__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_BLOCKCHAIN__STRING__VARCHAR.6de58a061d", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_8c74bf89be03c4facc1a83bda3fb4f65.sql", "original_file_path": "models\\silver\\silver__early_liquidity_provider_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_BLOCKCHAIN__STRING__VARCHAR", "alias": "early_liquidity_provider_actions_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__early_liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__early_liquidity_provider_actions.yml\\dbt_expectations_expect_column_8c74bf89be03c4facc1a83bda3fb4f65.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_8c74bf89be03c4facc1a83bda3fb4f65"}, "created_at": 1670433256.1388514, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LIQUIDITY_PROVIDER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('ARRAY' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCKCHAIN'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.early_liquidity_provider_actions_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.silver__early_liquidity_provider_actions"}, "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_CHAIN_ID.1827bcd45c": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('silver__early_liquidity_provider_actions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__early_liquidity_provider_actions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__early_liquidity_provider_actions_CHAIN_ID"], "unique_id": "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_CHAIN_ID.1827bcd45c", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__early_liquidity_provider_actions_CHAIN_ID.sql", "original_file_path": "models\\silver\\silver__early_liquidity_provider_actions.yml", "name": "not_null_silver__early_liquidity_provider_actions_CHAIN_ID", "alias": "early_liquidity_provider_actions_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__early_liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__early_liquidity_provider_actions.yml\\not_null_silver__early_liquidity_provider_actions_CHAIN_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.1448488, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.early_liquidity_provider_actions\nwhere CHAIN_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.early_liquidity_provider_actions_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.silver__early_liquidity_provider_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_CHAIN_ID__STRING__VARCHAR.2224ec2817": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_61bf4a4a8c49cea707501e2b71000dab\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('silver__early_liquidity_provider_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__early_liquidity_provider_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_61bf4a4a8c49cea707501e2b71000dab", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_CHAIN_ID__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_CHAIN_ID__STRING__VARCHAR.2224ec2817", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_61bf4a4a8c49cea707501e2b71000dab.sql", "original_file_path": "models\\silver\\silver__early_liquidity_provider_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_CHAIN_ID__STRING__VARCHAR", "alias": "early_liquidity_provider_actions_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__early_liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__early_liquidity_provider_actions.yml\\dbt_expectations_expect_column_61bf4a4a8c49cea707501e2b71000dab.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_61bf4a4a8c49cea707501e2b71000dab"}, "created_at": 1670433256.1475663, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LIQUIDITY_PROVIDER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('ARRAY' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'CHAIN_ID'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.early_liquidity_provider_actions_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.silver__early_liquidity_provider_actions"}, "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_TX_ID.02c860572b": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "TX_ID", "model": "{{ get_where_subquery(ref('silver__early_liquidity_provider_actions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__early_liquidity_provider_actions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__early_liquidity_provider_actions_TX_ID"], "unique_id": "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_TX_ID.02c860572b", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__early_liquidity_provider_actions_TX_ID.sql", "original_file_path": "models\\silver\\silver__early_liquidity_provider_actions.yml", "name": "not_null_silver__early_liquidity_provider_actions_TX_ID", "alias": "early_liquidity_provider_actions_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__early_liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__early_liquidity_provider_actions.yml\\not_null_silver__early_liquidity_provider_actions_TX_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.1557767, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.early_liquidity_provider_actions\nwhere TX_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.early_liquidity_provider_actions_TX_ID", "column_name": "TX_ID", "file_key_name": "models.silver__early_liquidity_provider_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_TX_ID__STRING__VARCHAR.759e840564": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_4ac9a8abd7832230c3fdc0d5895fcfca\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "TX_ID", "model": "{{ get_where_subquery(ref('silver__early_liquidity_provider_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__early_liquidity_provider_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_4ac9a8abd7832230c3fdc0d5895fcfca", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_TX_ID__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_TX_ID__STRING__VARCHAR.759e840564", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_4ac9a8abd7832230c3fdc0d5895fcfca.sql", "original_file_path": "models\\silver\\silver__early_liquidity_provider_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_TX_ID__STRING__VARCHAR", "alias": "early_liquidity_provider_actions_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__early_liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__early_liquidity_provider_actions.yml\\dbt_expectations_expect_column_4ac9a8abd7832230c3fdc0d5895fcfca.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_4ac9a8abd7832230c3fdc0d5895fcfca"}, "created_at": 1670433256.1567767, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LIQUIDITY_PROVIDER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('ARRAY' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'TX_ID'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.early_liquidity_provider_actions_TX_ID", "column_name": "TX_ID", "file_key_name": "models.silver__early_liquidity_provider_actions"}, "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_TX_STATUS.bef7ced5c0": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "TX_STATUS", "model": "{{ get_where_subquery(ref('silver__early_liquidity_provider_actions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__early_liquidity_provider_actions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__early_liquidity_provider_actions_TX_STATUS"], "unique_id": "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_TX_STATUS.bef7ced5c0", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__early_liquidity_provider_actions_TX_STATUS.sql", "original_file_path": "models\\silver\\silver__early_liquidity_provider_actions.yml", "name": "not_null_silver__early_liquidity_provider_actions_TX_STATUS", "alias": "early_liquidity_provider_actions_TX_STATUS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__early_liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__early_liquidity_provider_actions.yml\\not_null_silver__early_liquidity_provider_actions_TX_STATUS.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.16179, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.early_liquidity_provider_actions\nwhere TX_STATUS is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.early_liquidity_provider_actions_TX_STATUS", "column_name": "TX_STATUS", "file_key_name": "models.silver__early_liquidity_provider_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_TX_STATUS__STRING__VARCHAR.59a6958177": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_2e7d96798892bf3178018ed68eb6a0c6\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "TX_STATUS", "model": "{{ get_where_subquery(ref('silver__early_liquidity_provider_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__early_liquidity_provider_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_2e7d96798892bf3178018ed68eb6a0c6", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_TX_STATUS__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_TX_STATUS__STRING__VARCHAR.59a6958177", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_2e7d96798892bf3178018ed68eb6a0c6.sql", "original_file_path": "models\\silver\\silver__early_liquidity_provider_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_TX_STATUS__STRING__VARCHAR", "alias": "early_liquidity_provider_actions_TX_STATUS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__early_liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__early_liquidity_provider_actions.yml\\dbt_expectations_expect_column_2e7d96798892bf3178018ed68eb6a0c6.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_2e7d96798892bf3178018ed68eb6a0c6"}, "created_at": 1670433256.163731, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LIQUIDITY_PROVIDER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('ARRAY' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'TX_STATUS'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.early_liquidity_provider_actions_TX_STATUS", "column_name": "TX_STATUS", "file_key_name": "models.silver__early_liquidity_provider_actions"}, "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS.ec1a91e35f": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}{{ config(alias=\"not_null_silver__early_liquidi_6fed53da9f9d3c7c73dac7b384477e26\") }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "LIQUIDITY_PROVIDER_ADDRESS", "model": "{{ get_where_subquery(ref('silver__early_liquidity_provider_actions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__early_liquidity_provider_actions"]}, "config": {"enabled": true, "alias": "not_null_silver__early_liquidi_6fed53da9f9d3c7c73dac7b384477e26", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__early_liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS"], "unique_id": "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS.ec1a91e35f", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__early_liquidi_6fed53da9f9d3c7c73dac7b384477e26.sql", "original_file_path": "models\\silver\\silver__early_liquidity_provider_actions.yml", "name": "not_null_silver__early_liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS", "alias": "early_liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__early_liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__early_liquidity_provider_actions.yml\\not_null_silver__early_liquidi_6fed53da9f9d3c7c73dac7b384477e26.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "not_null_silver__early_liquidi_6fed53da9f9d3c7c73dac7b384477e26"}, "created_at": 1670433256.1727607, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.early_liquidity_provider_actions\nwhere LIQUIDITY_PROVIDER_ADDRESS is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.early_liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS", "column_name": "LIQUIDITY_PROVIDER_ADDRESS", "file_key_name": "models.silver__early_liquidity_provider_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS__STRING__VARCHAR.095fc803e9": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_615c699e60f20eed3c55e7f0d81f0347\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "LIQUIDITY_PROVIDER_ADDRESS", "model": "{{ get_where_subquery(ref('silver__early_liquidity_provider_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__early_liquidity_provider_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_615c699e60f20eed3c55e7f0d81f0347", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS__STRING__VARCHAR.095fc803e9", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_615c699e60f20eed3c55e7f0d81f0347.sql", "original_file_path": "models\\silver\\silver__early_liquidity_provider_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS__STRING__VARCHAR", "alias": "early_liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__early_liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__early_liquidity_provider_actions.yml\\dbt_expectations_expect_column_615c699e60f20eed3c55e7f0d81f0347.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_615c699e60f20eed3c55e7f0d81f0347"}, "created_at": 1670433256.216139, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LIQUIDITY_PROVIDER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('ARRAY' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'LIQUIDITY_PROVIDER_ADDRESS'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.early_liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS", "column_name": "LIQUIDITY_PROVIDER_ADDRESS", "file_key_name": "models.silver__early_liquidity_provider_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__early_liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS__osmo1_0_9a_z_38_38_.2599354aaa": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_match_regex(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_85a8c5f30bf1d6a65052df7ed5547103\") }}", "test_metadata": {"name": "expect_column_values_to_match_regex", "kwargs": {"regex": "osmo1[0-9a-z]{38,38}", "column_name": "LIQUIDITY_PROVIDER_ADDRESS", "model": "{{ get_where_subquery(ref('silver__early_liquidity_provider_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_match_regex", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__early_liquidity_provider_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_85a8c5f30bf1d6a65052df7ed5547103", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_match_regex_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_match_regex_silver__early_liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS__osmo1_0_9a_z_38_38_"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__early_liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS__osmo1_0_9a_z_38_38_.2599354aaa", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_85a8c5f30bf1d6a65052df7ed5547103.sql", "original_file_path": "models\\silver\\silver__early_liquidity_provider_actions.yml", "name": "dbt_expectations_expect_column_values_to_match_regex_silver__early_liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS__osmo1_0_9a_z_38_38_", "alias": "early_liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__early_liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__early_liquidity_provider_actions.yml\\dbt_expectations_expect_column_85a8c5f30bf1d6a65052df7ed5547103.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_85a8c5f30bf1d6a65052df7ed5547103"}, "created_at": 1670433256.2290294, "compiled_sql": "\n\n\n\n\n with grouped_expression as (\n select\n \n \n \n \n\n\n \nregexp_instr(LIQUIDITY_PROVIDER_ADDRESS, 'osmo1[0-9a-z]{38,38}', 1, 1)\n\n\n > 0\n as expression\n\n\n from OSMOSIS_DEV.silver.early_liquidity_provider_actions\n \n\n),\nvalidation_errors as (\n\n select\n *\n from\n grouped_expression\n where\n not(expression = true)\n\n)\n\nselect *\nfrom validation_errors\n\n\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_match_regex_silver.early_liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS", "column_name": "LIQUIDITY_PROVIDER_ADDRESS", "file_key_name": "models.silver__early_liquidity_provider_actions"}, "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_ACTION.489926bcf5": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "ACTION", "model": "{{ get_where_subquery(ref('silver__early_liquidity_provider_actions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__early_liquidity_provider_actions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__early_liquidity_provider_actions_ACTION"], "unique_id": "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_ACTION.489926bcf5", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__early_liquidity_provider_actions_ACTION.sql", "original_file_path": "models\\silver\\silver__early_liquidity_provider_actions.yml", "name": "not_null_silver__early_liquidity_provider_actions_ACTION", "alias": "early_liquidity_provider_actions_ACTION", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__early_liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__early_liquidity_provider_actions.yml\\not_null_silver__early_liquidity_provider_actions_ACTION.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.2400217, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.early_liquidity_provider_actions\nwhere ACTION is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.early_liquidity_provider_actions_ACTION", "column_name": "ACTION", "file_key_name": "models.silver__early_liquidity_provider_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_ACTION__STRING__VARCHAR.3060882c54": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_419cc6341b9dda3c20e01041fe7dde6b\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "ACTION", "model": "{{ get_where_subquery(ref('silver__early_liquidity_provider_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__early_liquidity_provider_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_419cc6341b9dda3c20e01041fe7dde6b", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_ACTION__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_ACTION__STRING__VARCHAR.3060882c54", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_419cc6341b9dda3c20e01041fe7dde6b.sql", "original_file_path": "models\\silver\\silver__early_liquidity_provider_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_ACTION__STRING__VARCHAR", "alias": "early_liquidity_provider_actions_ACTION", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__early_liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__early_liquidity_provider_actions.yml\\dbt_expectations_expect_column_419cc6341b9dda3c20e01041fe7dde6b.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_419cc6341b9dda3c20e01041fe7dde6b"}, "created_at": 1670433256.2430198, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LIQUIDITY_PROVIDER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('ARRAY' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'ACTION'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.early_liquidity_provider_actions_ACTION", "column_name": "ACTION", "file_key_name": "models.silver__early_liquidity_provider_actions"}, "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_POOL_ID.b8081075e8": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "POOL_ID", "model": "{{ get_where_subquery(ref('silver__early_liquidity_provider_actions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__early_liquidity_provider_actions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__early_liquidity_provider_actions_POOL_ID"], "unique_id": "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_POOL_ID.b8081075e8", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__early_liquidity_provider_actions_POOL_ID.sql", "original_file_path": "models\\silver\\silver__early_liquidity_provider_actions.yml", "name": "not_null_silver__early_liquidity_provider_actions_POOL_ID", "alias": "early_liquidity_provider_actions_POOL_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__early_liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__early_liquidity_provider_actions.yml\\not_null_silver__early_liquidity_provider_actions_POOL_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.2564726, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.early_liquidity_provider_actions\nwhere POOL_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.early_liquidity_provider_actions_POOL_ID", "column_name": "POOL_ID", "file_key_name": "models.silver__early_liquidity_provider_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_POOL_ID__ARRAY.3d9ded5e5e": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_87087ada448a3c3064fa6b4de7edb482\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["ARRAY"], "column_name": "POOL_ID", "model": "{{ get_where_subquery(ref('silver__early_liquidity_provider_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__early_liquidity_provider_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_87087ada448a3c3064fa6b4de7edb482", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_POOL_ID__ARRAY"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_POOL_ID__ARRAY.3d9ded5e5e", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_87087ada448a3c3064fa6b4de7edb482.sql", "original_file_path": "models\\silver\\silver__early_liquidity_provider_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_POOL_ID__ARRAY", "alias": "early_liquidity_provider_actions_POOL_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__early_liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__early_liquidity_provider_actions.yml\\dbt_expectations_expect_column_87087ada448a3c3064fa6b4de7edb482.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_87087ada448a3c3064fa6b4de7edb482"}, "created_at": 1670433256.2602105, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LIQUIDITY_PROVIDER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('ARRAY' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'POOL_ID'\n and\n relation_column_type not in ('ARRAY')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.early_liquidity_provider_actions_POOL_ID", "column_name": "POOL_ID", "file_key_name": "models.silver__early_liquidity_provider_actions"}, "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_AMOUNT.ba81291ef5": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "AMOUNT", "model": "{{ get_where_subquery(ref('silver__early_liquidity_provider_actions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__early_liquidity_provider_actions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__early_liquidity_provider_actions_AMOUNT"], "unique_id": "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_AMOUNT.ba81291ef5", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__early_liquidity_provider_actions_AMOUNT.sql", "original_file_path": "models\\silver\\silver__early_liquidity_provider_actions.yml", "name": "not_null_silver__early_liquidity_provider_actions_AMOUNT", "alias": "early_liquidity_provider_actions_AMOUNT", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__early_liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__early_liquidity_provider_actions.yml\\not_null_silver__early_liquidity_provider_actions_AMOUNT.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.269633, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.early_liquidity_provider_actions\nwhere AMOUNT is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.early_liquidity_provider_actions_AMOUNT", "column_name": "AMOUNT", "file_key_name": "models.silver__early_liquidity_provider_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_AMOUNT__NUMBER__FLOAT.2f4582445e": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_76ac37a7fef0307e1f1ba76552d97d01\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "AMOUNT", "model": "{{ get_where_subquery(ref('silver__early_liquidity_provider_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__early_liquidity_provider_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_76ac37a7fef0307e1f1ba76552d97d01", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_AMOUNT__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_AMOUNT__NUMBER__FLOAT.2f4582445e", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_76ac37a7fef0307e1f1ba76552d97d01.sql", "original_file_path": "models\\silver\\silver__early_liquidity_provider_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_AMOUNT__NUMBER__FLOAT", "alias": "early_liquidity_provider_actions_AMOUNT", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__early_liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__early_liquidity_provider_actions.yml\\dbt_expectations_expect_column_76ac37a7fef0307e1f1ba76552d97d01.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_76ac37a7fef0307e1f1ba76552d97d01"}, "created_at": 1670433256.2716312, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LIQUIDITY_PROVIDER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('ARRAY' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'AMOUNT'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.early_liquidity_provider_actions_AMOUNT", "column_name": "AMOUNT", "file_key_name": "models.silver__early_liquidity_provider_actions"}, "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_CURRENCY.42cabee685": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "CURRENCY", "model": "{{ get_where_subquery(ref('silver__early_liquidity_provider_actions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__early_liquidity_provider_actions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__early_liquidity_provider_actions_CURRENCY"], "unique_id": "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_CURRENCY.42cabee685", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__early_liquidity_provider_actions_CURRENCY.sql", "original_file_path": "models\\silver\\silver__early_liquidity_provider_actions.yml", "name": "not_null_silver__early_liquidity_provider_actions_CURRENCY", "alias": "early_liquidity_provider_actions_CURRENCY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__early_liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__early_liquidity_provider_actions.yml\\not_null_silver__early_liquidity_provider_actions_CURRENCY.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.2766309, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.early_liquidity_provider_actions\nwhere CURRENCY is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.early_liquidity_provider_actions_CURRENCY", "column_name": "CURRENCY", "file_key_name": "models.silver__early_liquidity_provider_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_CURRENCY__STRING__VARCHAR.6232819f74": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_2dd7d277893182e5e7b8cc502b6640f3\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "CURRENCY", "model": "{{ get_where_subquery(ref('silver__early_liquidity_provider_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__early_liquidity_provider_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_2dd7d277893182e5e7b8cc502b6640f3", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_CURRENCY__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_CURRENCY__STRING__VARCHAR.6232819f74", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_2dd7d277893182e5e7b8cc502b6640f3.sql", "original_file_path": "models\\silver\\silver__early_liquidity_provider_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_CURRENCY__STRING__VARCHAR", "alias": "early_liquidity_provider_actions_CURRENCY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__early_liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__early_liquidity_provider_actions.yml\\dbt_expectations_expect_column_2dd7d277893182e5e7b8cc502b6640f3.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_2dd7d277893182e5e7b8cc502b6640f3"}, "created_at": 1670433256.2786314, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LIQUIDITY_PROVIDER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('ARRAY' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'CURRENCY'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.early_liquidity_provider_actions_CURRENCY", "column_name": "CURRENCY", "file_key_name": "models.silver__early_liquidity_provider_actions"}, "test.osmosis_models.not_null_silver__early_liquidity_provider_actions__INSERTED_TIMESTAMP.5156a0041a": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}{{ config(alias=\"not_null_silver__early_liquidi_ef5b5dfd27405cf17515f08b055abfe2\") }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "_INSERTED_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__early_liquidity_provider_actions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__early_liquidity_provider_actions"]}, "config": {"enabled": true, "alias": "not_null_silver__early_liquidi_ef5b5dfd27405cf17515f08b055abfe2", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__early_liquidity_provider_actions__INSERTED_TIMESTAMP"], "unique_id": "test.osmosis_models.not_null_silver__early_liquidity_provider_actions__INSERTED_TIMESTAMP.5156a0041a", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__early_liquidi_ef5b5dfd27405cf17515f08b055abfe2.sql", "original_file_path": "models\\silver\\silver__early_liquidity_provider_actions.yml", "name": "not_null_silver__early_liquidity_provider_actions__INSERTED_TIMESTAMP", "alias": "early_liquidity_provider_actions", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__early_liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__early_liquidity_provider_actions.yml\\not_null_silver__early_liquidi_ef5b5dfd27405cf17515f08b055abfe2.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "not_null_silver__early_liquidi_ef5b5dfd27405cf17515f08b055abfe2"}, "created_at": 1670433256.285988, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.early_liquidity_provider_actions\nwhere _INSERTED_TIMESTAMP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.early_liquidity_provider_actions", "column_name": "_INSERTED_TIMESTAMP", "file_key_name": "models.silver__early_liquidity_provider_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.3f7ce6d42f": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_6b591e70d55c700decd3758b317e84fb\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["TIMESTAMP_NTZ"], "column_name": "_INSERTED_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__early_liquidity_provider_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__early_liquidity_provider_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_6b591e70d55c700decd3758b317e84fb", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions__INSERTED_TIMESTAMP__TIMESTAMP_NTZ"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.3f7ce6d42f", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_6b591e70d55c700decd3758b317e84fb.sql", "original_file_path": "models\\silver\\silver__early_liquidity_provider_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions__INSERTED_TIMESTAMP__TIMESTAMP_NTZ", "alias": "early_liquidity_provider_actions", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__early_liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__early_liquidity_provider_actions.yml\\dbt_expectations_expect_column_6b591e70d55c700decd3758b317e84fb.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_6b591e70d55c700decd3758b317e84fb"}, "created_at": 1670433256.2880282, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LIQUIDITY_PROVIDER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('ARRAY' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = '_INSERTED_TIMESTAMP'\n and\n relation_column_type not in ('TIMESTAMP_NTZ')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.early_liquidity_provider_actions", "column_name": "_INSERTED_TIMESTAMP", "file_key_name": "models.silver__early_liquidity_provider_actions"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__early_liquidity_provider_actions_TX_ID__MSG_INDEX__CURRENCY.108215e9e9": {"raw_sql": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_3997ec80b5b03d884ca5e54ae73ba283\") }}", "test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["TX_ID", "MSG_INDEX", "CURRENCY"], "model": "{{ get_where_subquery(ref('silver__early_liquidity_provider_actions')) }}"}, "namespace": "dbt_utils"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__early_liquidity_provider_actions"]}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_3997ec80b5b03d884ca5e54ae73ba283", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_utils_unique_combination_of_columns_silver", "fqn": ["osmosis_models", "silver", "dbt_utils_unique_combination_of_columns_silver__early_liquidity_provider_actions_TX_ID__MSG_INDEX__CURRENCY"], "unique_id": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__early_liquidity_provider_actions_TX_ID__MSG_INDEX__CURRENCY.108215e9e9", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_utils_unique_combination_o_3997ec80b5b03d884ca5e54ae73ba283.sql", "original_file_path": "models\\silver\\silver__early_liquidity_provider_actions.yml", "name": "dbt_utils_unique_combination_of_columns_silver__early_liquidity_provider_actions_TX_ID__MSG_INDEX__CURRENCY", "alias": "early_liquidity_provider_actions_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__early_liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__early_liquidity_provider_actions.yml\\dbt_utils_unique_combination_o_3997ec80b5b03d884ca5e54ae73ba283.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_utils_unique_combination_o_3997ec80b5b03d884ca5e54ae73ba283"}, "created_at": 1670433256.2930045, "compiled_sql": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n TX_ID, MSG_INDEX, CURRENCY\n from OSMOSIS_DEV.silver.early_liquidity_provider_actions\n group by TX_ID, MSG_INDEX, CURRENCY\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_utils_unique_combination_of_columns_silver.early_liquidity_provider_actions_TX_ID", "column_name": null, "file_key_name": "models.silver__early_liquidity_provider_actions"}, "test.osmosis_models.not_null_silver__msg_attributes_BLOCK_ID.73b2e37ccf": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('silver__msg_attributes')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__msg_attributes"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__msg_attributes_BLOCK_ID"], "unique_id": "test.osmosis_models.not_null_silver__msg_attributes_BLOCK_ID.73b2e37ccf", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__msg_attributes_BLOCK_ID.sql", "original_file_path": "models\\silver\\silver__msg_attributes.yml", "name": "not_null_silver__msg_attributes_BLOCK_ID", "alias": "msg_attributes_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__msg_attributes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__msg_attributes.yml\\not_null_silver__msg_attributes_BLOCK_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.4966881, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.msg_attributes\nwhere BLOCK_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.msg_attributes_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.silver__msg_attributes"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_BLOCK_ID__NUMBER__FLOAT.f13be7abb1": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_efe82c7be91b1b413fbb73b28d2e0191\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('silver__msg_attributes')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__msg_attributes"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_efe82c7be91b1b413fbb73b28d2e0191", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_BLOCK_ID__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_BLOCK_ID__NUMBER__FLOAT.f13be7abb1", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_efe82c7be91b1b413fbb73b28d2e0191.sql", "original_file_path": "models\\silver\\silver__msg_attributes.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_BLOCK_ID__NUMBER__FLOAT", "alias": "msg_attributes_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__msg_attributes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__msg_attributes.yml\\dbt_expectations_expect_column_efe82c7be91b1b413fbb73b28d2e0191.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_efe82c7be91b1b413fbb73b28d2e0191"}, "created_at": 1670433256.4987998, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_SUB_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ATTRIBUTE_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ATTRIBUTE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ATTRIBUTE_VALUE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCK_ID'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.msg_attributes_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.silver__msg_attributes"}, "test.osmosis_models.not_null_silver__msg_attributes_BLOCK_TIMESTAMP.ef8fb181e9": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__msg_attributes')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__msg_attributes"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__msg_attributes_BLOCK_TIMESTAMP"], "unique_id": "test.osmosis_models.not_null_silver__msg_attributes_BLOCK_TIMESTAMP.ef8fb181e9", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__msg_attributes_BLOCK_TIMESTAMP.sql", "original_file_path": "models\\silver\\silver__msg_attributes.yml", "name": "not_null_silver__msg_attributes_BLOCK_TIMESTAMP", "alias": "msg_attributes_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__msg_attributes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__msg_attributes.yml\\not_null_silver__msg_attributes_BLOCK_TIMESTAMP.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.5040684, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.msg_attributes\nwhere BLOCK_TIMESTAMP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.msg_attributes_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__msg_attributes"}, "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__msg_attributes_BLOCK_TIMESTAMP__day__1.e267a0033b": {"raw_sql": "{{ dbt_expectations.test_expect_row_values_to_have_recent_data(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_row_va_a808db0b93a04feecab6760cc9838acf\") }}", "test_metadata": {"name": "expect_row_values_to_have_recent_data", "kwargs": {"datepart": "day", "interval": 1, "column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__msg_attributes')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_row_values_to_have_recent_data", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__msg_attributes"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_row_va_a808db0b93a04feecab6760cc9838acf", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_row_values_to_have_recent_data_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_row_values_to_have_recent_data_silver__msg_attributes_BLOCK_TIMESTAMP__day__1"], "unique_id": "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__msg_attributes_BLOCK_TIMESTAMP__day__1.e267a0033b", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_row_va_a808db0b93a04feecab6760cc9838acf.sql", "original_file_path": "models\\silver\\silver__msg_attributes.yml", "name": "dbt_expectations_expect_row_values_to_have_recent_data_silver__msg_attributes_BLOCK_TIMESTAMP__day__1", "alias": "msg_attributes_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__msg_attributes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__msg_attributes.yml\\dbt_expectations_expect_row_va_a808db0b93a04feecab6760cc9838acf.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_row_va_a808db0b93a04feecab6760cc9838acf"}, "created_at": 1670433256.5050676, "compiled_sql": "\n\n with max_recency as (\n\n select max(cast(BLOCK_TIMESTAMP as \n timestamp_ntz\n)) as max_timestamp\n from\n OSMOSIS_DEV.silver.msg_attributes\n where\n -- to exclude erroneous future dates\n cast(BLOCK_TIMESTAMP as \n timestamp_ntz\n) <= cast(convert_timezone('UTC', 'GMT', \n current_timestamp::\n timestamp_ntz\n\n) as \n timestamp_ntz\n)\n \n)\nselect\n *\nfrom\n max_recency\nwhere\n -- if the row_condition excludes all rows, we need to compare against a default date\n -- to avoid false negatives\n coalesce(max_timestamp, cast('1970-01-01' as \n timestamp_ntz\n))\n <\n cast(\n\n dateadd(\n day,\n -1,\n cast(convert_timezone('UTC', 'GMT', \n current_timestamp::\n timestamp_ntz\n\n) as \n timestamp_ntz\n)\n )\n\n as \n timestamp_ntz\n)\n\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_row_values_to_have_recent_data_silver.msg_attributes_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__msg_attributes"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.683e76fd93": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_55e6bbe28faf0c3e3d095ad6d9901cc8\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["TIMESTAMP_NTZ"], "column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__msg_attributes')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__msg_attributes"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_55e6bbe28faf0c3e3d095ad6d9901cc8", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_BLOCK_TIMESTAMP__TIMESTAMP_NTZ"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.683e76fd93", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_55e6bbe28faf0c3e3d095ad6d9901cc8.sql", "original_file_path": "models\\silver\\silver__msg_attributes.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_BLOCK_TIMESTAMP__TIMESTAMP_NTZ", "alias": "msg_attributes_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__msg_attributes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__msg_attributes.yml\\dbt_expectations_expect_column_55e6bbe28faf0c3e3d095ad6d9901cc8.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_55e6bbe28faf0c3e3d095ad6d9901cc8"}, "created_at": 1670433256.5100672, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_SUB_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ATTRIBUTE_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ATTRIBUTE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ATTRIBUTE_VALUE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCK_TIMESTAMP'\n and\n relation_column_type not in ('TIMESTAMP_NTZ')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.msg_attributes_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__msg_attributes"}, "test.osmosis_models.not_null_silver__msg_attributes_CHAIN_ID.000bd705a4": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('silver__msg_attributes')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__msg_attributes"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__msg_attributes_CHAIN_ID"], "unique_id": "test.osmosis_models.not_null_silver__msg_attributes_CHAIN_ID.000bd705a4", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__msg_attributes_CHAIN_ID.sql", "original_file_path": "models\\silver\\silver__msg_attributes.yml", "name": "not_null_silver__msg_attributes_CHAIN_ID", "alias": "msg_attributes_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__msg_attributes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__msg_attributes.yml\\not_null_silver__msg_attributes_CHAIN_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.5140672, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.msg_attributes\nwhere CHAIN_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.msg_attributes_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.silver__msg_attributes"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_CHAIN_ID__STRING__VARCHAR.10f84b6d48": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_12643b7d30d1d94667f2ae08c20f863b\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('silver__msg_attributes')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__msg_attributes"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_12643b7d30d1d94667f2ae08c20f863b", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_CHAIN_ID__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_CHAIN_ID__STRING__VARCHAR.10f84b6d48", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_12643b7d30d1d94667f2ae08c20f863b.sql", "original_file_path": "models\\silver\\silver__msg_attributes.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_CHAIN_ID__STRING__VARCHAR", "alias": "msg_attributes_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__msg_attributes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__msg_attributes.yml\\dbt_expectations_expect_column_12643b7d30d1d94667f2ae08c20f863b.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_12643b7d30d1d94667f2ae08c20f863b"}, "created_at": 1670433256.5160418, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_SUB_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ATTRIBUTE_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ATTRIBUTE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ATTRIBUTE_VALUE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'CHAIN_ID'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.msg_attributes_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.silver__msg_attributes"}, "test.osmosis_models.not_null_silver__msg_attributes_TX_ID.34f30240c0": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "TX_ID", "model": "{{ get_where_subquery(ref('silver__msg_attributes')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__msg_attributes"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__msg_attributes_TX_ID"], "unique_id": "test.osmosis_models.not_null_silver__msg_attributes_TX_ID.34f30240c0", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__msg_attributes_TX_ID.sql", "original_file_path": "models\\silver\\silver__msg_attributes.yml", "name": "not_null_silver__msg_attributes_TX_ID", "alias": "msg_attributes_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__msg_attributes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__msg_attributes.yml\\not_null_silver__msg_attributes_TX_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.5200682, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.msg_attributes\nwhere TX_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.msg_attributes_TX_ID", "column_name": "TX_ID", "file_key_name": "models.silver__msg_attributes"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_TX_ID__STRING__VARCHAR.f3a5b084a1": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_39cd8196f183cb993be2e6d4a8a38b80\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "TX_ID", "model": "{{ get_where_subquery(ref('silver__msg_attributes')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__msg_attributes"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_39cd8196f183cb993be2e6d4a8a38b80", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_TX_ID__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_TX_ID__STRING__VARCHAR.f3a5b084a1", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_39cd8196f183cb993be2e6d4a8a38b80.sql", "original_file_path": "models\\silver\\silver__msg_attributes.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_TX_ID__STRING__VARCHAR", "alias": "msg_attributes_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__msg_attributes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__msg_attributes.yml\\dbt_expectations_expect_column_39cd8196f183cb993be2e6d4a8a38b80.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_39cd8196f183cb993be2e6d4a8a38b80"}, "created_at": 1670433256.5220685, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_SUB_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ATTRIBUTE_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ATTRIBUTE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ATTRIBUTE_VALUE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'TX_ID'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.msg_attributes_TX_ID", "column_name": "TX_ID", "file_key_name": "models.silver__msg_attributes"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_MSG_GROUP__NUMBER__FLOAT.3ff8ce7ee1": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_ed1635c0ddf306788271bff3c0d0cf20\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "MSG_GROUP", "model": "{{ get_where_subquery(ref('silver__msg_attributes')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__msg_attributes"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_ed1635c0ddf306788271bff3c0d0cf20", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_MSG_GROUP__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_MSG_GROUP__NUMBER__FLOAT.3ff8ce7ee1", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_ed1635c0ddf306788271bff3c0d0cf20.sql", "original_file_path": "models\\silver\\silver__msg_attributes.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_MSG_GROUP__NUMBER__FLOAT", "alias": "msg_attributes_MSG_GROUP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__msg_attributes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__msg_attributes.yml\\dbt_expectations_expect_column_ed1635c0ddf306788271bff3c0d0cf20.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_ed1635c0ddf306788271bff3c0d0cf20"}, "created_at": 1670433256.5251236, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_SUB_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ATTRIBUTE_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ATTRIBUTE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ATTRIBUTE_VALUE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'MSG_GROUP'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.msg_attributes_MSG_GROUP", "column_name": "MSG_GROUP", "file_key_name": "models.silver__msg_attributes"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_MSG_SUB_GROUP__NUMBER__FLOAT.ffdfeb6ce8": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_63d96ef0480cccadb6f3ddb5706cbd0b\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "MSG_SUB_GROUP", "model": "{{ get_where_subquery(ref('silver__msg_attributes')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__msg_attributes"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_63d96ef0480cccadb6f3ddb5706cbd0b", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_MSG_SUB_GROUP__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_MSG_SUB_GROUP__NUMBER__FLOAT.ffdfeb6ce8", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_63d96ef0480cccadb6f3ddb5706cbd0b.sql", "original_file_path": "models\\silver\\silver__msg_attributes.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_MSG_SUB_GROUP__NUMBER__FLOAT", "alias": "msg_attributes_MSG_SUB_GROUP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__msg_attributes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__msg_attributes.yml\\dbt_expectations_expect_column_63d96ef0480cccadb6f3ddb5706cbd0b.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_63d96ef0480cccadb6f3ddb5706cbd0b"}, "created_at": 1670433256.5291555, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_SUB_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ATTRIBUTE_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ATTRIBUTE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ATTRIBUTE_VALUE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'MSG_SUB_GROUP'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.msg_attributes_MSG_SUB_GROUP", "column_name": "MSG_SUB_GROUP", "file_key_name": "models.silver__msg_attributes"}, "test.osmosis_models.not_null_silver__msg_attributes_MSG_INDEX.38b80c3717": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "MSG_INDEX", "model": "{{ get_where_subquery(ref('silver__msg_attributes')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__msg_attributes"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__msg_attributes_MSG_INDEX"], "unique_id": "test.osmosis_models.not_null_silver__msg_attributes_MSG_INDEX.38b80c3717", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__msg_attributes_MSG_INDEX.sql", "original_file_path": "models\\silver\\silver__msg_attributes.yml", "name": "not_null_silver__msg_attributes_MSG_INDEX", "alias": "msg_attributes_MSG_INDEX", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__msg_attributes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__msg_attributes.yml\\not_null_silver__msg_attributes_MSG_INDEX.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.53525, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.msg_attributes\nwhere MSG_INDEX is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.msg_attributes_MSG_INDEX", "column_name": "MSG_INDEX", "file_key_name": "models.silver__msg_attributes"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_MSG_INDEX__NUMBER__FLOAT.970dc74b0d": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_0cae326d42a7e9b4569264d0f717d7cc\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "MSG_INDEX", "model": "{{ get_where_subquery(ref('silver__msg_attributes')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__msg_attributes"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_0cae326d42a7e9b4569264d0f717d7cc", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_MSG_INDEX__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_MSG_INDEX__NUMBER__FLOAT.970dc74b0d", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_0cae326d42a7e9b4569264d0f717d7cc.sql", "original_file_path": "models\\silver\\silver__msg_attributes.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_MSG_INDEX__NUMBER__FLOAT", "alias": "msg_attributes_MSG_INDEX", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__msg_attributes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__msg_attributes.yml\\dbt_expectations_expect_column_0cae326d42a7e9b4569264d0f717d7cc.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_0cae326d42a7e9b4569264d0f717d7cc"}, "created_at": 1670433256.536246, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_SUB_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ATTRIBUTE_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ATTRIBUTE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ATTRIBUTE_VALUE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'MSG_INDEX'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.msg_attributes_MSG_INDEX", "column_name": "MSG_INDEX", "file_key_name": "models.silver__msg_attributes"}, "test.osmosis_models.not_null_silver__msg_attributes_MSG_TYPE.6fb2c6c361": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "MSG_TYPE", "model": "{{ get_where_subquery(ref('silver__msg_attributes')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__msg_attributes"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__msg_attributes_MSG_TYPE"], "unique_id": "test.osmosis_models.not_null_silver__msg_attributes_MSG_TYPE.6fb2c6c361", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__msg_attributes_MSG_TYPE.sql", "original_file_path": "models\\silver\\silver__msg_attributes.yml", "name": "not_null_silver__msg_attributes_MSG_TYPE", "alias": "msg_attributes_MSG_TYPE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__msg_attributes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__msg_attributes.yml\\not_null_silver__msg_attributes_MSG_TYPE.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.5402472, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.msg_attributes\nwhere MSG_TYPE is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.msg_attributes_MSG_TYPE", "column_name": "MSG_TYPE", "file_key_name": "models.silver__msg_attributes"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_MSG_TYPE__STRING__VARCHAR.20bcdff679": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_0553e1806b9ae2660d48a463d77dc376\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "MSG_TYPE", "model": "{{ get_where_subquery(ref('silver__msg_attributes')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__msg_attributes"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_0553e1806b9ae2660d48a463d77dc376", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_MSG_TYPE__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_MSG_TYPE__STRING__VARCHAR.20bcdff679", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_0553e1806b9ae2660d48a463d77dc376.sql", "original_file_path": "models\\silver\\silver__msg_attributes.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_MSG_TYPE__STRING__VARCHAR", "alias": "msg_attributes_MSG_TYPE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__msg_attributes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__msg_attributes.yml\\dbt_expectations_expect_column_0553e1806b9ae2660d48a463d77dc376.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_0553e1806b9ae2660d48a463d77dc376"}, "created_at": 1670433256.5422428, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_SUB_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ATTRIBUTE_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ATTRIBUTE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ATTRIBUTE_VALUE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'MSG_TYPE'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.msg_attributes_MSG_TYPE", "column_name": "MSG_TYPE", "file_key_name": "models.silver__msg_attributes"}, "test.osmosis_models.not_null_silver__msg_attributes__INSERTED_TIMESTAMP.a5c8d75d4d": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "_INSERTED_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__msg_attributes')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__msg_attributes"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__msg_attributes__INSERTED_TIMESTAMP"], "unique_id": "test.osmosis_models.not_null_silver__msg_attributes__INSERTED_TIMESTAMP.a5c8d75d4d", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__msg_attributes__INSERTED_TIMESTAMP.sql", "original_file_path": "models\\silver\\silver__msg_attributes.yml", "name": "not_null_silver__msg_attributes__INSERTED_TIMESTAMP", "alias": "msg_attributes", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__msg_attributes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__msg_attributes.yml\\not_null_silver__msg_attributes__INSERTED_TIMESTAMP.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.5466776, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.msg_attributes\nwhere _INSERTED_TIMESTAMP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.msg_attributes", "column_name": "_INSERTED_TIMESTAMP", "file_key_name": "models.silver__msg_attributes"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.d6c427737f": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_3d348b277a77b25792ff2d847849ea2c\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["TIMESTAMP_NTZ"], "column_name": "_INSERTED_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__msg_attributes')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__msg_attributes"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_3d348b277a77b25792ff2d847849ea2c", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes__INSERTED_TIMESTAMP__TIMESTAMP_NTZ"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.d6c427737f", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_3d348b277a77b25792ff2d847849ea2c.sql", "original_file_path": "models\\silver\\silver__msg_attributes.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes__INSERTED_TIMESTAMP__TIMESTAMP_NTZ", "alias": "msg_attributes", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__msg_attributes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__msg_attributes.yml\\dbt_expectations_expect_column_3d348b277a77b25792ff2d847849ea2c.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_3d348b277a77b25792ff2d847849ea2c"}, "created_at": 1670433256.5487885, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_SUB_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ATTRIBUTE_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ATTRIBUTE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ATTRIBUTE_VALUE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = '_INSERTED_TIMESTAMP'\n and\n relation_column_type not in ('TIMESTAMP_NTZ')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.msg_attributes", "column_name": "_INSERTED_TIMESTAMP", "file_key_name": "models.silver__msg_attributes"}, "test.osmosis_models.not_null_silver__msg_attributes_ATTRIBUTE_KEY.2f7c4d2b9b": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "ATTRIBUTE_KEY", "model": "{{ get_where_subquery(ref('silver__msg_attributes')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__msg_attributes"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__msg_attributes_ATTRIBUTE_KEY"], "unique_id": "test.osmosis_models.not_null_silver__msg_attributes_ATTRIBUTE_KEY.2f7c4d2b9b", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__msg_attributes_ATTRIBUTE_KEY.sql", "original_file_path": "models\\silver\\silver__msg_attributes.yml", "name": "not_null_silver__msg_attributes_ATTRIBUTE_KEY", "alias": "msg_attributes_ATTRIBUTE_KEY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__msg_attributes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__msg_attributes.yml\\not_null_silver__msg_attributes_ATTRIBUTE_KEY.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.553789, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.msg_attributes\nwhere ATTRIBUTE_KEY is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.msg_attributes_ATTRIBUTE_KEY", "column_name": "ATTRIBUTE_KEY", "file_key_name": "models.silver__msg_attributes"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_ATTRIBUTE_KEY__STRING__VARCHAR.67a0b28a3f": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_19e3afe64d8a782651e0ce0608474d2b\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "ATTRIBUTE_KEY", "model": "{{ get_where_subquery(ref('silver__msg_attributes')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__msg_attributes"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_19e3afe64d8a782651e0ce0608474d2b", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_ATTRIBUTE_KEY__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_ATTRIBUTE_KEY__STRING__VARCHAR.67a0b28a3f", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_19e3afe64d8a782651e0ce0608474d2b.sql", "original_file_path": "models\\silver\\silver__msg_attributes.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_ATTRIBUTE_KEY__STRING__VARCHAR", "alias": "msg_attributes_ATTRIBUTE_KEY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__msg_attributes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__msg_attributes.yml\\dbt_expectations_expect_column_19e3afe64d8a782651e0ce0608474d2b.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_19e3afe64d8a782651e0ce0608474d2b"}, "created_at": 1670433256.555793, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_SUB_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ATTRIBUTE_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ATTRIBUTE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ATTRIBUTE_VALUE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'ATTRIBUTE_KEY'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.msg_attributes_ATTRIBUTE_KEY", "column_name": "ATTRIBUTE_KEY", "file_key_name": "models.silver__msg_attributes"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_ATTRIBUTE_VALUE__STRING__VARCHAR.f18062a7c2": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_581470428d1cf8d51e3d2629ff2ca82a\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "ATTRIBUTE_VALUE", "model": "{{ get_where_subquery(ref('silver__msg_attributes')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__msg_attributes"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_581470428d1cf8d51e3d2629ff2ca82a", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_ATTRIBUTE_VALUE__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_ATTRIBUTE_VALUE__STRING__VARCHAR.f18062a7c2", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_581470428d1cf8d51e3d2629ff2ca82a.sql", "original_file_path": "models\\silver\\silver__msg_attributes.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_ATTRIBUTE_VALUE__STRING__VARCHAR", "alias": "msg_attributes_ATTRIBUTE_VALUE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__msg_attributes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__msg_attributes.yml\\dbt_expectations_expect_column_581470428d1cf8d51e3d2629ff2ca82a.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_581470428d1cf8d51e3d2629ff2ca82a"}, "created_at": 1670433256.5613785, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_SUB_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ATTRIBUTE_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ATTRIBUTE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ATTRIBUTE_VALUE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'ATTRIBUTE_VALUE'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.msg_attributes_ATTRIBUTE_VALUE", "column_name": "ATTRIBUTE_VALUE", "file_key_name": "models.silver__msg_attributes"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__msg_attributes_TX_ID__MSG_INDEX__ATTRIBUTE_INDEX.e7c19e7974": {"raw_sql": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_7c6a83e825eb7eb7ea1370710ff1baeb\") }}", "test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["TX_ID", "MSG_INDEX", "ATTRIBUTE_INDEX"], "model": "{{ get_where_subquery(ref('silver__msg_attributes')) }}"}, "namespace": "dbt_utils"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__msg_attributes"]}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_7c6a83e825eb7eb7ea1370710ff1baeb", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_utils_unique_combination_of_columns_silver", "fqn": ["osmosis_models", "silver", "dbt_utils_unique_combination_of_columns_silver__msg_attributes_TX_ID__MSG_INDEX__ATTRIBUTE_INDEX"], "unique_id": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__msg_attributes_TX_ID__MSG_INDEX__ATTRIBUTE_INDEX.e7c19e7974", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_utils_unique_combination_o_7c6a83e825eb7eb7ea1370710ff1baeb.sql", "original_file_path": "models\\silver\\silver__msg_attributes.yml", "name": "dbt_utils_unique_combination_of_columns_silver__msg_attributes_TX_ID__MSG_INDEX__ATTRIBUTE_INDEX", "alias": "msg_attributes_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__msg_attributes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__msg_attributes.yml\\dbt_utils_unique_combination_o_7c6a83e825eb7eb7ea1370710ff1baeb.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_utils_unique_combination_o_7c6a83e825eb7eb7ea1370710ff1baeb"}, "created_at": 1670433256.5657246, "compiled_sql": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n TX_ID, MSG_INDEX, ATTRIBUTE_INDEX\n from OSMOSIS_DEV.silver.msg_attributes\n group by TX_ID, MSG_INDEX, ATTRIBUTE_INDEX\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_utils_unique_combination_of_columns_silver.msg_attributes_TX_ID", "column_name": null, "file_key_name": "models.silver__msg_attributes"}, "test.osmosis_models.not_null_silver___early_swaps_BLOCK_ID.9e06fdaf94": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('silver___early_swaps')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver___early_swaps"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver___early_swaps_BLOCK_ID"], "unique_id": "test.osmosis_models.not_null_silver___early_swaps_BLOCK_ID.9e06fdaf94", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver___early_swaps_BLOCK_ID.sql", "original_file_path": "models\\silver\\silver___early_swaps.yml", "name": "not_null_silver___early_swaps_BLOCK_ID", "alias": "_early_swaps_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver___early_swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver___early_swaps.yml\\not_null_silver___early_swaps_BLOCK_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.5767212, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver._early_swaps\nwhere BLOCK_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver._early_swaps_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.silver___early_swaps"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_BLOCK_ID__NUMBER__FLOAT.032ee208f6": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_9d04d5ad388bf69967fa42c846fa1b9d\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('silver___early_swaps')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver___early_swaps"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_9d04d5ad388bf69967fa42c846fa1b9d", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_BLOCK_ID__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_BLOCK_ID__NUMBER__FLOAT.032ee208f6", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_9d04d5ad388bf69967fa42c846fa1b9d.sql", "original_file_path": "models\\silver\\silver___early_swaps.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_BLOCK_ID__NUMBER__FLOAT", "alias": "_early_swaps_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver___early_swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver___early_swaps.yml\\dbt_expectations_expect_column_9d04d5ad388bf69967fa42c846fa1b9d.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_9d04d5ad388bf69967fa42c846fa1b9d"}, "created_at": 1670433256.5787244, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TRADER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_IDS' as \n varchar\n) as relation_column,\n cast('ARRAY' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCK_ID'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver._early_swaps_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.silver___early_swaps"}, "test.osmosis_models.not_null_silver___early_swaps_BLOCK_TIMESTAMP.29caba1789": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver___early_swaps')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver___early_swaps"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver___early_swaps_BLOCK_TIMESTAMP"], "unique_id": "test.osmosis_models.not_null_silver___early_swaps_BLOCK_TIMESTAMP.29caba1789", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver___early_swaps_BLOCK_TIMESTAMP.sql", "original_file_path": "models\\silver\\silver___early_swaps.yml", "name": "not_null_silver___early_swaps_BLOCK_TIMESTAMP", "alias": "_early_swaps_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver___early_swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver___early_swaps.yml\\not_null_silver___early_swaps_BLOCK_TIMESTAMP.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.5828435, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver._early_swaps\nwhere BLOCK_TIMESTAMP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver._early_swaps_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver___early_swaps"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.a2ef7b2489": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_45d0340ff94b419f05f6b085669b5178\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["TIMESTAMP_NTZ"], "column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver___early_swaps')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver___early_swaps"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_45d0340ff94b419f05f6b085669b5178", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_BLOCK_TIMESTAMP__TIMESTAMP_NTZ"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.a2ef7b2489", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_45d0340ff94b419f05f6b085669b5178.sql", "original_file_path": "models\\silver\\silver___early_swaps.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_BLOCK_TIMESTAMP__TIMESTAMP_NTZ", "alias": "_early_swaps_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver___early_swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver___early_swaps.yml\\dbt_expectations_expect_column_45d0340ff94b419f05f6b085669b5178.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_45d0340ff94b419f05f6b085669b5178"}, "created_at": 1670433256.5859027, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TRADER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_IDS' as \n varchar\n) as relation_column,\n cast('ARRAY' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCK_TIMESTAMP'\n and\n relation_column_type not in ('TIMESTAMP_NTZ')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver._early_swaps_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver___early_swaps"}, "test.osmosis_models.not_null_silver___early_swaps_BLOCKCHAIN.ebc9b2f7a4": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('silver___early_swaps')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver___early_swaps"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver___early_swaps_BLOCKCHAIN"], "unique_id": "test.osmosis_models.not_null_silver___early_swaps_BLOCKCHAIN.ebc9b2f7a4", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver___early_swaps_BLOCKCHAIN.sql", "original_file_path": "models\\silver\\silver___early_swaps.yml", "name": "not_null_silver___early_swaps_BLOCKCHAIN", "alias": "_early_swaps_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver___early_swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver___early_swaps.yml\\not_null_silver___early_swaps_BLOCKCHAIN.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.5899515, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver._early_swaps\nwhere BLOCKCHAIN is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver._early_swaps_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.silver___early_swaps"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_BLOCKCHAIN__STRING__VARCHAR.41286c0cd5": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_6e3b47c845c18cfe64b832f164185a54\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('silver___early_swaps')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver___early_swaps"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_6e3b47c845c18cfe64b832f164185a54", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_BLOCKCHAIN__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_BLOCKCHAIN__STRING__VARCHAR.41286c0cd5", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_6e3b47c845c18cfe64b832f164185a54.sql", "original_file_path": "models\\silver\\silver___early_swaps.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_BLOCKCHAIN__STRING__VARCHAR", "alias": "_early_swaps_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver___early_swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver___early_swaps.yml\\dbt_expectations_expect_column_6e3b47c845c18cfe64b832f164185a54.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_6e3b47c845c18cfe64b832f164185a54"}, "created_at": 1670433256.5909033, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TRADER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_IDS' as \n varchar\n) as relation_column,\n cast('ARRAY' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCKCHAIN'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver._early_swaps_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.silver___early_swaps"}, "test.osmosis_models.not_null_silver___early_swaps_CHAIN_ID.284c2272d1": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('silver___early_swaps')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver___early_swaps"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver___early_swaps_CHAIN_ID"], "unique_id": "test.osmosis_models.not_null_silver___early_swaps_CHAIN_ID.284c2272d1", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver___early_swaps_CHAIN_ID.sql", "original_file_path": "models\\silver\\silver___early_swaps.yml", "name": "not_null_silver___early_swaps_CHAIN_ID", "alias": "_early_swaps_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver___early_swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver___early_swaps.yml\\not_null_silver___early_swaps_CHAIN_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.5959477, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver._early_swaps\nwhere CHAIN_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver._early_swaps_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.silver___early_swaps"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_CHAIN_ID__STRING__VARCHAR.dfe0bc5865": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_b6b54881832e9a381ca582f4e03ac59e\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('silver___early_swaps')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver___early_swaps"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_b6b54881832e9a381ca582f4e03ac59e", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_CHAIN_ID__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_CHAIN_ID__STRING__VARCHAR.dfe0bc5865", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_b6b54881832e9a381ca582f4e03ac59e.sql", "original_file_path": "models\\silver\\silver___early_swaps.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_CHAIN_ID__STRING__VARCHAR", "alias": "_early_swaps_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver___early_swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver___early_swaps.yml\\dbt_expectations_expect_column_b6b54881832e9a381ca582f4e03ac59e.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_b6b54881832e9a381ca582f4e03ac59e"}, "created_at": 1670433256.5969446, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TRADER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_IDS' as \n varchar\n) as relation_column,\n cast('ARRAY' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'CHAIN_ID'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver._early_swaps_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.silver___early_swaps"}, "test.osmosis_models.not_null_silver___early_swaps_TX_ID.73a8ff01fb": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "TX_ID", "model": "{{ get_where_subquery(ref('silver___early_swaps')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver___early_swaps"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver___early_swaps_TX_ID"], "unique_id": "test.osmosis_models.not_null_silver___early_swaps_TX_ID.73a8ff01fb", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver___early_swaps_TX_ID.sql", "original_file_path": "models\\silver\\silver___early_swaps.yml", "name": "not_null_silver___early_swaps_TX_ID", "alias": "_early_swaps_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver___early_swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver___early_swaps.yml\\not_null_silver___early_swaps_TX_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.6028636, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver._early_swaps\nwhere TX_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver._early_swaps_TX_ID", "column_name": "TX_ID", "file_key_name": "models.silver___early_swaps"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_TX_ID__STRING__VARCHAR.775048cbed": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_05bb7c55fea58f66ad15cf0398220558\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "TX_ID", "model": "{{ get_where_subquery(ref('silver___early_swaps')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver___early_swaps"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_05bb7c55fea58f66ad15cf0398220558", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_TX_ID__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_TX_ID__STRING__VARCHAR.775048cbed", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_05bb7c55fea58f66ad15cf0398220558.sql", "original_file_path": "models\\silver\\silver___early_swaps.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_TX_ID__STRING__VARCHAR", "alias": "_early_swaps_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver___early_swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver___early_swaps.yml\\dbt_expectations_expect_column_05bb7c55fea58f66ad15cf0398220558.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_05bb7c55fea58f66ad15cf0398220558"}, "created_at": 1670433256.6049411, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TRADER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_IDS' as \n varchar\n) as relation_column,\n cast('ARRAY' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'TX_ID'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver._early_swaps_TX_ID", "column_name": "TX_ID", "file_key_name": "models.silver___early_swaps"}, "test.osmosis_models.not_null_silver___early_swaps_TX_STATUS.0343f71ca8": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "TX_STATUS", "model": "{{ get_where_subquery(ref('silver___early_swaps')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver___early_swaps"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver___early_swaps_TX_STATUS"], "unique_id": "test.osmosis_models.not_null_silver___early_swaps_TX_STATUS.0343f71ca8", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver___early_swaps_TX_STATUS.sql", "original_file_path": "models\\silver\\silver___early_swaps.yml", "name": "not_null_silver___early_swaps_TX_STATUS", "alias": "_early_swaps_TX_STATUS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver___early_swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver___early_swaps.yml\\not_null_silver___early_swaps_TX_STATUS.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.6082594, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver._early_swaps\nwhere TX_STATUS is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver._early_swaps_TX_STATUS", "column_name": "TX_STATUS", "file_key_name": "models.silver___early_swaps"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_TX_STATUS__STRING__VARCHAR.d9613396d0": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_fd01513581e80b53d71fa3feae8c869f\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "TX_STATUS", "model": "{{ get_where_subquery(ref('silver___early_swaps')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver___early_swaps"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_fd01513581e80b53d71fa3feae8c869f", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_TX_STATUS__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_TX_STATUS__STRING__VARCHAR.d9613396d0", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_fd01513581e80b53d71fa3feae8c869f.sql", "original_file_path": "models\\silver\\silver___early_swaps.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_TX_STATUS__STRING__VARCHAR", "alias": "_early_swaps_TX_STATUS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver___early_swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver___early_swaps.yml\\dbt_expectations_expect_column_fd01513581e80b53d71fa3feae8c869f.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_fd01513581e80b53d71fa3feae8c869f"}, "created_at": 1670433256.6101737, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TRADER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_IDS' as \n varchar\n) as relation_column,\n cast('ARRAY' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'TX_STATUS'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver._early_swaps_TX_STATUS", "column_name": "TX_STATUS", "file_key_name": "models.silver___early_swaps"}, "test.osmosis_models.not_null_silver___early_swaps_TRADER.806c7238de": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "TRADER", "model": "{{ get_where_subquery(ref('silver___early_swaps')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver___early_swaps"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver___early_swaps_TRADER"], "unique_id": "test.osmosis_models.not_null_silver___early_swaps_TRADER.806c7238de", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver___early_swaps_TRADER.sql", "original_file_path": "models\\silver\\silver___early_swaps.yml", "name": "not_null_silver___early_swaps_TRADER", "alias": "_early_swaps_TRADER", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver___early_swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver___early_swaps.yml\\not_null_silver___early_swaps_TRADER.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.614208, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver._early_swaps\nwhere TRADER is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver._early_swaps_TRADER", "column_name": "TRADER", "file_key_name": "models.silver___early_swaps"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_TRADER__STRING__VARCHAR.92a9152dac": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_dd02f6c7b646def005d080852d18a115\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "TRADER", "model": "{{ get_where_subquery(ref('silver___early_swaps')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver___early_swaps"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_dd02f6c7b646def005d080852d18a115", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_TRADER__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_TRADER__STRING__VARCHAR.92a9152dac", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_dd02f6c7b646def005d080852d18a115.sql", "original_file_path": "models\\silver\\silver___early_swaps.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_TRADER__STRING__VARCHAR", "alias": "_early_swaps_TRADER", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver___early_swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver___early_swaps.yml\\dbt_expectations_expect_column_dd02f6c7b646def005d080852d18a115.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_dd02f6c7b646def005d080852d18a115"}, "created_at": 1670433256.6172564, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TRADER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_IDS' as \n varchar\n) as relation_column,\n cast('ARRAY' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'TRADER'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver._early_swaps_TRADER", "column_name": "TRADER", "file_key_name": "models.silver___early_swaps"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver___early_swaps_TRADER__osmo1_0_9a_z_38_38_.1e8fe25746": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_match_regex(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_dc45f11e070114b04ddaea8c2fcfd207\") }}", "test_metadata": {"name": "expect_column_values_to_match_regex", "kwargs": {"regex": "osmo1[0-9a-z]{38,38}", "column_name": "TRADER", "model": "{{ get_where_subquery(ref('silver___early_swaps')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_match_regex", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver___early_swaps"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_dc45f11e070114b04ddaea8c2fcfd207", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_match_regex_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_match_regex_silver___early_swaps_TRADER__osmo1_0_9a_z_38_38_"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver___early_swaps_TRADER__osmo1_0_9a_z_38_38_.1e8fe25746", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_dc45f11e070114b04ddaea8c2fcfd207.sql", "original_file_path": "models\\silver\\silver___early_swaps.yml", "name": "dbt_expectations_expect_column_values_to_match_regex_silver___early_swaps_TRADER__osmo1_0_9a_z_38_38_", "alias": "_early_swaps_TRADER", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver___early_swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver___early_swaps.yml\\dbt_expectations_expect_column_dc45f11e070114b04ddaea8c2fcfd207.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_dc45f11e070114b04ddaea8c2fcfd207"}, "created_at": 1670433256.6222699, "compiled_sql": "\n\n\n\n\n with grouped_expression as (\n select\n \n \n \n \n\n\n \nregexp_instr(TRADER, 'osmo1[0-9a-z]{38,38}', 1, 1)\n\n\n > 0\n as expression\n\n\n from OSMOSIS_DEV.silver._early_swaps\n \n\n),\nvalidation_errors as (\n\n select\n *\n from\n grouped_expression\n where\n not(expression = true)\n\n)\n\nselect *\nfrom validation_errors\n\n\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_match_regex_silver._early_swaps_TRADER", "column_name": "TRADER", "file_key_name": "models.silver___early_swaps"}, "test.osmosis_models.not_null_silver___early_swaps_FROM_AMOUNT.96d9dfb3eb": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "FROM_AMOUNT", "model": "{{ get_where_subquery(ref('silver___early_swaps')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver___early_swaps"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver___early_swaps_FROM_AMOUNT"], "unique_id": "test.osmosis_models.not_null_silver___early_swaps_FROM_AMOUNT.96d9dfb3eb", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver___early_swaps_FROM_AMOUNT.sql", "original_file_path": "models\\silver\\silver___early_swaps.yml", "name": "not_null_silver___early_swaps_FROM_AMOUNT", "alias": "_early_swaps_FROM_AMOUNT", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver___early_swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver___early_swaps.yml\\not_null_silver___early_swaps_FROM_AMOUNT.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.626212, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver._early_swaps\nwhere FROM_AMOUNT is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver._early_swaps_FROM_AMOUNT", "column_name": "FROM_AMOUNT", "file_key_name": "models.silver___early_swaps"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_FROM_AMOUNT__NUMBER__FLOAT.20a611f270": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_9eaba6ec08955666d42225fca461c554\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "FROM_AMOUNT", "model": "{{ get_where_subquery(ref('silver___early_swaps')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver___early_swaps"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_9eaba6ec08955666d42225fca461c554", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_FROM_AMOUNT__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_FROM_AMOUNT__NUMBER__FLOAT.20a611f270", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_9eaba6ec08955666d42225fca461c554.sql", "original_file_path": "models\\silver\\silver___early_swaps.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_FROM_AMOUNT__NUMBER__FLOAT", "alias": "_early_swaps_FROM_AMOUNT", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver___early_swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver___early_swaps.yml\\dbt_expectations_expect_column_9eaba6ec08955666d42225fca461c554.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_9eaba6ec08955666d42225fca461c554"}, "created_at": 1670433256.6272619, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TRADER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_IDS' as \n varchar\n) as relation_column,\n cast('ARRAY' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'FROM_AMOUNT'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver._early_swaps_FROM_AMOUNT", "column_name": "FROM_AMOUNT", "file_key_name": "models.silver___early_swaps"}, "test.osmosis_models.not_null_silver___early_swaps_FROM_CURRENCY.904e6cfcbc": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "FROM_CURRENCY", "model": "{{ get_where_subquery(ref('silver___early_swaps')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver___early_swaps"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver___early_swaps_FROM_CURRENCY"], "unique_id": "test.osmosis_models.not_null_silver___early_swaps_FROM_CURRENCY.904e6cfcbc", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver___early_swaps_FROM_CURRENCY.sql", "original_file_path": "models\\silver\\silver___early_swaps.yml", "name": "not_null_silver___early_swaps_FROM_CURRENCY", "alias": "_early_swaps_FROM_CURRENCY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver___early_swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver___early_swaps.yml\\not_null_silver___early_swaps_FROM_CURRENCY.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.6311753, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver._early_swaps\nwhere FROM_CURRENCY is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver._early_swaps_FROM_CURRENCY", "column_name": "FROM_CURRENCY", "file_key_name": "models.silver___early_swaps"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_FROM_CURRENCY__STRING__VARCHAR.47a0803c58": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_f1b72b80d467360ed46be05193b68c38\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "FROM_CURRENCY", "model": "{{ get_where_subquery(ref('silver___early_swaps')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver___early_swaps"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_f1b72b80d467360ed46be05193b68c38", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_FROM_CURRENCY__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_FROM_CURRENCY__STRING__VARCHAR.47a0803c58", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_f1b72b80d467360ed46be05193b68c38.sql", "original_file_path": "models\\silver\\silver___early_swaps.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_FROM_CURRENCY__STRING__VARCHAR", "alias": "_early_swaps_FROM_CURRENCY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver___early_swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver___early_swaps.yml\\dbt_expectations_expect_column_f1b72b80d467360ed46be05193b68c38.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_f1b72b80d467360ed46be05193b68c38"}, "created_at": 1670433256.635014, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TRADER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_IDS' as \n varchar\n) as relation_column,\n cast('ARRAY' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'FROM_CURRENCY'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver._early_swaps_FROM_CURRENCY", "column_name": "FROM_CURRENCY", "file_key_name": "models.silver___early_swaps"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_FROM_DECIMAL__NUMBER__FLOAT.811f1552e9": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_15214b9afa6fccbae77d79dd9af701bd\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "FROM_DECIMAL", "model": "{{ get_where_subquery(ref('silver___early_swaps')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver___early_swaps"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_15214b9afa6fccbae77d79dd9af701bd", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_FROM_DECIMAL__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_FROM_DECIMAL__NUMBER__FLOAT.811f1552e9", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_15214b9afa6fccbae77d79dd9af701bd.sql", "original_file_path": "models\\silver\\silver___early_swaps.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_FROM_DECIMAL__NUMBER__FLOAT", "alias": "_early_swaps_FROM_DECIMAL", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver___early_swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver___early_swaps.yml\\dbt_expectations_expect_column_15214b9afa6fccbae77d79dd9af701bd.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_15214b9afa6fccbae77d79dd9af701bd"}, "created_at": 1670433256.6390944, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TRADER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_IDS' as \n varchar\n) as relation_column,\n cast('ARRAY' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'FROM_DECIMAL'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver._early_swaps_FROM_DECIMAL", "column_name": "FROM_DECIMAL", "file_key_name": "models.silver___early_swaps"}, "test.osmosis_models.not_null_silver___early_swaps_TO_AMOUNT.b0b1adc19e": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "TO_AMOUNT", "model": "{{ get_where_subquery(ref('silver___early_swaps')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver___early_swaps"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver___early_swaps_TO_AMOUNT"], "unique_id": "test.osmosis_models.not_null_silver___early_swaps_TO_AMOUNT.b0b1adc19e", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver___early_swaps_TO_AMOUNT.sql", "original_file_path": "models\\silver\\silver___early_swaps.yml", "name": "not_null_silver___early_swaps_TO_AMOUNT", "alias": "_early_swaps_TO_AMOUNT", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver___early_swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver___early_swaps.yml\\not_null_silver___early_swaps_TO_AMOUNT.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.6460118, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver._early_swaps\nwhere TO_AMOUNT is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver._early_swaps_TO_AMOUNT", "column_name": "TO_AMOUNT", "file_key_name": "models.silver___early_swaps"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_TO_AMOUNT__NUMBER__FLOAT.a13957a51f": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_68ecb71956bf2d7a9682f5ec72f2b56f\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "TO_AMOUNT", "model": "{{ get_where_subquery(ref('silver___early_swaps')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver___early_swaps"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_68ecb71956bf2d7a9682f5ec72f2b56f", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_TO_AMOUNT__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_TO_AMOUNT__NUMBER__FLOAT.a13957a51f", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_68ecb71956bf2d7a9682f5ec72f2b56f.sql", "original_file_path": "models\\silver\\silver___early_swaps.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_TO_AMOUNT__NUMBER__FLOAT", "alias": "_early_swaps_TO_AMOUNT", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver___early_swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver___early_swaps.yml\\dbt_expectations_expect_column_68ecb71956bf2d7a9682f5ec72f2b56f.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_68ecb71956bf2d7a9682f5ec72f2b56f"}, "created_at": 1670433256.6470118, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TRADER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_IDS' as \n varchar\n) as relation_column,\n cast('ARRAY' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'TO_AMOUNT'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver._early_swaps_TO_AMOUNT", "column_name": "TO_AMOUNT", "file_key_name": "models.silver___early_swaps"}, "test.osmosis_models.not_null_silver___early_swaps_TO_CURRENCY.db8488cd23": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "TO_CURRENCY", "model": "{{ get_where_subquery(ref('silver___early_swaps')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver___early_swaps"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver___early_swaps_TO_CURRENCY"], "unique_id": "test.osmosis_models.not_null_silver___early_swaps_TO_CURRENCY.db8488cd23", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver___early_swaps_TO_CURRENCY.sql", "original_file_path": "models\\silver\\silver___early_swaps.yml", "name": "not_null_silver___early_swaps_TO_CURRENCY", "alias": "_early_swaps_TO_CURRENCY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver___early_swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver___early_swaps.yml\\not_null_silver___early_swaps_TO_CURRENCY.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.6530983, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver._early_swaps\nwhere TO_CURRENCY is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver._early_swaps_TO_CURRENCY", "column_name": "TO_CURRENCY", "file_key_name": "models.silver___early_swaps"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_TO_CURRENCY__STRING__VARCHAR.ba31519b60": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_99e8a1e143736861d6a088fe96c5a07f\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "TO_CURRENCY", "model": "{{ get_where_subquery(ref('silver___early_swaps')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver___early_swaps"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_99e8a1e143736861d6a088fe96c5a07f", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_TO_CURRENCY__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_TO_CURRENCY__STRING__VARCHAR.ba31519b60", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_99e8a1e143736861d6a088fe96c5a07f.sql", "original_file_path": "models\\silver\\silver___early_swaps.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_TO_CURRENCY__STRING__VARCHAR", "alias": "_early_swaps_TO_CURRENCY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver___early_swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver___early_swaps.yml\\dbt_expectations_expect_column_99e8a1e143736861d6a088fe96c5a07f.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_99e8a1e143736861d6a088fe96c5a07f"}, "created_at": 1670433256.6550915, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TRADER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_IDS' as \n varchar\n) as relation_column,\n cast('ARRAY' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'TO_CURRENCY'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver._early_swaps_TO_CURRENCY", "column_name": "TO_CURRENCY", "file_key_name": "models.silver___early_swaps"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_TO_DECIMAL__NUMBER__FLOAT.4feda9b4b2": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_96b3932c16b6ae644d96db335b3a8b83\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "TO_DECIMAL", "model": "{{ get_where_subquery(ref('silver___early_swaps')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver___early_swaps"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_96b3932c16b6ae644d96db335b3a8b83", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_TO_DECIMAL__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_TO_DECIMAL__NUMBER__FLOAT.4feda9b4b2", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_96b3932c16b6ae644d96db335b3a8b83.sql", "original_file_path": "models\\silver\\silver___early_swaps.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_TO_DECIMAL__NUMBER__FLOAT", "alias": "_early_swaps_TO_DECIMAL", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver___early_swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver___early_swaps.yml\\dbt_expectations_expect_column_96b3932c16b6ae644d96db335b3a8b83.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_96b3932c16b6ae644d96db335b3a8b83"}, "created_at": 1670433256.6591024, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TRADER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_IDS' as \n varchar\n) as relation_column,\n cast('ARRAY' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'TO_DECIMAL'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver._early_swaps_TO_DECIMAL", "column_name": "TO_DECIMAL", "file_key_name": "models.silver___early_swaps"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_POOL_IDS__ARRAY.d1b8e878af": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_f06c15340e6196eb4d2e21b0cfecc1c2\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["ARRAY"], "column_name": "POOL_IDS", "model": "{{ get_where_subquery(ref('silver___early_swaps')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver___early_swaps"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_f06c15340e6196eb4d2e21b0cfecc1c2", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_POOL_IDS__ARRAY"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_POOL_IDS__ARRAY.d1b8e878af", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_f06c15340e6196eb4d2e21b0cfecc1c2.sql", "original_file_path": "models\\silver\\silver___early_swaps.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_POOL_IDS__ARRAY", "alias": "_early_swaps_POOL_IDS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver___early_swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver___early_swaps.yml\\dbt_expectations_expect_column_f06c15340e6196eb4d2e21b0cfecc1c2.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_f06c15340e6196eb4d2e21b0cfecc1c2"}, "created_at": 1670433256.6631, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TRADER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_IDS' as \n varchar\n) as relation_column,\n cast('ARRAY' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'POOL_IDS'\n and\n relation_column_type not in ('ARRAY')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver._early_swaps_POOL_IDS", "column_name": "POOL_IDS", "file_key_name": "models.silver___early_swaps"}, "test.osmosis_models.not_null_silver___early_swaps__INSERTED_TIMESTAMP.87bc9fcc22": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "_INSERTED_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver___early_swaps')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver___early_swaps"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver___early_swaps__INSERTED_TIMESTAMP"], "unique_id": "test.osmosis_models.not_null_silver___early_swaps__INSERTED_TIMESTAMP.87bc9fcc22", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver___early_swaps__INSERTED_TIMESTAMP.sql", "original_file_path": "models\\silver\\silver___early_swaps.yml", "name": "not_null_silver___early_swaps__INSERTED_TIMESTAMP", "alias": "_early_swaps", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver___early_swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver___early_swaps.yml\\not_null_silver___early_swaps__INSERTED_TIMESTAMP.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.6690922, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver._early_swaps\nwhere _INSERTED_TIMESTAMP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver._early_swaps", "column_name": "_INSERTED_TIMESTAMP", "file_key_name": "models.silver___early_swaps"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.dd1b7834a2": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_cebebcb3b08bd0046f845533c0cc7608\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["TIMESTAMP_NTZ"], "column_name": "_INSERTED_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver___early_swaps')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver___early_swaps"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_cebebcb3b08bd0046f845533c0cc7608", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps__INSERTED_TIMESTAMP__TIMESTAMP_NTZ"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.dd1b7834a2", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_cebebcb3b08bd0046f845533c0cc7608.sql", "original_file_path": "models\\silver\\silver___early_swaps.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps__INSERTED_TIMESTAMP__TIMESTAMP_NTZ", "alias": "_early_swaps", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver___early_swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver___early_swaps.yml\\dbt_expectations_expect_column_cebebcb3b08bd0046f845533c0cc7608.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_cebebcb3b08bd0046f845533c0cc7608"}, "created_at": 1670433256.6710906, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TRADER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_DECIMAL' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_IDS' as \n varchar\n) as relation_column,\n cast('ARRAY' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = '_INSERTED_TIMESTAMP'\n and\n relation_column_type not in ('TIMESTAMP_NTZ')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver._early_swaps", "column_name": "_INSERTED_TIMESTAMP", "file_key_name": "models.silver___early_swaps"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver___early_swaps_TX_ID.aee97898a3": {"raw_sql": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_764d9e1ee03466070d2c6c2f635cd4a0\") }}", "test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["TX_ID"], "model": "{{ get_where_subquery(ref('silver___early_swaps')) }}"}, "namespace": "dbt_utils"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver___early_swaps"]}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_764d9e1ee03466070d2c6c2f635cd4a0", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_utils_unique_combination_of_columns_silver", "fqn": ["osmosis_models", "silver", "dbt_utils_unique_combination_of_columns_silver___early_swaps_TX_ID"], "unique_id": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver___early_swaps_TX_ID.aee97898a3", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_utils_unique_combination_o_764d9e1ee03466070d2c6c2f635cd4a0.sql", "original_file_path": "models\\silver\\silver___early_swaps.yml", "name": "dbt_utils_unique_combination_of_columns_silver___early_swaps_TX_ID", "alias": "_early_swaps_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver___early_swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver___early_swaps.yml\\dbt_utils_unique_combination_o_764d9e1ee03466070d2c6c2f635cd4a0.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_utils_unique_combination_o_764d9e1ee03466070d2c6c2f635cd4a0"}, "created_at": 1670433256.6740952, "compiled_sql": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n TX_ID\n from OSMOSIS_DEV.silver._early_swaps\n group by TX_ID\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_utils_unique_combination_of_columns_silver._early_swaps_TX_ID", "column_name": null, "file_key_name": "models.silver___early_swaps"}, "test.osmosis_models.not_null_silver__prices_swaps_BLOCK_HOUR.b4b12e48f6": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_HOUR", "model": "{{ get_where_subquery(ref('silver__prices_swaps')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__prices_swaps"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__prices_swaps_BLOCK_HOUR"], "unique_id": "test.osmosis_models.not_null_silver__prices_swaps_BLOCK_HOUR.b4b12e48f6", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__prices_swaps_BLOCK_HOUR.sql", "original_file_path": "models\\silver\\silver__prices_swaps.yml", "name": "not_null_silver__prices_swaps_BLOCK_HOUR", "alias": "prices_swaps_BLOCK_HOUR", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__prices_swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__prices_swaps.yml\\not_null_silver__prices_swaps_BLOCK_HOUR.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.682012, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.prices_swaps\nwhere BLOCK_HOUR is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.prices_swaps_BLOCK_HOUR", "column_name": "BLOCK_HOUR", "file_key_name": "models.silver__prices_swaps"}, "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__prices_swaps_BLOCK_HOUR__day__1.ac250fd2bb": {"raw_sql": "{{ dbt_expectations.test_expect_row_values_to_have_recent_data(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_row_va_c8a5b439430e782a3dbaf113c40e0ad4\") }}", "test_metadata": {"name": "expect_row_values_to_have_recent_data", "kwargs": {"datepart": "day", "interval": 1, "column_name": "BLOCK_HOUR", "model": "{{ get_where_subquery(ref('silver__prices_swaps')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_row_values_to_have_recent_data", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__prices_swaps"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_row_va_c8a5b439430e782a3dbaf113c40e0ad4", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_row_values_to_have_recent_data_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_row_values_to_have_recent_data_silver__prices_swaps_BLOCK_HOUR__day__1"], "unique_id": "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__prices_swaps_BLOCK_HOUR__day__1.ac250fd2bb", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_row_va_c8a5b439430e782a3dbaf113c40e0ad4.sql", "original_file_path": "models\\silver\\silver__prices_swaps.yml", "name": "dbt_expectations_expect_row_values_to_have_recent_data_silver__prices_swaps_BLOCK_HOUR__day__1", "alias": "prices_swaps_BLOCK_HOUR", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__prices_swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__prices_swaps.yml\\dbt_expectations_expect_row_va_c8a5b439430e782a3dbaf113c40e0ad4.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_row_va_c8a5b439430e782a3dbaf113c40e0ad4"}, "created_at": 1670433256.6841838, "compiled_sql": "\n\n with max_recency as (\n\n select max(cast(BLOCK_HOUR as \n timestamp_ntz\n)) as max_timestamp\n from\n OSMOSIS_DEV.silver.prices_swaps\n where\n -- to exclude erroneous future dates\n cast(BLOCK_HOUR as \n timestamp_ntz\n) <= cast(convert_timezone('UTC', 'GMT', \n current_timestamp::\n timestamp_ntz\n\n) as \n timestamp_ntz\n)\n \n)\nselect\n *\nfrom\n max_recency\nwhere\n -- if the row_condition excludes all rows, we need to compare against a default date\n -- to avoid false negatives\n coalesce(max_timestamp, cast('1970-01-01' as \n timestamp_ntz\n))\n <\n cast(\n\n dateadd(\n day,\n -1,\n cast(convert_timezone('UTC', 'GMT', \n current_timestamp::\n timestamp_ntz\n\n) as \n timestamp_ntz\n)\n )\n\n as \n timestamp_ntz\n)\n\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_row_values_to_have_recent_data_silver.prices_swaps_BLOCK_HOUR", "column_name": "BLOCK_HOUR", "file_key_name": "models.silver__prices_swaps"}, "test.osmosis_models.not_null_silver__prices_swaps_CURRENCY.95f8e47d9a": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "CURRENCY", "model": "{{ get_where_subquery(ref('silver__prices_swaps')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__prices_swaps"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__prices_swaps_CURRENCY"], "unique_id": "test.osmosis_models.not_null_silver__prices_swaps_CURRENCY.95f8e47d9a", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__prices_swaps_CURRENCY.sql", "original_file_path": "models\\silver\\silver__prices_swaps.yml", "name": "not_null_silver__prices_swaps_CURRENCY", "alias": "prices_swaps_CURRENCY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__prices_swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__prices_swaps.yml\\not_null_silver__prices_swaps_CURRENCY.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.6912231, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.prices_swaps\nwhere CURRENCY is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.prices_swaps_CURRENCY", "column_name": "CURRENCY", "file_key_name": "models.silver__prices_swaps"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_swaps_CURRENCY__STRING__VARCHAR.5404a8c9fc": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_a52d7ca0dd6e49a5dc3fccd009727706\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "CURRENCY", "model": "{{ get_where_subquery(ref('silver__prices_swaps')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__prices_swaps"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_a52d7ca0dd6e49a5dc3fccd009727706", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_swaps_CURRENCY__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_swaps_CURRENCY__STRING__VARCHAR.5404a8c9fc", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_a52d7ca0dd6e49a5dc3fccd009727706.sql", "original_file_path": "models\\silver\\silver__prices_swaps.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_swaps_CURRENCY__STRING__VARCHAR", "alias": "prices_swaps_CURRENCY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__prices_swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__prices_swaps.yml\\dbt_expectations_expect_column_a52d7ca0dd6e49a5dc3fccd009727706.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_a52d7ca0dd6e49a5dc3fccd009727706"}, "created_at": 1670433256.6933088, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_HOUR' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROJECT_NAME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PRICE_USD' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MIN_PRICE_USD_HOUR' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MAX_PRICE_USD_HOUR' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VOLATILITY_MEASURE' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('SWAPS_IN_HOUR' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VOLUME_USD_IN_HOUR' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'CURRENCY'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.prices_swaps_CURRENCY", "column_name": "CURRENCY", "file_key_name": "models.silver__prices_swaps"}, "test.osmosis_models.not_null_silver__prices_swaps_PRICE_USD.6179e52ac6": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "PRICE_USD", "model": "{{ get_where_subquery(ref('silver__prices_swaps')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__prices_swaps"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__prices_swaps_PRICE_USD"], "unique_id": "test.osmosis_models.not_null_silver__prices_swaps_PRICE_USD.6179e52ac6", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__prices_swaps_PRICE_USD.sql", "original_file_path": "models\\silver\\silver__prices_swaps.yml", "name": "not_null_silver__prices_swaps_PRICE_USD", "alias": "prices_swaps_PRICE_USD", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__prices_swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__prices_swaps.yml\\not_null_silver__prices_swaps_PRICE_USD.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.697293, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.prices_swaps\nwhere PRICE_USD is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.prices_swaps_PRICE_USD", "column_name": "PRICE_USD", "file_key_name": "models.silver__prices_swaps"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_swaps_PRICE_USD__NUMBER__FLOAT.7358a267f4": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_9a1a4889174b032f842d72d61fa2d044\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "PRICE_USD", "model": "{{ get_where_subquery(ref('silver__prices_swaps')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__prices_swaps"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_9a1a4889174b032f842d72d61fa2d044", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_swaps_PRICE_USD__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_swaps_PRICE_USD__NUMBER__FLOAT.7358a267f4", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_9a1a4889174b032f842d72d61fa2d044.sql", "original_file_path": "models\\silver\\silver__prices_swaps.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_swaps_PRICE_USD__NUMBER__FLOAT", "alias": "prices_swaps_PRICE_USD", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__prices_swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__prices_swaps.yml\\dbt_expectations_expect_column_9a1a4889174b032f842d72d61fa2d044.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_9a1a4889174b032f842d72d61fa2d044"}, "created_at": 1670433256.6992571, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_HOUR' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROJECT_NAME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PRICE_USD' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MIN_PRICE_USD_HOUR' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MAX_PRICE_USD_HOUR' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VOLATILITY_MEASURE' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('SWAPS_IN_HOUR' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VOLUME_USD_IN_HOUR' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'PRICE_USD'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.prices_swaps_PRICE_USD", "column_name": "PRICE_USD", "file_key_name": "models.silver__prices_swaps"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_swaps_MIN_PRICE_USD_HOUR__NUMBER__FLOAT.2990f13ded": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_40e41987ebc46a5c20362a836bad6544\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "MIN_PRICE_USD_HOUR", "model": "{{ get_where_subquery(ref('silver__prices_swaps')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__prices_swaps"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_40e41987ebc46a5c20362a836bad6544", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_swaps_MIN_PRICE_USD_HOUR__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_swaps_MIN_PRICE_USD_HOUR__NUMBER__FLOAT.2990f13ded", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_40e41987ebc46a5c20362a836bad6544.sql", "original_file_path": "models\\silver\\silver__prices_swaps.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_swaps_MIN_PRICE_USD_HOUR__NUMBER__FLOAT", "alias": "prices_swaps_MIN_PRICE_USD_HOUR", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__prices_swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__prices_swaps.yml\\dbt_expectations_expect_column_40e41987ebc46a5c20362a836bad6544.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_40e41987ebc46a5c20362a836bad6544"}, "created_at": 1670433256.7052982, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_HOUR' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROJECT_NAME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PRICE_USD' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MIN_PRICE_USD_HOUR' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MAX_PRICE_USD_HOUR' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VOLATILITY_MEASURE' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('SWAPS_IN_HOUR' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VOLUME_USD_IN_HOUR' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'MIN_PRICE_USD_HOUR'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.prices_swaps_MIN_PRICE_USD_HOUR", "column_name": "MIN_PRICE_USD_HOUR", "file_key_name": "models.silver__prices_swaps"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_swaps_MAX_PRICE_USD_HOUR__NUMBER__FLOAT.a321b53116": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_6167f458ab2bbcc48eb966fcec30bd51\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "MAX_PRICE_USD_HOUR", "model": "{{ get_where_subquery(ref('silver__prices_swaps')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__prices_swaps"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_6167f458ab2bbcc48eb966fcec30bd51", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_swaps_MAX_PRICE_USD_HOUR__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_swaps_MAX_PRICE_USD_HOUR__NUMBER__FLOAT.a321b53116", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_6167f458ab2bbcc48eb966fcec30bd51.sql", "original_file_path": "models\\silver\\silver__prices_swaps.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_swaps_MAX_PRICE_USD_HOUR__NUMBER__FLOAT", "alias": "prices_swaps_MAX_PRICE_USD_HOUR", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__prices_swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__prices_swaps.yml\\dbt_expectations_expect_column_6167f458ab2bbcc48eb966fcec30bd51.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_6167f458ab2bbcc48eb966fcec30bd51"}, "created_at": 1670433256.7093005, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_HOUR' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROJECT_NAME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PRICE_USD' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MIN_PRICE_USD_HOUR' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MAX_PRICE_USD_HOUR' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VOLATILITY_MEASURE' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('SWAPS_IN_HOUR' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VOLUME_USD_IN_HOUR' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'MAX_PRICE_USD_HOUR'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.prices_swaps_MAX_PRICE_USD_HOUR", "column_name": "MAX_PRICE_USD_HOUR", "file_key_name": "models.silver__prices_swaps"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_swaps_VOLATILITY_MEASURE__NUMBER__FLOAT.4a9194b040": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_1b694070ff1db4b09f29f8421e8f3448\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "VOLATILITY_MEASURE", "model": "{{ get_where_subquery(ref('silver__prices_swaps')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__prices_swaps"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_1b694070ff1db4b09f29f8421e8f3448", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_swaps_VOLATILITY_MEASURE__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_swaps_VOLATILITY_MEASURE__NUMBER__FLOAT.4a9194b040", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_1b694070ff1db4b09f29f8421e8f3448.sql", "original_file_path": "models\\silver\\silver__prices_swaps.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_swaps_VOLATILITY_MEASURE__NUMBER__FLOAT", "alias": "prices_swaps_VOLATILITY_MEASURE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__prices_swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__prices_swaps.yml\\dbt_expectations_expect_column_1b694070ff1db4b09f29f8421e8f3448.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_1b694070ff1db4b09f29f8421e8f3448"}, "created_at": 1670433256.713297, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_HOUR' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROJECT_NAME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PRICE_USD' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MIN_PRICE_USD_HOUR' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MAX_PRICE_USD_HOUR' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VOLATILITY_MEASURE' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('SWAPS_IN_HOUR' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VOLUME_USD_IN_HOUR' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'VOLATILITY_MEASURE'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.prices_swaps_VOLATILITY_MEASURE", "column_name": "VOLATILITY_MEASURE", "file_key_name": "models.silver__prices_swaps"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_swaps_SWAPS_IN_HOUR__NUMBER__FLOAT.bdf85d5ea1": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_10196528279f7cf80eb4a557521dd8c2\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "SWAPS_IN_HOUR", "model": "{{ get_where_subquery(ref('silver__prices_swaps')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__prices_swaps"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_10196528279f7cf80eb4a557521dd8c2", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_swaps_SWAPS_IN_HOUR__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_swaps_SWAPS_IN_HOUR__NUMBER__FLOAT.bdf85d5ea1", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_10196528279f7cf80eb4a557521dd8c2.sql", "original_file_path": "models\\silver\\silver__prices_swaps.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_swaps_SWAPS_IN_HOUR__NUMBER__FLOAT", "alias": "prices_swaps_SWAPS_IN_HOUR", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__prices_swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__prices_swaps.yml\\dbt_expectations_expect_column_10196528279f7cf80eb4a557521dd8c2.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_10196528279f7cf80eb4a557521dd8c2"}, "created_at": 1670433256.7183998, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_HOUR' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROJECT_NAME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PRICE_USD' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MIN_PRICE_USD_HOUR' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MAX_PRICE_USD_HOUR' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VOLATILITY_MEASURE' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('SWAPS_IN_HOUR' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VOLUME_USD_IN_HOUR' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'SWAPS_IN_HOUR'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.prices_swaps_SWAPS_IN_HOUR", "column_name": "SWAPS_IN_HOUR", "file_key_name": "models.silver__prices_swaps"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_swaps_VOLUME_USD_IN_HOUR__NUMBER__FLOAT.7c91eccb42": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_e5cd8dd959d57ab335cfbb57d88c9a6b\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "VOLUME_USD_IN_HOUR", "model": "{{ get_where_subquery(ref('silver__prices_swaps')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__prices_swaps"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_e5cd8dd959d57ab335cfbb57d88c9a6b", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_swaps_VOLUME_USD_IN_HOUR__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_swaps_VOLUME_USD_IN_HOUR__NUMBER__FLOAT.7c91eccb42", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_e5cd8dd959d57ab335cfbb57d88c9a6b.sql", "original_file_path": "models\\silver\\silver__prices_swaps.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_swaps_VOLUME_USD_IN_HOUR__NUMBER__FLOAT", "alias": "prices_swaps_VOLUME_USD_IN_HOUR", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__prices_swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__prices_swaps.yml\\dbt_expectations_expect_column_e5cd8dd959d57ab335cfbb57d88c9a6b.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_e5cd8dd959d57ab335cfbb57d88c9a6b"}, "created_at": 1670433256.7233944, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_HOUR' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROJECT_NAME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PRICE_USD' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MIN_PRICE_USD_HOUR' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MAX_PRICE_USD_HOUR' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VOLATILITY_MEASURE' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('SWAPS_IN_HOUR' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VOLUME_USD_IN_HOUR' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'VOLUME_USD_IN_HOUR'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.prices_swaps_VOLUME_USD_IN_HOUR", "column_name": "VOLUME_USD_IN_HOUR", "file_key_name": "models.silver__prices_swaps"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__prices_swaps_BLOCK_HOUR__CURRENCY.1e06dedf16": {"raw_sql": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_c4bd4fb05aad8c48128418d6b26431fd\") }}", "test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["BLOCK_HOUR", "CURRENCY"], "model": "{{ get_where_subquery(ref('silver__prices_swaps')) }}"}, "namespace": "dbt_utils"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__prices_swaps"]}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_c4bd4fb05aad8c48128418d6b26431fd", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_utils_unique_combination_of_columns_silver", "fqn": ["osmosis_models", "silver", "dbt_utils_unique_combination_of_columns_silver__prices_swaps_BLOCK_HOUR__CURRENCY"], "unique_id": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__prices_swaps_BLOCK_HOUR__CURRENCY.1e06dedf16", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_utils_unique_combination_o_c4bd4fb05aad8c48128418d6b26431fd.sql", "original_file_path": "models\\silver\\silver__prices_swaps.yml", "name": "dbt_utils_unique_combination_of_columns_silver__prices_swaps_BLOCK_HOUR__CURRENCY", "alias": "prices_swaps_BLOCK_HOUR", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__prices_swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__prices_swaps.yml\\dbt_utils_unique_combination_o_c4bd4fb05aad8c48128418d6b26431fd.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_utils_unique_combination_o_c4bd4fb05aad8c48128418d6b26431fd"}, "created_at": 1670433256.7274742, "compiled_sql": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n BLOCK_HOUR, CURRENCY\n from OSMOSIS_DEV.silver.prices_swaps\n group by BLOCK_HOUR, CURRENCY\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_utils_unique_combination_of_columns_silver.prices_swaps_BLOCK_HOUR", "column_name": null, "file_key_name": "models.silver__prices_swaps"}, "test.osmosis_models.not_null_silver__staking_BLOCK_ID.1d5493faed": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('silver__staking')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__staking_BLOCK_ID"], "unique_id": "test.osmosis_models.not_null_silver__staking_BLOCK_ID.1d5493faed", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__staking_BLOCK_ID.sql", "original_file_path": "models\\silver\\silver__staking.yml", "name": "not_null_silver__staking_BLOCK_ID", "alias": "staking_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking.yml\\not_null_silver__staking_BLOCK_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.7393942, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.staking\nwhere BLOCK_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.staking_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.silver__staking"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_BLOCK_ID__NUMBER__FLOAT.c6925be5b1": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_108b25d31b96f40a199164e6a1559197\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('silver__staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_108b25d31b96f40a199164e6a1559197", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_BLOCK_ID__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_BLOCK_ID__NUMBER__FLOAT.c6925be5b1", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_108b25d31b96f40a199164e6a1559197.sql", "original_file_path": "models\\silver\\silver__staking.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_BLOCK_ID__NUMBER__FLOAT", "alias": "staking_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking.yml\\dbt_expectations_expect_column_108b25d31b96f40a199164e6a1559197.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_108b25d31b96f40a199164e6a1559197"}, "created_at": 1670433256.740486, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_CALLER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('REDELEGATE_SOURCE_VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('COMPLETION_TIME' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCK_ID'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.staking_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.silver__staking"}, "test.osmosis_models.not_null_silver__staking_BLOCK_TIMESTAMP.c6ce91983d": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__staking')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__staking_BLOCK_TIMESTAMP"], "unique_id": "test.osmosis_models.not_null_silver__staking_BLOCK_TIMESTAMP.c6ce91983d", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__staking_BLOCK_TIMESTAMP.sql", "original_file_path": "models\\silver\\silver__staking.yml", "name": "not_null_silver__staking_BLOCK_TIMESTAMP", "alias": "staking_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking.yml\\not_null_silver__staking_BLOCK_TIMESTAMP.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.744481, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.staking\nwhere BLOCK_TIMESTAMP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.staking_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__staking"}, "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__staking_BLOCK_TIMESTAMP__day__1.8c14a74a71": {"raw_sql": "{{ dbt_expectations.test_expect_row_values_to_have_recent_data(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_row_va_d158d5a7c7ce75189533b9fab14685ec\") }}", "test_metadata": {"name": "expect_row_values_to_have_recent_data", "kwargs": {"datepart": "day", "interval": 1, "column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_row_values_to_have_recent_data", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_row_va_d158d5a7c7ce75189533b9fab14685ec", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_row_values_to_have_recent_data_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_row_values_to_have_recent_data_silver__staking_BLOCK_TIMESTAMP__day__1"], "unique_id": "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__staking_BLOCK_TIMESTAMP__day__1.8c14a74a71", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_row_va_d158d5a7c7ce75189533b9fab14685ec.sql", "original_file_path": "models\\silver\\silver__staking.yml", "name": "dbt_expectations_expect_row_values_to_have_recent_data_silver__staking_BLOCK_TIMESTAMP__day__1", "alias": "staking_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking.yml\\dbt_expectations_expect_row_va_d158d5a7c7ce75189533b9fab14685ec.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_row_va_d158d5a7c7ce75189533b9fab14685ec"}, "created_at": 1670433256.7464876, "compiled_sql": "\n\n with max_recency as (\n\n select max(cast(BLOCK_TIMESTAMP as \n timestamp_ntz\n)) as max_timestamp\n from\n OSMOSIS_DEV.silver.staking\n where\n -- to exclude erroneous future dates\n cast(BLOCK_TIMESTAMP as \n timestamp_ntz\n) <= cast(convert_timezone('UTC', 'GMT', \n current_timestamp::\n timestamp_ntz\n\n) as \n timestamp_ntz\n)\n \n)\nselect\n *\nfrom\n max_recency\nwhere\n -- if the row_condition excludes all rows, we need to compare against a default date\n -- to avoid false negatives\n coalesce(max_timestamp, cast('1970-01-01' as \n timestamp_ntz\n))\n <\n cast(\n\n dateadd(\n day,\n -1,\n cast(convert_timezone('UTC', 'GMT', \n current_timestamp::\n timestamp_ntz\n\n) as \n timestamp_ntz\n)\n )\n\n as \n timestamp_ntz\n)\n\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_row_values_to_have_recent_data_silver.staking_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__staking"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.4108c35ac5": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_fec83d78663ad94afa98a5260c2b798d\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["TIMESTAMP_NTZ"], "column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_fec83d78663ad94afa98a5260c2b798d", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_BLOCK_TIMESTAMP__TIMESTAMP_NTZ"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.4108c35ac5", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_fec83d78663ad94afa98a5260c2b798d.sql", "original_file_path": "models\\silver\\silver__staking.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_BLOCK_TIMESTAMP__TIMESTAMP_NTZ", "alias": "staking_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking.yml\\dbt_expectations_expect_column_fec83d78663ad94afa98a5260c2b798d.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_fec83d78663ad94afa98a5260c2b798d"}, "created_at": 1670433256.7538311, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_CALLER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('REDELEGATE_SOURCE_VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('COMPLETION_TIME' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCK_TIMESTAMP'\n and\n relation_column_type not in ('TIMESTAMP_NTZ')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.staking_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__staking"}, "test.osmosis_models.not_null_silver__staking_BLOCKCHAIN.58801fa4bb": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('silver__staking')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__staking_BLOCKCHAIN"], "unique_id": "test.osmosis_models.not_null_silver__staking_BLOCKCHAIN.58801fa4bb", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__staking_BLOCKCHAIN.sql", "original_file_path": "models\\silver\\silver__staking.yml", "name": "not_null_silver__staking_BLOCKCHAIN", "alias": "staking_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking.yml\\not_null_silver__staking_BLOCKCHAIN.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.7578309, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.staking\nwhere BLOCKCHAIN is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.staking_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.silver__staking"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_BLOCKCHAIN__STRING__VARCHAR.8bb6096ab5": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_4da6933cd23a7473a24551ee6282602d\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('silver__staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_4da6933cd23a7473a24551ee6282602d", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_BLOCKCHAIN__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_BLOCKCHAIN__STRING__VARCHAR.8bb6096ab5", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_4da6933cd23a7473a24551ee6282602d.sql", "original_file_path": "models\\silver\\silver__staking.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_BLOCKCHAIN__STRING__VARCHAR", "alias": "staking_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking.yml\\dbt_expectations_expect_column_4da6933cd23a7473a24551ee6282602d.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_4da6933cd23a7473a24551ee6282602d"}, "created_at": 1670433256.7598302, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_CALLER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('REDELEGATE_SOURCE_VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('COMPLETION_TIME' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCKCHAIN'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.staking_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.silver__staking"}, "test.osmosis_models.not_null_silver__staking_CHAIN_ID.3ba9c15357": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('silver__staking')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__staking_CHAIN_ID"], "unique_id": "test.osmosis_models.not_null_silver__staking_CHAIN_ID.3ba9c15357", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__staking_CHAIN_ID.sql", "original_file_path": "models\\silver\\silver__staking.yml", "name": "not_null_silver__staking_CHAIN_ID", "alias": "staking_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking.yml\\not_null_silver__staking_CHAIN_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.7646184, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.staking\nwhere CHAIN_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.staking_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.silver__staking"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_CHAIN_ID__STRING__VARCHAR.58d47a7e2f": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_0fc61976e1b8cd2cbe3958662692f3e8\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('silver__staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_0fc61976e1b8cd2cbe3958662692f3e8", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_CHAIN_ID__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_CHAIN_ID__STRING__VARCHAR.58d47a7e2f", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_0fc61976e1b8cd2cbe3958662692f3e8.sql", "original_file_path": "models\\silver\\silver__staking.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_CHAIN_ID__STRING__VARCHAR", "alias": "staking_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking.yml\\dbt_expectations_expect_column_0fc61976e1b8cd2cbe3958662692f3e8.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_0fc61976e1b8cd2cbe3958662692f3e8"}, "created_at": 1670433256.7669258, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_CALLER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('REDELEGATE_SOURCE_VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('COMPLETION_TIME' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'CHAIN_ID'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.staking_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.silver__staking"}, "test.osmosis_models.not_null_silver__staking_TX_ID.79d5b2c618": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "TX_ID", "model": "{{ get_where_subquery(ref('silver__staking')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__staking_TX_ID"], "unique_id": "test.osmosis_models.not_null_silver__staking_TX_ID.79d5b2c618", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__staking_TX_ID.sql", "original_file_path": "models\\silver\\silver__staking.yml", "name": "not_null_silver__staking_TX_ID", "alias": "staking_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking.yml\\not_null_silver__staking_TX_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.7739933, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.staking\nwhere TX_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.staking_TX_ID", "column_name": "TX_ID", "file_key_name": "models.silver__staking"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_TX_ID__STRING__VARCHAR.6de65a5238": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_1a17b7d426e6f22662548a7ff07adeb5\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "TX_ID", "model": "{{ get_where_subquery(ref('silver__staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_1a17b7d426e6f22662548a7ff07adeb5", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_TX_ID__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_TX_ID__STRING__VARCHAR.6de65a5238", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_1a17b7d426e6f22662548a7ff07adeb5.sql", "original_file_path": "models\\silver\\silver__staking.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_TX_ID__STRING__VARCHAR", "alias": "staking_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking.yml\\dbt_expectations_expect_column_1a17b7d426e6f22662548a7ff07adeb5.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_1a17b7d426e6f22662548a7ff07adeb5"}, "created_at": 1670433256.775993, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_CALLER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('REDELEGATE_SOURCE_VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('COMPLETION_TIME' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'TX_ID'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.staking_TX_ID", "column_name": "TX_ID", "file_key_name": "models.silver__staking"}, "test.osmosis_models.not_null_silver__staking_TX_STATUS.924f01adaa": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "TX_STATUS", "model": "{{ get_where_subquery(ref('silver__staking')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__staking_TX_STATUS"], "unique_id": "test.osmosis_models.not_null_silver__staking_TX_STATUS.924f01adaa", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__staking_TX_STATUS.sql", "original_file_path": "models\\silver\\silver__staking.yml", "name": "not_null_silver__staking_TX_STATUS", "alias": "staking_TX_STATUS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking.yml\\not_null_silver__staking_TX_STATUS.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.7792406, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.staking\nwhere TX_STATUS is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.staking_TX_STATUS", "column_name": "TX_STATUS", "file_key_name": "models.silver__staking"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_TX_STATUS__STRING__VARCHAR.13aee68e30": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_409068f2f4d34c0d8e6f87dfc63a995a\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "TX_STATUS", "model": "{{ get_where_subquery(ref('silver__staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_409068f2f4d34c0d8e6f87dfc63a995a", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_TX_STATUS__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_TX_STATUS__STRING__VARCHAR.13aee68e30", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_409068f2f4d34c0d8e6f87dfc63a995a.sql", "original_file_path": "models\\silver\\silver__staking.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_TX_STATUS__STRING__VARCHAR", "alias": "staking_TX_STATUS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking.yml\\dbt_expectations_expect_column_409068f2f4d34c0d8e6f87dfc63a995a.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_409068f2f4d34c0d8e6f87dfc63a995a"}, "created_at": 1670433256.78224, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_CALLER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('REDELEGATE_SOURCE_VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('COMPLETION_TIME' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'TX_STATUS'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.staking_TX_STATUS", "column_name": "TX_STATUS", "file_key_name": "models.silver__staking"}, "test.osmosis_models.not_null_silver__staking_TX_CALLER_ADDRESS.c71643fc54": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "TX_CALLER_ADDRESS", "model": "{{ get_where_subquery(ref('silver__staking')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__staking_TX_CALLER_ADDRESS"], "unique_id": "test.osmosis_models.not_null_silver__staking_TX_CALLER_ADDRESS.c71643fc54", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__staking_TX_CALLER_ADDRESS.sql", "original_file_path": "models\\silver\\silver__staking.yml", "name": "not_null_silver__staking_TX_CALLER_ADDRESS", "alias": "staking_TX_CALLER_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking.yml\\not_null_silver__staking_TX_CALLER_ADDRESS.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.7872405, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.staking\nwhere TX_CALLER_ADDRESS is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.staking_TX_CALLER_ADDRESS", "column_name": "TX_CALLER_ADDRESS", "file_key_name": "models.silver__staking"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_TX_CALLER_ADDRESS__STRING__VARCHAR.d7af473b9a": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_deacdfdbc96378a24ea0359d6313e451\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "TX_CALLER_ADDRESS", "model": "{{ get_where_subquery(ref('silver__staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_deacdfdbc96378a24ea0359d6313e451", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_TX_CALLER_ADDRESS__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_TX_CALLER_ADDRESS__STRING__VARCHAR.d7af473b9a", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_deacdfdbc96378a24ea0359d6313e451.sql", "original_file_path": "models\\silver\\silver__staking.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_TX_CALLER_ADDRESS__STRING__VARCHAR", "alias": "staking_TX_CALLER_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking.yml\\dbt_expectations_expect_column_deacdfdbc96378a24ea0359d6313e451.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_deacdfdbc96378a24ea0359d6313e451"}, "created_at": 1670433256.78924, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_CALLER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('REDELEGATE_SOURCE_VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('COMPLETION_TIME' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'TX_CALLER_ADDRESS'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.staking_TX_CALLER_ADDRESS", "column_name": "TX_CALLER_ADDRESS", "file_key_name": "models.silver__staking"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__staking_TX_CALLER_ADDRESS__osmo1_0_9a_z_38_38_.11f1890a87": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_match_regex(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_1acf8ba712f85ad9e638cb6f1a48f7e5\") }}", "test_metadata": {"name": "expect_column_values_to_match_regex", "kwargs": {"regex": "osmo1[0-9a-z]{38,38}", "column_name": "TX_CALLER_ADDRESS", "model": "{{ get_where_subquery(ref('silver__staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_match_regex", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_1acf8ba712f85ad9e638cb6f1a48f7e5", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_match_regex_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_match_regex_silver__staking_TX_CALLER_ADDRESS__osmo1_0_9a_z_38_38_"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__staking_TX_CALLER_ADDRESS__osmo1_0_9a_z_38_38_.11f1890a87", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_1acf8ba712f85ad9e638cb6f1a48f7e5.sql", "original_file_path": "models\\silver\\silver__staking.yml", "name": "dbt_expectations_expect_column_values_to_match_regex_silver__staking_TX_CALLER_ADDRESS__osmo1_0_9a_z_38_38_", "alias": "staking_TX_CALLER_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking.yml\\dbt_expectations_expect_column_1acf8ba712f85ad9e638cb6f1a48f7e5.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_1acf8ba712f85ad9e638cb6f1a48f7e5"}, "created_at": 1670433256.7932398, "compiled_sql": "\n\n\n\n\n with grouped_expression as (\n select\n \n \n \n \n\n\n \nregexp_instr(TX_CALLER_ADDRESS, 'osmo1[0-9a-z]{38,38}', 1, 1)\n\n\n > 0\n as expression\n\n\n from OSMOSIS_DEV.silver.staking\n \n\n),\nvalidation_errors as (\n\n select\n *\n from\n grouped_expression\n where\n not(expression = true)\n\n)\n\nselect *\nfrom validation_errors\n\n\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_match_regex_silver.staking_TX_CALLER_ADDRESS", "column_name": "TX_CALLER_ADDRESS", "file_key_name": "models.silver__staking"}, "test.osmosis_models.not_null_silver__staking_ACTION.91a24f522a": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "ACTION", "model": "{{ get_where_subquery(ref('silver__staking')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__staking_ACTION"], "unique_id": "test.osmosis_models.not_null_silver__staking_ACTION.91a24f522a", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__staking_ACTION.sql", "original_file_path": "models\\silver\\silver__staking.yml", "name": "not_null_silver__staking_ACTION", "alias": "staking_ACTION", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking.yml\\not_null_silver__staking_ACTION.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.7980182, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.staking\nwhere ACTION is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.staking_ACTION", "column_name": "ACTION", "file_key_name": "models.silver__staking"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_ACTION__STRING__VARCHAR.9afcc8fda7": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_fddf25fbf5f2f94beb7a921ce975d66e\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "ACTION", "model": "{{ get_where_subquery(ref('silver__staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_fddf25fbf5f2f94beb7a921ce975d66e", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_ACTION__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_ACTION__STRING__VARCHAR.9afcc8fda7", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_fddf25fbf5f2f94beb7a921ce975d66e.sql", "original_file_path": "models\\silver\\silver__staking.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_ACTION__STRING__VARCHAR", "alias": "staking_ACTION", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking.yml\\dbt_expectations_expect_column_fddf25fbf5f2f94beb7a921ce975d66e.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_fddf25fbf5f2f94beb7a921ce975d66e"}, "created_at": 1670433256.8003304, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_CALLER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('REDELEGATE_SOURCE_VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('COMPLETION_TIME' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'ACTION'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.staking_ACTION", "column_name": "ACTION", "file_key_name": "models.silver__staking"}, "test.osmosis_models.not_null_silver__staking_MSG_GROUP.80a68c918c": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "MSG_GROUP", "model": "{{ get_where_subquery(ref('silver__staking')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__staking_MSG_GROUP"], "unique_id": "test.osmosis_models.not_null_silver__staking_MSG_GROUP.80a68c918c", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__staking_MSG_GROUP.sql", "original_file_path": "models\\silver\\silver__staking.yml", "name": "not_null_silver__staking_MSG_GROUP", "alias": "staking_MSG_GROUP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking.yml\\not_null_silver__staking_MSG_GROUP.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.8043356, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.staking\nwhere MSG_GROUP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.staking_MSG_GROUP", "column_name": "MSG_GROUP", "file_key_name": "models.silver__staking"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_MSG_GROUP__NUMBER__FLOAT.8bdffa9ab5": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_a0321c66d01d8484cef304a4c2bff1e6\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "MSG_GROUP", "model": "{{ get_where_subquery(ref('silver__staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_a0321c66d01d8484cef304a4c2bff1e6", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_MSG_GROUP__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_MSG_GROUP__NUMBER__FLOAT.8bdffa9ab5", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_a0321c66d01d8484cef304a4c2bff1e6.sql", "original_file_path": "models\\silver\\silver__staking.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_MSG_GROUP__NUMBER__FLOAT", "alias": "staking_MSG_GROUP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking.yml\\dbt_expectations_expect_column_a0321c66d01d8484cef304a4c2bff1e6.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_a0321c66d01d8484cef304a4c2bff1e6"}, "created_at": 1670433256.80635, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_CALLER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('REDELEGATE_SOURCE_VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('COMPLETION_TIME' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'MSG_GROUP'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.staking_MSG_GROUP", "column_name": "MSG_GROUP", "file_key_name": "models.silver__staking"}, "test.osmosis_models.not_null_silver__staking_DELEGATOR_ADDRESS.36dee98f10": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "DELEGATOR_ADDRESS", "model": "{{ get_where_subquery(ref('silver__staking')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__staking_DELEGATOR_ADDRESS"], "unique_id": "test.osmosis_models.not_null_silver__staking_DELEGATOR_ADDRESS.36dee98f10", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__staking_DELEGATOR_ADDRESS.sql", "original_file_path": "models\\silver\\silver__staking.yml", "name": "not_null_silver__staking_DELEGATOR_ADDRESS", "alias": "staking_DELEGATOR_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking.yml\\not_null_silver__staking_DELEGATOR_ADDRESS.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.8103397, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.staking\nwhere DELEGATOR_ADDRESS is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.staking_DELEGATOR_ADDRESS", "column_name": "DELEGATOR_ADDRESS", "file_key_name": "models.silver__staking"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_DELEGATOR_ADDRESS__STRING__VARCHAR.49e89789f3": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_b37a042f4af94ab9e649ee2af3a0bbaf\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "DELEGATOR_ADDRESS", "model": "{{ get_where_subquery(ref('silver__staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_b37a042f4af94ab9e649ee2af3a0bbaf", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_DELEGATOR_ADDRESS__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_DELEGATOR_ADDRESS__STRING__VARCHAR.49e89789f3", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_b37a042f4af94ab9e649ee2af3a0bbaf.sql", "original_file_path": "models\\silver\\silver__staking.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_DELEGATOR_ADDRESS__STRING__VARCHAR", "alias": "staking_DELEGATOR_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking.yml\\dbt_expectations_expect_column_b37a042f4af94ab9e649ee2af3a0bbaf.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_b37a042f4af94ab9e649ee2af3a0bbaf"}, "created_at": 1670433256.8115978, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_CALLER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('REDELEGATE_SOURCE_VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('COMPLETION_TIME' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'DELEGATOR_ADDRESS'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.staking_DELEGATOR_ADDRESS", "column_name": "DELEGATOR_ADDRESS", "file_key_name": "models.silver__staking"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__staking_DELEGATOR_ADDRESS__osmo1_0_9a_z_38_38_.7a1a9bb6be": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_match_regex(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_05881f88bc2312c7f255fb7933feb17e\") }}", "test_metadata": {"name": "expect_column_values_to_match_regex", "kwargs": {"regex": "osmo1[0-9a-z]{38,38}", "column_name": "DELEGATOR_ADDRESS", "model": "{{ get_where_subquery(ref('silver__staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_match_regex", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_05881f88bc2312c7f255fb7933feb17e", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_match_regex_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_match_regex_silver__staking_DELEGATOR_ADDRESS__osmo1_0_9a_z_38_38_"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__staking_DELEGATOR_ADDRESS__osmo1_0_9a_z_38_38_.7a1a9bb6be", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_05881f88bc2312c7f255fb7933feb17e.sql", "original_file_path": "models\\silver\\silver__staking.yml", "name": "dbt_expectations_expect_column_values_to_match_regex_silver__staking_DELEGATOR_ADDRESS__osmo1_0_9a_z_38_38_", "alias": "staking_DELEGATOR_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking.yml\\dbt_expectations_expect_column_05881f88bc2312c7f255fb7933feb17e.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_05881f88bc2312c7f255fb7933feb17e"}, "created_at": 1670433256.8156972, "compiled_sql": "\n\n\n\n\n with grouped_expression as (\n select\n \n \n \n \n\n\n \nregexp_instr(DELEGATOR_ADDRESS, 'osmo1[0-9a-z]{38,38}', 1, 1)\n\n\n > 0\n as expression\n\n\n from OSMOSIS_DEV.silver.staking\n \n\n),\nvalidation_errors as (\n\n select\n *\n from\n grouped_expression\n where\n not(expression = true)\n\n)\n\nselect *\nfrom validation_errors\n\n\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_match_regex_silver.staking_DELEGATOR_ADDRESS", "column_name": "DELEGATOR_ADDRESS", "file_key_name": "models.silver__staking"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_AMOUNT__NUMBER__FLOAT.4f37d82831": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_7f706d8a5be31cd14bb3fce189f4a012\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "AMOUNT", "model": "{{ get_where_subquery(ref('silver__staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_7f706d8a5be31cd14bb3fce189f4a012", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_AMOUNT__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_AMOUNT__NUMBER__FLOAT.4f37d82831", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_7f706d8a5be31cd14bb3fce189f4a012.sql", "original_file_path": "models\\silver\\silver__staking.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_AMOUNT__NUMBER__FLOAT", "alias": "staking_AMOUNT", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking.yml\\dbt_expectations_expect_column_7f706d8a5be31cd14bb3fce189f4a012.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_7f706d8a5be31cd14bb3fce189f4a012"}, "created_at": 1670433256.8216898, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_CALLER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('REDELEGATE_SOURCE_VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('COMPLETION_TIME' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'AMOUNT'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.staking_AMOUNT", "column_name": "AMOUNT", "file_key_name": "models.silver__staking"}, "test.osmosis_models.not_null_silver__staking_CURRENCY.9997da9b27": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "CURRENCY", "model": "{{ get_where_subquery(ref('silver__staking')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__staking_CURRENCY"], "unique_id": "test.osmosis_models.not_null_silver__staking_CURRENCY.9997da9b27", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__staking_CURRENCY.sql", "original_file_path": "models\\silver\\silver__staking.yml", "name": "not_null_silver__staking_CURRENCY", "alias": "staking_CURRENCY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking.yml\\not_null_silver__staking_CURRENCY.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.8256915, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.staking\nwhere CURRENCY is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.staking_CURRENCY", "column_name": "CURRENCY", "file_key_name": "models.silver__staking"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_CURRENCY__STRING__VARCHAR.e490885777": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_7d8d7475987f76b3338e33b1a64aeaac\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "CURRENCY", "model": "{{ get_where_subquery(ref('silver__staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_7d8d7475987f76b3338e33b1a64aeaac", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_CURRENCY__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_CURRENCY__STRING__VARCHAR.e490885777", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_7d8d7475987f76b3338e33b1a64aeaac.sql", "original_file_path": "models\\silver\\silver__staking.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_CURRENCY__STRING__VARCHAR", "alias": "staking_CURRENCY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking.yml\\dbt_expectations_expect_column_7d8d7475987f76b3338e33b1a64aeaac.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_7d8d7475987f76b3338e33b1a64aeaac"}, "created_at": 1670433256.8271942, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_CALLER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('REDELEGATE_SOURCE_VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('COMPLETION_TIME' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'CURRENCY'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.staking_CURRENCY", "column_name": "CURRENCY", "file_key_name": "models.silver__staking"}, "test.osmosis_models.not_null_silver__staking_VALIDATOR_ADDRESS.3d65954499": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "VALIDATOR_ADDRESS", "model": "{{ get_where_subquery(ref('silver__staking')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__staking_VALIDATOR_ADDRESS"], "unique_id": "test.osmosis_models.not_null_silver__staking_VALIDATOR_ADDRESS.3d65954499", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__staking_VALIDATOR_ADDRESS.sql", "original_file_path": "models\\silver\\silver__staking.yml", "name": "not_null_silver__staking_VALIDATOR_ADDRESS", "alias": "staking_VALIDATOR_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking.yml\\not_null_silver__staking_VALIDATOR_ADDRESS.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.8313723, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.staking\nwhere VALIDATOR_ADDRESS is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.staking_VALIDATOR_ADDRESS", "column_name": "VALIDATOR_ADDRESS", "file_key_name": "models.silver__staking"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_VALIDATOR_ADDRESS__STRING__VARCHAR.e475239096": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_d42eaa31463f2a1066ddf57f7ab0e5e0\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "VALIDATOR_ADDRESS", "model": "{{ get_where_subquery(ref('silver__staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_d42eaa31463f2a1066ddf57f7ab0e5e0", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_VALIDATOR_ADDRESS__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_VALIDATOR_ADDRESS__STRING__VARCHAR.e475239096", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_d42eaa31463f2a1066ddf57f7ab0e5e0.sql", "original_file_path": "models\\silver\\silver__staking.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_VALIDATOR_ADDRESS__STRING__VARCHAR", "alias": "staking_VALIDATOR_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking.yml\\dbt_expectations_expect_column_d42eaa31463f2a1066ddf57f7ab0e5e0.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_d42eaa31463f2a1066ddf57f7ab0e5e0"}, "created_at": 1670433256.8334672, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_CALLER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('REDELEGATE_SOURCE_VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('COMPLETION_TIME' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'VALIDATOR_ADDRESS'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.staking_VALIDATOR_ADDRESS", "column_name": "VALIDATOR_ADDRESS", "file_key_name": "models.silver__staking"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__staking_VALIDATOR_ADDRESS__osmovaloper1_0_9a_z_38_38_.cc08ac2574": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_match_regex(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_df05327f050aa41627d4346cbec019c7\") }}", "test_metadata": {"name": "expect_column_values_to_match_regex", "kwargs": {"regex": "osmovaloper1[0-9a-z]{38,38}", "column_name": "VALIDATOR_ADDRESS", "model": "{{ get_where_subquery(ref('silver__staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_match_regex", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_df05327f050aa41627d4346cbec019c7", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_match_regex_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_match_regex_silver__staking_VALIDATOR_ADDRESS__osmovaloper1_0_9a_z_38_38_"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__staking_VALIDATOR_ADDRESS__osmovaloper1_0_9a_z_38_38_.cc08ac2574", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_df05327f050aa41627d4346cbec019c7.sql", "original_file_path": "models\\silver\\silver__staking.yml", "name": "dbt_expectations_expect_column_values_to_match_regex_silver__staking_VALIDATOR_ADDRESS__osmovaloper1_0_9a_z_38_38_", "alias": "staking_VALIDATOR_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking.yml\\dbt_expectations_expect_column_df05327f050aa41627d4346cbec019c7.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_df05327f050aa41627d4346cbec019c7"}, "created_at": 1670433256.8374498, "compiled_sql": "\n\n\n\n\n with grouped_expression as (\n select\n \n \n \n \n\n\n \nregexp_instr(VALIDATOR_ADDRESS, 'osmovaloper1[0-9a-z]{38,38}', 1, 1)\n\n\n > 0\n as expression\n\n\n from OSMOSIS_DEV.silver.staking\n \n\n),\nvalidation_errors as (\n\n select\n *\n from\n grouped_expression\n where\n not(expression = true)\n\n)\n\nselect *\nfrom validation_errors\n\n\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_match_regex_silver.staking_VALIDATOR_ADDRESS", "column_name": "VALIDATOR_ADDRESS", "file_key_name": "models.silver__staking"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_REDELEGATE_SOURCE_VALIDATOR_ADDRESS__STRING__VARCHAR.2600b68c44": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_4fa3187cc65fd4ee97e81478ec04464c\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "REDELEGATE_SOURCE_VALIDATOR_ADDRESS", "model": "{{ get_where_subquery(ref('silver__staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_4fa3187cc65fd4ee97e81478ec04464c", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_REDELEGATE_SOURCE_VALIDATOR_ADDRESS__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_REDELEGATE_SOURCE_VALIDATOR_ADDRESS__STRING__VARCHAR.2600b68c44", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_4fa3187cc65fd4ee97e81478ec04464c.sql", "original_file_path": "models\\silver\\silver__staking.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_REDELEGATE_SOURCE_VALIDATOR_ADDRESS__STRING__VARCHAR", "alias": "staking_REDELEGATE_SOURCE_VALIDATOR_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking.yml\\dbt_expectations_expect_column_4fa3187cc65fd4ee97e81478ec04464c.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_4fa3187cc65fd4ee97e81478ec04464c"}, "created_at": 1670433256.8414652, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_CALLER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('REDELEGATE_SOURCE_VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('COMPLETION_TIME' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'REDELEGATE_SOURCE_VALIDATOR_ADDRESS'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.staking_REDELEGATE_SOURCE_VALIDATOR_ADDRESS", "column_name": "REDELEGATE_SOURCE_VALIDATOR_ADDRESS", "file_key_name": "models.silver__staking"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__staking_REDELEGATE_SOURCE_VALIDATOR_ADDRESS__osmovaloper1_0_9a_z_38_38_.12583d1894": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_match_regex(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_da03ddd6925cbc68fa401231c40d4f0d\") }}", "test_metadata": {"name": "expect_column_values_to_match_regex", "kwargs": {"regex": "osmovaloper1[0-9a-z]{38,38}", "column_name": "REDELEGATE_SOURCE_VALIDATOR_ADDRESS", "model": "{{ get_where_subquery(ref('silver__staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_match_regex", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_da03ddd6925cbc68fa401231c40d4f0d", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_match_regex_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_match_regex_silver__staking_REDELEGATE_SOURCE_VALIDATOR_ADDRESS__osmovaloper1_0_9a_z_38_38_"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__staking_REDELEGATE_SOURCE_VALIDATOR_ADDRESS__osmovaloper1_0_9a_z_38_38_.12583d1894", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_da03ddd6925cbc68fa401231c40d4f0d.sql", "original_file_path": "models\\silver\\silver__staking.yml", "name": "dbt_expectations_expect_column_values_to_match_regex_silver__staking_REDELEGATE_SOURCE_VALIDATOR_ADDRESS__osmovaloper1_0_9a_z_38_38_", "alias": "staking_REDELEGATE_SOURCE_VALIDATOR_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking.yml\\dbt_expectations_expect_column_da03ddd6925cbc68fa401231c40d4f0d.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_da03ddd6925cbc68fa401231c40d4f0d"}, "created_at": 1670433256.8454564, "compiled_sql": "\n\n\n\n\n with grouped_expression as (\n select\n \n \n \n \n\n\n \nregexp_instr(REDELEGATE_SOURCE_VALIDATOR_ADDRESS, 'osmovaloper1[0-9a-z]{38,38}', 1, 1)\n\n\n > 0\n as expression\n\n\n from OSMOSIS_DEV.silver.staking\n \n\n),\nvalidation_errors as (\n\n select\n *\n from\n grouped_expression\n where\n not(expression = true)\n\n)\n\nselect *\nfrom validation_errors\n\n\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_match_regex_silver.staking_REDELEGATE_SOURCE_VALIDATOR_ADDRESS", "column_name": "REDELEGATE_SOURCE_VALIDATOR_ADDRESS", "file_key_name": "models.silver__staking"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_COMPLETION_TIME__TIMESTAMP_NTZ.ebc4f994ed": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_cbeb2c2b06e1cbdaafdd6b9df32b8e48\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["TIMESTAMP_NTZ"], "column_name": "COMPLETION_TIME", "model": "{{ get_where_subquery(ref('silver__staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_cbeb2c2b06e1cbdaafdd6b9df32b8e48", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_COMPLETION_TIME__TIMESTAMP_NTZ"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_COMPLETION_TIME__TIMESTAMP_NTZ.ebc4f994ed", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_cbeb2c2b06e1cbdaafdd6b9df32b8e48.sql", "original_file_path": "models\\silver\\silver__staking.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_COMPLETION_TIME__TIMESTAMP_NTZ", "alias": "staking_COMPLETION_TIME", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking.yml\\dbt_expectations_expect_column_cbeb2c2b06e1cbdaafdd6b9df32b8e48.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_cbeb2c2b06e1cbdaafdd6b9df32b8e48"}, "created_at": 1670433256.8494651, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_CALLER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('REDELEGATE_SOURCE_VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('COMPLETION_TIME' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'COMPLETION_TIME'\n and\n relation_column_type not in ('TIMESTAMP_NTZ')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.staking_COMPLETION_TIME", "column_name": "COMPLETION_TIME", "file_key_name": "models.silver__staking"}, "test.osmosis_models.not_null_silver__staking__INSERTED_TIMESTAMP.eff37b7ef3": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "_INSERTED_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__staking')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__staking__INSERTED_TIMESTAMP"], "unique_id": "test.osmosis_models.not_null_silver__staking__INSERTED_TIMESTAMP.eff37b7ef3", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__staking__INSERTED_TIMESTAMP.sql", "original_file_path": "models\\silver\\silver__staking.yml", "name": "not_null_silver__staking__INSERTED_TIMESTAMP", "alias": "staking", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking.yml\\not_null_silver__staking__INSERTED_TIMESTAMP.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.8554542, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.staking\nwhere _INSERTED_TIMESTAMP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.staking", "column_name": "_INSERTED_TIMESTAMP", "file_key_name": "models.silver__staking"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.a61f51e053": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_b120dabb5aee38000c61e11d26cc09eb\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["TIMESTAMP_NTZ"], "column_name": "_INSERTED_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__staking')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_b120dabb5aee38000c61e11d26cc09eb", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking__INSERTED_TIMESTAMP__TIMESTAMP_NTZ"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.a61f51e053", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_b120dabb5aee38000c61e11d26cc09eb.sql", "original_file_path": "models\\silver\\silver__staking.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking__INSERTED_TIMESTAMP__TIMESTAMP_NTZ", "alias": "staking", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking.yml\\dbt_expectations_expect_column_b120dabb5aee38000c61e11d26cc09eb.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_b120dabb5aee38000c61e11d26cc09eb"}, "created_at": 1670433256.8564665, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_CALLER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DELEGATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('REDELEGATE_SOURCE_VALIDATOR_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('COMPLETION_TIME' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = '_INSERTED_TIMESTAMP'\n and\n relation_column_type not in ('TIMESTAMP_NTZ')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.staking", "column_name": "_INSERTED_TIMESTAMP", "file_key_name": "models.silver__staking"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__staking_TX_ID__MSG_GROUP__ACTION__CURRENCY__DELEGATOR_ADDRESS__VALIDATOR_ADDRESS.eeaa03e7bf": {"raw_sql": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_ec527864a3fbcde9af651b628eb99a16\") }}", "test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["TX_ID", "MSG_GROUP", "ACTION", "CURRENCY", "DELEGATOR_ADDRESS", "VALIDATOR_ADDRESS"], "model": "{{ get_where_subquery(ref('silver__staking')) }}"}, "namespace": "dbt_utils"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__staking"]}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_ec527864a3fbcde9af651b628eb99a16", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_utils_unique_combination_of_columns_silver", "fqn": ["osmosis_models", "silver", "dbt_utils_unique_combination_of_columns_silver__staking_TX_ID__MSG_GROUP__ACTION__CURRENCY__DELEGATOR_ADDRESS__VALIDATOR_ADDRESS"], "unique_id": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__staking_TX_ID__MSG_GROUP__ACTION__CURRENCY__DELEGATOR_ADDRESS__VALIDATOR_ADDRESS.eeaa03e7bf", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_utils_unique_combination_o_ec527864a3fbcde9af651b628eb99a16.sql", "original_file_path": "models\\silver\\silver__staking.yml", "name": "dbt_utils_unique_combination_of_columns_silver__staking_TX_ID__MSG_GROUP__ACTION__CURRENCY__DELEGATOR_ADDRESS__VALIDATOR_ADDRESS", "alias": "staking_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__staking"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__staking.yml\\dbt_utils_unique_combination_o_ec527864a3fbcde9af651b628eb99a16.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_utils_unique_combination_o_ec527864a3fbcde9af651b628eb99a16"}, "created_at": 1670433256.8604517, "compiled_sql": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n TX_ID, MSG_GROUP, ACTION, CURRENCY, DELEGATOR_ADDRESS, VALIDATOR_ADDRESS\n from OSMOSIS_DEV.silver.staking\n group by TX_ID, MSG_GROUP, ACTION, CURRENCY, DELEGATOR_ADDRESS, VALIDATOR_ADDRESS\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_utils_unique_combination_of_columns_silver.staking_TX_ID", "column_name": null, "file_key_name": "models.silver__staking"}, "test.osmosis_models.not_null_silver__blocks_BLOCK_ID.2e78c008c9": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('silver__blocks')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__blocks"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__blocks_BLOCK_ID"], "unique_id": "test.osmosis_models.not_null_silver__blocks_BLOCK_ID.2e78c008c9", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__blocks_BLOCK_ID.sql", "original_file_path": "models\\silver\\silver__blocks.yml", "name": "not_null_silver__blocks_BLOCK_ID", "alias": "blocks_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__blocks"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__blocks.yml\\not_null_silver__blocks_BLOCK_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.868453, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.blocks\nwhere BLOCK_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.blocks_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.silver__blocks"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_BLOCK_ID__NUMBER.fd6ec57c3f": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_ed159f8c3e830d8b58ebdd251a5db1b9\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER"], "column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('silver__blocks')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__blocks"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_ed159f8c3e830d8b58ebdd251a5db1b9", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_BLOCK_ID__NUMBER"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_BLOCK_ID__NUMBER.fd6ec57c3f", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_ed159f8c3e830d8b58ebdd251a5db1b9.sql", "original_file_path": "models\\silver\\silver__blocks.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_BLOCK_ID__NUMBER", "alias": "blocks_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__blocks"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__blocks.yml\\dbt_expectations_expect_column_ed159f8c3e830d8b58ebdd251a5db1b9.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_ed159f8c3e830d8b58ebdd251a5db1b9"}, "created_at": 1670433256.8704536, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_COUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_HASH' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCK_ID'\n and\n relation_column_type not in ('NUMBER')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.blocks_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.silver__blocks"}, "test.osmosis_models.not_null_silver__blocks_BLOCK_TIMESTAMP.b65a1fcead": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__blocks')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__blocks"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__blocks_BLOCK_TIMESTAMP"], "unique_id": "test.osmosis_models.not_null_silver__blocks_BLOCK_TIMESTAMP.b65a1fcead", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__blocks_BLOCK_TIMESTAMP.sql", "original_file_path": "models\\silver\\silver__blocks.yml", "name": "not_null_silver__blocks_BLOCK_TIMESTAMP", "alias": "blocks_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__blocks"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__blocks.yml\\not_null_silver__blocks_BLOCK_TIMESTAMP.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.8734515, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.blocks\nwhere BLOCK_TIMESTAMP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.blocks_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__blocks"}, "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__blocks_BLOCK_TIMESTAMP__day__1.3844f6e7d3": {"raw_sql": "{{ dbt_expectations.test_expect_row_values_to_have_recent_data(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_row_va_59f17192e0f2a3ba8e68b2c9a7ff0692\") }}", "test_metadata": {"name": "expect_row_values_to_have_recent_data", "kwargs": {"datepart": "day", "interval": 1, "column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__blocks')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_row_values_to_have_recent_data", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__blocks"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_row_va_59f17192e0f2a3ba8e68b2c9a7ff0692", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_row_values_to_have_recent_data_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_row_values_to_have_recent_data_silver__blocks_BLOCK_TIMESTAMP__day__1"], "unique_id": "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__blocks_BLOCK_TIMESTAMP__day__1.3844f6e7d3", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_row_va_59f17192e0f2a3ba8e68b2c9a7ff0692.sql", "original_file_path": "models\\silver\\silver__blocks.yml", "name": "dbt_expectations_expect_row_values_to_have_recent_data_silver__blocks_BLOCK_TIMESTAMP__day__1", "alias": "blocks_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__blocks"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__blocks.yml\\dbt_expectations_expect_row_va_59f17192e0f2a3ba8e68b2c9a7ff0692.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_row_va_59f17192e0f2a3ba8e68b2c9a7ff0692"}, "created_at": 1670433256.8771286, "compiled_sql": "\n\n with max_recency as (\n\n select max(cast(BLOCK_TIMESTAMP as \n timestamp_ntz\n)) as max_timestamp\n from\n OSMOSIS_DEV.silver.blocks\n where\n -- to exclude erroneous future dates\n cast(BLOCK_TIMESTAMP as \n timestamp_ntz\n) <= cast(convert_timezone('UTC', 'GMT', \n current_timestamp::\n timestamp_ntz\n\n) as \n timestamp_ntz\n)\n \n)\nselect\n *\nfrom\n max_recency\nwhere\n -- if the row_condition excludes all rows, we need to compare against a default date\n -- to avoid false negatives\n coalesce(max_timestamp, cast('1970-01-01' as \n timestamp_ntz\n))\n <\n cast(\n\n dateadd(\n day,\n -1,\n cast(convert_timezone('UTC', 'GMT', \n current_timestamp::\n timestamp_ntz\n\n) as \n timestamp_ntz\n)\n )\n\n as \n timestamp_ntz\n)\n\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_row_values_to_have_recent_data_silver.blocks_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__blocks"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.2a22373751": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_2ee4d8ce0368be721e1f5e161b194f27\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["TIMESTAMP_NTZ"], "column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__blocks')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__blocks"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_2ee4d8ce0368be721e1f5e161b194f27", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_BLOCK_TIMESTAMP__TIMESTAMP_NTZ"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.2a22373751", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_2ee4d8ce0368be721e1f5e161b194f27.sql", "original_file_path": "models\\silver\\silver__blocks.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_BLOCK_TIMESTAMP__TIMESTAMP_NTZ", "alias": "blocks_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__blocks"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__blocks.yml\\dbt_expectations_expect_column_2ee4d8ce0368be721e1f5e161b194f27.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_2ee4d8ce0368be721e1f5e161b194f27"}, "created_at": 1670433256.8867905, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_COUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_HASH' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCK_TIMESTAMP'\n and\n relation_column_type not in ('TIMESTAMP_NTZ')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.blocks_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__blocks"}, "test.osmosis_models.not_null_silver__blocks_CHAIN_ID.a10569ee35": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('silver__blocks')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__blocks"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__blocks_CHAIN_ID"], "unique_id": "test.osmosis_models.not_null_silver__blocks_CHAIN_ID.a10569ee35", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__blocks_CHAIN_ID.sql", "original_file_path": "models\\silver\\silver__blocks.yml", "name": "not_null_silver__blocks_CHAIN_ID", "alias": "blocks_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__blocks"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__blocks.yml\\not_null_silver__blocks_CHAIN_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.8916545, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.blocks\nwhere CHAIN_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.blocks_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.silver__blocks"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_CHAIN_ID__STRING__VARCHAR.eba2c1ff94": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_5f249e503d738719b2c03025e42e2b0a\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('silver__blocks')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__blocks"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_5f249e503d738719b2c03025e42e2b0a", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_CHAIN_ID__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_CHAIN_ID__STRING__VARCHAR.eba2c1ff94", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_5f249e503d738719b2c03025e42e2b0a.sql", "original_file_path": "models\\silver\\silver__blocks.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_CHAIN_ID__STRING__VARCHAR", "alias": "blocks_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__blocks"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__blocks.yml\\dbt_expectations_expect_column_5f249e503d738719b2c03025e42e2b0a.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_5f249e503d738719b2c03025e42e2b0a"}, "created_at": 1670433256.8942585, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_COUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_HASH' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'CHAIN_ID'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.blocks_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.silver__blocks"}, "test.osmosis_models.not_null_silver__blocks_TX_COUNT.34525b51e6": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "TX_COUNT", "model": "{{ get_where_subquery(ref('silver__blocks')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__blocks"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__blocks_TX_COUNT"], "unique_id": "test.osmosis_models.not_null_silver__blocks_TX_COUNT.34525b51e6", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__blocks_TX_COUNT.sql", "original_file_path": "models\\silver\\silver__blocks.yml", "name": "not_null_silver__blocks_TX_COUNT", "alias": "blocks_TX_COUNT", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__blocks"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__blocks.yml\\not_null_silver__blocks_TX_COUNT.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.8996782, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.blocks\nwhere TX_COUNT is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.blocks_TX_COUNT", "column_name": "TX_COUNT", "file_key_name": "models.silver__blocks"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_TX_COUNT__NUMBER__FLOAT.9486c781f5": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_57647135d3191ca6bcc33dccc86d30b7\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "TX_COUNT", "model": "{{ get_where_subquery(ref('silver__blocks')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__blocks"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_57647135d3191ca6bcc33dccc86d30b7", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_TX_COUNT__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_TX_COUNT__NUMBER__FLOAT.9486c781f5", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_57647135d3191ca6bcc33dccc86d30b7.sql", "original_file_path": "models\\silver\\silver__blocks.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_TX_COUNT__NUMBER__FLOAT", "alias": "blocks_TX_COUNT", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__blocks"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__blocks.yml\\dbt_expectations_expect_column_57647135d3191ca6bcc33dccc86d30b7.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_57647135d3191ca6bcc33dccc86d30b7"}, "created_at": 1670433256.9025958, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_COUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_HASH' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'TX_COUNT'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.blocks_TX_COUNT", "column_name": "TX_COUNT", "file_key_name": "models.silver__blocks"}, "test.osmosis_models.not_null_silver__blocks_PROPOSER_ADDRESS.00f683ae74": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "PROPOSER_ADDRESS", "model": "{{ get_where_subquery(ref('silver__blocks')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__blocks"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__blocks_PROPOSER_ADDRESS"], "unique_id": "test.osmosis_models.not_null_silver__blocks_PROPOSER_ADDRESS.00f683ae74", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__blocks_PROPOSER_ADDRESS.sql", "original_file_path": "models\\silver\\silver__blocks.yml", "name": "not_null_silver__blocks_PROPOSER_ADDRESS", "alias": "blocks_PROPOSER_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__blocks"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__blocks.yml\\not_null_silver__blocks_PROPOSER_ADDRESS.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.907956, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.blocks\nwhere PROPOSER_ADDRESS is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.blocks_PROPOSER_ADDRESS", "column_name": "PROPOSER_ADDRESS", "file_key_name": "models.silver__blocks"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_PROPOSER_ADDRESS__STRING__VARCHAR.271fde4209": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_e33a9da8fca5d9e7e3b70a44e100360a\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "PROPOSER_ADDRESS", "model": "{{ get_where_subquery(ref('silver__blocks')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__blocks"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_e33a9da8fca5d9e7e3b70a44e100360a", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_PROPOSER_ADDRESS__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_PROPOSER_ADDRESS__STRING__VARCHAR.271fde4209", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_e33a9da8fca5d9e7e3b70a44e100360a.sql", "original_file_path": "models\\silver\\silver__blocks.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_PROPOSER_ADDRESS__STRING__VARCHAR", "alias": "blocks_PROPOSER_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__blocks"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__blocks.yml\\dbt_expectations_expect_column_e33a9da8fca5d9e7e3b70a44e100360a.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_e33a9da8fca5d9e7e3b70a44e100360a"}, "created_at": 1670433256.910535, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_COUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_HASH' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'PROPOSER_ADDRESS'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.blocks_PROPOSER_ADDRESS", "column_name": "PROPOSER_ADDRESS", "file_key_name": "models.silver__blocks"}, "test.osmosis_models.not_null_silver__blocks_VALIDATOR_HASH.27e6c22877": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "VALIDATOR_HASH", "model": "{{ get_where_subquery(ref('silver__blocks')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__blocks"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__blocks_VALIDATOR_HASH"], "unique_id": "test.osmosis_models.not_null_silver__blocks_VALIDATOR_HASH.27e6c22877", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__blocks_VALIDATOR_HASH.sql", "original_file_path": "models\\silver\\silver__blocks.yml", "name": "not_null_silver__blocks_VALIDATOR_HASH", "alias": "blocks_VALIDATOR_HASH", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__blocks"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__blocks.yml\\not_null_silver__blocks_VALIDATOR_HASH.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.916091, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.blocks\nwhere VALIDATOR_HASH is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.blocks_VALIDATOR_HASH", "column_name": "VALIDATOR_HASH", "file_key_name": "models.silver__blocks"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_VALIDATOR_HASH__STRING__VARCHAR.985e07aa79": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_2519c7234a219fa759de7f5c33112c3e\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "VALIDATOR_HASH", "model": "{{ get_where_subquery(ref('silver__blocks')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__blocks"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_2519c7234a219fa759de7f5c33112c3e", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_VALIDATOR_HASH__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_VALIDATOR_HASH__STRING__VARCHAR.985e07aa79", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_2519c7234a219fa759de7f5c33112c3e.sql", "original_file_path": "models\\silver\\silver__blocks.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_VALIDATOR_HASH__STRING__VARCHAR", "alias": "blocks_VALIDATOR_HASH", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__blocks"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__blocks.yml\\dbt_expectations_expect_column_2519c7234a219fa759de7f5c33112c3e.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_2519c7234a219fa759de7f5c33112c3e"}, "created_at": 1670433256.9185257, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_COUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_HASH' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'VALIDATOR_HASH'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.blocks_VALIDATOR_HASH", "column_name": "VALIDATOR_HASH", "file_key_name": "models.silver__blocks"}, "test.osmosis_models.not_null_silver__blocks__INSERTED_TIMESTAMP.be3b3ed4ca": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "_INSERTED_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__blocks')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__blocks"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__blocks__INSERTED_TIMESTAMP"], "unique_id": "test.osmosis_models.not_null_silver__blocks__INSERTED_TIMESTAMP.be3b3ed4ca", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__blocks__INSERTED_TIMESTAMP.sql", "original_file_path": "models\\silver\\silver__blocks.yml", "name": "not_null_silver__blocks__INSERTED_TIMESTAMP", "alias": "blocks", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__blocks"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__blocks.yml\\not_null_silver__blocks__INSERTED_TIMESTAMP.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.9246125, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.blocks\nwhere _INSERTED_TIMESTAMP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.blocks", "column_name": "_INSERTED_TIMESTAMP", "file_key_name": "models.silver__blocks"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.690191eca2": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_bf65ab6ab39fe0c1d3b520cc329b4169\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["TIMESTAMP_NTZ"], "column_name": "_INSERTED_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__blocks')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__blocks"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_bf65ab6ab39fe0c1d3b520cc329b4169", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks__INSERTED_TIMESTAMP__TIMESTAMP_NTZ"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.690191eca2", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_bf65ab6ab39fe0c1d3b520cc329b4169.sql", "original_file_path": "models\\silver\\silver__blocks.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks__INSERTED_TIMESTAMP__TIMESTAMP_NTZ", "alias": "blocks", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__blocks"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__blocks.yml\\dbt_expectations_expect_column_bf65ab6ab39fe0c1d3b520cc329b4169.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_bf65ab6ab39fe0c1d3b520cc329b4169"}, "created_at": 1670433256.9266033, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_COUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VALIDATOR_HASH' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = '_INSERTED_TIMESTAMP'\n and\n relation_column_type not in ('TIMESTAMP_NTZ')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.blocks", "column_name": "_INSERTED_TIMESTAMP", "file_key_name": "models.silver__blocks"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__blocks_CHAIN_ID__BLOCK_ID.00ab619aa5": {"raw_sql": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_8be7506fb9e9f74eeb469851646f973a\") }}", "test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["CHAIN_ID", "BLOCK_ID"], "model": "{{ get_where_subquery(ref('silver__blocks')) }}"}, "namespace": "dbt_utils"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__blocks"]}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_8be7506fb9e9f74eeb469851646f973a", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_utils_unique_combination_of_columns_silver", "fqn": ["osmosis_models", "silver", "dbt_utils_unique_combination_of_columns_silver__blocks_CHAIN_ID__BLOCK_ID"], "unique_id": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__blocks_CHAIN_ID__BLOCK_ID.00ab619aa5", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_utils_unique_combination_o_8be7506fb9e9f74eeb469851646f973a.sql", "original_file_path": "models\\silver\\silver__blocks.yml", "name": "dbt_utils_unique_combination_of_columns_silver__blocks_CHAIN_ID__BLOCK_ID", "alias": "blocks_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__blocks"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__blocks.yml\\dbt_utils_unique_combination_o_8be7506fb9e9f74eeb469851646f973a.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_utils_unique_combination_o_8be7506fb9e9f74eeb469851646f973a"}, "created_at": 1670433256.9312632, "compiled_sql": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n CHAIN_ID, BLOCK_ID\n from OSMOSIS_DEV.silver.blocks\n group by CHAIN_ID, BLOCK_ID\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_utils_unique_combination_of_columns_silver.blocks_CHAIN_ID", "column_name": null, "file_key_name": "models.silver__blocks"}, "test.osmosis_models.not_null_silver__latest_liquid_balances_BLOCK_TIMESTAMP.2e907def50": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__latest_liquid_balances')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__latest_liquid_balances"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__latest_liquid_balances_BLOCK_TIMESTAMP"], "unique_id": "test.osmosis_models.not_null_silver__latest_liquid_balances_BLOCK_TIMESTAMP.2e907def50", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__latest_liquid_balances_BLOCK_TIMESTAMP.sql", "original_file_path": "models\\silver\\silver__latest_liquid_balances.yml", "name": "not_null_silver__latest_liquid_balances_BLOCK_TIMESTAMP", "alias": "latest_liquid_balances_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__latest_liquid_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__latest_liquid_balances.yml\\not_null_silver__latest_liquid_balances_BLOCK_TIMESTAMP.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.9402797, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.latest_liquid_balances\nwhere BLOCK_TIMESTAMP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.latest_liquid_balances_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__latest_liquid_balances"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__latest_liquid_balances_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.1abca7ddd8": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_019ec799d4bb3a9736c975175d1341cd\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["TIMESTAMP_NTZ"], "column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__latest_liquid_balances')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__latest_liquid_balances"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_019ec799d4bb3a9736c975175d1341cd", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__latest_liquid_balances_BLOCK_TIMESTAMP__TIMESTAMP_NTZ"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__latest_liquid_balances_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.1abca7ddd8", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_019ec799d4bb3a9736c975175d1341cd.sql", "original_file_path": "models\\silver\\silver__latest_liquid_balances.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__latest_liquid_balances_BLOCK_TIMESTAMP__TIMESTAMP_NTZ", "alias": "latest_liquid_balances_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__latest_liquid_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__latest_liquid_balances.yml\\dbt_expectations_expect_column_019ec799d4bb3a9736c975175d1341cd.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_019ec799d4bb3a9736c975175d1341cd"}, "created_at": 1670433256.9422727, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCK_TIMESTAMP'\n and\n relation_column_type not in ('TIMESTAMP_NTZ')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.latest_liquid_balances_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__latest_liquid_balances"}, "test.osmosis_models.not_null_silver__latest_liquid_balances_ADDRESS.ab3d75134b": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "ADDRESS", "model": "{{ get_where_subquery(ref('silver__latest_liquid_balances')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__latest_liquid_balances"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__latest_liquid_balances_ADDRESS"], "unique_id": "test.osmosis_models.not_null_silver__latest_liquid_balances_ADDRESS.ab3d75134b", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__latest_liquid_balances_ADDRESS.sql", "original_file_path": "models\\silver\\silver__latest_liquid_balances.yml", "name": "not_null_silver__latest_liquid_balances_ADDRESS", "alias": "latest_liquid_balances_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__latest_liquid_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__latest_liquid_balances.yml\\not_null_silver__latest_liquid_balances_ADDRESS.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.9463396, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.latest_liquid_balances\nwhere ADDRESS is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.latest_liquid_balances_ADDRESS", "column_name": "ADDRESS", "file_key_name": "models.silver__latest_liquid_balances"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__latest_liquid_balances_ADDRESS__STRING__VARCHAR.5582d70762": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_178286431f315bbdbfd81c56eb32040c\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "ADDRESS", "model": "{{ get_where_subquery(ref('silver__latest_liquid_balances')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__latest_liquid_balances"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_178286431f315bbdbfd81c56eb32040c", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__latest_liquid_balances_ADDRESS__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__latest_liquid_balances_ADDRESS__STRING__VARCHAR.5582d70762", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_178286431f315bbdbfd81c56eb32040c.sql", "original_file_path": "models\\silver\\silver__latest_liquid_balances.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__latest_liquid_balances_ADDRESS__STRING__VARCHAR", "alias": "latest_liquid_balances_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__latest_liquid_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__latest_liquid_balances.yml\\dbt_expectations_expect_column_178286431f315bbdbfd81c56eb32040c.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_178286431f315bbdbfd81c56eb32040c"}, "created_at": 1670433256.948255, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'ADDRESS'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.latest_liquid_balances_ADDRESS", "column_name": "ADDRESS", "file_key_name": "models.silver__latest_liquid_balances"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__latest_liquid_balances_ADDRESS__osmo1_0_9a_z_38_38_.e6b7c69303": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_match_regex(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_8effa22a64cf505c49159b52fd279c24\") }}", "test_metadata": {"name": "expect_column_values_to_match_regex", "kwargs": {"regex": "osmo1[0-9a-z]{38,38}", "column_name": "ADDRESS", "model": "{{ get_where_subquery(ref('silver__latest_liquid_balances')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_match_regex", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__latest_liquid_balances"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_8effa22a64cf505c49159b52fd279c24", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_match_regex_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_match_regex_silver__latest_liquid_balances_ADDRESS__osmo1_0_9a_z_38_38_"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__latest_liquid_balances_ADDRESS__osmo1_0_9a_z_38_38_.e6b7c69303", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_8effa22a64cf505c49159b52fd279c24.sql", "original_file_path": "models\\silver\\silver__latest_liquid_balances.yml", "name": "dbt_expectations_expect_column_values_to_match_regex_silver__latest_liquid_balances_ADDRESS__osmo1_0_9a_z_38_38_", "alias": "latest_liquid_balances_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__latest_liquid_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__latest_liquid_balances.yml\\dbt_expectations_expect_column_8effa22a64cf505c49159b52fd279c24.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_8effa22a64cf505c49159b52fd279c24"}, "created_at": 1670433256.95391, "compiled_sql": "\n\n\n\n\n with grouped_expression as (\n select\n \n \n \n \n\n\n \nregexp_instr(ADDRESS, 'osmo1[0-9a-z]{38,38}', 1, 1)\n\n\n > 0\n as expression\n\n\n from OSMOSIS_DEV.silver.latest_liquid_balances\n \n\n),\nvalidation_errors as (\n\n select\n *\n from\n grouped_expression\n where\n not(expression = true)\n\n)\n\nselect *\nfrom validation_errors\n\n\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_match_regex_silver.latest_liquid_balances_ADDRESS", "column_name": "ADDRESS", "file_key_name": "models.silver__latest_liquid_balances"}, "test.osmosis_models.not_null_silver__latest_liquid_balances_CURRENCY.5f3ccd6e9b": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "CURRENCY", "model": "{{ get_where_subquery(ref('silver__latest_liquid_balances')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__latest_liquid_balances"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__latest_liquid_balances_CURRENCY"], "unique_id": "test.osmosis_models.not_null_silver__latest_liquid_balances_CURRENCY.5f3ccd6e9b", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__latest_liquid_balances_CURRENCY.sql", "original_file_path": "models\\silver\\silver__latest_liquid_balances.yml", "name": "not_null_silver__latest_liquid_balances_CURRENCY", "alias": "latest_liquid_balances_CURRENCY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__latest_liquid_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__latest_liquid_balances.yml\\not_null_silver__latest_liquid_balances_CURRENCY.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.9599142, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.latest_liquid_balances\nwhere CURRENCY is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.latest_liquid_balances_CURRENCY", "column_name": "CURRENCY", "file_key_name": "models.silver__latest_liquid_balances"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__latest_liquid_balances_CURRENCY__STRING__VARCHAR.9f9cdb4f89": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_cf931b6ca4ba5789e1be36fc9a0b53a9\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "CURRENCY", "model": "{{ get_where_subquery(ref('silver__latest_liquid_balances')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__latest_liquid_balances"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_cf931b6ca4ba5789e1be36fc9a0b53a9", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__latest_liquid_balances_CURRENCY__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__latest_liquid_balances_CURRENCY__STRING__VARCHAR.9f9cdb4f89", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_cf931b6ca4ba5789e1be36fc9a0b53a9.sql", "original_file_path": "models\\silver\\silver__latest_liquid_balances.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__latest_liquid_balances_CURRENCY__STRING__VARCHAR", "alias": "latest_liquid_balances_CURRENCY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__latest_liquid_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__latest_liquid_balances.yml\\dbt_expectations_expect_column_cf931b6ca4ba5789e1be36fc9a0b53a9.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_cf931b6ca4ba5789e1be36fc9a0b53a9"}, "created_at": 1670433256.9619153, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'CURRENCY'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.latest_liquid_balances_CURRENCY", "column_name": "CURRENCY", "file_key_name": "models.silver__latest_liquid_balances"}, "test.osmosis_models.not_null_silver__latest_liquid_balances_BALANCE_TYPE.79b62d56d2": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BALANCE_TYPE", "model": "{{ get_where_subquery(ref('silver__latest_liquid_balances')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__latest_liquid_balances"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__latest_liquid_balances_BALANCE_TYPE"], "unique_id": "test.osmosis_models.not_null_silver__latest_liquid_balances_BALANCE_TYPE.79b62d56d2", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__latest_liquid_balances_BALANCE_TYPE.sql", "original_file_path": "models\\silver\\silver__latest_liquid_balances.yml", "name": "not_null_silver__latest_liquid_balances_BALANCE_TYPE", "alias": "latest_liquid_balances_BALANCE_TYPE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__latest_liquid_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__latest_liquid_balances.yml\\not_null_silver__latest_liquid_balances_BALANCE_TYPE.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.9658978, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.latest_liquid_balances\nwhere BALANCE_TYPE is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.latest_liquid_balances_BALANCE_TYPE", "column_name": "BALANCE_TYPE", "file_key_name": "models.silver__latest_liquid_balances"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__latest_liquid_balances_BALANCE_TYPE__STRING__VARCHAR.52e6dbfbb3": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_2360c7888bca455b1dbe3820aa5ff8cc\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "BALANCE_TYPE", "model": "{{ get_where_subquery(ref('silver__latest_liquid_balances')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__latest_liquid_balances"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_2360c7888bca455b1dbe3820aa5ff8cc", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__latest_liquid_balances_BALANCE_TYPE__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__latest_liquid_balances_BALANCE_TYPE__STRING__VARCHAR.52e6dbfbb3", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_2360c7888bca455b1dbe3820aa5ff8cc.sql", "original_file_path": "models\\silver\\silver__latest_liquid_balances.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__latest_liquid_balances_BALANCE_TYPE__STRING__VARCHAR", "alias": "latest_liquid_balances_BALANCE_TYPE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__latest_liquid_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__latest_liquid_balances.yml\\dbt_expectations_expect_column_2360c7888bca455b1dbe3820aa5ff8cc.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_2360c7888bca455b1dbe3820aa5ff8cc"}, "created_at": 1670433256.9679122, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BALANCE_TYPE'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.latest_liquid_balances_BALANCE_TYPE", "column_name": "BALANCE_TYPE", "file_key_name": "models.silver__latest_liquid_balances"}, "test.osmosis_models.not_null_silver__latest_liquid_balances_BALANCE.1382ad1877": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BALANCE", "model": "{{ get_where_subquery(ref('silver__latest_liquid_balances')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__latest_liquid_balances"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__latest_liquid_balances_BALANCE"], "unique_id": "test.osmosis_models.not_null_silver__latest_liquid_balances_BALANCE.1382ad1877", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__latest_liquid_balances_BALANCE.sql", "original_file_path": "models\\silver\\silver__latest_liquid_balances.yml", "name": "not_null_silver__latest_liquid_balances_BALANCE", "alias": "latest_liquid_balances_BALANCE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__latest_liquid_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__latest_liquid_balances.yml\\not_null_silver__latest_liquid_balances_BALANCE.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.9719198, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.latest_liquid_balances\nwhere BALANCE is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.latest_liquid_balances_BALANCE", "column_name": "BALANCE", "file_key_name": "models.silver__latest_liquid_balances"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__latest_liquid_balances_BALANCE__NUMBER__FLOAT.e344f15356": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_89c91d338913a12e0a25800759ecda3b\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "BALANCE", "model": "{{ get_where_subquery(ref('silver__latest_liquid_balances')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__latest_liquid_balances"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_89c91d338913a12e0a25800759ecda3b", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__latest_liquid_balances_BALANCE__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__latest_liquid_balances_BALANCE__NUMBER__FLOAT.e344f15356", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_89c91d338913a12e0a25800759ecda3b.sql", "original_file_path": "models\\silver\\silver__latest_liquid_balances.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__latest_liquid_balances_BALANCE__NUMBER__FLOAT", "alias": "latest_liquid_balances_BALANCE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__latest_liquid_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__latest_liquid_balances.yml\\dbt_expectations_expect_column_89c91d338913a12e0a25800759ecda3b.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_89c91d338913a12e0a25800759ecda3b"}, "created_at": 1670433256.973839, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BALANCE'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.latest_liquid_balances_BALANCE", "column_name": "BALANCE", "file_key_name": "models.silver__latest_liquid_balances"}, "test.osmosis_models.not_null_silver__latest_liquid_balances_BLOCK_ID.c75efdbc0f": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('silver__latest_liquid_balances')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__latest_liquid_balances"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__latest_liquid_balances_BLOCK_ID"], "unique_id": "test.osmosis_models.not_null_silver__latest_liquid_balances_BLOCK_ID.c75efdbc0f", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__latest_liquid_balances_BLOCK_ID.sql", "original_file_path": "models\\silver\\silver__latest_liquid_balances.yml", "name": "not_null_silver__latest_liquid_balances_BLOCK_ID", "alias": "latest_liquid_balances_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__latest_liquid_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__latest_liquid_balances.yml\\not_null_silver__latest_liquid_balances_BLOCK_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.9779105, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.latest_liquid_balances\nwhere BLOCK_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.latest_liquid_balances_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.silver__latest_liquid_balances"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__latest_liquid_balances_BLOCK_ID__NUMBER__FLOAT.ba0cddf013": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_dfc2fa45b48740a64f3f88ed658af40a\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('silver__latest_liquid_balances')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__latest_liquid_balances"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_dfc2fa45b48740a64f3f88ed658af40a", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__latest_liquid_balances_BLOCK_ID__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__latest_liquid_balances_BLOCK_ID__NUMBER__FLOAT.ba0cddf013", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_dfc2fa45b48740a64f3f88ed658af40a.sql", "original_file_path": "models\\silver\\silver__latest_liquid_balances.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__latest_liquid_balances_BLOCK_ID__NUMBER__FLOAT", "alias": "latest_liquid_balances_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__latest_liquid_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__latest_liquid_balances.yml\\dbt_expectations_expect_column_dfc2fa45b48740a64f3f88ed658af40a.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_dfc2fa45b48740a64f3f88ed658af40a"}, "created_at": 1670433256.9789097, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BALANCE_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCK_ID'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.latest_liquid_balances_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.silver__latest_liquid_balances"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__latest_liquid_balances_BLOCK_TIMESTAMP__BLOCK_ID__ADDRESS__CURRENCY__BALANCE_TYPE.cced9b710a": {"raw_sql": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(where=\"BLOCK_TIMESTAMP::DATE > CURRENT_DATE - 30 AND BALANCE > 0\",alias=\"dbt_utils_unique_combination_o_de5ccae38aa891134c1ebc79eb2af790\") }}", "test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["BLOCK_TIMESTAMP", "BLOCK_ID", "ADDRESS", "CURRENCY", "BALANCE_TYPE"], "model": "{{ get_where_subquery(ref('silver__latest_liquid_balances')) }}"}, "namespace": "dbt_utils"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__latest_liquid_balances"]}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_de5ccae38aa891134c1ebc79eb2af790", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": "BLOCK_TIMESTAMP::DATE > CURRENT_DATE - 30 AND BALANCE > 0", "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_utils_unique_combination_of_columns_silver", "fqn": ["osmosis_models", "silver", "dbt_utils_unique_combination_of_columns_silver__latest_liquid_balances_BLOCK_TIMESTAMP__BLOCK_ID__ADDRESS__CURRENCY__BALANCE_TYPE"], "unique_id": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__latest_liquid_balances_BLOCK_TIMESTAMP__BLOCK_ID__ADDRESS__CURRENCY__BALANCE_TYPE.cced9b710a", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_utils_unique_combination_o_de5ccae38aa891134c1ebc79eb2af790.sql", "original_file_path": "models\\silver\\silver__latest_liquid_balances.yml", "name": "dbt_utils_unique_combination_of_columns_silver__latest_liquid_balances_BLOCK_TIMESTAMP__BLOCK_ID__ADDRESS__CURRENCY__BALANCE_TYPE", "alias": "latest_liquid_balances_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__latest_liquid_balances"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__latest_liquid_balances.yml\\dbt_utils_unique_combination_o_de5ccae38aa891134c1ebc79eb2af790.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "where": "BLOCK_TIMESTAMP::DATE > CURRENT_DATE - 30 AND BALANCE > 0", "alias": "dbt_utils_unique_combination_o_de5ccae38aa891134c1ebc79eb2af790"}, "created_at": 1670433256.9849174, "compiled_sql": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n BLOCK_TIMESTAMP, BLOCK_ID, ADDRESS, CURRENCY, BALANCE_TYPE\n from (select * from OSMOSIS_DEV.silver.latest_liquid_balances where BLOCK_TIMESTAMP::DATE > CURRENT_DATE - 30 AND BALANCE > 0) dbt_subquery\n group by BLOCK_TIMESTAMP, BLOCK_ID, ADDRESS, CURRENCY, BALANCE_TYPE\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_utils_unique_combination_of_columns_silver.latest_liquid_balances_BLOCK_TIMESTAMP", "column_name": null, "file_key_name": "models.silver__latest_liquid_balances"}, "test.osmosis_models.not_null_silver__pool_metadata_MODULE.702b7e46ec": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "MODULE", "model": "{{ get_where_subquery(ref('silver__pool_metadata')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__pool_metadata"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__pool_metadata_MODULE"], "unique_id": "test.osmosis_models.not_null_silver__pool_metadata_MODULE.702b7e46ec", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__pool_metadata_MODULE.sql", "original_file_path": "models\\silver\\silver__pool_metadata.yml", "name": "not_null_silver__pool_metadata_MODULE", "alias": "pool_metadata_MODULE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__pool_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__pool_metadata.yml\\not_null_silver__pool_metadata_MODULE.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433256.9939246, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.pool_metadata\nwhere MODULE is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.pool_metadata_MODULE", "column_name": "MODULE", "file_key_name": "models.silver__pool_metadata"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__pool_metadata_MODULE__STRING__VARCHAR.8f0ae124ea": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_a61c5e91185e979b500e3ef074837427\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "MODULE", "model": "{{ get_where_subquery(ref('silver__pool_metadata')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__pool_metadata"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_a61c5e91185e979b500e3ef074837427", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__pool_metadata_MODULE__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__pool_metadata_MODULE__STRING__VARCHAR.8f0ae124ea", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_a61c5e91185e979b500e3ef074837427.sql", "original_file_path": "models\\silver\\silver__pool_metadata.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__pool_metadata_MODULE__STRING__VARCHAR", "alias": "pool_metadata_MODULE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__pool_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__pool_metadata.yml\\dbt_expectations_expect_column_a61c5e91185e979b500e3ef074837427.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_a61c5e91185e979b500e3ef074837427"}, "created_at": 1670433256.9959245, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('MODULE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ASSETS' as \n varchar\n) as relation_column,\n cast('ARRAY' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'MODULE'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.pool_metadata_MODULE", "column_name": "MODULE", "file_key_name": "models.silver__pool_metadata"}, "test.osmosis_models.not_null_silver__pool_metadata_POOL_ID.b97c1cddc8": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "POOL_ID", "model": "{{ get_where_subquery(ref('silver__pool_metadata')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__pool_metadata"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__pool_metadata_POOL_ID"], "unique_id": "test.osmosis_models.not_null_silver__pool_metadata_POOL_ID.b97c1cddc8", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__pool_metadata_POOL_ID.sql", "original_file_path": "models\\silver\\silver__pool_metadata.yml", "name": "not_null_silver__pool_metadata_POOL_ID", "alias": "pool_metadata_POOL_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__pool_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__pool_metadata.yml\\not_null_silver__pool_metadata_POOL_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.0008526, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.pool_metadata\nwhere POOL_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.pool_metadata_POOL_ID", "column_name": "POOL_ID", "file_key_name": "models.silver__pool_metadata"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__pool_metadata_POOL_ID__NUMBER__FLOAT.953fe0da98": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_db779135dd01949d7f4a01c84dce455c\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "POOL_ID", "model": "{{ get_where_subquery(ref('silver__pool_metadata')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__pool_metadata"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_db779135dd01949d7f4a01c84dce455c", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__pool_metadata_POOL_ID__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__pool_metadata_POOL_ID__NUMBER__FLOAT.953fe0da98", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_db779135dd01949d7f4a01c84dce455c.sql", "original_file_path": "models\\silver\\silver__pool_metadata.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__pool_metadata_POOL_ID__NUMBER__FLOAT", "alias": "pool_metadata_POOL_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__pool_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__pool_metadata.yml\\dbt_expectations_expect_column_db779135dd01949d7f4a01c84dce455c.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_db779135dd01949d7f4a01c84dce455c"}, "created_at": 1670433257.002896, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('MODULE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ASSETS' as \n varchar\n) as relation_column,\n cast('ARRAY' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'POOL_ID'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.pool_metadata_POOL_ID", "column_name": "POOL_ID", "file_key_name": "models.silver__pool_metadata"}, "test.osmosis_models.not_null_silver__pool_metadata_ASSETS.e27062d4a1": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "ASSETS", "model": "{{ get_where_subquery(ref('silver__pool_metadata')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__pool_metadata"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__pool_metadata_ASSETS"], "unique_id": "test.osmosis_models.not_null_silver__pool_metadata_ASSETS.e27062d4a1", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__pool_metadata_ASSETS.sql", "original_file_path": "models\\silver\\silver__pool_metadata.yml", "name": "not_null_silver__pool_metadata_ASSETS", "alias": "pool_metadata_ASSETS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__pool_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__pool_metadata.yml\\not_null_silver__pool_metadata_ASSETS.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.006896, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.pool_metadata\nwhere ASSETS is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.pool_metadata_ASSETS", "column_name": "ASSETS", "file_key_name": "models.silver__pool_metadata"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__pool_metadata_ASSETS__OBJECT__ARRAY.9e31f56442": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_00f5a7c8b882167bafda052a1bbb659a\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["OBJECT", "ARRAY"], "column_name": "ASSETS", "model": "{{ get_where_subquery(ref('silver__pool_metadata')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__pool_metadata"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_00f5a7c8b882167bafda052a1bbb659a", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__pool_metadata_ASSETS__OBJECT__ARRAY"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__pool_metadata_ASSETS__OBJECT__ARRAY.9e31f56442", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_00f5a7c8b882167bafda052a1bbb659a.sql", "original_file_path": "models\\silver\\silver__pool_metadata.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__pool_metadata_ASSETS__OBJECT__ARRAY", "alias": "pool_metadata_ASSETS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__pool_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__pool_metadata.yml\\dbt_expectations_expect_column_00f5a7c8b882167bafda052a1bbb659a.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_00f5a7c8b882167bafda052a1bbb659a"}, "created_at": 1670433257.0078964, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('MODULE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ASSETS' as \n varchar\n) as relation_column,\n cast('ARRAY' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'ASSETS'\n and\n relation_column_type not in ('OBJECT', 'ARRAY')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.pool_metadata_ASSETS", "column_name": "ASSETS", "file_key_name": "models.silver__pool_metadata"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__pool_metadata_MODULE__POOL_ID.0afdb135bb": {"raw_sql": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_b92b4c194058548ed4f708dd5ee482c7\") }}", "test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["MODULE", "POOL_ID"], "model": "{{ get_where_subquery(ref('silver__pool_metadata')) }}"}, "namespace": "dbt_utils"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__pool_metadata"]}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_b92b4c194058548ed4f708dd5ee482c7", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_utils_unique_combination_of_columns_silver", "fqn": ["osmosis_models", "silver", "dbt_utils_unique_combination_of_columns_silver__pool_metadata_MODULE__POOL_ID"], "unique_id": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__pool_metadata_MODULE__POOL_ID.0afdb135bb", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_utils_unique_combination_o_b92b4c194058548ed4f708dd5ee482c7.sql", "original_file_path": "models\\silver\\silver__pool_metadata.yml", "name": "dbt_utils_unique_combination_of_columns_silver__pool_metadata_MODULE__POOL_ID", "alias": "pool_metadata_MODULE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__pool_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__pool_metadata.yml\\dbt_utils_unique_combination_o_b92b4c194058548ed4f708dd5ee482c7.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_utils_unique_combination_o_b92b4c194058548ed4f708dd5ee482c7"}, "created_at": 1670433257.011896, "compiled_sql": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n MODULE, POOL_ID\n from OSMOSIS_DEV.silver.pool_metadata\n group by MODULE, POOL_ID\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_utils_unique_combination_of_columns_silver.pool_metadata_MODULE", "column_name": null, "file_key_name": "models.silver__pool_metadata"}, "test.osmosis_models.not_null_silver__liquidity_provider_actions_BLOCK_ID.e2351bb72a": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('silver__liquidity_provider_actions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__liquidity_provider_actions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__liquidity_provider_actions_BLOCK_ID"], "unique_id": "test.osmosis_models.not_null_silver__liquidity_provider_actions_BLOCK_ID.e2351bb72a", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__liquidity_provider_actions_BLOCK_ID.sql", "original_file_path": "models\\silver\\silver__liquidity_provider_actions.yml", "name": "not_null_silver__liquidity_provider_actions_BLOCK_ID", "alias": "liquidity_provider_actions_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__liquidity_provider_actions.yml\\not_null_silver__liquidity_provider_actions_BLOCK_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.0229452, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.liquidity_provider_actions\nwhere BLOCK_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.liquidity_provider_actions_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.silver__liquidity_provider_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_BLOCK_ID__NUMBER__FLOAT.2166b9667b": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_545c60e2978ab107c9de349ebb1af15a\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('silver__liquidity_provider_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__liquidity_provider_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_545c60e2978ab107c9de349ebb1af15a", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_BLOCK_ID__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_BLOCK_ID__NUMBER__FLOAT.2166b9667b", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_545c60e2978ab107c9de349ebb1af15a.sql", "original_file_path": "models\\silver\\silver__liquidity_provider_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_BLOCK_ID__NUMBER__FLOAT", "alias": "liquidity_provider_actions_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__liquidity_provider_actions.yml\\dbt_expectations_expect_column_545c60e2978ab107c9de349ebb1af15a.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_545c60e2978ab107c9de349ebb1af15a"}, "created_at": 1670433257.0239453, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LIQUIDITY_PROVIDER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCK_ID'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.liquidity_provider_actions_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.silver__liquidity_provider_actions"}, "test.osmosis_models.not_null_silver__liquidity_provider_actions_BLOCK_TIMESTAMP.6858137f77": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__liquidity_provider_actions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__liquidity_provider_actions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__liquidity_provider_actions_BLOCK_TIMESTAMP"], "unique_id": "test.osmosis_models.not_null_silver__liquidity_provider_actions_BLOCK_TIMESTAMP.6858137f77", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__liquidity_provider_actions_BLOCK_TIMESTAMP.sql", "original_file_path": "models\\silver\\silver__liquidity_provider_actions.yml", "name": "not_null_silver__liquidity_provider_actions_BLOCK_TIMESTAMP", "alias": "liquidity_provider_actions_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__liquidity_provider_actions.yml\\not_null_silver__liquidity_provider_actions_BLOCK_TIMESTAMP.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.027946, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.liquidity_provider_actions\nwhere BLOCK_TIMESTAMP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.liquidity_provider_actions_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__liquidity_provider_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.679a55f93c": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_c475f91517d60714bb430e12cfb59131\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["TIMESTAMP_NTZ"], "column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__liquidity_provider_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__liquidity_provider_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_c475f91517d60714bb430e12cfb59131", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_BLOCK_TIMESTAMP__TIMESTAMP_NTZ"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.679a55f93c", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_c475f91517d60714bb430e12cfb59131.sql", "original_file_path": "models\\silver\\silver__liquidity_provider_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_BLOCK_TIMESTAMP__TIMESTAMP_NTZ", "alias": "liquidity_provider_actions_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__liquidity_provider_actions.yml\\dbt_expectations_expect_column_c475f91517d60714bb430e12cfb59131.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_c475f91517d60714bb430e12cfb59131"}, "created_at": 1670433257.0299459, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LIQUIDITY_PROVIDER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCK_TIMESTAMP'\n and\n relation_column_type not in ('TIMESTAMP_NTZ')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.liquidity_provider_actions_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__liquidity_provider_actions"}, "test.osmosis_models.not_null_silver__liquidity_provider_actions_BLOCKCHAIN.5cdb355241": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('silver__liquidity_provider_actions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__liquidity_provider_actions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__liquidity_provider_actions_BLOCKCHAIN"], "unique_id": "test.osmosis_models.not_null_silver__liquidity_provider_actions_BLOCKCHAIN.5cdb355241", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__liquidity_provider_actions_BLOCKCHAIN.sql", "original_file_path": "models\\silver\\silver__liquidity_provider_actions.yml", "name": "not_null_silver__liquidity_provider_actions_BLOCKCHAIN", "alias": "liquidity_provider_actions_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__liquidity_provider_actions.yml\\not_null_silver__liquidity_provider_actions_BLOCKCHAIN.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.0394876, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.liquidity_provider_actions\nwhere BLOCKCHAIN is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.liquidity_provider_actions_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.silver__liquidity_provider_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_BLOCKCHAIN__STRING__VARCHAR.b49793fdd3": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_05f2796d4a342fe471092fc1ca79cd72\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('silver__liquidity_provider_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__liquidity_provider_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_05f2796d4a342fe471092fc1ca79cd72", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_BLOCKCHAIN__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_BLOCKCHAIN__STRING__VARCHAR.b49793fdd3", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_05f2796d4a342fe471092fc1ca79cd72.sql", "original_file_path": "models\\silver\\silver__liquidity_provider_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_BLOCKCHAIN__STRING__VARCHAR", "alias": "liquidity_provider_actions_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__liquidity_provider_actions.yml\\dbt_expectations_expect_column_05f2796d4a342fe471092fc1ca79cd72.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_05f2796d4a342fe471092fc1ca79cd72"}, "created_at": 1670433257.0415645, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LIQUIDITY_PROVIDER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCKCHAIN'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.liquidity_provider_actions_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.silver__liquidity_provider_actions"}, "test.osmosis_models.not_null_silver__liquidity_provider_actions_CHAIN_ID.be054d2d9f": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('silver__liquidity_provider_actions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__liquidity_provider_actions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__liquidity_provider_actions_CHAIN_ID"], "unique_id": "test.osmosis_models.not_null_silver__liquidity_provider_actions_CHAIN_ID.be054d2d9f", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__liquidity_provider_actions_CHAIN_ID.sql", "original_file_path": "models\\silver\\silver__liquidity_provider_actions.yml", "name": "not_null_silver__liquidity_provider_actions_CHAIN_ID", "alias": "liquidity_provider_actions_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__liquidity_provider_actions.yml\\not_null_silver__liquidity_provider_actions_CHAIN_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.0455732, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.liquidity_provider_actions\nwhere CHAIN_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.liquidity_provider_actions_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.silver__liquidity_provider_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_CHAIN_ID__STRING__VARCHAR.17bb7dec27": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_5b9e5fd6eea7d58509b07423556b0ae7\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('silver__liquidity_provider_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__liquidity_provider_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_5b9e5fd6eea7d58509b07423556b0ae7", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_CHAIN_ID__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_CHAIN_ID__STRING__VARCHAR.17bb7dec27", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_5b9e5fd6eea7d58509b07423556b0ae7.sql", "original_file_path": "models\\silver\\silver__liquidity_provider_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_CHAIN_ID__STRING__VARCHAR", "alias": "liquidity_provider_actions_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__liquidity_provider_actions.yml\\dbt_expectations_expect_column_5b9e5fd6eea7d58509b07423556b0ae7.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_5b9e5fd6eea7d58509b07423556b0ae7"}, "created_at": 1670433257.0475342, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LIQUIDITY_PROVIDER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'CHAIN_ID'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.liquidity_provider_actions_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.silver__liquidity_provider_actions"}, "test.osmosis_models.not_null_silver__liquidity_provider_actions_TX_ID.e6b4225cb8": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "TX_ID", "model": "{{ get_where_subquery(ref('silver__liquidity_provider_actions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__liquidity_provider_actions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__liquidity_provider_actions_TX_ID"], "unique_id": "test.osmosis_models.not_null_silver__liquidity_provider_actions_TX_ID.e6b4225cb8", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__liquidity_provider_actions_TX_ID.sql", "original_file_path": "models\\silver\\silver__liquidity_provider_actions.yml", "name": "not_null_silver__liquidity_provider_actions_TX_ID", "alias": "liquidity_provider_actions_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__liquidity_provider_actions.yml\\not_null_silver__liquidity_provider_actions_TX_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.0525713, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.liquidity_provider_actions\nwhere TX_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.liquidity_provider_actions_TX_ID", "column_name": "TX_ID", "file_key_name": "models.silver__liquidity_provider_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_TX_ID__STRING__VARCHAR.ca4ecc1569": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_cd36cd3d4b27970b4db5c580c1623893\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "TX_ID", "model": "{{ get_where_subquery(ref('silver__liquidity_provider_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__liquidity_provider_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_cd36cd3d4b27970b4db5c580c1623893", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_TX_ID__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_TX_ID__STRING__VARCHAR.ca4ecc1569", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_cd36cd3d4b27970b4db5c580c1623893.sql", "original_file_path": "models\\silver\\silver__liquidity_provider_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_TX_ID__STRING__VARCHAR", "alias": "liquidity_provider_actions_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__liquidity_provider_actions.yml\\dbt_expectations_expect_column_cd36cd3d4b27970b4db5c580c1623893.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_cd36cd3d4b27970b4db5c580c1623893"}, "created_at": 1670433257.0545588, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LIQUIDITY_PROVIDER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'TX_ID'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.liquidity_provider_actions_TX_ID", "column_name": "TX_ID", "file_key_name": "models.silver__liquidity_provider_actions"}, "test.osmosis_models.not_null_silver__liquidity_provider_actions_TX_STATUS.2d50fef0c0": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "TX_STATUS", "model": "{{ get_where_subquery(ref('silver__liquidity_provider_actions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__liquidity_provider_actions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__liquidity_provider_actions_TX_STATUS"], "unique_id": "test.osmosis_models.not_null_silver__liquidity_provider_actions_TX_STATUS.2d50fef0c0", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__liquidity_provider_actions_TX_STATUS.sql", "original_file_path": "models\\silver\\silver__liquidity_provider_actions.yml", "name": "not_null_silver__liquidity_provider_actions_TX_STATUS", "alias": "liquidity_provider_actions_TX_STATUS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__liquidity_provider_actions.yml\\not_null_silver__liquidity_provider_actions_TX_STATUS.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.058589, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.liquidity_provider_actions\nwhere TX_STATUS is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.liquidity_provider_actions_TX_STATUS", "column_name": "TX_STATUS", "file_key_name": "models.silver__liquidity_provider_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_TX_STATUS__STRING__VARCHAR.55a3406bd2": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_6289361308fe5218afc68acebc288923\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "TX_STATUS", "model": "{{ get_where_subquery(ref('silver__liquidity_provider_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__liquidity_provider_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_6289361308fe5218afc68acebc288923", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_TX_STATUS__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_TX_STATUS__STRING__VARCHAR.55a3406bd2", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_6289361308fe5218afc68acebc288923.sql", "original_file_path": "models\\silver\\silver__liquidity_provider_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_TX_STATUS__STRING__VARCHAR", "alias": "liquidity_provider_actions_TX_STATUS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__liquidity_provider_actions.yml\\dbt_expectations_expect_column_6289361308fe5218afc68acebc288923.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_6289361308fe5218afc68acebc288923"}, "created_at": 1670433257.0595694, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LIQUIDITY_PROVIDER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'TX_STATUS'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.liquidity_provider_actions_TX_STATUS", "column_name": "TX_STATUS", "file_key_name": "models.silver__liquidity_provider_actions"}, "test.osmosis_models.not_null_silver__liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS.3aad671b53": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}{{ config(alias=\"not_null_silver__liquidity_pro_faf9b14321111bd392c24c40453bd3f1\") }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "LIQUIDITY_PROVIDER_ADDRESS", "model": "{{ get_where_subquery(ref('silver__liquidity_provider_actions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__liquidity_provider_actions"]}, "config": {"enabled": true, "alias": "not_null_silver__liquidity_pro_faf9b14321111bd392c24c40453bd3f1", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS"], "unique_id": "test.osmosis_models.not_null_silver__liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS.3aad671b53", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__liquidity_pro_faf9b14321111bd392c24c40453bd3f1.sql", "original_file_path": "models\\silver\\silver__liquidity_provider_actions.yml", "name": "not_null_silver__liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS", "alias": "liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__liquidity_provider_actions.yml\\not_null_silver__liquidity_pro_faf9b14321111bd392c24c40453bd3f1.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "not_null_silver__liquidity_pro_faf9b14321111bd392c24c40453bd3f1"}, "created_at": 1670433257.0635831, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.liquidity_provider_actions\nwhere LIQUIDITY_PROVIDER_ADDRESS is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS", "column_name": "LIQUIDITY_PROVIDER_ADDRESS", "file_key_name": "models.silver__liquidity_provider_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS__STRING__VARCHAR.8c7e7ab303": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_3e5e75d82dda934873b9a45db14d61cd\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "LIQUIDITY_PROVIDER_ADDRESS", "model": "{{ get_where_subquery(ref('silver__liquidity_provider_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__liquidity_provider_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_3e5e75d82dda934873b9a45db14d61cd", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS__STRING__VARCHAR.8c7e7ab303", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_3e5e75d82dda934873b9a45db14d61cd.sql", "original_file_path": "models\\silver\\silver__liquidity_provider_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS__STRING__VARCHAR", "alias": "liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__liquidity_provider_actions.yml\\dbt_expectations_expect_column_3e5e75d82dda934873b9a45db14d61cd.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_3e5e75d82dda934873b9a45db14d61cd"}, "created_at": 1670433257.0654888, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LIQUIDITY_PROVIDER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'LIQUIDITY_PROVIDER_ADDRESS'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS", "column_name": "LIQUIDITY_PROVIDER_ADDRESS", "file_key_name": "models.silver__liquidity_provider_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS__osmo1_0_9a_z_38_38_.64daf5563d": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_match_regex(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_f0dd9fdb367e08a52c79c86defd1ba6c\") }}", "test_metadata": {"name": "expect_column_values_to_match_regex", "kwargs": {"regex": "osmo1[0-9a-z]{38,38}", "column_name": "LIQUIDITY_PROVIDER_ADDRESS", "model": "{{ get_where_subquery(ref('silver__liquidity_provider_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_match_regex", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__liquidity_provider_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_f0dd9fdb367e08a52c79c86defd1ba6c", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_match_regex_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_match_regex_silver__liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS__osmo1_0_9a_z_38_38_"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS__osmo1_0_9a_z_38_38_.64daf5563d", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_f0dd9fdb367e08a52c79c86defd1ba6c.sql", "original_file_path": "models\\silver\\silver__liquidity_provider_actions.yml", "name": "dbt_expectations_expect_column_values_to_match_regex_silver__liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS__osmo1_0_9a_z_38_38_", "alias": "liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__liquidity_provider_actions.yml\\dbt_expectations_expect_column_f0dd9fdb367e08a52c79c86defd1ba6c.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_f0dd9fdb367e08a52c79c86defd1ba6c"}, "created_at": 1670433257.0705392, "compiled_sql": "\n\n\n\n\n with grouped_expression as (\n select\n \n \n \n \n\n\n \nregexp_instr(LIQUIDITY_PROVIDER_ADDRESS, 'osmo1[0-9a-z]{38,38}', 1, 1)\n\n\n > 0\n as expression\n\n\n from OSMOSIS_DEV.silver.liquidity_provider_actions\n \n\n),\nvalidation_errors as (\n\n select\n *\n from\n grouped_expression\n where\n not(expression = true)\n\n)\n\nselect *\nfrom validation_errors\n\n\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_match_regex_silver.liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS", "column_name": "LIQUIDITY_PROVIDER_ADDRESS", "file_key_name": "models.silver__liquidity_provider_actions"}, "test.osmosis_models.not_null_silver__liquidity_provider_actions_ACTION.15c846e1ab": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "ACTION", "model": "{{ get_where_subquery(ref('silver__liquidity_provider_actions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__liquidity_provider_actions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__liquidity_provider_actions_ACTION"], "unique_id": "test.osmosis_models.not_null_silver__liquidity_provider_actions_ACTION.15c846e1ab", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__liquidity_provider_actions_ACTION.sql", "original_file_path": "models\\silver\\silver__liquidity_provider_actions.yml", "name": "not_null_silver__liquidity_provider_actions_ACTION", "alias": "liquidity_provider_actions_ACTION", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__liquidity_provider_actions.yml\\not_null_silver__liquidity_provider_actions_ACTION.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.073575, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.liquidity_provider_actions\nwhere ACTION is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.liquidity_provider_actions_ACTION", "column_name": "ACTION", "file_key_name": "models.silver__liquidity_provider_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_ACTION__STRING__VARCHAR.7ccf45f26f": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_6d7acfe3a68d3fa6d993f266c822f64e\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "ACTION", "model": "{{ get_where_subquery(ref('silver__liquidity_provider_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__liquidity_provider_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_6d7acfe3a68d3fa6d993f266c822f64e", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_ACTION__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_ACTION__STRING__VARCHAR.7ccf45f26f", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_6d7acfe3a68d3fa6d993f266c822f64e.sql", "original_file_path": "models\\silver\\silver__liquidity_provider_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_ACTION__STRING__VARCHAR", "alias": "liquidity_provider_actions_ACTION", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__liquidity_provider_actions.yml\\dbt_expectations_expect_column_6d7acfe3a68d3fa6d993f266c822f64e.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_6d7acfe3a68d3fa6d993f266c822f64e"}, "created_at": 1670433257.0755913, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LIQUIDITY_PROVIDER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'ACTION'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.liquidity_provider_actions_ACTION", "column_name": "ACTION", "file_key_name": "models.silver__liquidity_provider_actions"}, "test.osmosis_models.not_null_silver__liquidity_provider_actions_POOL_ID.ed43a4434d": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "POOL_ID", "model": "{{ get_where_subquery(ref('silver__liquidity_provider_actions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__liquidity_provider_actions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__liquidity_provider_actions_POOL_ID"], "unique_id": "test.osmosis_models.not_null_silver__liquidity_provider_actions_POOL_ID.ed43a4434d", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__liquidity_provider_actions_POOL_ID.sql", "original_file_path": "models\\silver\\silver__liquidity_provider_actions.yml", "name": "not_null_silver__liquidity_provider_actions_POOL_ID", "alias": "liquidity_provider_actions_POOL_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__liquidity_provider_actions.yml\\not_null_silver__liquidity_provider_actions_POOL_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.0795758, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.liquidity_provider_actions\nwhere POOL_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.liquidity_provider_actions_POOL_ID", "column_name": "POOL_ID", "file_key_name": "models.silver__liquidity_provider_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_POOL_ID__NUMBER__FLOAT.48620ff207": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_29747c1c98417eded40b6bf360eb567e\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "POOL_ID", "model": "{{ get_where_subquery(ref('silver__liquidity_provider_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__liquidity_provider_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_29747c1c98417eded40b6bf360eb567e", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_POOL_ID__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_POOL_ID__NUMBER__FLOAT.48620ff207", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_29747c1c98417eded40b6bf360eb567e.sql", "original_file_path": "models\\silver\\silver__liquidity_provider_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_POOL_ID__NUMBER__FLOAT", "alias": "liquidity_provider_actions_POOL_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__liquidity_provider_actions.yml\\dbt_expectations_expect_column_29747c1c98417eded40b6bf360eb567e.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_29747c1c98417eded40b6bf360eb567e"}, "created_at": 1670433257.0814898, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LIQUIDITY_PROVIDER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'POOL_ID'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.liquidity_provider_actions_POOL_ID", "column_name": "POOL_ID", "file_key_name": "models.silver__liquidity_provider_actions"}, "test.osmosis_models.not_null_silver__liquidity_provider_actions_AMOUNT.a7f8cad8ca": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "AMOUNT", "model": "{{ get_where_subquery(ref('silver__liquidity_provider_actions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__liquidity_provider_actions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__liquidity_provider_actions_AMOUNT"], "unique_id": "test.osmosis_models.not_null_silver__liquidity_provider_actions_AMOUNT.a7f8cad8ca", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__liquidity_provider_actions_AMOUNT.sql", "original_file_path": "models\\silver\\silver__liquidity_provider_actions.yml", "name": "not_null_silver__liquidity_provider_actions_AMOUNT", "alias": "liquidity_provider_actions_AMOUNT", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__liquidity_provider_actions.yml\\not_null_silver__liquidity_provider_actions_AMOUNT.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.0865314, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.liquidity_provider_actions\nwhere AMOUNT is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.liquidity_provider_actions_AMOUNT", "column_name": "AMOUNT", "file_key_name": "models.silver__liquidity_provider_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_AMOUNT__NUMBER__FLOAT.252db66ed4": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_de4d36b0a71168eb8aaf4f33da8effdc\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "AMOUNT", "model": "{{ get_where_subquery(ref('silver__liquidity_provider_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__liquidity_provider_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_de4d36b0a71168eb8aaf4f33da8effdc", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_AMOUNT__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_AMOUNT__NUMBER__FLOAT.252db66ed4", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_de4d36b0a71168eb8aaf4f33da8effdc.sql", "original_file_path": "models\\silver\\silver__liquidity_provider_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_AMOUNT__NUMBER__FLOAT", "alias": "liquidity_provider_actions_AMOUNT", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__liquidity_provider_actions.yml\\dbt_expectations_expect_column_de4d36b0a71168eb8aaf4f33da8effdc.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_de4d36b0a71168eb8aaf4f33da8effdc"}, "created_at": 1670433257.088571, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LIQUIDITY_PROVIDER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'AMOUNT'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.liquidity_provider_actions_AMOUNT", "column_name": "AMOUNT", "file_key_name": "models.silver__liquidity_provider_actions"}, "test.osmosis_models.not_null_silver__liquidity_provider_actions_CURRENCY.6175b544ae": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "CURRENCY", "model": "{{ get_where_subquery(ref('silver__liquidity_provider_actions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__liquidity_provider_actions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__liquidity_provider_actions_CURRENCY"], "unique_id": "test.osmosis_models.not_null_silver__liquidity_provider_actions_CURRENCY.6175b544ae", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__liquidity_provider_actions_CURRENCY.sql", "original_file_path": "models\\silver\\silver__liquidity_provider_actions.yml", "name": "not_null_silver__liquidity_provider_actions_CURRENCY", "alias": "liquidity_provider_actions_CURRENCY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__liquidity_provider_actions.yml\\not_null_silver__liquidity_provider_actions_CURRENCY.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.0925715, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.liquidity_provider_actions\nwhere CURRENCY is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.liquidity_provider_actions_CURRENCY", "column_name": "CURRENCY", "file_key_name": "models.silver__liquidity_provider_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_CURRENCY__STRING__VARCHAR.aa2bed5b3c": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_b0c9f5ef54ce85c8e20eb3fc66fccf3b\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "CURRENCY", "model": "{{ get_where_subquery(ref('silver__liquidity_provider_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__liquidity_provider_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_b0c9f5ef54ce85c8e20eb3fc66fccf3b", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_CURRENCY__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_CURRENCY__STRING__VARCHAR.aa2bed5b3c", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_b0c9f5ef54ce85c8e20eb3fc66fccf3b.sql", "original_file_path": "models\\silver\\silver__liquidity_provider_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_CURRENCY__STRING__VARCHAR", "alias": "liquidity_provider_actions_CURRENCY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__liquidity_provider_actions.yml\\dbt_expectations_expect_column_b0c9f5ef54ce85c8e20eb3fc66fccf3b.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_b0c9f5ef54ce85c8e20eb3fc66fccf3b"}, "created_at": 1670433257.093511, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LIQUIDITY_PROVIDER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'CURRENCY'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.liquidity_provider_actions_CURRENCY", "column_name": "CURRENCY", "file_key_name": "models.silver__liquidity_provider_actions"}, "test.osmosis_models.not_null_silver__liquidity_provider_actions__INSERTED_TIMESTAMP.cfc613cece": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "_INSERTED_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__liquidity_provider_actions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__liquidity_provider_actions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__liquidity_provider_actions__INSERTED_TIMESTAMP"], "unique_id": "test.osmosis_models.not_null_silver__liquidity_provider_actions__INSERTED_TIMESTAMP.cfc613cece", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__liquidity_provider_actions__INSERTED_TIMESTAMP.sql", "original_file_path": "models\\silver\\silver__liquidity_provider_actions.yml", "name": "not_null_silver__liquidity_provider_actions__INSERTED_TIMESTAMP", "alias": "liquidity_provider_actions", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__liquidity_provider_actions.yml\\not_null_silver__liquidity_provider_actions__INSERTED_TIMESTAMP.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.0978756, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.liquidity_provider_actions\nwhere _INSERTED_TIMESTAMP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.liquidity_provider_actions", "column_name": "_INSERTED_TIMESTAMP", "file_key_name": "models.silver__liquidity_provider_actions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.b827caee01": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_b3a9cc8ec2097d17d1477d4c9d97acfa\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["TIMESTAMP_NTZ"], "column_name": "_INSERTED_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__liquidity_provider_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__liquidity_provider_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_b3a9cc8ec2097d17d1477d4c9d97acfa", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions__INSERTED_TIMESTAMP__TIMESTAMP_NTZ"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.b827caee01", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_b3a9cc8ec2097d17d1477d4c9d97acfa.sql", "original_file_path": "models\\silver\\silver__liquidity_provider_actions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions__INSERTED_TIMESTAMP__TIMESTAMP_NTZ", "alias": "liquidity_provider_actions", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__liquidity_provider_actions.yml\\dbt_expectations_expect_column_b3a9cc8ec2097d17d1477d4c9d97acfa.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_b3a9cc8ec2097d17d1477d4c9d97acfa"}, "created_at": 1670433257.100543, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LIQUIDITY_PROVIDER_ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ACTION' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = '_INSERTED_TIMESTAMP'\n and\n relation_column_type not in ('TIMESTAMP_NTZ')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.liquidity_provider_actions", "column_name": "_INSERTED_TIMESTAMP", "file_key_name": "models.silver__liquidity_provider_actions"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__liquidity_provider_actions_TX_ID__MSG_INDEX__CURRENCY.6cf2ece3b7": {"raw_sql": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_066c22d0eb3aefac1f16f8ddae809662\") }}", "test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["TX_ID", "MSG_INDEX", "CURRENCY"], "model": "{{ get_where_subquery(ref('silver__liquidity_provider_actions')) }}"}, "namespace": "dbt_utils"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__liquidity_provider_actions"]}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_066c22d0eb3aefac1f16f8ddae809662", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_utils_unique_combination_of_columns_silver", "fqn": ["osmosis_models", "silver", "dbt_utils_unique_combination_of_columns_silver__liquidity_provider_actions_TX_ID__MSG_INDEX__CURRENCY"], "unique_id": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__liquidity_provider_actions_TX_ID__MSG_INDEX__CURRENCY.6cf2ece3b7", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_utils_unique_combination_o_066c22d0eb3aefac1f16f8ddae809662.sql", "original_file_path": "models\\silver\\silver__liquidity_provider_actions.yml", "name": "dbt_utils_unique_combination_of_columns_silver__liquidity_provider_actions_TX_ID__MSG_INDEX__CURRENCY", "alias": "liquidity_provider_actions_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__liquidity_provider_actions.yml\\dbt_utils_unique_combination_o_066c22d0eb3aefac1f16f8ddae809662.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_utils_unique_combination_o_066c22d0eb3aefac1f16f8ddae809662"}, "created_at": 1670433257.1055837, "compiled_sql": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n TX_ID, MSG_INDEX, CURRENCY\n from OSMOSIS_DEV.silver.liquidity_provider_actions\n group by TX_ID, MSG_INDEX, CURRENCY\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_utils_unique_combination_of_columns_silver.liquidity_provider_actions_TX_ID", "column_name": null, "file_key_name": "models.silver__liquidity_provider_actions"}, "test.osmosis_models.not_null_silver__locked_liquidity_transactions_TX_ID.99db42422e": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "TX_ID", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_transactions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_transactions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__locked_liquidity_transactions_TX_ID"], "unique_id": "test.osmosis_models.not_null_silver__locked_liquidity_transactions_TX_ID.99db42422e", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__locked_liquidity_transactions_TX_ID.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_transactions.yml", "name": "not_null_silver__locked_liquidity_transactions_TX_ID", "alias": "locked_liquidity_transactions_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_transactions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_transactions.yml\\not_null_silver__locked_liquidity_transactions_TX_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.1125789, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.locked_liquidity_transactions\nwhere TX_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.locked_liquidity_transactions_TX_ID", "column_name": "TX_ID", "file_key_name": "models.silver__locked_liquidity_transactions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_transactions_TX_ID__STRING__VARCHAR.0a469d4ff2": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_169522b141d8810c8602ef781e1328e6\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "TX_ID", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_transactions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_transactions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_169522b141d8810c8602ef781e1328e6", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_transactions_TX_ID__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_transactions_TX_ID__STRING__VARCHAR.0a469d4ff2", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_169522b141d8810c8602ef781e1328e6.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_transactions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_transactions_TX_ID__STRING__VARCHAR", "alias": "locked_liquidity_transactions_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_transactions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_transactions.yml\\dbt_expectations_expect_column_169522b141d8810c8602ef781e1328e6.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_169522b141d8810c8602ef781e1328e6"}, "created_at": 1670433257.1147158, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_SUB_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'TX_ID'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.locked_liquidity_transactions_TX_ID", "column_name": "TX_ID", "file_key_name": "models.silver__locked_liquidity_transactions"}, "test.osmosis_models.not_null_silver__locked_liquidity_transactions_MSG_GROUP.2527005895": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "MSG_GROUP", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_transactions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_transactions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__locked_liquidity_transactions_MSG_GROUP"], "unique_id": "test.osmosis_models.not_null_silver__locked_liquidity_transactions_MSG_GROUP.2527005895", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__locked_liquidity_transactions_MSG_GROUP.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_transactions.yml", "name": "not_null_silver__locked_liquidity_transactions_MSG_GROUP", "alias": "locked_liquidity_transactions_MSG_GROUP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_transactions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_transactions.yml\\not_null_silver__locked_liquidity_transactions_MSG_GROUP.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.1188045, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.locked_liquidity_transactions\nwhere MSG_GROUP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.locked_liquidity_transactions_MSG_GROUP", "column_name": "MSG_GROUP", "file_key_name": "models.silver__locked_liquidity_transactions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_transactions_MSG_GROUP__NUMBER__FLOAT.d85afc0f90": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_65c0fa65e2dede3e5be9c28ad16c31f6\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "MSG_GROUP", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_transactions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_transactions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_65c0fa65e2dede3e5be9c28ad16c31f6", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_transactions_MSG_GROUP__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_transactions_MSG_GROUP__NUMBER__FLOAT.d85afc0f90", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_65c0fa65e2dede3e5be9c28ad16c31f6.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_transactions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_transactions_MSG_GROUP__NUMBER__FLOAT", "alias": "locked_liquidity_transactions_MSG_GROUP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_transactions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_transactions.yml\\dbt_expectations_expect_column_65c0fa65e2dede3e5be9c28ad16c31f6.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_65c0fa65e2dede3e5be9c28ad16c31f6"}, "created_at": 1670433257.1208062, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_SUB_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'MSG_GROUP'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.locked_liquidity_transactions_MSG_GROUP", "column_name": "MSG_GROUP", "file_key_name": "models.silver__locked_liquidity_transactions"}, "test.osmosis_models.not_null_silver__locked_liquidity_transactions_MSG_SUB_GROUP.f3be369729": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "MSG_SUB_GROUP", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_transactions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_transactions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__locked_liquidity_transactions_MSG_SUB_GROUP"], "unique_id": "test.osmosis_models.not_null_silver__locked_liquidity_transactions_MSG_SUB_GROUP.f3be369729", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__locked_liquidity_transactions_MSG_SUB_GROUP.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_transactions.yml", "name": "not_null_silver__locked_liquidity_transactions_MSG_SUB_GROUP", "alias": "locked_liquidity_transactions_MSG_SUB_GROUP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_transactions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_transactions.yml\\not_null_silver__locked_liquidity_transactions_MSG_SUB_GROUP.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.1247282, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.locked_liquidity_transactions\nwhere MSG_SUB_GROUP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.locked_liquidity_transactions_MSG_SUB_GROUP", "column_name": "MSG_SUB_GROUP", "file_key_name": "models.silver__locked_liquidity_transactions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_transactions_MSG_SUB_GROUP__NUMBER__FLOAT.4d1fa5f9f7": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_28045428d37d5d96bf1fecb9b8e3eb8a\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "MSG_SUB_GROUP", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_transactions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_transactions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_28045428d37d5d96bf1fecb9b8e3eb8a", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_transactions_MSG_SUB_GROUP__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_transactions_MSG_SUB_GROUP__NUMBER__FLOAT.4d1fa5f9f7", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_28045428d37d5d96bf1fecb9b8e3eb8a.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_transactions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_transactions_MSG_SUB_GROUP__NUMBER__FLOAT", "alias": "locked_liquidity_transactions_MSG_SUB_GROUP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_transactions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_transactions.yml\\dbt_expectations_expect_column_28045428d37d5d96bf1fecb9b8e3eb8a.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_28045428d37d5d96bf1fecb9b8e3eb8a"}, "created_at": 1670433257.126658, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_SUB_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'MSG_SUB_GROUP'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.locked_liquidity_transactions_MSG_SUB_GROUP", "column_name": "MSG_SUB_GROUP", "file_key_name": "models.silver__locked_liquidity_transactions"}, "test.osmosis_models.not_null_silver__locked_liquidity_transactions_LOCK_ID.754ed3eff6": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "LOCK_ID", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_transactions')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_transactions"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__locked_liquidity_transactions_LOCK_ID"], "unique_id": "test.osmosis_models.not_null_silver__locked_liquidity_transactions_LOCK_ID.754ed3eff6", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__locked_liquidity_transactions_LOCK_ID.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_transactions.yml", "name": "not_null_silver__locked_liquidity_transactions_LOCK_ID", "alias": "locked_liquidity_transactions_LOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_transactions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_transactions.yml\\not_null_silver__locked_liquidity_transactions_LOCK_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.1297574, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.locked_liquidity_transactions\nwhere LOCK_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.locked_liquidity_transactions_LOCK_ID", "column_name": "LOCK_ID", "file_key_name": "models.silver__locked_liquidity_transactions"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_transactions_LOCK_ID__NUMBER__FLOAT.4f779c1ebd": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_dda3fcdbd2d4ceb713ddd70f88887b0f\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "LOCK_ID", "model": "{{ get_where_subquery(ref('silver__locked_liquidity_transactions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_transactions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_dda3fcdbd2d4ceb713ddd70f88887b0f", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_transactions_LOCK_ID__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_transactions_LOCK_ID__NUMBER__FLOAT.4f779c1ebd", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_dda3fcdbd2d4ceb713ddd70f88887b0f.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_transactions.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_transactions_LOCK_ID__NUMBER__FLOAT", "alias": "locked_liquidity_transactions_LOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_transactions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_transactions.yml\\dbt_expectations_expect_column_dda3fcdbd2d4ceb713ddd70f88887b0f.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_dda3fcdbd2d4ceb713ddd70f88887b0f"}, "created_at": 1670433257.1327329, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_SUB_GROUP' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'LOCK_ID'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.locked_liquidity_transactions_LOCK_ID", "column_name": "LOCK_ID", "file_key_name": "models.silver__locked_liquidity_transactions"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__locked_liquidity_transactions_TX_ID__MSG_GROUP__MSG_SUB_GROUP__LOCK_ID.85ebfa31e0": {"raw_sql": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_f184af49e69ebb26d53cccf766de4ac5\") }}", "test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["TX_ID", "MSG_GROUP", "MSG_SUB_GROUP", "LOCK_ID"], "model": "{{ get_where_subquery(ref('silver__locked_liquidity_transactions')) }}"}, "namespace": "dbt_utils"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__locked_liquidity_transactions"]}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_f184af49e69ebb26d53cccf766de4ac5", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_utils_unique_combination_of_columns_silver", "fqn": ["osmosis_models", "silver", "dbt_utils_unique_combination_of_columns_silver__locked_liquidity_transactions_TX_ID__MSG_GROUP__MSG_SUB_GROUP__LOCK_ID"], "unique_id": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__locked_liquidity_transactions_TX_ID__MSG_GROUP__MSG_SUB_GROUP__LOCK_ID.85ebfa31e0", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_utils_unique_combination_o_f184af49e69ebb26d53cccf766de4ac5.sql", "original_file_path": "models\\silver\\silver__locked_liquidity_transactions.yml", "name": "dbt_utils_unique_combination_of_columns_silver__locked_liquidity_transactions_TX_ID__MSG_GROUP__MSG_SUB_GROUP__LOCK_ID", "alias": "locked_liquidity_transactions_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__locked_liquidity_transactions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__locked_liquidity_transactions.yml\\dbt_utils_unique_combination_o_f184af49e69ebb26d53cccf766de4ac5.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_utils_unique_combination_o_f184af49e69ebb26d53cccf766de4ac5"}, "created_at": 1670433257.1387591, "compiled_sql": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n TX_ID, MSG_GROUP, MSG_SUB_GROUP, LOCK_ID\n from OSMOSIS_DEV.silver.locked_liquidity_transactions\n group by TX_ID, MSG_GROUP, MSG_SUB_GROUP, LOCK_ID\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_utils_unique_combination_of_columns_silver.locked_liquidity_transactions_TX_ID", "column_name": null, "file_key_name": "models.silver__locked_liquidity_transactions"}, "test.osmosis_models.not_null_silver__swaps_BLOCK_ID.85d35d8cd4": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('silver__swaps')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__swaps"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__swaps_BLOCK_ID"], "unique_id": "test.osmosis_models.not_null_silver__swaps_BLOCK_ID.85d35d8cd4", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__swaps_BLOCK_ID.sql", "original_file_path": "models\\silver\\silver__swaps.yml", "name": "not_null_silver__swaps_BLOCK_ID", "alias": "swaps_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__swaps.yml\\not_null_silver__swaps_BLOCK_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.1486866, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.swaps\nwhere BLOCK_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.swaps_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.silver__swaps"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_BLOCK_ID__NUMBER__FLOAT.101e1084fe": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_58c8ae5ea792fe8ee7b2dc7939b8f0a0\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('silver__swaps')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__swaps"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_58c8ae5ea792fe8ee7b2dc7939b8f0a0", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_BLOCK_ID__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_BLOCK_ID__NUMBER__FLOAT.101e1084fe", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_58c8ae5ea792fe8ee7b2dc7939b8f0a0.sql", "original_file_path": "models\\silver\\silver__swaps.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_BLOCK_ID__NUMBER__FLOAT", "alias": "swaps_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__swaps.yml\\dbt_expectations_expect_column_58c8ae5ea792fe8ee7b2dc7939b8f0a0.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_58c8ae5ea792fe8ee7b2dc7939b8f0a0"}, "created_at": 1670433257.1507587, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TRADER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_IDS' as \n varchar\n) as relation_column,\n cast('ARRAY' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_BODY_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCK_ID'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.swaps_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.silver__swaps"}, "test.osmosis_models.not_null_silver__swaps_BLOCK_TIMESTAMP.068154a8d8": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__swaps')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__swaps"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__swaps_BLOCK_TIMESTAMP"], "unique_id": "test.osmosis_models.not_null_silver__swaps_BLOCK_TIMESTAMP.068154a8d8", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__swaps_BLOCK_TIMESTAMP.sql", "original_file_path": "models\\silver\\silver__swaps.yml", "name": "not_null_silver__swaps_BLOCK_TIMESTAMP", "alias": "swaps_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__swaps.yml\\not_null_silver__swaps_BLOCK_TIMESTAMP.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.1557631, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.swaps\nwhere BLOCK_TIMESTAMP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.swaps_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__swaps"}, "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__swaps_BLOCK_TIMESTAMP__day__1.9fa83f3e3c": {"raw_sql": "{{ dbt_expectations.test_expect_row_values_to_have_recent_data(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_row_va_ed9b49b37f4678f1f35729faa30f58ab\") }}", "test_metadata": {"name": "expect_row_values_to_have_recent_data", "kwargs": {"datepart": "day", "interval": 1, "column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__swaps')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_row_values_to_have_recent_data", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__swaps"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_row_va_ed9b49b37f4678f1f35729faa30f58ab", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_row_values_to_have_recent_data_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_row_values_to_have_recent_data_silver__swaps_BLOCK_TIMESTAMP__day__1"], "unique_id": "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__swaps_BLOCK_TIMESTAMP__day__1.9fa83f3e3c", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_row_va_ed9b49b37f4678f1f35729faa30f58ab.sql", "original_file_path": "models\\silver\\silver__swaps.yml", "name": "dbt_expectations_expect_row_values_to_have_recent_data_silver__swaps_BLOCK_TIMESTAMP__day__1", "alias": "swaps_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__swaps.yml\\dbt_expectations_expect_row_va_ed9b49b37f4678f1f35729faa30f58ab.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_row_va_ed9b49b37f4678f1f35729faa30f58ab"}, "created_at": 1670433257.1567576, "compiled_sql": "\n\n with max_recency as (\n\n select max(cast(BLOCK_TIMESTAMP as \n timestamp_ntz\n)) as max_timestamp\n from\n OSMOSIS_DEV.silver.swaps\n where\n -- to exclude erroneous future dates\n cast(BLOCK_TIMESTAMP as \n timestamp_ntz\n) <= cast(convert_timezone('UTC', 'GMT', \n current_timestamp::\n timestamp_ntz\n\n) as \n timestamp_ntz\n)\n \n)\nselect\n *\nfrom\n max_recency\nwhere\n -- if the row_condition excludes all rows, we need to compare against a default date\n -- to avoid false negatives\n coalesce(max_timestamp, cast('1970-01-01' as \n timestamp_ntz\n))\n <\n cast(\n\n dateadd(\n day,\n -1,\n cast(convert_timezone('UTC', 'GMT', \n current_timestamp::\n timestamp_ntz\n\n) as \n timestamp_ntz\n)\n )\n\n as \n timestamp_ntz\n)\n\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_row_values_to_have_recent_data_silver.swaps_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__swaps"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.ff9ae19b53": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_6fdf16c3a5102be4b66678fb7a42971b\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["TIMESTAMP_NTZ"], "column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__swaps')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__swaps"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_6fdf16c3a5102be4b66678fb7a42971b", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_BLOCK_TIMESTAMP__TIMESTAMP_NTZ"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.ff9ae19b53", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_6fdf16c3a5102be4b66678fb7a42971b.sql", "original_file_path": "models\\silver\\silver__swaps.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_BLOCK_TIMESTAMP__TIMESTAMP_NTZ", "alias": "swaps_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__swaps.yml\\dbt_expectations_expect_column_6fdf16c3a5102be4b66678fb7a42971b.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_6fdf16c3a5102be4b66678fb7a42971b"}, "created_at": 1670433257.1621065, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TRADER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_IDS' as \n varchar\n) as relation_column,\n cast('ARRAY' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_BODY_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCK_TIMESTAMP'\n and\n relation_column_type not in ('TIMESTAMP_NTZ')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.swaps_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__swaps"}, "test.osmosis_models.not_null_silver__swaps_BLOCKCHAIN.704d8b1b68": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('silver__swaps')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__swaps"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__swaps_BLOCKCHAIN"], "unique_id": "test.osmosis_models.not_null_silver__swaps_BLOCKCHAIN.704d8b1b68", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__swaps_BLOCKCHAIN.sql", "original_file_path": "models\\silver\\silver__swaps.yml", "name": "not_null_silver__swaps_BLOCKCHAIN", "alias": "swaps_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__swaps.yml\\not_null_silver__swaps_BLOCKCHAIN.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.1660151, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.swaps\nwhere BLOCKCHAIN is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.swaps_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.silver__swaps"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_BLOCKCHAIN__STRING__VARCHAR.50665b2e23": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_bb6e82508849387a9cb08a94fafaf203\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('silver__swaps')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__swaps"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_bb6e82508849387a9cb08a94fafaf203", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_BLOCKCHAIN__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_BLOCKCHAIN__STRING__VARCHAR.50665b2e23", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_bb6e82508849387a9cb08a94fafaf203.sql", "original_file_path": "models\\silver\\silver__swaps.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_BLOCKCHAIN__STRING__VARCHAR", "alias": "swaps_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__swaps.yml\\dbt_expectations_expect_column_bb6e82508849387a9cb08a94fafaf203.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_bb6e82508849387a9cb08a94fafaf203"}, "created_at": 1670433257.1691048, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TRADER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_IDS' as \n varchar\n) as relation_column,\n cast('ARRAY' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_BODY_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCKCHAIN'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.swaps_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.silver__swaps"}, "test.osmosis_models.not_null_silver__swaps_CHAIN_ID.7bf1d2baa3": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('silver__swaps')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__swaps"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__swaps_CHAIN_ID"], "unique_id": "test.osmosis_models.not_null_silver__swaps_CHAIN_ID.7bf1d2baa3", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__swaps_CHAIN_ID.sql", "original_file_path": "models\\silver\\silver__swaps.yml", "name": "not_null_silver__swaps_CHAIN_ID", "alias": "swaps_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__swaps.yml\\not_null_silver__swaps_CHAIN_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.1731038, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.swaps\nwhere CHAIN_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.swaps_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.silver__swaps"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_CHAIN_ID__STRING__VARCHAR.457a2d30a2": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_554bda3de488efa084926a30f74bae1c\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('silver__swaps')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__swaps"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_554bda3de488efa084926a30f74bae1c", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_CHAIN_ID__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_CHAIN_ID__STRING__VARCHAR.457a2d30a2", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_554bda3de488efa084926a30f74bae1c.sql", "original_file_path": "models\\silver\\silver__swaps.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_CHAIN_ID__STRING__VARCHAR", "alias": "swaps_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__swaps.yml\\dbt_expectations_expect_column_554bda3de488efa084926a30f74bae1c.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_554bda3de488efa084926a30f74bae1c"}, "created_at": 1670433257.1751015, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TRADER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_IDS' as \n varchar\n) as relation_column,\n cast('ARRAY' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_BODY_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'CHAIN_ID'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.swaps_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.silver__swaps"}, "test.osmosis_models.not_null_silver__swaps_TX_ID.429c1bdd9e": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "TX_ID", "model": "{{ get_where_subquery(ref('silver__swaps')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__swaps"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__swaps_TX_ID"], "unique_id": "test.osmosis_models.not_null_silver__swaps_TX_ID.429c1bdd9e", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__swaps_TX_ID.sql", "original_file_path": "models\\silver\\silver__swaps.yml", "name": "not_null_silver__swaps_TX_ID", "alias": "swaps_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__swaps.yml\\not_null_silver__swaps_TX_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.1791067, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.swaps\nwhere TX_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.swaps_TX_ID", "column_name": "TX_ID", "file_key_name": "models.silver__swaps"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_TX_ID__STRING__VARCHAR.26bc11fb1a": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_0e9ea285dd82c2d357f577f900889cc9\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "TX_ID", "model": "{{ get_where_subquery(ref('silver__swaps')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__swaps"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_0e9ea285dd82c2d357f577f900889cc9", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_TX_ID__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_TX_ID__STRING__VARCHAR.26bc11fb1a", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_0e9ea285dd82c2d357f577f900889cc9.sql", "original_file_path": "models\\silver\\silver__swaps.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_TX_ID__STRING__VARCHAR", "alias": "swaps_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__swaps.yml\\dbt_expectations_expect_column_0e9ea285dd82c2d357f577f900889cc9.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_0e9ea285dd82c2d357f577f900889cc9"}, "created_at": 1670433257.1801116, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TRADER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_IDS' as \n varchar\n) as relation_column,\n cast('ARRAY' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_BODY_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'TX_ID'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.swaps_TX_ID", "column_name": "TX_ID", "file_key_name": "models.silver__swaps"}, "test.osmosis_models.not_null_silver__swaps_TX_STATUS.5e5af9a4c1": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "TX_STATUS", "model": "{{ get_where_subquery(ref('silver__swaps')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__swaps"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__swaps_TX_STATUS"], "unique_id": "test.osmosis_models.not_null_silver__swaps_TX_STATUS.5e5af9a4c1", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__swaps_TX_STATUS.sql", "original_file_path": "models\\silver\\silver__swaps.yml", "name": "not_null_silver__swaps_TX_STATUS", "alias": "swaps_TX_STATUS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__swaps.yml\\not_null_silver__swaps_TX_STATUS.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.1850998, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.swaps\nwhere TX_STATUS is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.swaps_TX_STATUS", "column_name": "TX_STATUS", "file_key_name": "models.silver__swaps"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_TX_STATUS__STRING__VARCHAR.6807b3f7ad": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_9110c03abb5c8f4668090009ff639611\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "TX_STATUS", "model": "{{ get_where_subquery(ref('silver__swaps')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__swaps"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_9110c03abb5c8f4668090009ff639611", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_TX_STATUS__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_TX_STATUS__STRING__VARCHAR.6807b3f7ad", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_9110c03abb5c8f4668090009ff639611.sql", "original_file_path": "models\\silver\\silver__swaps.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_TX_STATUS__STRING__VARCHAR", "alias": "swaps_TX_STATUS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__swaps.yml\\dbt_expectations_expect_column_9110c03abb5c8f4668090009ff639611.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_9110c03abb5c8f4668090009ff639611"}, "created_at": 1670433257.1861067, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TRADER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_IDS' as \n varchar\n) as relation_column,\n cast('ARRAY' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_BODY_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'TX_STATUS'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.swaps_TX_STATUS", "column_name": "TX_STATUS", "file_key_name": "models.silver__swaps"}, "test.osmosis_models.not_null_silver__swaps_TRADER.b122237f9c": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "TRADER", "model": "{{ get_where_subquery(ref('silver__swaps')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__swaps"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__swaps_TRADER"], "unique_id": "test.osmosis_models.not_null_silver__swaps_TRADER.b122237f9c", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__swaps_TRADER.sql", "original_file_path": "models\\silver\\silver__swaps.yml", "name": "not_null_silver__swaps_TRADER", "alias": "swaps_TRADER", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__swaps.yml\\not_null_silver__swaps_TRADER.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.1910963, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.swaps\nwhere TRADER is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.swaps_TRADER", "column_name": "TRADER", "file_key_name": "models.silver__swaps"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_TRADER__STRING__VARCHAR.05f525169d": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_e4edea5828263d5241fbdf61540acb6e\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "TRADER", "model": "{{ get_where_subquery(ref('silver__swaps')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__swaps"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_e4edea5828263d5241fbdf61540acb6e", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_TRADER__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_TRADER__STRING__VARCHAR.05f525169d", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_e4edea5828263d5241fbdf61540acb6e.sql", "original_file_path": "models\\silver\\silver__swaps.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_TRADER__STRING__VARCHAR", "alias": "swaps_TRADER", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__swaps.yml\\dbt_expectations_expect_column_e4edea5828263d5241fbdf61540acb6e.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_e4edea5828263d5241fbdf61540acb6e"}, "created_at": 1670433257.1921084, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TRADER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_IDS' as \n varchar\n) as relation_column,\n cast('ARRAY' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_BODY_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'TRADER'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.swaps_TRADER", "column_name": "TRADER", "file_key_name": "models.silver__swaps"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__swaps_TRADER__osmo1_0_9a_z_38_38_.0972697cde": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_match_regex(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_05a79af2bb491b944acfe1b1d59b0d44\") }}", "test_metadata": {"name": "expect_column_values_to_match_regex", "kwargs": {"regex": "osmo1[0-9a-z]{38,38}", "column_name": "TRADER", "model": "{{ get_where_subquery(ref('silver__swaps')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_match_regex", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__swaps"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_05a79af2bb491b944acfe1b1d59b0d44", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_match_regex_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_match_regex_silver__swaps_TRADER__osmo1_0_9a_z_38_38_"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__swaps_TRADER__osmo1_0_9a_z_38_38_.0972697cde", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_05a79af2bb491b944acfe1b1d59b0d44.sql", "original_file_path": "models\\silver\\silver__swaps.yml", "name": "dbt_expectations_expect_column_values_to_match_regex_silver__swaps_TRADER__osmo1_0_9a_z_38_38_", "alias": "swaps_TRADER", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__swaps.yml\\dbt_expectations_expect_column_05a79af2bb491b944acfe1b1d59b0d44.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_05a79af2bb491b944acfe1b1d59b0d44"}, "created_at": 1670433257.1961067, "compiled_sql": "\n\n\n\n\n with grouped_expression as (\n select\n \n \n \n \n\n\n \nregexp_instr(TRADER, 'osmo1[0-9a-z]{38,38}', 1, 1)\n\n\n > 0\n as expression\n\n\n from OSMOSIS_DEV.silver.swaps\n \n\n),\nvalidation_errors as (\n\n select\n *\n from\n grouped_expression\n where\n not(expression = true)\n\n)\n\nselect *\nfrom validation_errors\n\n\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_match_regex_silver.swaps_TRADER", "column_name": "TRADER", "file_key_name": "models.silver__swaps"}, "test.osmosis_models.not_null_silver__swaps_FROM_AMOUNT.a2d756c197": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "FROM_AMOUNT", "model": "{{ get_where_subquery(ref('silver__swaps')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__swaps"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__swaps_FROM_AMOUNT"], "unique_id": "test.osmosis_models.not_null_silver__swaps_FROM_AMOUNT.a2d756c197", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__swaps_FROM_AMOUNT.sql", "original_file_path": "models\\silver\\silver__swaps.yml", "name": "not_null_silver__swaps_FROM_AMOUNT", "alias": "swaps_FROM_AMOUNT", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__swaps.yml\\not_null_silver__swaps_FROM_AMOUNT.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.2011113, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.swaps\nwhere FROM_AMOUNT is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.swaps_FROM_AMOUNT", "column_name": "FROM_AMOUNT", "file_key_name": "models.silver__swaps"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_FROM_AMOUNT__NUMBER__FLOAT.4c9fb2eac8": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_59dcc8987506c082f87e8a3d2fa6b77b\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "FROM_AMOUNT", "model": "{{ get_where_subquery(ref('silver__swaps')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__swaps"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_59dcc8987506c082f87e8a3d2fa6b77b", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_FROM_AMOUNT__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_FROM_AMOUNT__NUMBER__FLOAT.4c9fb2eac8", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_59dcc8987506c082f87e8a3d2fa6b77b.sql", "original_file_path": "models\\silver\\silver__swaps.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_FROM_AMOUNT__NUMBER__FLOAT", "alias": "swaps_FROM_AMOUNT", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__swaps.yml\\dbt_expectations_expect_column_59dcc8987506c082f87e8a3d2fa6b77b.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_59dcc8987506c082f87e8a3d2fa6b77b"}, "created_at": 1670433257.203103, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TRADER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_IDS' as \n varchar\n) as relation_column,\n cast('ARRAY' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_BODY_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'FROM_AMOUNT'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.swaps_FROM_AMOUNT", "column_name": "FROM_AMOUNT", "file_key_name": "models.silver__swaps"}, "test.osmosis_models.not_null_silver__swaps_FROM_CURRENCY.7d197341cf": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "FROM_CURRENCY", "model": "{{ get_where_subquery(ref('silver__swaps')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__swaps"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__swaps_FROM_CURRENCY"], "unique_id": "test.osmosis_models.not_null_silver__swaps_FROM_CURRENCY.7d197341cf", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__swaps_FROM_CURRENCY.sql", "original_file_path": "models\\silver\\silver__swaps.yml", "name": "not_null_silver__swaps_FROM_CURRENCY", "alias": "swaps_FROM_CURRENCY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__swaps.yml\\not_null_silver__swaps_FROM_CURRENCY.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.2090986, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.swaps\nwhere FROM_CURRENCY is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.swaps_FROM_CURRENCY", "column_name": "FROM_CURRENCY", "file_key_name": "models.silver__swaps"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_FROM_CURRENCY__STRING__VARCHAR.35b0022039": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_08099907d2e6e49309cb067a854323f6\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "FROM_CURRENCY", "model": "{{ get_where_subquery(ref('silver__swaps')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__swaps"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_08099907d2e6e49309cb067a854323f6", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_FROM_CURRENCY__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_FROM_CURRENCY__STRING__VARCHAR.35b0022039", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_08099907d2e6e49309cb067a854323f6.sql", "original_file_path": "models\\silver\\silver__swaps.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_FROM_CURRENCY__STRING__VARCHAR", "alias": "swaps_FROM_CURRENCY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__swaps.yml\\dbt_expectations_expect_column_08099907d2e6e49309cb067a854323f6.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_08099907d2e6e49309cb067a854323f6"}, "created_at": 1670433257.212094, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TRADER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_IDS' as \n varchar\n) as relation_column,\n cast('ARRAY' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_BODY_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'FROM_CURRENCY'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.swaps_FROM_CURRENCY", "column_name": "FROM_CURRENCY", "file_key_name": "models.silver__swaps"}, "test.osmosis_models.not_null_silver__swaps_TO_AMOUNT.db49c788b2": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "TO_AMOUNT", "model": "{{ get_where_subquery(ref('silver__swaps')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__swaps"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__swaps_TO_AMOUNT"], "unique_id": "test.osmosis_models.not_null_silver__swaps_TO_AMOUNT.db49c788b2", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__swaps_TO_AMOUNT.sql", "original_file_path": "models\\silver\\silver__swaps.yml", "name": "not_null_silver__swaps_TO_AMOUNT", "alias": "swaps_TO_AMOUNT", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__swaps.yml\\not_null_silver__swaps_TO_AMOUNT.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.2170942, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.swaps\nwhere TO_AMOUNT is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.swaps_TO_AMOUNT", "column_name": "TO_AMOUNT", "file_key_name": "models.silver__swaps"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_TO_AMOUNT__NUMBER__FLOAT.3dca6f12ef": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_57feca54c0ed14c60b73bb740a42978f\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "TO_AMOUNT", "model": "{{ get_where_subquery(ref('silver__swaps')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__swaps"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_57feca54c0ed14c60b73bb740a42978f", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_TO_AMOUNT__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_TO_AMOUNT__NUMBER__FLOAT.3dca6f12ef", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_57feca54c0ed14c60b73bb740a42978f.sql", "original_file_path": "models\\silver\\silver__swaps.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_TO_AMOUNT__NUMBER__FLOAT", "alias": "swaps_TO_AMOUNT", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__swaps.yml\\dbt_expectations_expect_column_57feca54c0ed14c60b73bb740a42978f.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_57feca54c0ed14c60b73bb740a42978f"}, "created_at": 1670433257.2180986, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TRADER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_IDS' as \n varchar\n) as relation_column,\n cast('ARRAY' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_BODY_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'TO_AMOUNT'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.swaps_TO_AMOUNT", "column_name": "TO_AMOUNT", "file_key_name": "models.silver__swaps"}, "test.osmosis_models.not_null_silver__swaps_TO_CURRENCY.156045cb7d": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "TO_CURRENCY", "model": "{{ get_where_subquery(ref('silver__swaps')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__swaps"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__swaps_TO_CURRENCY"], "unique_id": "test.osmosis_models.not_null_silver__swaps_TO_CURRENCY.156045cb7d", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__swaps_TO_CURRENCY.sql", "original_file_path": "models\\silver\\silver__swaps.yml", "name": "not_null_silver__swaps_TO_CURRENCY", "alias": "swaps_TO_CURRENCY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__swaps.yml\\not_null_silver__swaps_TO_CURRENCY.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.2220218, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.swaps\nwhere TO_CURRENCY is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.swaps_TO_CURRENCY", "column_name": "TO_CURRENCY", "file_key_name": "models.silver__swaps"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_TO_CURRENCY__STRING__VARCHAR.b01d006e49": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_507d6be865d006471c9d3935b5b7e858\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "TO_CURRENCY", "model": "{{ get_where_subquery(ref('silver__swaps')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__swaps"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_507d6be865d006471c9d3935b5b7e858", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_TO_CURRENCY__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_TO_CURRENCY__STRING__VARCHAR.b01d006e49", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_507d6be865d006471c9d3935b5b7e858.sql", "original_file_path": "models\\silver\\silver__swaps.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_TO_CURRENCY__STRING__VARCHAR", "alias": "swaps_TO_CURRENCY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__swaps.yml\\dbt_expectations_expect_column_507d6be865d006471c9d3935b5b7e858.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_507d6be865d006471c9d3935b5b7e858"}, "created_at": 1670433257.224097, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TRADER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_IDS' as \n varchar\n) as relation_column,\n cast('ARRAY' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_BODY_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'TO_CURRENCY'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.swaps_TO_CURRENCY", "column_name": "TO_CURRENCY", "file_key_name": "models.silver__swaps"}, "test.osmosis_models.not_null_silver__swaps_POOL_IDS.0678a40b94": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "POOL_IDS", "model": "{{ get_where_subquery(ref('silver__swaps')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__swaps"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__swaps_POOL_IDS"], "unique_id": "test.osmosis_models.not_null_silver__swaps_POOL_IDS.0678a40b94", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__swaps_POOL_IDS.sql", "original_file_path": "models\\silver\\silver__swaps.yml", "name": "not_null_silver__swaps_POOL_IDS", "alias": "swaps_POOL_IDS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__swaps.yml\\not_null_silver__swaps_POOL_IDS.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.2280977, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.swaps\nwhere POOL_IDS is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.swaps_POOL_IDS", "column_name": "POOL_IDS", "file_key_name": "models.silver__swaps"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_POOL_IDS__ARRAY.45e2118699": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_b6d0796389caf1a1eaea3fc0bbe03196\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["ARRAY"], "column_name": "POOL_IDS", "model": "{{ get_where_subquery(ref('silver__swaps')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__swaps"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_b6d0796389caf1a1eaea3fc0bbe03196", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_POOL_IDS__ARRAY"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_POOL_IDS__ARRAY.45e2118699", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_b6d0796389caf1a1eaea3fc0bbe03196.sql", "original_file_path": "models\\silver\\silver__swaps.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_POOL_IDS__ARRAY", "alias": "swaps_POOL_IDS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__swaps.yml\\dbt_expectations_expect_column_b6d0796389caf1a1eaea3fc0bbe03196.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_b6d0796389caf1a1eaea3fc0bbe03196"}, "created_at": 1670433257.2291014, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TRADER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_IDS' as \n varchar\n) as relation_column,\n cast('ARRAY' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_BODY_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'POOL_IDS'\n and\n relation_column_type not in ('ARRAY')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.swaps_POOL_IDS", "column_name": "POOL_IDS", "file_key_name": "models.silver__swaps"}, "test.osmosis_models.not_null_silver__swaps__INSERTED_TIMESTAMP.3f844266ca": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "_INSERTED_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__swaps')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__swaps"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__swaps__INSERTED_TIMESTAMP"], "unique_id": "test.osmosis_models.not_null_silver__swaps__INSERTED_TIMESTAMP.3f844266ca", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__swaps__INSERTED_TIMESTAMP.sql", "original_file_path": "models\\silver\\silver__swaps.yml", "name": "not_null_silver__swaps__INSERTED_TIMESTAMP", "alias": "swaps", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__swaps.yml\\not_null_silver__swaps__INSERTED_TIMESTAMP.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.2335393, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.swaps\nwhere _INSERTED_TIMESTAMP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.swaps", "column_name": "_INSERTED_TIMESTAMP", "file_key_name": "models.silver__swaps"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.3580abd5d1": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_58b23608178a3d5ea67871f974e3f1f1\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["TIMESTAMP_NTZ"], "column_name": "_INSERTED_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__swaps')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__swaps"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_58b23608178a3d5ea67871f974e3f1f1", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps__INSERTED_TIMESTAMP__TIMESTAMP_NTZ"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.3580abd5d1", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_58b23608178a3d5ea67871f974e3f1f1.sql", "original_file_path": "models\\silver\\silver__swaps.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps__INSERTED_TIMESTAMP__TIMESTAMP_NTZ", "alias": "swaps", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__swaps.yml\\dbt_expectations_expect_column_58b23608178a3d5ea67871f974e3f1f1.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_58b23608178a3d5ea67871f974e3f1f1"}, "created_at": 1670433257.2355754, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TRADER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('FROM_DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TO_DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('POOL_IDS' as \n varchar\n) as relation_column,\n cast('ARRAY' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_BODY_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = '_INSERTED_TIMESTAMP'\n and\n relation_column_type not in ('TIMESTAMP_NTZ')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.swaps", "column_name": "_INSERTED_TIMESTAMP", "file_key_name": "models.silver__swaps"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__swaps_TX_ID___BODY_INDEX.ad8caef338": {"raw_sql": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_ec46ca10ba510e968ba8c7bde7382d83\") }}", "test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["TX_ID", "_BODY_INDEX"], "model": "{{ get_where_subquery(ref('silver__swaps')) }}"}, "namespace": "dbt_utils"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__swaps"]}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_ec46ca10ba510e968ba8c7bde7382d83", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_utils_unique_combination_of_columns_silver", "fqn": ["osmosis_models", "silver", "dbt_utils_unique_combination_of_columns_silver__swaps_TX_ID___BODY_INDEX"], "unique_id": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__swaps_TX_ID___BODY_INDEX.ad8caef338", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_utils_unique_combination_o_ec46ca10ba510e968ba8c7bde7382d83.sql", "original_file_path": "models\\silver\\silver__swaps.yml", "name": "dbt_utils_unique_combination_of_columns_silver__swaps_TX_ID___BODY_INDEX", "alias": "swaps_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__swaps"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__swaps.yml\\dbt_utils_unique_combination_o_ec46ca10ba510e968ba8c7bde7382d83.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_utils_unique_combination_o_ec46ca10ba510e968ba8c7bde7382d83"}, "created_at": 1670433257.2395823, "compiled_sql": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n TX_ID, _BODY_INDEX\n from OSMOSIS_DEV.silver.swaps\n group by TX_ID, _BODY_INDEX\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_utils_unique_combination_of_columns_silver.swaps_TX_ID", "column_name": null, "file_key_name": "models.silver__swaps"}, "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__prices_RECORDED_AT__day__2.b6efd5a503": {"raw_sql": "{{ dbt_expectations.test_expect_row_values_to_have_recent_data(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_row_va_c883db68c35a817a388eb3bf7610f02f\") }}", "test_metadata": {"name": "expect_row_values_to_have_recent_data", "kwargs": {"datepart": "day", "interval": 2, "column_name": "RECORDED_AT", "model": "{{ get_where_subquery(ref('silver__prices')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_row_values_to_have_recent_data", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__prices"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_row_va_c883db68c35a817a388eb3bf7610f02f", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_row_values_to_have_recent_data_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_row_values_to_have_recent_data_silver__prices_RECORDED_AT__day__2"], "unique_id": "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__prices_RECORDED_AT__day__2.b6efd5a503", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_row_va_c883db68c35a817a388eb3bf7610f02f.sql", "original_file_path": "models\\silver\\silver__prices.yml", "name": "dbt_expectations_expect_row_values_to_have_recent_data_silver__prices_RECORDED_AT__day__2", "alias": "prices_RECORDED_AT", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__prices"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__prices.yml\\dbt_expectations_expect_row_va_c883db68c35a817a388eb3bf7610f02f.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_row_va_c883db68c35a817a388eb3bf7610f02f"}, "created_at": 1670433257.2455745, "compiled_sql": "\n\n with max_recency as (\n\n select max(cast(RECORDED_AT as \n timestamp_ntz\n)) as max_timestamp\n from\n OSMOSIS_DEV.silver.prices\n where\n -- to exclude erroneous future dates\n cast(RECORDED_AT as \n timestamp_ntz\n) <= cast(convert_timezone('UTC', 'GMT', \n current_timestamp::\n timestamp_ntz\n\n) as \n timestamp_ntz\n)\n \n)\nselect\n *\nfrom\n max_recency\nwhere\n -- if the row_condition excludes all rows, we need to compare against a default date\n -- to avoid false negatives\n coalesce(max_timestamp, cast('1970-01-01' as \n timestamp_ntz\n))\n <\n cast(\n\n dateadd(\n day,\n -2,\n cast(convert_timezone('UTC', 'GMT', \n current_timestamp::\n timestamp_ntz\n\n) as \n timestamp_ntz\n)\n )\n\n as \n timestamp_ntz\n)\n\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_row_values_to_have_recent_data_silver.prices_RECORDED_AT", "column_name": "RECORDED_AT", "file_key_name": "models.silver__prices"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_RECORDED_AT__TIMESTAMP_NTZ.d646d22b71": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_b5b86be22f61dbc3e476900ea5d3126c\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["TIMESTAMP_NTZ"], "column_name": "RECORDED_AT", "model": "{{ get_where_subquery(ref('silver__prices')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__prices"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_b5b86be22f61dbc3e476900ea5d3126c", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_RECORDED_AT__TIMESTAMP_NTZ"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_RECORDED_AT__TIMESTAMP_NTZ.d646d22b71", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_b5b86be22f61dbc3e476900ea5d3126c.sql", "original_file_path": "models\\silver\\silver__prices.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_RECORDED_AT__TIMESTAMP_NTZ", "alias": "prices_RECORDED_AT", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__prices"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__prices.yml\\dbt_expectations_expect_column_b5b86be22f61dbc3e476900ea5d3126c.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_b5b86be22f61dbc3e476900ea5d3126c"}, "created_at": 1670433257.251574, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('RECORDED_AT' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('SYMBOL' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PRICE' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TOTAL_SUPPLY' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VOLUME_24H' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROVIDER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'RECORDED_AT'\n and\n relation_column_type not in ('TIMESTAMP_NTZ')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.prices_RECORDED_AT", "column_name": "RECORDED_AT", "file_key_name": "models.silver__prices"}, "test.osmosis_models.not_null_silver__prices_SYMBOL.1202ffaafb": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "SYMBOL", "model": "{{ get_where_subquery(ref('silver__prices')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__prices"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__prices_SYMBOL"], "unique_id": "test.osmosis_models.not_null_silver__prices_SYMBOL.1202ffaafb", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__prices_SYMBOL.sql", "original_file_path": "models\\silver\\silver__prices.yml", "name": "not_null_silver__prices_SYMBOL", "alias": "prices_SYMBOL", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__prices"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__prices.yml\\not_null_silver__prices_SYMBOL.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.254533, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.prices\nwhere SYMBOL is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.prices_SYMBOL", "column_name": "SYMBOL", "file_key_name": "models.silver__prices"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_SYMBOL__STRING__VARCHAR.a36ba4bed7": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_1ad08ca176805a691b13aee3bc7bd542\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "SYMBOL", "model": "{{ get_where_subquery(ref('silver__prices')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__prices"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_1ad08ca176805a691b13aee3bc7bd542", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_SYMBOL__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_SYMBOL__STRING__VARCHAR.a36ba4bed7", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_1ad08ca176805a691b13aee3bc7bd542.sql", "original_file_path": "models\\silver\\silver__prices.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_SYMBOL__STRING__VARCHAR", "alias": "prices_SYMBOL", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__prices"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__prices.yml\\dbt_expectations_expect_column_1ad08ca176805a691b13aee3bc7bd542.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_1ad08ca176805a691b13aee3bc7bd542"}, "created_at": 1670433257.2565796, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('RECORDED_AT' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('SYMBOL' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PRICE' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TOTAL_SUPPLY' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VOLUME_24H' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROVIDER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'SYMBOL'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.prices_SYMBOL", "column_name": "SYMBOL", "file_key_name": "models.silver__prices"}, "test.osmosis_models.not_null_silver__prices_PRICE.09dcf418d9": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "PRICE", "model": "{{ get_where_subquery(ref('silver__prices')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__prices"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__prices_PRICE"], "unique_id": "test.osmosis_models.not_null_silver__prices_PRICE.09dcf418d9", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__prices_PRICE.sql", "original_file_path": "models\\silver\\silver__prices.yml", "name": "not_null_silver__prices_PRICE", "alias": "prices_PRICE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__prices"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__prices.yml\\not_null_silver__prices_PRICE.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.2605798, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.prices\nwhere PRICE is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.prices_PRICE", "column_name": "PRICE", "file_key_name": "models.silver__prices"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_PRICE__NUMBER__FLOAT.8ac3621a5a": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_a3393ca093060ce7306ca19f0d4d780c\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "PRICE", "model": "{{ get_where_subquery(ref('silver__prices')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__prices"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_a3393ca093060ce7306ca19f0d4d780c", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_PRICE__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_PRICE__NUMBER__FLOAT.8ac3621a5a", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_a3393ca093060ce7306ca19f0d4d780c.sql", "original_file_path": "models\\silver\\silver__prices.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_PRICE__NUMBER__FLOAT", "alias": "prices_PRICE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__prices"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__prices.yml\\dbt_expectations_expect_column_a3393ca093060ce7306ca19f0d4d780c.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_a3393ca093060ce7306ca19f0d4d780c"}, "created_at": 1670433257.261579, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('RECORDED_AT' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('SYMBOL' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PRICE' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TOTAL_SUPPLY' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VOLUME_24H' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROVIDER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'PRICE'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.prices_PRICE", "column_name": "PRICE", "file_key_name": "models.silver__prices"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_TOTAL_SUPPLY__NUMBER__FLOAT.0b67851ee8": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_c83e9c5cfe0fc3ba6ad6b246fd8fd88b\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "TOTAL_SUPPLY", "model": "{{ get_where_subquery(ref('silver__prices')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__prices"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_c83e9c5cfe0fc3ba6ad6b246fd8fd88b", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_TOTAL_SUPPLY__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_TOTAL_SUPPLY__NUMBER__FLOAT.0b67851ee8", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_c83e9c5cfe0fc3ba6ad6b246fd8fd88b.sql", "original_file_path": "models\\silver\\silver__prices.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_TOTAL_SUPPLY__NUMBER__FLOAT", "alias": "prices_TOTAL_SUPPLY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__prices"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__prices.yml\\dbt_expectations_expect_column_c83e9c5cfe0fc3ba6ad6b246fd8fd88b.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_c83e9c5cfe0fc3ba6ad6b246fd8fd88b"}, "created_at": 1670433257.2685738, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('RECORDED_AT' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('SYMBOL' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PRICE' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TOTAL_SUPPLY' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VOLUME_24H' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROVIDER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'TOTAL_SUPPLY'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.prices_TOTAL_SUPPLY", "column_name": "TOTAL_SUPPLY", "file_key_name": "models.silver__prices"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_VOLUME_24H__NUMBER__FLOAT.13679e5f6f": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_351e5f53e4786338df8a4f17325a5785\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "VOLUME_24H", "model": "{{ get_where_subquery(ref('silver__prices')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__prices"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_351e5f53e4786338df8a4f17325a5785", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_VOLUME_24H__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_VOLUME_24H__NUMBER__FLOAT.13679e5f6f", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_351e5f53e4786338df8a4f17325a5785.sql", "original_file_path": "models\\silver\\silver__prices.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_VOLUME_24H__NUMBER__FLOAT", "alias": "prices_VOLUME_24H", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__prices"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__prices.yml\\dbt_expectations_expect_column_351e5f53e4786338df8a4f17325a5785.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_351e5f53e4786338df8a4f17325a5785"}, "created_at": 1670433257.2735813, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('RECORDED_AT' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('SYMBOL' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PRICE' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TOTAL_SUPPLY' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VOLUME_24H' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROVIDER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'VOLUME_24H'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.prices_VOLUME_24H", "column_name": "VOLUME_24H", "file_key_name": "models.silver__prices"}, "test.osmosis_models.not_null_silver__prices_PROVIDER.ed7f92e826": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "PROVIDER", "model": "{{ get_where_subquery(ref('silver__prices')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__prices"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__prices_PROVIDER"], "unique_id": "test.osmosis_models.not_null_silver__prices_PROVIDER.ed7f92e826", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__prices_PROVIDER.sql", "original_file_path": "models\\silver\\silver__prices.yml", "name": "not_null_silver__prices_PROVIDER", "alias": "prices_PROVIDER", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__prices"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__prices.yml\\not_null_silver__prices_PROVIDER.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.2775795, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.prices\nwhere PROVIDER is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.prices_PROVIDER", "column_name": "PROVIDER", "file_key_name": "models.silver__prices"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_PROVIDER__STRING__VARCHAR.6f2a686ead": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_cf1c0a72f7b5342de66e9e1ae2df937c\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "PROVIDER", "model": "{{ get_where_subquery(ref('silver__prices')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__prices"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_cf1c0a72f7b5342de66e9e1ae2df937c", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_PROVIDER__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_PROVIDER__STRING__VARCHAR.6f2a686ead", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_cf1c0a72f7b5342de66e9e1ae2df937c.sql", "original_file_path": "models\\silver\\silver__prices.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_PROVIDER__STRING__VARCHAR", "alias": "prices_PROVIDER", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__prices"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__prices.yml\\dbt_expectations_expect_column_cf1c0a72f7b5342de66e9e1ae2df937c.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_cf1c0a72f7b5342de66e9e1ae2df937c"}, "created_at": 1670433257.279496, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('RECORDED_AT' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('SYMBOL' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PRICE' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TOTAL_SUPPLY' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VOLUME_24H' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROVIDER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'PROVIDER'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.prices_PROVIDER", "column_name": "PROVIDER", "file_key_name": "models.silver__prices"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__prices_RECORDED_AT__SYMBOL.5bb3f27aa1": {"raw_sql": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_a76b8ea2a39394d88032639dbc4ec270\") }}", "test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["RECORDED_AT", "SYMBOL"], "model": "{{ get_where_subquery(ref('silver__prices')) }}"}, "namespace": "dbt_utils"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__prices"]}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_a76b8ea2a39394d88032639dbc4ec270", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_utils_unique_combination_of_columns_silver", "fqn": ["osmosis_models", "silver", "dbt_utils_unique_combination_of_columns_silver__prices_RECORDED_AT__SYMBOL"], "unique_id": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__prices_RECORDED_AT__SYMBOL.5bb3f27aa1", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_utils_unique_combination_o_a76b8ea2a39394d88032639dbc4ec270.sql", "original_file_path": "models\\silver\\silver__prices.yml", "name": "dbt_utils_unique_combination_of_columns_silver__prices_RECORDED_AT__SYMBOL", "alias": "prices_RECORDED_AT", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__prices"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__prices.yml\\dbt_utils_unique_combination_o_a76b8ea2a39394d88032639dbc4ec270.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_utils_unique_combination_o_a76b8ea2a39394d88032639dbc4ec270"}, "created_at": 1670433257.2835789, "compiled_sql": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n RECORDED_AT, SYMBOL\n from OSMOSIS_DEV.silver.prices\n group by RECORDED_AT, SYMBOL\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_utils_unique_combination_of_columns_silver.prices_RECORDED_AT", "column_name": null, "file_key_name": "models.silver__prices"}, "test.osmosis_models.not_null_silver__transfers_BLOCK_ID.81767d6c3c": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('silver__transfers')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__transfers"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__transfers_BLOCK_ID"], "unique_id": "test.osmosis_models.not_null_silver__transfers_BLOCK_ID.81767d6c3c", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__transfers_BLOCK_ID.sql", "original_file_path": "models\\silver\\silver__transfers.yml", "name": "not_null_silver__transfers_BLOCK_ID", "alias": "transfers_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__transfers"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__transfers.yml\\not_null_silver__transfers_BLOCK_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.2936003, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.transfers\nwhere BLOCK_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.transfers_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.silver__transfers"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_BLOCK_ID__NUMBER__FLOAT.e08ee6d46c": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_d14f8e06b211ab74650e6ffd3f87952f\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('silver__transfers')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__transfers"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_d14f8e06b211ab74650e6ffd3f87952f", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_BLOCK_ID__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_BLOCK_ID__NUMBER__FLOAT.e08ee6d46c", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_d14f8e06b211ab74650e6ffd3f87952f.sql", "original_file_path": "models\\silver\\silver__transfers.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_BLOCK_ID__NUMBER__FLOAT", "alias": "transfers_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__transfers"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__transfers.yml\\dbt_expectations_expect_column_d14f8e06b211ab74650e6ffd3f87952f.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_d14f8e06b211ab74650e6ffd3f87952f"}, "created_at": 1670433257.2945983, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TRANSFER_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('SENDER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('RECEIVER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCK_ID'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.transfers_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.silver__transfers"}, "test.osmosis_models.not_null_silver__transfers_BLOCK_TIMESTAMP.d599dc282c": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__transfers')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__transfers"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__transfers_BLOCK_TIMESTAMP"], "unique_id": "test.osmosis_models.not_null_silver__transfers_BLOCK_TIMESTAMP.d599dc282c", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__transfers_BLOCK_TIMESTAMP.sql", "original_file_path": "models\\silver\\silver__transfers.yml", "name": "not_null_silver__transfers_BLOCK_TIMESTAMP", "alias": "transfers_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__transfers"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__transfers.yml\\not_null_silver__transfers_BLOCK_TIMESTAMP.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.2995074, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.transfers\nwhere BLOCK_TIMESTAMP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.transfers_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__transfers"}, "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__transfers_BLOCK_TIMESTAMP__day__1.aef2ec1111": {"raw_sql": "{{ dbt_expectations.test_expect_row_values_to_have_recent_data(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_row_va_0391e7977e8cebd188a1d5fa8d5e5c1d\") }}", "test_metadata": {"name": "expect_row_values_to_have_recent_data", "kwargs": {"datepart": "day", "interval": 1, "column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__transfers')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_row_values_to_have_recent_data", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__transfers"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_row_va_0391e7977e8cebd188a1d5fa8d5e5c1d", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_row_values_to_have_recent_data_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_row_values_to_have_recent_data_silver__transfers_BLOCK_TIMESTAMP__day__1"], "unique_id": "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__transfers_BLOCK_TIMESTAMP__day__1.aef2ec1111", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_row_va_0391e7977e8cebd188a1d5fa8d5e5c1d.sql", "original_file_path": "models\\silver\\silver__transfers.yml", "name": "dbt_expectations_expect_row_values_to_have_recent_data_silver__transfers_BLOCK_TIMESTAMP__day__1", "alias": "transfers_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__transfers"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__transfers.yml\\dbt_expectations_expect_row_va_0391e7977e8cebd188a1d5fa8d5e5c1d.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_row_va_0391e7977e8cebd188a1d5fa8d5e5c1d"}, "created_at": 1670433257.3015878, "compiled_sql": "\n\n with max_recency as (\n\n select max(cast(BLOCK_TIMESTAMP as \n timestamp_ntz\n)) as max_timestamp\n from\n OSMOSIS_DEV.silver.transfers\n where\n -- to exclude erroneous future dates\n cast(BLOCK_TIMESTAMP as \n timestamp_ntz\n) <= cast(convert_timezone('UTC', 'GMT', \n current_timestamp::\n timestamp_ntz\n\n) as \n timestamp_ntz\n)\n \n)\nselect\n *\nfrom\n max_recency\nwhere\n -- if the row_condition excludes all rows, we need to compare against a default date\n -- to avoid false negatives\n coalesce(max_timestamp, cast('1970-01-01' as \n timestamp_ntz\n))\n <\n cast(\n\n dateadd(\n day,\n -1,\n cast(convert_timezone('UTC', 'GMT', \n current_timestamp::\n timestamp_ntz\n\n) as \n timestamp_ntz\n)\n )\n\n as \n timestamp_ntz\n)\n\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_row_values_to_have_recent_data_silver.transfers_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__transfers"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.4ccf9184cd": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_aaa4d09592b0234773f61be8de1236a1\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["TIMESTAMP_NTZ"], "column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__transfers')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__transfers"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_aaa4d09592b0234773f61be8de1236a1", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_BLOCK_TIMESTAMP__TIMESTAMP_NTZ"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.4ccf9184cd", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_aaa4d09592b0234773f61be8de1236a1.sql", "original_file_path": "models\\silver\\silver__transfers.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_BLOCK_TIMESTAMP__TIMESTAMP_NTZ", "alias": "transfers_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__transfers"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__transfers.yml\\dbt_expectations_expect_column_aaa4d09592b0234773f61be8de1236a1.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_aaa4d09592b0234773f61be8de1236a1"}, "created_at": 1670433257.3085103, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TRANSFER_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('SENDER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('RECEIVER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCK_TIMESTAMP'\n and\n relation_column_type not in ('TIMESTAMP_NTZ')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.transfers_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__transfers"}, "test.osmosis_models.not_null_silver__transfers_BLOCKCHAIN.0d49ed494c": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('silver__transfers')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__transfers"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__transfers_BLOCKCHAIN"], "unique_id": "test.osmosis_models.not_null_silver__transfers_BLOCKCHAIN.0d49ed494c", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__transfers_BLOCKCHAIN.sql", "original_file_path": "models\\silver\\silver__transfers.yml", "name": "not_null_silver__transfers_BLOCKCHAIN", "alias": "transfers_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__transfers"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__transfers.yml\\not_null_silver__transfers_BLOCKCHAIN.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.3147137, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.transfers\nwhere BLOCKCHAIN is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.transfers_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.silver__transfers"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_BLOCKCHAIN__STRING__VARCHAR.6594da6631": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_e4fd0845ed77b9a52d84b48a3d9ff95b\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('silver__transfers')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__transfers"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_e4fd0845ed77b9a52d84b48a3d9ff95b", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_BLOCKCHAIN__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_BLOCKCHAIN__STRING__VARCHAR.6594da6631", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_e4fd0845ed77b9a52d84b48a3d9ff95b.sql", "original_file_path": "models\\silver\\silver__transfers.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_BLOCKCHAIN__STRING__VARCHAR", "alias": "transfers_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__transfers"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__transfers.yml\\dbt_expectations_expect_column_e4fd0845ed77b9a52d84b48a3d9ff95b.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_e4fd0845ed77b9a52d84b48a3d9ff95b"}, "created_at": 1670433257.3188012, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TRANSFER_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('SENDER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('RECEIVER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCKCHAIN'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.transfers_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.silver__transfers"}, "test.osmosis_models.not_null_silver__transfers_CHAIN_ID.f332cbbf7c": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('silver__transfers')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__transfers"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__transfers_CHAIN_ID"], "unique_id": "test.osmosis_models.not_null_silver__transfers_CHAIN_ID.f332cbbf7c", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__transfers_CHAIN_ID.sql", "original_file_path": "models\\silver\\silver__transfers.yml", "name": "not_null_silver__transfers_CHAIN_ID", "alias": "transfers_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__transfers"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__transfers.yml\\not_null_silver__transfers_CHAIN_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.3237906, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.transfers\nwhere CHAIN_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.transfers_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.silver__transfers"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_CHAIN_ID__STRING__VARCHAR.8c3c444a39": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_98eed3f761edfd9ff62a6179c585cde0\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('silver__transfers')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__transfers"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_98eed3f761edfd9ff62a6179c585cde0", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_CHAIN_ID__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_CHAIN_ID__STRING__VARCHAR.8c3c444a39", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_98eed3f761edfd9ff62a6179c585cde0.sql", "original_file_path": "models\\silver\\silver__transfers.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_CHAIN_ID__STRING__VARCHAR", "alias": "transfers_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__transfers"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__transfers.yml\\dbt_expectations_expect_column_98eed3f761edfd9ff62a6179c585cde0.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_98eed3f761edfd9ff62a6179c585cde0"}, "created_at": 1670433257.3247938, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TRANSFER_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('SENDER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('RECEIVER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'CHAIN_ID'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.transfers_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.silver__transfers"}, "test.osmosis_models.not_null_silver__transfers_TX_ID.1be05d8ee2": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "TX_ID", "model": "{{ get_where_subquery(ref('silver__transfers')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__transfers"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__transfers_TX_ID"], "unique_id": "test.osmosis_models.not_null_silver__transfers_TX_ID.1be05d8ee2", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__transfers_TX_ID.sql", "original_file_path": "models\\silver\\silver__transfers.yml", "name": "not_null_silver__transfers_TX_ID", "alias": "transfers_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__transfers"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__transfers.yml\\not_null_silver__transfers_TX_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.3287938, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.transfers\nwhere TX_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.transfers_TX_ID", "column_name": "TX_ID", "file_key_name": "models.silver__transfers"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_TX_ID__STRING__VARCHAR.0f84a7c8bb": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_e6811ad69d0d534b34fc03d2bff51b3b\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "TX_ID", "model": "{{ get_where_subquery(ref('silver__transfers')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__transfers"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_e6811ad69d0d534b34fc03d2bff51b3b", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_TX_ID__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_TX_ID__STRING__VARCHAR.0f84a7c8bb", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_e6811ad69d0d534b34fc03d2bff51b3b.sql", "original_file_path": "models\\silver\\silver__transfers.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_TX_ID__STRING__VARCHAR", "alias": "transfers_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__transfers"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__transfers.yml\\dbt_expectations_expect_column_e6811ad69d0d534b34fc03d2bff51b3b.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_e6811ad69d0d534b34fc03d2bff51b3b"}, "created_at": 1670433257.330798, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TRANSFER_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('SENDER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('RECEIVER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'TX_ID'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.transfers_TX_ID", "column_name": "TX_ID", "file_key_name": "models.silver__transfers"}, "test.osmosis_models.not_null_silver__transfers_TX_STATUS.0450f74677": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "TX_STATUS", "model": "{{ get_where_subquery(ref('silver__transfers')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__transfers"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__transfers_TX_STATUS"], "unique_id": "test.osmosis_models.not_null_silver__transfers_TX_STATUS.0450f74677", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__transfers_TX_STATUS.sql", "original_file_path": "models\\silver\\silver__transfers.yml", "name": "not_null_silver__transfers_TX_STATUS", "alias": "transfers_TX_STATUS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__transfers"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__transfers.yml\\not_null_silver__transfers_TX_STATUS.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.3378427, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.transfers\nwhere TX_STATUS is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.transfers_TX_STATUS", "column_name": "TX_STATUS", "file_key_name": "models.silver__transfers"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_TX_STATUS__STRING__VARCHAR.239d5199fe": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_701d0d201a81a611d8f4394bdbf675fb\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "TX_STATUS", "model": "{{ get_where_subquery(ref('silver__transfers')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__transfers"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_701d0d201a81a611d8f4394bdbf675fb", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_TX_STATUS__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_TX_STATUS__STRING__VARCHAR.239d5199fe", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_701d0d201a81a611d8f4394bdbf675fb.sql", "original_file_path": "models\\silver\\silver__transfers.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_TX_STATUS__STRING__VARCHAR", "alias": "transfers_TX_STATUS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__transfers"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__transfers.yml\\dbt_expectations_expect_column_701d0d201a81a611d8f4394bdbf675fb.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_701d0d201a81a611d8f4394bdbf675fb"}, "created_at": 1670433257.3398414, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TRANSFER_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('SENDER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('RECEIVER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'TX_STATUS'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.transfers_TX_STATUS", "column_name": "TX_STATUS", "file_key_name": "models.silver__transfers"}, "test.osmosis_models.not_null_silver__transfers_TRANSFER_TYPE.280bc9914f": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "TRANSFER_TYPE", "model": "{{ get_where_subquery(ref('silver__transfers')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__transfers"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__transfers_TRANSFER_TYPE"], "unique_id": "test.osmosis_models.not_null_silver__transfers_TRANSFER_TYPE.280bc9914f", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__transfers_TRANSFER_TYPE.sql", "original_file_path": "models\\silver\\silver__transfers.yml", "name": "not_null_silver__transfers_TRANSFER_TYPE", "alias": "transfers_TRANSFER_TYPE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__transfers"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__transfers.yml\\not_null_silver__transfers_TRANSFER_TYPE.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.3457606, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.transfers\nwhere TRANSFER_TYPE is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.transfers_TRANSFER_TYPE", "column_name": "TRANSFER_TYPE", "file_key_name": "models.silver__transfers"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_TRANSFER_TYPE__STRING__VARCHAR.43a2c68273": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_6e2d5f4a8dc26394fe2245310a8f94b6\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "TRANSFER_TYPE", "model": "{{ get_where_subquery(ref('silver__transfers')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__transfers"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_6e2d5f4a8dc26394fe2245310a8f94b6", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_TRANSFER_TYPE__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_TRANSFER_TYPE__STRING__VARCHAR.43a2c68273", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_6e2d5f4a8dc26394fe2245310a8f94b6.sql", "original_file_path": "models\\silver\\silver__transfers.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_TRANSFER_TYPE__STRING__VARCHAR", "alias": "transfers_TRANSFER_TYPE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__transfers"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__transfers.yml\\dbt_expectations_expect_column_6e2d5f4a8dc26394fe2245310a8f94b6.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_6e2d5f4a8dc26394fe2245310a8f94b6"}, "created_at": 1670433257.3467667, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TRANSFER_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('SENDER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('RECEIVER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'TRANSFER_TYPE'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.transfers_TRANSFER_TYPE", "column_name": "TRANSFER_TYPE", "file_key_name": "models.silver__transfers"}, "test.osmosis_models.not_null_silver__transfers_SENDER.0abbede6fe": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "SENDER", "model": "{{ get_where_subquery(ref('silver__transfers')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__transfers"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__transfers_SENDER"], "unique_id": "test.osmosis_models.not_null_silver__transfers_SENDER.0abbede6fe", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__transfers_SENDER.sql", "original_file_path": "models\\silver\\silver__transfers.yml", "name": "not_null_silver__transfers_SENDER", "alias": "transfers_SENDER", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__transfers"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__transfers.yml\\not_null_silver__transfers_SENDER.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.352841, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.transfers\nwhere SENDER is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.transfers_SENDER", "column_name": "SENDER", "file_key_name": "models.silver__transfers"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_SENDER__STRING__VARCHAR.4ae271899a": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_e10a71d546a72baeafc567861c2786ec\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "SENDER", "model": "{{ get_where_subquery(ref('silver__transfers')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__transfers"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_e10a71d546a72baeafc567861c2786ec", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_SENDER__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_SENDER__STRING__VARCHAR.4ae271899a", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_e10a71d546a72baeafc567861c2786ec.sql", "original_file_path": "models\\silver\\silver__transfers.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_SENDER__STRING__VARCHAR", "alias": "transfers_SENDER", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__transfers"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__transfers.yml\\dbt_expectations_expect_column_e10a71d546a72baeafc567861c2786ec.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_e10a71d546a72baeafc567861c2786ec"}, "created_at": 1670433257.3538399, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TRANSFER_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('SENDER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('RECEIVER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'SENDER'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.transfers_SENDER", "column_name": "SENDER", "file_key_name": "models.silver__transfers"}, "test.osmosis_models.not_null_silver__transfers_AMOUNT.ba102cb51b": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "AMOUNT", "model": "{{ get_where_subquery(ref('silver__transfers')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__transfers"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__transfers_AMOUNT"], "unique_id": "test.osmosis_models.not_null_silver__transfers_AMOUNT.ba102cb51b", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__transfers_AMOUNT.sql", "original_file_path": "models\\silver\\silver__transfers.yml", "name": "not_null_silver__transfers_AMOUNT", "alias": "transfers_AMOUNT", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__transfers"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__transfers.yml\\not_null_silver__transfers_AMOUNT.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.357846, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.transfers\nwhere AMOUNT is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.transfers_AMOUNT", "column_name": "AMOUNT", "file_key_name": "models.silver__transfers"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_AMOUNT__NUMBER__FLOAT.d9692a78f1": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_3d2e580b5050635224f5adef1606662f\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "AMOUNT", "model": "{{ get_where_subquery(ref('silver__transfers')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__transfers"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_3d2e580b5050635224f5adef1606662f", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_AMOUNT__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_AMOUNT__NUMBER__FLOAT.d9692a78f1", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_3d2e580b5050635224f5adef1606662f.sql", "original_file_path": "models\\silver\\silver__transfers.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_AMOUNT__NUMBER__FLOAT", "alias": "transfers_AMOUNT", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__transfers"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__transfers.yml\\dbt_expectations_expect_column_3d2e580b5050635224f5adef1606662f.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_3d2e580b5050635224f5adef1606662f"}, "created_at": 1670433257.3598068, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TRANSFER_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('SENDER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('RECEIVER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'AMOUNT'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.transfers_AMOUNT", "column_name": "AMOUNT", "file_key_name": "models.silver__transfers"}, "test.osmosis_models.not_null_silver__transfers_CURRENCY.4a8953d5ec": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "CURRENCY", "model": "{{ get_where_subquery(ref('silver__transfers')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__transfers"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__transfers_CURRENCY"], "unique_id": "test.osmosis_models.not_null_silver__transfers_CURRENCY.4a8953d5ec", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__transfers_CURRENCY.sql", "original_file_path": "models\\silver\\silver__transfers.yml", "name": "not_null_silver__transfers_CURRENCY", "alias": "transfers_CURRENCY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__transfers"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__transfers.yml\\not_null_silver__transfers_CURRENCY.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.3638427, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.transfers\nwhere CURRENCY is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.transfers_CURRENCY", "column_name": "CURRENCY", "file_key_name": "models.silver__transfers"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_CURRENCY__STRING__VARCHAR.a650f3fc35": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_b6a3425524fb0c40bcd8df9df7d4b19b\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "CURRENCY", "model": "{{ get_where_subquery(ref('silver__transfers')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__transfers"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_b6a3425524fb0c40bcd8df9df7d4b19b", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_CURRENCY__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_CURRENCY__STRING__VARCHAR.a650f3fc35", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_b6a3425524fb0c40bcd8df9df7d4b19b.sql", "original_file_path": "models\\silver\\silver__transfers.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_CURRENCY__STRING__VARCHAR", "alias": "transfers_CURRENCY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__transfers"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__transfers.yml\\dbt_expectations_expect_column_b6a3425524fb0c40bcd8df9df7d4b19b.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_b6a3425524fb0c40bcd8df9df7d4b19b"}, "created_at": 1670433257.365422, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TRANSFER_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('SENDER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('RECEIVER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'CURRENCY'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.transfers_CURRENCY", "column_name": "CURRENCY", "file_key_name": "models.silver__transfers"}, "test.osmosis_models.not_null_silver__transfers_RECEIVER.965c9f325d": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "RECEIVER", "model": "{{ get_where_subquery(ref('silver__transfers')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__transfers"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__transfers_RECEIVER"], "unique_id": "test.osmosis_models.not_null_silver__transfers_RECEIVER.965c9f325d", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__transfers_RECEIVER.sql", "original_file_path": "models\\silver\\silver__transfers.yml", "name": "not_null_silver__transfers_RECEIVER", "alias": "transfers_RECEIVER", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__transfers"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__transfers.yml\\not_null_silver__transfers_RECEIVER.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.370539, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.transfers\nwhere RECEIVER is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.transfers_RECEIVER", "column_name": "RECEIVER", "file_key_name": "models.silver__transfers"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_RECEIVER__STRING__VARCHAR.b93628338d": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_d10227dfb81ed91851b8671c5fbe4d86\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "RECEIVER", "model": "{{ get_where_subquery(ref('silver__transfers')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__transfers"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_d10227dfb81ed91851b8671c5fbe4d86", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_RECEIVER__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_RECEIVER__STRING__VARCHAR.b93628338d", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_d10227dfb81ed91851b8671c5fbe4d86.sql", "original_file_path": "models\\silver\\silver__transfers.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_RECEIVER__STRING__VARCHAR", "alias": "transfers_RECEIVER", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__transfers"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__transfers.yml\\dbt_expectations_expect_column_d10227dfb81ed91851b8671c5fbe4d86.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_d10227dfb81ed91851b8671c5fbe4d86"}, "created_at": 1670433257.3725388, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TRANSFER_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('SENDER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('RECEIVER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'RECEIVER'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.transfers_RECEIVER", "column_name": "RECEIVER", "file_key_name": "models.silver__transfers"}, "test.osmosis_models.not_null_silver__transfers__INSERTED_TIMESTAMP.595c1c618a": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "_INSERTED_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__transfers')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__transfers"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__transfers__INSERTED_TIMESTAMP"], "unique_id": "test.osmosis_models.not_null_silver__transfers__INSERTED_TIMESTAMP.595c1c618a", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__transfers__INSERTED_TIMESTAMP.sql", "original_file_path": "models\\silver\\silver__transfers.yml", "name": "not_null_silver__transfers__INSERTED_TIMESTAMP", "alias": "transfers", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__transfers"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__transfers.yml\\not_null_silver__transfers__INSERTED_TIMESTAMP.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.37653, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.transfers\nwhere _INSERTED_TIMESTAMP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.transfers", "column_name": "_INSERTED_TIMESTAMP", "file_key_name": "models.silver__transfers"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.9d03af31f1": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_b6f46f50322a5b8ddf0254b259834e20\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["TIMESTAMP_NTZ"], "column_name": "_INSERTED_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__transfers')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__transfers"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_b6f46f50322a5b8ddf0254b259834e20", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers__INSERTED_TIMESTAMP__TIMESTAMP_NTZ"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.9d03af31f1", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_b6f46f50322a5b8ddf0254b259834e20.sql", "original_file_path": "models\\silver\\silver__transfers.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers__INSERTED_TIMESTAMP__TIMESTAMP_NTZ", "alias": "transfers", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__transfers"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__transfers.yml\\dbt_expectations_expect_column_b6f46f50322a5b8ddf0254b259834e20.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_b6f46f50322a5b8ddf0254b259834e20"}, "created_at": 1670433257.377546, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TRANSFER_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('MSG_INDEX' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('SENDER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('AMOUNT' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CURRENCY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('DECIMAL' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('RECEIVER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = '_INSERTED_TIMESTAMP'\n and\n relation_column_type not in ('TIMESTAMP_NTZ')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.transfers", "column_name": "_INSERTED_TIMESTAMP", "file_key_name": "models.silver__transfers"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__transfers_TX_ID__MSG_INDEX__CURRENCY.e9d94ef7c9": {"raw_sql": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_e0f965ebd12a843fef11e731c01af833\") }}", "test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["TX_ID", "MSG_INDEX", "CURRENCY"], "model": "{{ get_where_subquery(ref('silver__transfers')) }}"}, "namespace": "dbt_utils"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__transfers"]}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_e0f965ebd12a843fef11e731c01af833", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_utils_unique_combination_of_columns_silver", "fqn": ["osmosis_models", "silver", "dbt_utils_unique_combination_of_columns_silver__transfers_TX_ID__MSG_INDEX__CURRENCY"], "unique_id": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__transfers_TX_ID__MSG_INDEX__CURRENCY.e9d94ef7c9", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_utils_unique_combination_o_e0f965ebd12a843fef11e731c01af833.sql", "original_file_path": "models\\silver\\silver__transfers.yml", "name": "dbt_utils_unique_combination_of_columns_silver__transfers_TX_ID__MSG_INDEX__CURRENCY", "alias": "transfers_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__transfers"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__transfers.yml\\dbt_utils_unique_combination_o_e0f965ebd12a843fef11e731c01af833.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_utils_unique_combination_o_e0f965ebd12a843fef11e731c01af833"}, "created_at": 1670433257.3841145, "compiled_sql": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n TX_ID, MSG_INDEX, CURRENCY\n from OSMOSIS_DEV.silver.transfers\n group by TX_ID, MSG_INDEX, CURRENCY\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_utils_unique_combination_of_columns_silver.transfers_TX_ID", "column_name": null, "file_key_name": "models.silver__transfers"}, "test.osmosis_models.not_null_silver__governance_votes_BLOCK_ID.97979dad9a": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('silver__governance_votes')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_votes"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__governance_votes_BLOCK_ID"], "unique_id": "test.osmosis_models.not_null_silver__governance_votes_BLOCK_ID.97979dad9a", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__governance_votes_BLOCK_ID.sql", "original_file_path": "models\\silver\\silver__governance_votes.yml", "name": "not_null_silver__governance_votes_BLOCK_ID", "alias": "governance_votes_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_votes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_votes.yml\\not_null_silver__governance_votes_BLOCK_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.3942242, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.governance_votes\nwhere BLOCK_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.governance_votes_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.silver__governance_votes"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_BLOCK_ID__NUMBER__FLOAT.6db9174fdb": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_d30f5fced365b4a2efe5e4dc8b48df6b\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('silver__governance_votes')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_votes"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_d30f5fced365b4a2efe5e4dc8b48df6b", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_BLOCK_ID__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_BLOCK_ID__NUMBER__FLOAT.6db9174fdb", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_d30f5fced365b4a2efe5e4dc8b48df6b.sql", "original_file_path": "models\\silver\\silver__governance_votes.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_BLOCK_ID__NUMBER__FLOAT", "alias": "governance_votes_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_votes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_votes.yml\\dbt_expectations_expect_column_d30f5fced365b4a2efe5e4dc8b48df6b.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_d30f5fced365b4a2efe5e4dc8b48df6b"}, "created_at": 1670433257.3962228, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_PATH' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSAL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VOTER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VOTE_OPTION' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VOTE_WEIGHT' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCK_ID'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.governance_votes_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.silver__governance_votes"}, "test.osmosis_models.not_null_silver__governance_votes_BLOCK_TIMESTAMP.0d2cf87ae5": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__governance_votes')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_votes"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__governance_votes_BLOCK_TIMESTAMP"], "unique_id": "test.osmosis_models.not_null_silver__governance_votes_BLOCK_TIMESTAMP.0d2cf87ae5", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__governance_votes_BLOCK_TIMESTAMP.sql", "original_file_path": "models\\silver\\silver__governance_votes.yml", "name": "not_null_silver__governance_votes_BLOCK_TIMESTAMP", "alias": "governance_votes_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_votes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_votes.yml\\not_null_silver__governance_votes_BLOCK_TIMESTAMP.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.4013186, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.governance_votes\nwhere BLOCK_TIMESTAMP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.governance_votes_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__governance_votes"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.e3e66ade1c": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_325a163bc8a8b27d266e579d6e684cbe\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["TIMESTAMP_NTZ"], "column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__governance_votes')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_votes"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_325a163bc8a8b27d266e579d6e684cbe", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_BLOCK_TIMESTAMP__TIMESTAMP_NTZ"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.e3e66ade1c", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_325a163bc8a8b27d266e579d6e684cbe.sql", "original_file_path": "models\\silver\\silver__governance_votes.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_BLOCK_TIMESTAMP__TIMESTAMP_NTZ", "alias": "governance_votes_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_votes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_votes.yml\\dbt_expectations_expect_column_325a163bc8a8b27d266e579d6e684cbe.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_325a163bc8a8b27d266e579d6e684cbe"}, "created_at": 1670433257.403321, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_PATH' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSAL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VOTER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VOTE_OPTION' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VOTE_WEIGHT' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCK_TIMESTAMP'\n and\n relation_column_type not in ('TIMESTAMP_NTZ')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.governance_votes_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.silver__governance_votes"}, "test.osmosis_models.not_null_silver__governance_votes_BLOCKCHAIN.62eef31c32": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('silver__governance_votes')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_votes"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__governance_votes_BLOCKCHAIN"], "unique_id": "test.osmosis_models.not_null_silver__governance_votes_BLOCKCHAIN.62eef31c32", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__governance_votes_BLOCKCHAIN.sql", "original_file_path": "models\\silver\\silver__governance_votes.yml", "name": "not_null_silver__governance_votes_BLOCKCHAIN", "alias": "governance_votes_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_votes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_votes.yml\\not_null_silver__governance_votes_BLOCKCHAIN.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.4073308, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.governance_votes\nwhere BLOCKCHAIN is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.governance_votes_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.silver__governance_votes"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_BLOCKCHAIN__STRING__VARCHAR.31f7049a3b": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_0a46dc4e3178dccf1ae5bb8e3a3ce520\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('silver__governance_votes')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_votes"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_0a46dc4e3178dccf1ae5bb8e3a3ce520", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_BLOCKCHAIN__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_BLOCKCHAIN__STRING__VARCHAR.31f7049a3b", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_0a46dc4e3178dccf1ae5bb8e3a3ce520.sql", "original_file_path": "models\\silver\\silver__governance_votes.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_BLOCKCHAIN__STRING__VARCHAR", "alias": "governance_votes_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_votes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_votes.yml\\dbt_expectations_expect_column_0a46dc4e3178dccf1ae5bb8e3a3ce520.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_0a46dc4e3178dccf1ae5bb8e3a3ce520"}, "created_at": 1670433257.4082704, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_PATH' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSAL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VOTER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VOTE_OPTION' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VOTE_WEIGHT' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCKCHAIN'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.governance_votes_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.silver__governance_votes"}, "test.osmosis_models.not_null_silver__governance_votes_CHAIN_ID.d0a6045ea7": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('silver__governance_votes')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_votes"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__governance_votes_CHAIN_ID"], "unique_id": "test.osmosis_models.not_null_silver__governance_votes_CHAIN_ID.d0a6045ea7", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__governance_votes_CHAIN_ID.sql", "original_file_path": "models\\silver\\silver__governance_votes.yml", "name": "not_null_silver__governance_votes_CHAIN_ID", "alias": "governance_votes_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_votes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_votes.yml\\not_null_silver__governance_votes_CHAIN_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.412312, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.governance_votes\nwhere CHAIN_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.governance_votes_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.silver__governance_votes"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_CHAIN_ID__STRING__VARCHAR.fc0b9be7cc": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_785bf4a4502e423baf142367a80f096a\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('silver__governance_votes')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_votes"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_785bf4a4502e423baf142367a80f096a", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_CHAIN_ID__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_CHAIN_ID__STRING__VARCHAR.fc0b9be7cc", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_785bf4a4502e423baf142367a80f096a.sql", "original_file_path": "models\\silver\\silver__governance_votes.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_CHAIN_ID__STRING__VARCHAR", "alias": "governance_votes_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_votes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_votes.yml\\dbt_expectations_expect_column_785bf4a4502e423baf142367a80f096a.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_785bf4a4502e423baf142367a80f096a"}, "created_at": 1670433257.414228, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_PATH' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSAL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VOTER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VOTE_OPTION' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VOTE_WEIGHT' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'CHAIN_ID'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.governance_votes_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.silver__governance_votes"}, "test.osmosis_models.not_null_silver__governance_votes_TX_ID.3dd2b22c87": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "TX_ID", "model": "{{ get_where_subquery(ref('silver__governance_votes')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_votes"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__governance_votes_TX_ID"], "unique_id": "test.osmosis_models.not_null_silver__governance_votes_TX_ID.3dd2b22c87", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__governance_votes_TX_ID.sql", "original_file_path": "models\\silver\\silver__governance_votes.yml", "name": "not_null_silver__governance_votes_TX_ID", "alias": "governance_votes_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_votes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_votes.yml\\not_null_silver__governance_votes_TX_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.4202118, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.governance_votes\nwhere TX_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.governance_votes_TX_ID", "column_name": "TX_ID", "file_key_name": "models.silver__governance_votes"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_TX_ID__STRING__VARCHAR.88979ead94": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_32cc87be592cec35929f6e2b9327853f\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "TX_ID", "model": "{{ get_where_subquery(ref('silver__governance_votes')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_votes"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_32cc87be592cec35929f6e2b9327853f", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_TX_ID__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_TX_ID__STRING__VARCHAR.88979ead94", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_32cc87be592cec35929f6e2b9327853f.sql", "original_file_path": "models\\silver\\silver__governance_votes.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_TX_ID__STRING__VARCHAR", "alias": "governance_votes_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_votes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_votes.yml\\dbt_expectations_expect_column_32cc87be592cec35929f6e2b9327853f.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_32cc87be592cec35929f6e2b9327853f"}, "created_at": 1670433257.4222057, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_PATH' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSAL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VOTER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VOTE_OPTION' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VOTE_WEIGHT' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'TX_ID'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.governance_votes_TX_ID", "column_name": "TX_ID", "file_key_name": "models.silver__governance_votes"}, "test.osmosis_models.not_null_silver__governance_votes_TX_STATUS.46470e496e": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "TX_STATUS", "model": "{{ get_where_subquery(ref('silver__governance_votes')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_votes"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__governance_votes_TX_STATUS"], "unique_id": "test.osmosis_models.not_null_silver__governance_votes_TX_STATUS.46470e496e", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__governance_votes_TX_STATUS.sql", "original_file_path": "models\\silver\\silver__governance_votes.yml", "name": "not_null_silver__governance_votes_TX_STATUS", "alias": "governance_votes_TX_STATUS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_votes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_votes.yml\\not_null_silver__governance_votes_TX_STATUS.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.4262202, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.governance_votes\nwhere TX_STATUS is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.governance_votes_TX_STATUS", "column_name": "TX_STATUS", "file_key_name": "models.silver__governance_votes"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_TX_STATUS__STRING__VARCHAR.0e8b4f3022": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_818f3f4cbfa1e89437147ac535c4ec16\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "TX_STATUS", "model": "{{ get_where_subquery(ref('silver__governance_votes')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_votes"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_818f3f4cbfa1e89437147ac535c4ec16", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_TX_STATUS__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_TX_STATUS__STRING__VARCHAR.0e8b4f3022", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_818f3f4cbfa1e89437147ac535c4ec16.sql", "original_file_path": "models\\silver\\silver__governance_votes.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_TX_STATUS__STRING__VARCHAR", "alias": "governance_votes_TX_STATUS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_votes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_votes.yml\\dbt_expectations_expect_column_818f3f4cbfa1e89437147ac535c4ec16.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_818f3f4cbfa1e89437147ac535c4ec16"}, "created_at": 1670433257.4272082, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_PATH' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSAL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VOTER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VOTE_OPTION' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VOTE_WEIGHT' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'TX_STATUS'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.governance_votes_TX_STATUS", "column_name": "TX_STATUS", "file_key_name": "models.silver__governance_votes"}, "test.osmosis_models.not_null_silver__governance_votes_VOTER.96fedc99dd": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "VOTER", "model": "{{ get_where_subquery(ref('silver__governance_votes')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_votes"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__governance_votes_VOTER"], "unique_id": "test.osmosis_models.not_null_silver__governance_votes_VOTER.96fedc99dd", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__governance_votes_VOTER.sql", "original_file_path": "models\\silver\\silver__governance_votes.yml", "name": "not_null_silver__governance_votes_VOTER", "alias": "governance_votes_VOTER", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_votes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_votes.yml\\not_null_silver__governance_votes_VOTER.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.4311378, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.governance_votes\nwhere VOTER is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.governance_votes_VOTER", "column_name": "VOTER", "file_key_name": "models.silver__governance_votes"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_VOTER__STRING__VARCHAR.c0c8cb9205": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_81460127a6d5e60532b03c502603a540\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "VOTER", "model": "{{ get_where_subquery(ref('silver__governance_votes')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_votes"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_81460127a6d5e60532b03c502603a540", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_VOTER__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_VOTER__STRING__VARCHAR.c0c8cb9205", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_81460127a6d5e60532b03c502603a540.sql", "original_file_path": "models\\silver\\silver__governance_votes.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_VOTER__STRING__VARCHAR", "alias": "governance_votes_VOTER", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_votes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_votes.yml\\dbt_expectations_expect_column_81460127a6d5e60532b03c502603a540.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_81460127a6d5e60532b03c502603a540"}, "created_at": 1670433257.4342167, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_PATH' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSAL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VOTER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VOTE_OPTION' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VOTE_WEIGHT' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'VOTER'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.governance_votes_VOTER", "column_name": "VOTER", "file_key_name": "models.silver__governance_votes"}, "test.osmosis_models.not_null_silver__governance_votes_PROPOSAL_ID.7bb694c548": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "PROPOSAL_ID", "model": "{{ get_where_subquery(ref('silver__governance_votes')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_votes"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__governance_votes_PROPOSAL_ID"], "unique_id": "test.osmosis_models.not_null_silver__governance_votes_PROPOSAL_ID.7bb694c548", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__governance_votes_PROPOSAL_ID.sql", "original_file_path": "models\\silver\\silver__governance_votes.yml", "name": "not_null_silver__governance_votes_PROPOSAL_ID", "alias": "governance_votes_PROPOSAL_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_votes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_votes.yml\\not_null_silver__governance_votes_PROPOSAL_ID.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.4382102, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.governance_votes\nwhere PROPOSAL_ID is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.governance_votes_PROPOSAL_ID", "column_name": "PROPOSAL_ID", "file_key_name": "models.silver__governance_votes"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_PROPOSAL_ID__NUMBER__FLOAT.a3c49bd449": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_7402637d31fdf3d8a1f9c2cba0c353a8\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "PROPOSAL_ID", "model": "{{ get_where_subquery(ref('silver__governance_votes')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_votes"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_7402637d31fdf3d8a1f9c2cba0c353a8", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_PROPOSAL_ID__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_PROPOSAL_ID__NUMBER__FLOAT.a3c49bd449", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_7402637d31fdf3d8a1f9c2cba0c353a8.sql", "original_file_path": "models\\silver\\silver__governance_votes.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_PROPOSAL_ID__NUMBER__FLOAT", "alias": "governance_votes_PROPOSAL_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_votes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_votes.yml\\dbt_expectations_expect_column_7402637d31fdf3d8a1f9c2cba0c353a8.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_7402637d31fdf3d8a1f9c2cba0c353a8"}, "created_at": 1670433257.4402149, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_PATH' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSAL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VOTER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VOTE_OPTION' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VOTE_WEIGHT' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'PROPOSAL_ID'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.governance_votes_PROPOSAL_ID", "column_name": "PROPOSAL_ID", "file_key_name": "models.silver__governance_votes"}, "test.osmosis_models.not_null_silver__governance_votes_VOTE_OPTION.233eb8ef14": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "VOTE_OPTION", "model": "{{ get_where_subquery(ref('silver__governance_votes')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_votes"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__governance_votes_VOTE_OPTION"], "unique_id": "test.osmosis_models.not_null_silver__governance_votes_VOTE_OPTION.233eb8ef14", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__governance_votes_VOTE_OPTION.sql", "original_file_path": "models\\silver\\silver__governance_votes.yml", "name": "not_null_silver__governance_votes_VOTE_OPTION", "alias": "governance_votes_VOTE_OPTION", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_votes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_votes.yml\\not_null_silver__governance_votes_VOTE_OPTION.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.4442148, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.governance_votes\nwhere VOTE_OPTION is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.governance_votes_VOTE_OPTION", "column_name": "VOTE_OPTION", "file_key_name": "models.silver__governance_votes"}, "test.osmosis_models.not_null_silver__governance_votes__INSERTED_TIMESTAMP.4b700ec0da": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}{{ config(store_failures=False) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "_INSERTED_TIMESTAMP", "model": "{{ get_where_subquery(ref('silver__governance_votes')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_votes"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": false, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__governance_votes__INSERTED_TIMESTAMP"], "unique_id": "test.osmosis_models.not_null_silver__governance_votes__INSERTED_TIMESTAMP.4b700ec0da", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__governance_votes__INSERTED_TIMESTAMP.sql", "original_file_path": "models\\silver\\silver__governance_votes.yml", "name": "not_null_silver__governance_votes__INSERTED_TIMESTAMP", "alias": "governance_votes", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_votes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_votes.yml\\not_null_silver__governance_votes__INSERTED_TIMESTAMP.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": false}, "created_at": 1670433257.4452085, "compiled_sql": "\n \n \n\n\n\nselect _INSERTED_TIMESTAMP\nfrom OSMOSIS_DEV.silver.governance_votes\nwhere _INSERTED_TIMESTAMP is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": null, "column_name": "_INSERTED_TIMESTAMP", "file_key_name": "models.silver__governance_votes"}, "test.osmosis_models.not_null_silver__governance_votes__PATH.17d12040f8": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "_PATH", "model": "{{ get_where_subquery(ref('silver__governance_votes')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_votes"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__governance_votes__PATH"], "unique_id": "test.osmosis_models.not_null_silver__governance_votes__PATH.17d12040f8", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__governance_votes__PATH.sql", "original_file_path": "models\\silver\\silver__governance_votes.yml", "name": "not_null_silver__governance_votes__PATH", "alias": "governance_votes", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_votes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_votes.yml\\not_null_silver__governance_votes__PATH.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.4472084, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.governance_votes\nwhere _PATH is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.governance_votes", "column_name": "_PATH", "file_key_name": "models.silver__governance_votes"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes__PATH__STRING__VARCHAR.2b5475b614": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_51c9e3d9411d9749585b49b4a2039b41\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "_PATH", "model": "{{ get_where_subquery(ref('silver__governance_votes')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_votes"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_51c9e3d9411d9749585b49b4a2039b41", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes__PATH__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes__PATH__STRING__VARCHAR.2b5475b614", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_51c9e3d9411d9749585b49b4a2039b41.sql", "original_file_path": "models\\silver\\silver__governance_votes.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes__PATH__STRING__VARCHAR", "alias": "governance_votes", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_votes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_votes.yml\\dbt_expectations_expect_column_51c9e3d9411d9749585b49b4a2039b41.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_51c9e3d9411d9749585b49b4a2039b41"}, "created_at": 1670433257.4492328, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_PATH' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSAL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VOTER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VOTE_OPTION' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VOTE_WEIGHT' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = '_PATH'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.governance_votes", "column_name": "_PATH", "file_key_name": "models.silver__governance_votes"}, "test.osmosis_models.not_null_silver__governance_votes_VOTE_WEIGHT.727ad84484": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "VOTE_WEIGHT", "model": "{{ get_where_subquery(ref('silver__governance_votes')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_votes"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__governance_votes_VOTE_WEIGHT"], "unique_id": "test.osmosis_models.not_null_silver__governance_votes_VOTE_WEIGHT.727ad84484", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__governance_votes_VOTE_WEIGHT.sql", "original_file_path": "models\\silver\\silver__governance_votes.yml", "name": "not_null_silver__governance_votes_VOTE_WEIGHT", "alias": "governance_votes_VOTE_WEIGHT", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_votes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_votes.yml\\not_null_silver__governance_votes_VOTE_WEIGHT.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670433257.4542093, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.governance_votes\nwhere VOTE_WEIGHT is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.governance_votes_VOTE_WEIGHT", "column_name": "VOTE_WEIGHT", "file_key_name": "models.silver__governance_votes"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_VOTE_WEIGHT__NUMBER__FLOAT.947c9b9847": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_1e056d0097d23f76a20c7aa01315d2d2\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "VOTE_WEIGHT", "model": "{{ get_where_subquery(ref('silver__governance_votes')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_votes"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_1e056d0097d23f76a20c7aa01315d2d2", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_VOTE_WEIGHT__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_VOTE_WEIGHT__NUMBER__FLOAT.947c9b9847", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_1e056d0097d23f76a20c7aa01315d2d2.sql", "original_file_path": "models\\silver\\silver__governance_votes.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_VOTE_WEIGHT__NUMBER__FLOAT", "alias": "governance_votes_VOTE_WEIGHT", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_votes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_votes.yml\\dbt_expectations_expect_column_1e056d0097d23f76a20c7aa01315d2d2.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_1e056d0097d23f76a20c7aa01315d2d2"}, "created_at": 1670433257.456127, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCK_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CHAIN_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_ID' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('TX_STATUS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_PATH' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROPOSAL_ID' as \n varchar\n) as relation_column,\n cast('NUMBER' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VOTER' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VOTE_OPTION' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('VOTE_WEIGHT' as \n varchar\n) as relation_column,\n cast('FLOAT' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_INSERTED_TIMESTAMP' as \n varchar\n) as relation_column,\n cast('TIMESTAMP_NTZ' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('_UNIQUE_KEY' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'VOTE_WEIGHT'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.governance_votes_VOTE_WEIGHT", "column_name": "VOTE_WEIGHT", "file_key_name": "models.silver__governance_votes"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__governance_votes_TX_ID__PROPOSAL_ID__VOTER__VOTE_OPTION___PATH.2dc3fee63f": {"raw_sql": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_225f8c610d4d909ef516b9a8b1f90414\") }}", "test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["TX_ID", "PROPOSAL_ID", "VOTER", "VOTE_OPTION", "_PATH"], "model": "{{ get_where_subquery(ref('silver__governance_votes')) }}"}, "namespace": "dbt_utils"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__governance_votes"]}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_225f8c610d4d909ef516b9a8b1f90414", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_utils_unique_combination_of_columns_silver", "fqn": ["osmosis_models", "silver", "dbt_utils_unique_combination_of_columns_silver__governance_votes_TX_ID__PROPOSAL_ID__VOTER__VOTE_OPTION___PATH"], "unique_id": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__governance_votes_TX_ID__PROPOSAL_ID__VOTER__VOTE_OPTION___PATH.2dc3fee63f", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_utils_unique_combination_o_225f8c610d4d909ef516b9a8b1f90414.sql", "original_file_path": "models\\silver\\silver__governance_votes.yml", "name": "dbt_utils_unique_combination_of_columns_silver__governance_votes_TX_ID__PROPOSAL_ID__VOTER__VOTE_OPTION___PATH", "alias": "governance_votes_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__governance_votes"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__governance_votes.yml\\dbt_utils_unique_combination_o_225f8c610d4d909ef516b9a8b1f90414.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_utils_unique_combination_o_225f8c610d4d909ef516b9a8b1f90414"}, "created_at": 1670433257.4598255, "compiled_sql": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n TX_ID, PROPOSAL_ID, VOTER, VOTE_OPTION, _PATH\n from OSMOSIS_DEV.silver.governance_votes\n group by TX_ID, PROPOSAL_ID, VOTER, VOTE_OPTION, _PATH\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_utils_unique_combination_of_columns_silver.governance_votes_TX_ID", "column_name": null, "file_key_name": "models.silver__governance_votes"}, "model.osmosis_models.core__dim_liquidity_pools": {"raw_sql": "{{ config(\r\n materialized = 'view'\r\n) }}\r\n\r\nSELECT \r\n 'osmosis' AS blockchain, \r\n module,\r\n pool_id, \r\n assets\r\nFROM {{ ref('silver__pool_metadata') }}", "compiled": true, "resource_type": "model", "depends_on": {"macros": [], "nodes": ["model.osmosis_models.silver__pool_metadata"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "core", "fqn": ["osmosis_models", "core", "core__dim_liquidity_pools"], "unique_id": "model.osmosis_models.core__dim_liquidity_pools", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "core\\core__dim_liquidity_pools.sql", "original_file_path": "models\\core\\core__dim_liquidity_pools.sql", "name": "core__dim_liquidity_pools", "alias": "dim_liquidity_pools", "checksum": {"name": "sha256", "checksum": "ccae6d7706717a65f85f8cd34f2859606afd0e613c26174ec68140ec50d4e906"}, "tags": [], "refs": [["silver__pool_metadata"]], "sources": [], "metrics": [], "description": "Contains liquidity pool metadata for assets on the Osmosis blockchain. This table was sourced from an API and may not contain every token.", "columns": {"BLOCKCHAIN": {"name": "BLOCKCHAIN", "description": "In this table, always Osmosis. Used to join to cross-chain tables.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "MODULE": {"name": "MODULE", "description": "Module used to create liquidity pool", "meta": {}, "data_type": null, "quote": null, "tags": []}, "POOL_ID": {"name": "POOL_ID", "description": "Identifier for the pool within the module", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ASSETS": {"name": "ASSETS", "description": "List of 2 or more asset addresses belonging to the pool", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\core\\core__dim_liquidity_pools.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__dim_liquidity_pools.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "view"}, "created_at": 1670452700.2596047, "compiled_sql": "\n\nSELECT \n 'osmosis' AS blockchain, \n module,\n pool_id, \n assets\nFROM OSMOSIS_DEV.silver.pool_metadata", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.core.dim_liquidity_pools"}, "model.osmosis_models.core__fact_validators": {"raw_sql": "{{ config(\r\n materialized = 'view'\r\n) }}\r\n\r\nSELECT\r\n address,\r\n blockchain,\r\n creator,\r\n label_type,\r\n label_subtype,\r\n label,\r\n project_name,\r\n account_address,\r\n delegator_shares,\r\n jailed,\r\n max_change_rate,\r\n max_rate,\r\n min_self_delegation,\r\n RANK,\r\n missed_blocks,\r\n raw_metadata\r\nFROM\r\n {{ ref('silver__validator_metadata') }}", "compiled": true, "resource_type": "model", "depends_on": {"macros": [], "nodes": ["model.osmosis_models.silver__validator_metadata"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "core", "fqn": ["osmosis_models", "core", "core__fact_validators"], "unique_id": "model.osmosis_models.core__fact_validators", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "core\\core__fact_validators.sql", "original_file_path": "models\\core\\core__fact_validators.sql", "name": "core__fact_validators", "alias": "fact_validators", "checksum": {"name": "sha256", "checksum": "c41ad9d8fda2ca69e922a47ffd8c45ae0d31f6928fab942fb9b3bfed0c7ace66"}, "tags": [], "refs": [["silver__validator_metadata"]], "sources": [], "metrics": [], "description": "Contains validator metadata for assets on the Osmosis blockchain. This table was sourced from an API and may not contain every token.", "columns": {"ADDRESS": {"name": "ADDRESS", "description": "Address unique to an individual wallet, validator, or token.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCKCHAIN": {"name": "BLOCKCHAIN", "description": "In this table, always Osmosis. Used to join to cross-chain tables.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CREATOR": {"name": "CREATOR", "description": "Name of the label creator - for now, this will always be \"Flipside.\"", "meta": {}, "data_type": null, "quote": null, "tags": []}, "LABEL_TYPE": {"name": "LABEL_TYPE", "description": "A broad category that describes what a label is representing.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "LABEL_SUBTYPE": {"name": "LABEL_SUBTYPE", "description": "Adds more detail to the label type.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "LABEL": {"name": "LABEL", "description": "The label or name of the address.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "PROJECT_NAME": {"name": "PROJECT_NAME", "description": "The name of the project the label belongs to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ACCOUNT_ADDRESS": {"name": "ACCOUNT_ADDRESS", "description": "The osmosis address of the user / entity that operates the validator.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "DELEGATOR_SHARES": {"name": "DELEGATOR_SHARES", "description": "The number of tokens staked to the validator.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "JAILED": {"name": "JAILED", "description": "FALSE when a validator is not jailed, TRUE when a validator is jailed", "meta": {}, "data_type": null, "quote": null, "tags": []}, "MAX_CHANGE_RATE": {"name": "MAX_CHANGE_RATE", "description": "The maximum rate at which a validator can change their commission per day.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "MAX_RATE": {"name": "MAX_RATE", "description": "The maximum commission rate that the validator can charge", "meta": {}, "data_type": null, "quote": null, "tags": []}, "MIN_SELF_DELEGATION": {"name": "MIN_SELF_DELEGATION", "description": "The minimum number of OSMO tokens that the operator must be staking with their own validator", "meta": {}, "data_type": null, "quote": null, "tags": []}, "RANK": {"name": "RANK", "description": "The rank of the validator in the validator set. Rank is determined by the number of OSMO tokens staked to the validator", "meta": {}, "data_type": null, "quote": null, "tags": []}, "MISSED_BLOCKS": {"name": "MISSED_BLOCKS", "description": "The number of blocks the validator has been down for during it's lifetime.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "RAW_METADATA": {"name": "RAW_METADATA", "description": "Additional details about the validator or token in json format.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\core\\core__fact_validators.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_validators.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "view"}, "created_at": 1670452700.1910863, "compiled_sql": "\n\nSELECT\n address,\n blockchain,\n creator,\n label_type,\n label_subtype,\n label,\n project_name,\n account_address,\n delegator_shares,\n jailed,\n max_change_rate,\n max_rate,\n min_self_delegation,\n RANK,\n missed_blocks,\n raw_metadata\nFROM\n OSMOSIS_DEV.silver.validator_metadata", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.core.fact_validators"}, "model.osmosis_models.core__dim_tokens": {"raw_sql": "{{ config(\r\n materialized = 'view'\r\n) }}\r\n\r\nSELECT \r\n blockchain, \r\n address, \r\n creator, \r\n label_type, \r\n label_subtype, \r\n label, \r\n project_name, \r\n alias, \r\n decimal, \r\n raw_metadata\r\nFROM {{ ref('silver__asset_metadata') }}", "compiled": true, "resource_type": "model", "depends_on": {"macros": [], "nodes": ["model.osmosis_models.silver__asset_metadata"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "core", "fqn": ["osmosis_models", "core", "core__dim_tokens"], "unique_id": "model.osmosis_models.core__dim_tokens", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "core\\core__dim_tokens.sql", "original_file_path": "models\\core\\core__dim_tokens.sql", "name": "core__dim_tokens", "alias": "dim_tokens", "checksum": {"name": "sha256", "checksum": "6218cae799336700a985b141e8fa7f085118e778550a08b4d74e9efd7e861e5f"}, "tags": [], "refs": [["silver__asset_metadata"]], "sources": [], "metrics": [], "description": "Contains token metadata for assets on the Osmosis blockchain. This table was sourced from an API and may not contain every token.", "columns": {"ADDRESS": {"name": "ADDRESS", "description": "Address unique to an individual wallet, validator, or token.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCKCHAIN": {"name": "BLOCKCHAIN", "description": "In this table, always Osmosis. Used to join to cross-chain tables.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CREATOR": {"name": "CREATOR", "description": "Name of the label creator - for now, this will always be \"Flipside.\"", "meta": {}, "data_type": null, "quote": null, "tags": []}, "LABEL_TYPE": {"name": "LABEL_TYPE", "description": "A broad category that describes what a label is representing.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "LABEL_SUBTYPE": {"name": "LABEL_SUBTYPE", "description": "Adds more detail to the label type.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "LABEL": {"name": "LABEL", "description": "The label or name of the address.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "PROJECT_NAME": {"name": "PROJECT_NAME", "description": "The name of the project the label belongs to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ALIAS": {"name": "ALIAS", "description": "A secondary address for the token, where available", "meta": {}, "data_type": null, "quote": null, "tags": []}, "DECIMAL": {"name": "DECIMAL", "description": "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.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "RAW_METADATA": {"name": "RAW_METADATA", "description": "Additional details about the validator or token in json format.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\core\\core__dim_tokens.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__dim_tokens.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "view"}, "created_at": 1670452700.1452239, "compiled_sql": "\n\nSELECT \n blockchain, \n address, \n creator, \n label_type, \n label_subtype, \n label, \n project_name, \n alias, \n decimal, \n raw_metadata\nFROM OSMOSIS_DEV.silver.asset_metadata", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.core.dim_tokens"}, "model.osmosis_models.silver__validator_metadata": {"raw_sql": "{{ config(\r\n materialized = 'table'\r\n) }}\r\n\r\nSELECT\r\n operator_address AS address,\r\n 'osmosis' AS blockchain,\r\n 'flipside' AS creator,\r\n 'operator' AS label_type,\r\n 'validator' AS label_subtype,\r\n moniker AS label,\r\n identity AS project_name,\r\n VALUE :account_address :: STRING AS account_address,\r\n VALUE :delegator_shares :: NUMBER AS delegator_shares,\r\n VALUE :jailed :: BOOLEAN AS jailed,\r\n VALUE :max_change_rate :: NUMBER AS max_change_rate,\r\n VALUE :max_rate :: NUMBER AS max_rate,\r\n VALUE :min_self_delegation :: NUMBER AS min_self_delegation,\r\n VALUE :rank :: NUMBER AS RANK,\r\n VALUE :uptime :missed_blocks :: NUMBER AS missed_blocks,\r\n VALUE AS raw_metadata, \r\n concat_ws(\r\n '-',\r\n address, \r\n creator, \r\n blockchain\r\n ) AS _unique_key\r\nFROM\r\n {{ source(\r\n 'osmosis_external',\r\n 'validator_metadata_api'\r\n ) }}", "compiled": true, "resource_type": "model", "depends_on": {"macros": [], "nodes": ["source.osmosis_models.osmosis_external.validator_metadata_api"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "silver", "fqn": ["osmosis_models", "silver", "silver__validator_metadata"], "unique_id": "model.osmosis_models.silver__validator_metadata", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "silver\\silver__validator_metadata.sql", "original_file_path": "models\\silver\\silver__validator_metadata.sql", "name": "silver__validator_metadata", "alias": "validator_metadata", "checksum": {"name": "sha256", "checksum": "05730719c32637a33b8376d1f0dd2a27321e603f338b7856abc7d4c91ca9d704"}, "tags": [], "refs": [], "sources": [["osmosis_external", "validator_metadata_api"]], "metrics": [], "description": "", "columns": {"ADDRESS": {"name": "ADDRESS", "description": "Address unique to an individual wallet, validator, or token.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCKCHAIN": {"name": "BLOCKCHAIN", "description": "In this table, always Osmosis. Used to join to cross-chain tables.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CREATOR": {"name": "CREATOR", "description": "Name of the label creator - for now, this will always be \"Flipside.\"", "meta": {}, "data_type": null, "quote": null, "tags": []}, "LABEL_TYPE": {"name": "LABEL_TYPE", "description": "A broad category that describes what a label is representing.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "LABEL_SUBTYPE": {"name": "LABEL_SUBTYPE", "description": "Adds more detail to the label type.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "LABEL": {"name": "LABEL", "description": "The label or name of the address.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "PROJECT_NAME": {"name": "PROJECT_NAME", "description": "The name of the project the label belongs to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ACCOUNT_ADDRESS": {"name": "ACCOUNT_ADDRESS", "description": "The osmosis address of the user / entity that operates the validator.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "DELEGATOR_SHARES": {"name": "DELEGATOR_SHARES", "description": "The number of tokens staked to the validator.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "JAILED": {"name": "JAILED", "description": "FALSE when a validator is not jailed, TRUE when a validator is jailed", "meta": {}, "data_type": null, "quote": null, "tags": []}, "MAX_CHANGE_RATE": {"name": "MAX_CHANGE_RATE", "description": "The maximum rate at which a validator can change their commission per day.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "MAX_RATE": {"name": "MAX_RATE", "description": "The maximum commission rate that the validator can charge", "meta": {}, "data_type": null, "quote": null, "tags": []}, "MIN_SELF_DELEGATION": {"name": "MIN_SELF_DELEGATION", "description": "The minimum number of OSMO tokens that the operator must be staking with their own validator", "meta": {}, "data_type": null, "quote": null, "tags": []}, "RANK": {"name": "RANK", "description": "The rank of the validator in the validator set. Rank is determined by the number of OSMO tokens staked to the validator", "meta": {}, "data_type": null, "quote": null, "tags": []}, "MISSED_BLOCKS": {"name": "MISSED_BLOCKS", "description": "The number of blocks the validator has been down for during it's lifetime.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "RAW_METADATA": {"name": "RAW_METADATA", "description": "Additional details about the validator or token in json format.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_UNIQUE_KEY": {"name": "_UNIQUE_KEY", "description": "The unique key of the table", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\silver\\silver__validator_metadata.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__validator_metadata.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "table"}, "created_at": 1670452700.2805462, "compiled_sql": "\n\nSELECT\n operator_address AS address,\n 'osmosis' AS blockchain,\n 'flipside' AS creator,\n 'operator' AS label_type,\n 'validator' AS label_subtype,\n moniker AS label,\n identity AS project_name,\n VALUE :account_address :: STRING AS account_address,\n VALUE :delegator_shares :: NUMBER AS delegator_shares,\n VALUE :jailed :: BOOLEAN AS jailed,\n VALUE :max_change_rate :: NUMBER AS max_change_rate,\n VALUE :max_rate :: NUMBER AS max_rate,\n VALUE :min_self_delegation :: NUMBER AS min_self_delegation,\n VALUE :rank :: NUMBER AS RANK,\n VALUE :uptime :missed_blocks :: NUMBER AS missed_blocks,\n VALUE AS raw_metadata, \n concat_ws(\n '-',\n address, \n creator, \n blockchain\n ) AS _unique_key\nFROM\n OSMOSIS_DEV.bronze.validator_metadata_api", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.silver.validator_metadata"}, "model.osmosis_models.silver__asset_metadata": {"raw_sql": "{{ config(\r\n materialized = 'table'\r\n) }}\r\n\r\nWITH base AS (\r\n\r\n SELECT\r\n base AS address,\r\n NAME AS label,\r\n symbol AS project_name,\r\n denom_units AS raw_metadata\r\n FROM\r\n {{ source(\r\n 'osmosis_external',\r\n 'asset_metadata_api'\r\n ) }}\r\n GROUP BY\r\n 1,\r\n 2,\r\n 3,\r\n 4\r\n)\r\nSELECT\r\n 'osmosis' AS blockchain,\r\n address,\r\n 'flipside' AS creator,\r\n 'token' AS label_type,\r\n 'token_contract' AS label_subtype,\r\n label,\r\n project_name,\r\n raw_metadata [0] :aliases [0] :: STRING AS alias,\r\n raw_metadata [array_size(raw_metadata)-1] :exponent :: NUMBER AS DECIMAL,\r\n raw_metadata, \r\n concat_ws(\r\n '-',\r\n address, \r\n creator, \r\n blockchain\r\n ) AS _unique_key\r\nFROM\r\n base qualify(ROW_NUMBER() over(PARTITION BY blockchain, creator, address\r\nORDER BY\r\n project_name DESC)) = 1", "compiled": true, "resource_type": "model", "depends_on": {"macros": [], "nodes": ["source.osmosis_models.osmosis_external.asset_metadata_api"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "table", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "silver", "fqn": ["osmosis_models", "silver", "silver__asset_metadata"], "unique_id": "model.osmosis_models.silver__asset_metadata", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "silver\\silver__asset_metadata.sql", "original_file_path": "models\\silver\\silver__asset_metadata.sql", "name": "silver__asset_metadata", "alias": "asset_metadata", "checksum": {"name": "sha256", "checksum": "f93089d626dfee8a4dcfe9e90a7681d7fdf8384a7be0bcb9254a7674fd6c46cf"}, "tags": [], "refs": [], "sources": [["osmosis_external", "asset_metadata_api"]], "metrics": [], "description": "", "columns": {"BLOCKCHAIN": {"name": "BLOCKCHAIN", "description": "In this table, always Osmosis. Used to join to cross-chain tables.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ADDRESS": {"name": "ADDRESS", "description": "Address unique to an individual wallet, validator, or token.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CREATOR": {"name": "CREATOR", "description": "Name of the label creator - for now, this will always be \"Flipside.\"", "meta": {}, "data_type": null, "quote": null, "tags": []}, "LABEL_TYPE": {"name": "LABEL_TYPE", "description": "A broad category that describes what a label is representing.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "LABEL_SUBTYPE": {"name": "LABEL_SUBTYPE", "description": "Adds more detail to the label type.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "LABEL": {"name": "LABEL", "description": "The label or name of the address.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "PROJECT_NAME": {"name": "PROJECT_NAME", "description": "The name of the project the label belongs to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ALIAS": {"name": "ALIAS", "description": "A secondary address for the token, where available", "meta": {}, "data_type": null, "quote": null, "tags": []}, "DECIMAL": {"name": "DECIMAL", "description": "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.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "RAW_METADATA": {"name": "RAW_METADATA", "description": "Additional details about the validator or token in json format.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\silver\\silver__asset_metadata.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__asset_metadata.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "table"}, "created_at": 1670452700.4278002, "compiled_sql": "\n\nWITH base AS (\n\n SELECT\n base AS address,\n NAME AS label,\n symbol AS project_name,\n denom_units AS raw_metadata\n FROM\n OSMOSIS_DEV.bronze.asset_metadata_api\n GROUP BY\n 1,\n 2,\n 3,\n 4\n)\nSELECT\n 'osmosis' AS blockchain,\n address,\n 'flipside' AS creator,\n 'token' AS label_type,\n 'token_contract' AS label_subtype,\n label,\n project_name,\n raw_metadata [0] :aliases [0] :: STRING AS alias,\n raw_metadata [array_size(raw_metadata)-1] :exponent :: NUMBER AS DECIMAL,\n raw_metadata, \n concat_ws(\n '-',\n address, \n creator, \n blockchain\n ) AS _unique_key\nFROM\n base qualify(ROW_NUMBER() over(PARTITION BY blockchain, creator, address\nORDER BY\n project_name DESC)) = 1", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.silver.asset_metadata"}, "model.osmosis_models.core__fact_liquidity_provider_actions": {"raw_sql": "{{ config(\r\n materialized = 'view'\r\n) }}\r\n\r\nSELECT\r\n block_id,\r\n block_timestamp,\r\n blockchain,\r\n chain_id,\r\n tx_id,\r\n tx_status,\r\n liquidity_provider_address,\r\n action,\r\n pool_id :: ARRAY as pool_id,\r\n amount,\r\n currency,\r\n DECIMAL\r\nFROM\r\n {{ ref('silver__liquidity_provider_actions') }}\r\nUNION ALL\r\nSELECT\r\n block_id,\r\n block_timestamp,\r\n blockchain,\r\n chain_id,\r\n tx_id,\r\n tx_status,\r\n liquidity_provider_address,\r\n action,\r\n pool_id,\r\n amount,\r\n currency,\r\n DECIMAL\r\nFROM\r\n {{ ref('silver__early_liquidity_provider_actions') }}", "compiled": true, "resource_type": "model", "depends_on": {"macros": [], "nodes": ["model.osmosis_models.silver__liquidity_provider_actions", "model.osmosis_models.silver__early_liquidity_provider_actions"]}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "view", "persist_docs": {"relation": true, "columns": true}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "grants": {}, "copy_grants": true, "post-hook": [], "pre-hook": []}, "database": "OSMOSIS_DEV", "schema": "core", "fqn": ["osmosis_models", "core", "core__fact_liquidity_provider_actions"], "unique_id": "model.osmosis_models.core__fact_liquidity_provider_actions", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "core\\core__fact_liquidity_provider_actions.sql", "original_file_path": "models\\core\\core__fact_liquidity_provider_actions.sql", "name": "core__fact_liquidity_provider_actions", "alias": "fact_liquidity_provider_actions", "checksum": {"name": "sha256", "checksum": "08813f810b5b56db80e6092c5e6bfd909391cad3794eff9a9a417b670393d8fb"}, "tags": [], "refs": [["silver__liquidity_provider_actions"], ["silver__early_liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "Includes all actions entering and exiting liquidity pools", "columns": {"BLOCK_ID": {"name": "BLOCK_ID", "description": "The block height the block was recorded at.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCK_TIMESTAMP": {"name": "BLOCK_TIMESTAMP", "description": "The date and time at which the block began.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "BLOCKCHAIN": {"name": "BLOCKCHAIN", "description": "In this table, always Osmosis. Used to join to cross-chain tables.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CHAIN_ID": {"name": "CHAIN_ID", "description": "The name and version of the blockchain.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_ID": {"name": "TX_ID", "description": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "TX_STATUS": {"name": "TX_STATUS", "description": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "LIQUIDITY_PROVIDER_ADDRESS": {"name": "LIQUIDITY_PROVIDER_ADDRESS", "description": "The address of user that provided or removed liquidity from the pool.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "ACTION": {"name": "ACTION", "description": "<<<<<<< HEAD\r\nTells what action is happening in the transaction. I.E. is the user adding or removing liquidity to the pool. \r\n=======\r\nThe action taken in the msg group. For staking this includes delegate, undelegate, redelegate, withdraw_rewards.\r\n>>>>>>> main", "meta": {}, "data_type": null, "quote": null, "tags": []}, "POOL_ID": {"name": "POOL_ID", "description": "Identifier for the pool within the module", "meta": {}, "data_type": null, "quote": null, "tags": []}, "AMOUNT": {"name": "AMOUNT", "description": "The amount that was used in the transaction message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "CURRENCY": {"name": "CURRENCY", "description": "The currency that was used in the transaction message.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "DECIMAL": {"name": "DECIMAL", "description": "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.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true}, "patch_path": "osmosis_models://models\\core\\core__fact_liquidity_provider_actions.yml", "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_liquidity_provider_actions.sql", "build_path": null, "deferred": false, "unrendered_config": {"copy_grants": true, "persist_docs": {"relation": true, "columns": true}, "materialized": "view"}, "created_at": 1670452700.4896274, "compiled_sql": "\n\nSELECT\n block_id,\n block_timestamp,\n blockchain,\n chain_id,\n tx_id,\n tx_status,\n liquidity_provider_address,\n action,\n pool_id :: ARRAY as pool_id,\n amount,\n currency,\n DECIMAL\nFROM\n OSMOSIS_DEV.silver.liquidity_provider_actions\nUNION ALL\nSELECT\n block_id,\n block_timestamp,\n blockchain,\n chain_id,\n tx_id,\n tx_status,\n liquidity_provider_address,\n action,\n pool_id,\n amount,\n currency,\n DECIMAL\nFROM\n OSMOSIS_DEV.silver.early_liquidity_provider_actions", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.core.fact_liquidity_provider_actions"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_tokens_ADDRESS.adf98dac75": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_a26b7d51b3275912e7c5eb9a35f500bc\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "ADDRESS", "model": "{{ get_where_subquery(ref('core__dim_tokens')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__dim_tokens"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_a26b7d51b3275912e7c5eb9a35f500bc", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__dim_tokens_ADDRESS"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_tokens_ADDRESS.adf98dac75", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_a26b7d51b3275912e7c5eb9a35f500bc.sql", "original_file_path": "models\\core\\core__dim_tokens.yml", "name": "dbt_expectations_expect_column_to_exist_core__dim_tokens_ADDRESS", "alias": "dim_tokens_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__dim_tokens"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__dim_tokens.yml\\dbt_expectations_expect_column_a26b7d51b3275912e7c5eb9a35f500bc.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_a26b7d51b3275912e7c5eb9a35f500bc"}, "created_at": 1670452700.150216, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('ADDRESS' as \n varchar\n) as column_name,\n -1 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.dim_tokens_ADDRESS", "column_name": "ADDRESS", "file_key_name": "models.core__dim_tokens"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_tokens_BLOCKCHAIN.5d98f45895": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_122fe64c6f773ceab4bea0e28f09259d\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('core__dim_tokens')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__dim_tokens"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_122fe64c6f773ceab4bea0e28f09259d", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__dim_tokens_BLOCKCHAIN"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_tokens_BLOCKCHAIN.5d98f45895", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_122fe64c6f773ceab4bea0e28f09259d.sql", "original_file_path": "models\\core\\core__dim_tokens.yml", "name": "dbt_expectations_expect_column_to_exist_core__dim_tokens_BLOCKCHAIN", "alias": "dim_tokens_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__dim_tokens"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__dim_tokens.yml\\dbt_expectations_expect_column_122fe64c6f773ceab4bea0e28f09259d.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_122fe64c6f773ceab4bea0e28f09259d"}, "created_at": 1670452700.161764, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('BLOCKCHAIN' as \n varchar\n) as column_name,\n -1 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.dim_tokens_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.core__dim_tokens"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_tokens_CREATOR.8ee1250b60": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_e2d54579b82b95968d0be4258fa7bc0a\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "CREATOR", "model": "{{ get_where_subquery(ref('core__dim_tokens')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__dim_tokens"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_e2d54579b82b95968d0be4258fa7bc0a", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__dim_tokens_CREATOR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_tokens_CREATOR.8ee1250b60", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_e2d54579b82b95968d0be4258fa7bc0a.sql", "original_file_path": "models\\core\\core__dim_tokens.yml", "name": "dbt_expectations_expect_column_to_exist_core__dim_tokens_CREATOR", "alias": "dim_tokens_CREATOR", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__dim_tokens"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__dim_tokens.yml\\dbt_expectations_expect_column_e2d54579b82b95968d0be4258fa7bc0a.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_e2d54579b82b95968d0be4258fa7bc0a"}, "created_at": 1670452700.1672559, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('CREATOR' as \n varchar\n) as column_name,\n -1 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.dim_tokens_CREATOR", "column_name": "CREATOR", "file_key_name": "models.core__dim_tokens"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_tokens_LABEL_TYPE.acd943c593": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_54fc2d4c2ad0866d668732484a74e755\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "LABEL_TYPE", "model": "{{ get_where_subquery(ref('core__dim_tokens')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__dim_tokens"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_54fc2d4c2ad0866d668732484a74e755", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__dim_tokens_LABEL_TYPE"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_tokens_LABEL_TYPE.acd943c593", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_54fc2d4c2ad0866d668732484a74e755.sql", "original_file_path": "models\\core\\core__dim_tokens.yml", "name": "dbt_expectations_expect_column_to_exist_core__dim_tokens_LABEL_TYPE", "alias": "dim_tokens_LABEL_TYPE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__dim_tokens"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__dim_tokens.yml\\dbt_expectations_expect_column_54fc2d4c2ad0866d668732484a74e755.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_54fc2d4c2ad0866d668732484a74e755"}, "created_at": 1670452700.1677632, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('LABEL_TYPE' as \n varchar\n) as column_name,\n -1 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.dim_tokens_LABEL_TYPE", "column_name": "LABEL_TYPE", "file_key_name": "models.core__dim_tokens"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_tokens_LABEL_SUBTYPE.5c4b83673d": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_897f3186ec3a24c14d5e7766b4c7c668\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "LABEL_SUBTYPE", "model": "{{ get_where_subquery(ref('core__dim_tokens')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__dim_tokens"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_897f3186ec3a24c14d5e7766b4c7c668", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__dim_tokens_LABEL_SUBTYPE"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_tokens_LABEL_SUBTYPE.5c4b83673d", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_897f3186ec3a24c14d5e7766b4c7c668.sql", "original_file_path": "models\\core\\core__dim_tokens.yml", "name": "dbt_expectations_expect_column_to_exist_core__dim_tokens_LABEL_SUBTYPE", "alias": "dim_tokens_LABEL_SUBTYPE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__dim_tokens"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__dim_tokens.yml\\dbt_expectations_expect_column_897f3186ec3a24c14d5e7766b4c7c668.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_897f3186ec3a24c14d5e7766b4c7c668"}, "created_at": 1670452700.1722913, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('LABEL_SUBTYPE' as \n varchar\n) as column_name,\n -1 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.dim_tokens_LABEL_SUBTYPE", "column_name": "LABEL_SUBTYPE", "file_key_name": "models.core__dim_tokens"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_tokens_LABEL.63e745c91d": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "LABEL", "model": "{{ get_where_subquery(ref('core__dim_tokens')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__dim_tokens"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__dim_tokens_LABEL"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_tokens_LABEL.63e745c91d", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_to_exist_core__dim_tokens_LABEL.sql", "original_file_path": "models\\core\\core__dim_tokens.yml", "name": "dbt_expectations_expect_column_to_exist_core__dim_tokens_LABEL", "alias": "dim_tokens_LABEL", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__dim_tokens"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__dim_tokens.yml\\dbt_expectations_expect_column_to_exist_core__dim_tokens_LABEL.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670452700.1722913, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('LABEL' as \n varchar\n) as column_name,\n -1 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.dim_tokens_LABEL", "column_name": "LABEL", "file_key_name": "models.core__dim_tokens"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_tokens_PROJECT_NAME.2275550428": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_4d803781ac401d3e7efd0079e203b071\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "PROJECT_NAME", "model": "{{ get_where_subquery(ref('core__dim_tokens')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__dim_tokens"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_4d803781ac401d3e7efd0079e203b071", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__dim_tokens_PROJECT_NAME"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_tokens_PROJECT_NAME.2275550428", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_4d803781ac401d3e7efd0079e203b071.sql", "original_file_path": "models\\core\\core__dim_tokens.yml", "name": "dbt_expectations_expect_column_to_exist_core__dim_tokens_PROJECT_NAME", "alias": "dim_tokens_PROJECT_NAME", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__dim_tokens"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__dim_tokens.yml\\dbt_expectations_expect_column_4d803781ac401d3e7efd0079e203b071.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_4d803781ac401d3e7efd0079e203b071"}, "created_at": 1670452700.1722913, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('PROJECT_NAME' as \n varchar\n) as column_name,\n -1 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.dim_tokens_PROJECT_NAME", "column_name": "PROJECT_NAME", "file_key_name": "models.core__dim_tokens"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_tokens_ALIAS.46f836a959": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "ALIAS", "model": "{{ get_where_subquery(ref('core__dim_tokens')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__dim_tokens"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__dim_tokens_ALIAS"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_tokens_ALIAS.46f836a959", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_to_exist_core__dim_tokens_ALIAS.sql", "original_file_path": "models\\core\\core__dim_tokens.yml", "name": "dbt_expectations_expect_column_to_exist_core__dim_tokens_ALIAS", "alias": "dim_tokens_ALIAS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__dim_tokens"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__dim_tokens.yml\\dbt_expectations_expect_column_to_exist_core__dim_tokens_ALIAS.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670452700.1722913, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('ALIAS' as \n varchar\n) as column_name,\n -1 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.dim_tokens_ALIAS", "column_name": "ALIAS", "file_key_name": "models.core__dim_tokens"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_tokens_DECIMAL.9ed902b8c6": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_f1ad0ae924451777c950dde52fca3207\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "DECIMAL", "model": "{{ get_where_subquery(ref('core__dim_tokens')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__dim_tokens"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_f1ad0ae924451777c950dde52fca3207", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__dim_tokens_DECIMAL"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_tokens_DECIMAL.9ed902b8c6", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_f1ad0ae924451777c950dde52fca3207.sql", "original_file_path": "models\\core\\core__dim_tokens.yml", "name": "dbt_expectations_expect_column_to_exist_core__dim_tokens_DECIMAL", "alias": "dim_tokens_DECIMAL", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__dim_tokens"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__dim_tokens.yml\\dbt_expectations_expect_column_f1ad0ae924451777c950dde52fca3207.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_f1ad0ae924451777c950dde52fca3207"}, "created_at": 1670452700.1880248, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('DECIMAL' as \n varchar\n) as column_name,\n -1 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.dim_tokens_DECIMAL", "column_name": "DECIMAL", "file_key_name": "models.core__dim_tokens"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_tokens_RAW_METADATA.35e66014b2": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_eccb289eb1669e444fc8234ddbd4c2e5\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "RAW_METADATA", "model": "{{ get_where_subquery(ref('core__dim_tokens')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__dim_tokens"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_eccb289eb1669e444fc8234ddbd4c2e5", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__dim_tokens_RAW_METADATA"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_tokens_RAW_METADATA.35e66014b2", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_eccb289eb1669e444fc8234ddbd4c2e5.sql", "original_file_path": "models\\core\\core__dim_tokens.yml", "name": "dbt_expectations_expect_column_to_exist_core__dim_tokens_RAW_METADATA", "alias": "dim_tokens_RAW_METADATA", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__dim_tokens"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__dim_tokens.yml\\dbt_expectations_expect_column_eccb289eb1669e444fc8234ddbd4c2e5.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_eccb289eb1669e444fc8234ddbd4c2e5"}, "created_at": 1670452700.1910863, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('RAW_METADATA' as \n varchar\n) as column_name,\n -1 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.dim_tokens_RAW_METADATA", "column_name": "RAW_METADATA", "file_key_name": "models.core__dim_tokens"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_ADDRESS.28ea232145": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_8a1be4f75e90de8dd39493a8d5534e7f\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "ADDRESS", "model": "{{ get_where_subquery(ref('core__fact_validators')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_validators"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_8a1be4f75e90de8dd39493a8d5534e7f", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_validators_ADDRESS"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_ADDRESS.28ea232145", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_8a1be4f75e90de8dd39493a8d5534e7f.sql", "original_file_path": "models\\core\\core__fact_validators.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_validators_ADDRESS", "alias": "fact_validators_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_validators"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_validators.yml\\dbt_expectations_expect_column_8a1be4f75e90de8dd39493a8d5534e7f.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_8a1be4f75e90de8dd39493a8d5534e7f"}, "created_at": 1670452700.1910863, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('ADDRESS' as \n varchar\n) as column_name,\n -1 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_validators_ADDRESS", "column_name": "ADDRESS", "file_key_name": "models.core__fact_validators"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_BLOCKCHAIN.8c212981c8": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_c2c315959a55f46a6b717f8e879a2a44\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('core__fact_validators')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_validators"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_c2c315959a55f46a6b717f8e879a2a44", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_validators_BLOCKCHAIN"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_BLOCKCHAIN.8c212981c8", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_c2c315959a55f46a6b717f8e879a2a44.sql", "original_file_path": "models\\core\\core__fact_validators.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_validators_BLOCKCHAIN", "alias": "fact_validators_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_validators"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_validators.yml\\dbt_expectations_expect_column_c2c315959a55f46a6b717f8e879a2a44.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_c2c315959a55f46a6b717f8e879a2a44"}, "created_at": 1670452700.1910863, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('BLOCKCHAIN' as \n varchar\n) as column_name,\n -1 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_validators_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.core__fact_validators"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_CREATOR.937fa2f10c": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_cdf0f53054ecd10198fb431ab9dbe5c5\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "CREATOR", "model": "{{ get_where_subquery(ref('core__fact_validators')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_validators"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_cdf0f53054ecd10198fb431ab9dbe5c5", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_validators_CREATOR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_CREATOR.937fa2f10c", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_cdf0f53054ecd10198fb431ab9dbe5c5.sql", "original_file_path": "models\\core\\core__fact_validators.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_validators_CREATOR", "alias": "fact_validators_CREATOR", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_validators"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_validators.yml\\dbt_expectations_expect_column_cdf0f53054ecd10198fb431ab9dbe5c5.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_cdf0f53054ecd10198fb431ab9dbe5c5"}, "created_at": 1670452700.209099, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('CREATOR' as \n varchar\n) as column_name,\n -1 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_validators_CREATOR", "column_name": "CREATOR", "file_key_name": "models.core__fact_validators"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_LABEL_TYPE.d259f1a775": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_e060135375baea6d6cdd8adf15d3bbcb\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "LABEL_TYPE", "model": "{{ get_where_subquery(ref('core__fact_validators')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_validators"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_e060135375baea6d6cdd8adf15d3bbcb", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_validators_LABEL_TYPE"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_LABEL_TYPE.d259f1a775", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_e060135375baea6d6cdd8adf15d3bbcb.sql", "original_file_path": "models\\core\\core__fact_validators.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_validators_LABEL_TYPE", "alias": "fact_validators_LABEL_TYPE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_validators"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_validators.yml\\dbt_expectations_expect_column_e060135375baea6d6cdd8adf15d3bbcb.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_e060135375baea6d6cdd8adf15d3bbcb"}, "created_at": 1670452700.2121892, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('LABEL_TYPE' as \n varchar\n) as column_name,\n -1 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_validators_LABEL_TYPE", "column_name": "LABEL_TYPE", "file_key_name": "models.core__fact_validators"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_LABEL_SUBTYPE.545516ad48": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_c6978560b9852b1cf28da68123aaad06\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "LABEL_SUBTYPE", "model": "{{ get_where_subquery(ref('core__fact_validators')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_validators"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_c6978560b9852b1cf28da68123aaad06", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_validators_LABEL_SUBTYPE"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_LABEL_SUBTYPE.545516ad48", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_c6978560b9852b1cf28da68123aaad06.sql", "original_file_path": "models\\core\\core__fact_validators.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_validators_LABEL_SUBTYPE", "alias": "fact_validators_LABEL_SUBTYPE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_validators"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_validators.yml\\dbt_expectations_expect_column_c6978560b9852b1cf28da68123aaad06.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_c6978560b9852b1cf28da68123aaad06"}, "created_at": 1670452700.2161791, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('LABEL_SUBTYPE' as \n varchar\n) as column_name,\n -1 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_validators_LABEL_SUBTYPE", "column_name": "LABEL_SUBTYPE", "file_key_name": "models.core__fact_validators"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_LABEL.58ea9d5501": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_fea362018a0ecfc9abacbba867fa5c41\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "LABEL", "model": "{{ get_where_subquery(ref('core__fact_validators')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_validators"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_fea362018a0ecfc9abacbba867fa5c41", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_validators_LABEL"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_LABEL.58ea9d5501", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_fea362018a0ecfc9abacbba867fa5c41.sql", "original_file_path": "models\\core\\core__fact_validators.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_validators_LABEL", "alias": "fact_validators_LABEL", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_validators"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_validators.yml\\dbt_expectations_expect_column_fea362018a0ecfc9abacbba867fa5c41.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_fea362018a0ecfc9abacbba867fa5c41"}, "created_at": 1670452700.2192063, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('LABEL' as \n varchar\n) as column_name,\n -1 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_validators_LABEL", "column_name": "LABEL", "file_key_name": "models.core__fact_validators"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_PROJECT_NAME.580ffece96": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_a29a9479c1fc88a4e8e8b876324d1204\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "PROJECT_NAME", "model": "{{ get_where_subquery(ref('core__fact_validators')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_validators"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_a29a9479c1fc88a4e8e8b876324d1204", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_validators_PROJECT_NAME"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_PROJECT_NAME.580ffece96", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_a29a9479c1fc88a4e8e8b876324d1204.sql", "original_file_path": "models\\core\\core__fact_validators.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_validators_PROJECT_NAME", "alias": "fact_validators_PROJECT_NAME", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_validators"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_validators.yml\\dbt_expectations_expect_column_a29a9479c1fc88a4e8e8b876324d1204.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_a29a9479c1fc88a4e8e8b876324d1204"}, "created_at": 1670452700.2222073, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('PROJECT_NAME' as \n varchar\n) as column_name,\n -1 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_validators_PROJECT_NAME", "column_name": "PROJECT_NAME", "file_key_name": "models.core__fact_validators"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_ACCOUNT_ADDRESS.e248ba3f9e": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_4d720a2a54c770d357bf6f6dd06cc8dd\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "ACCOUNT_ADDRESS", "model": "{{ get_where_subquery(ref('core__fact_validators')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_validators"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_4d720a2a54c770d357bf6f6dd06cc8dd", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_validators_ACCOUNT_ADDRESS"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_ACCOUNT_ADDRESS.e248ba3f9e", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_4d720a2a54c770d357bf6f6dd06cc8dd.sql", "original_file_path": "models\\core\\core__fact_validators.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_validators_ACCOUNT_ADDRESS", "alias": "fact_validators_ACCOUNT_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_validators"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_validators.yml\\dbt_expectations_expect_column_4d720a2a54c770d357bf6f6dd06cc8dd.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_4d720a2a54c770d357bf6f6dd06cc8dd"}, "created_at": 1670452700.2266023, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('ACCOUNT_ADDRESS' as \n varchar\n) as column_name,\n -1 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_validators_ACCOUNT_ADDRESS", "column_name": "ACCOUNT_ADDRESS", "file_key_name": "models.core__fact_validators"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_DELEGATOR_SHARES.24690650ef": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_b19ee3167f9fa427c8b28fa377fe689d\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "DELEGATOR_SHARES", "model": "{{ get_where_subquery(ref('core__fact_validators')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_validators"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_b19ee3167f9fa427c8b28fa377fe689d", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_validators_DELEGATOR_SHARES"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_DELEGATOR_SHARES.24690650ef", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_b19ee3167f9fa427c8b28fa377fe689d.sql", "original_file_path": "models\\core\\core__fact_validators.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_validators_DELEGATOR_SHARES", "alias": "fact_validators_DELEGATOR_SHARES", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_validators"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_validators.yml\\dbt_expectations_expect_column_b19ee3167f9fa427c8b28fa377fe689d.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_b19ee3167f9fa427c8b28fa377fe689d"}, "created_at": 1670452700.2295978, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('DELEGATOR_SHARES' as \n varchar\n) as column_name,\n -1 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_validators_DELEGATOR_SHARES", "column_name": "DELEGATOR_SHARES", "file_key_name": "models.core__fact_validators"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_JAILED.a889f6621b": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_ad4f59766faee7b95cbe65e1db5d76aa\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "JAILED", "model": "{{ get_where_subquery(ref('core__fact_validators')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_validators"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_ad4f59766faee7b95cbe65e1db5d76aa", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_validators_JAILED"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_JAILED.a889f6621b", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_ad4f59766faee7b95cbe65e1db5d76aa.sql", "original_file_path": "models\\core\\core__fact_validators.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_validators_JAILED", "alias": "fact_validators_JAILED", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_validators"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_validators.yml\\dbt_expectations_expect_column_ad4f59766faee7b95cbe65e1db5d76aa.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_ad4f59766faee7b95cbe65e1db5d76aa"}, "created_at": 1670452700.2335958, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('JAILED' as \n varchar\n) as column_name,\n -1 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_validators_JAILED", "column_name": "JAILED", "file_key_name": "models.core__fact_validators"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_MAX_CHANGE_RATE.2b5ddeda55": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_1cd0217bbb06594deb48a003fa673d4d\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "MAX_CHANGE_RATE", "model": "{{ get_where_subquery(ref('core__fact_validators')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_validators"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_1cd0217bbb06594deb48a003fa673d4d", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_validators_MAX_CHANGE_RATE"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_MAX_CHANGE_RATE.2b5ddeda55", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_1cd0217bbb06594deb48a003fa673d4d.sql", "original_file_path": "models\\core\\core__fact_validators.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_validators_MAX_CHANGE_RATE", "alias": "fact_validators_MAX_CHANGE_RATE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_validators"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_validators.yml\\dbt_expectations_expect_column_1cd0217bbb06594deb48a003fa673d4d.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_1cd0217bbb06594deb48a003fa673d4d"}, "created_at": 1670452700.2366056, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('MAX_CHANGE_RATE' as \n varchar\n) as column_name,\n -1 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_validators_MAX_CHANGE_RATE", "column_name": "MAX_CHANGE_RATE", "file_key_name": "models.core__fact_validators"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_MAX_RATE.e02041b45d": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_d244a3c81accc5b1d5358c2a8f2a1fe2\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "MAX_RATE", "model": "{{ get_where_subquery(ref('core__fact_validators')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_validators"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_d244a3c81accc5b1d5358c2a8f2a1fe2", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_validators_MAX_RATE"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_MAX_RATE.e02041b45d", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_d244a3c81accc5b1d5358c2a8f2a1fe2.sql", "original_file_path": "models\\core\\core__fact_validators.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_validators_MAX_RATE", "alias": "fact_validators_MAX_RATE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_validators"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_validators.yml\\dbt_expectations_expect_column_d244a3c81accc5b1d5358c2a8f2a1fe2.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_d244a3c81accc5b1d5358c2a8f2a1fe2"}, "created_at": 1670452700.240511, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('MAX_RATE' as \n varchar\n) as column_name,\n -1 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_validators_MAX_RATE", "column_name": "MAX_RATE", "file_key_name": "models.core__fact_validators"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_MIN_SELF_DELEGATION.a456038134": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_b371258fb9a636bb15343e2ddd9a05b7\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "MIN_SELF_DELEGATION", "model": "{{ get_where_subquery(ref('core__fact_validators')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_validators"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_b371258fb9a636bb15343e2ddd9a05b7", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_validators_MIN_SELF_DELEGATION"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_MIN_SELF_DELEGATION.a456038134", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_b371258fb9a636bb15343e2ddd9a05b7.sql", "original_file_path": "models\\core\\core__fact_validators.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_validators_MIN_SELF_DELEGATION", "alias": "fact_validators_MIN_SELF_DELEGATION", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_validators"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_validators.yml\\dbt_expectations_expect_column_b371258fb9a636bb15343e2ddd9a05b7.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_b371258fb9a636bb15343e2ddd9a05b7"}, "created_at": 1670452700.2446024, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('MIN_SELF_DELEGATION' as \n varchar\n) as column_name,\n -1 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_validators_MIN_SELF_DELEGATION", "column_name": "MIN_SELF_DELEGATION", "file_key_name": "models.core__fact_validators"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_RANK.8ccac4f170": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_3d9baa6c305a2431d533a636a514c862\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "RANK", "model": "{{ get_where_subquery(ref('core__fact_validators')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_validators"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_3d9baa6c305a2431d533a636a514c862", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_validators_RANK"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_RANK.8ccac4f170", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_3d9baa6c305a2431d533a636a514c862.sql", "original_file_path": "models\\core\\core__fact_validators.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_validators_RANK", "alias": "fact_validators_RANK", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_validators"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_validators.yml\\dbt_expectations_expect_column_3d9baa6c305a2431d533a636a514c862.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_3d9baa6c305a2431d533a636a514c862"}, "created_at": 1670452700.2475932, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('RANK' as \n varchar\n) as column_name,\n -1 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_validators_RANK", "column_name": "RANK", "file_key_name": "models.core__fact_validators"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_MISSED_BLOCKS.600496ee2c": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_7d5c203aa729f8791df38c66be048298\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "MISSED_BLOCKS", "model": "{{ get_where_subquery(ref('core__fact_validators')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_validators"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_7d5c203aa729f8791df38c66be048298", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_validators_MISSED_BLOCKS"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_MISSED_BLOCKS.600496ee2c", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_7d5c203aa729f8791df38c66be048298.sql", "original_file_path": "models\\core\\core__fact_validators.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_validators_MISSED_BLOCKS", "alias": "fact_validators_MISSED_BLOCKS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_validators"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_validators.yml\\dbt_expectations_expect_column_7d5c203aa729f8791df38c66be048298.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_7d5c203aa729f8791df38c66be048298"}, "created_at": 1670452700.2516084, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('MISSED_BLOCKS' as \n varchar\n) as column_name,\n -1 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_validators_MISSED_BLOCKS", "column_name": "MISSED_BLOCKS", "file_key_name": "models.core__fact_validators"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_RAW_METADATA.935f630216": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_4eddca1569da641be625ba84989a7468\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "RAW_METADATA", "model": "{{ get_where_subquery(ref('core__fact_validators')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_validators"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_4eddca1569da641be625ba84989a7468", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_validators_RAW_METADATA"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_RAW_METADATA.935f630216", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_4eddca1569da641be625ba84989a7468.sql", "original_file_path": "models\\core\\core__fact_validators.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_validators_RAW_METADATA", "alias": "fact_validators_RAW_METADATA", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_validators"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_validators.yml\\dbt_expectations_expect_column_4eddca1569da641be625ba84989a7468.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_4eddca1569da641be625ba84989a7468"}, "created_at": 1670452700.2545927, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('RAW_METADATA' as \n varchar\n) as column_name,\n -1 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_validators_RAW_METADATA", "column_name": "RAW_METADATA", "file_key_name": "models.core__fact_validators"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_liquidity_pools_BLOCKCHAIN.ef845be01c": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_215085410157064a1bf532671e8f6db4\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('core__dim_liquidity_pools')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__dim_liquidity_pools"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_215085410157064a1bf532671e8f6db4", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__dim_liquidity_pools_BLOCKCHAIN"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_liquidity_pools_BLOCKCHAIN.ef845be01c", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_215085410157064a1bf532671e8f6db4.sql", "original_file_path": "models\\core\\core__dim_liquidity_pools.yml", "name": "dbt_expectations_expect_column_to_exist_core__dim_liquidity_pools_BLOCKCHAIN", "alias": "dim_liquidity_pools_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__dim_liquidity_pools"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__dim_liquidity_pools.yml\\dbt_expectations_expect_column_215085410157064a1bf532671e8f6db4.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_215085410157064a1bf532671e8f6db4"}, "created_at": 1670452700.2605965, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('BLOCKCHAIN' as \n varchar\n) as column_name,\n -1 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.dim_liquidity_pools_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.core__dim_liquidity_pools"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_liquidity_pools_MODULE.6c039b9336": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_4b7d1db75257713efb30b4f6778cf60e\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "MODULE", "model": "{{ get_where_subquery(ref('core__dim_liquidity_pools')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__dim_liquidity_pools"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_4b7d1db75257713efb30b4f6778cf60e", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__dim_liquidity_pools_MODULE"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_liquidity_pools_MODULE.6c039b9336", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_4b7d1db75257713efb30b4f6778cf60e.sql", "original_file_path": "models\\core\\core__dim_liquidity_pools.yml", "name": "dbt_expectations_expect_column_to_exist_core__dim_liquidity_pools_MODULE", "alias": "dim_liquidity_pools_MODULE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__dim_liquidity_pools"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__dim_liquidity_pools.yml\\dbt_expectations_expect_column_4b7d1db75257713efb30b4f6778cf60e.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_4b7d1db75257713efb30b4f6778cf60e"}, "created_at": 1670452700.2645125, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('MODULE' as \n varchar\n) as column_name,\n -1 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.dim_liquidity_pools_MODULE", "column_name": "MODULE", "file_key_name": "models.core__dim_liquidity_pools"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_liquidity_pools_POOL_ID.9cced0ccd6": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_4162ddd1e2ad1e10bc80bad682ce6b22\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "POOL_ID", "model": "{{ get_where_subquery(ref('core__dim_liquidity_pools')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__dim_liquidity_pools"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_4162ddd1e2ad1e10bc80bad682ce6b22", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__dim_liquidity_pools_POOL_ID"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_liquidity_pools_POOL_ID.9cced0ccd6", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_4162ddd1e2ad1e10bc80bad682ce6b22.sql", "original_file_path": "models\\core\\core__dim_liquidity_pools.yml", "name": "dbt_expectations_expect_column_to_exist_core__dim_liquidity_pools_POOL_ID", "alias": "dim_liquidity_pools_POOL_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__dim_liquidity_pools"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__dim_liquidity_pools.yml\\dbt_expectations_expect_column_4162ddd1e2ad1e10bc80bad682ce6b22.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_4162ddd1e2ad1e10bc80bad682ce6b22"}, "created_at": 1670452700.2675977, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('POOL_ID' as \n varchar\n) as column_name,\n -1 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.dim_liquidity_pools_POOL_ID", "column_name": "POOL_ID", "file_key_name": "models.core__dim_liquidity_pools"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_liquidity_pools_ASSETS.71ed33d59d": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_cb91452423342413b49cba92a321bdfd\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "ASSETS", "model": "{{ get_where_subquery(ref('core__dim_liquidity_pools')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__dim_liquidity_pools"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_cb91452423342413b49cba92a321bdfd", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__dim_liquidity_pools_ASSETS"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_liquidity_pools_ASSETS.71ed33d59d", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_cb91452423342413b49cba92a321bdfd.sql", "original_file_path": "models\\core\\core__dim_liquidity_pools.yml", "name": "dbt_expectations_expect_column_to_exist_core__dim_liquidity_pools_ASSETS", "alias": "dim_liquidity_pools_ASSETS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__dim_liquidity_pools"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__dim_liquidity_pools.yml\\dbt_expectations_expect_column_cb91452423342413b49cba92a321bdfd.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_cb91452423342413b49cba92a321bdfd"}, "created_at": 1670452700.2706175, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('ASSETS' as \n varchar\n) as column_name,\n -1 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.dim_liquidity_pools_ASSETS", "column_name": "ASSETS", "file_key_name": "models.core__dim_liquidity_pools"}, "test.osmosis_models.not_null_silver__validator_metadata_ADDRESS.885a2a4fe5": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "ADDRESS", "model": "{{ get_where_subquery(ref('silver__validator_metadata')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__validator_metadata"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__validator_metadata_ADDRESS"], "unique_id": "test.osmosis_models.not_null_silver__validator_metadata_ADDRESS.885a2a4fe5", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__validator_metadata_ADDRESS.sql", "original_file_path": "models\\silver\\silver__validator_metadata.yml", "name": "not_null_silver__validator_metadata_ADDRESS", "alias": "validator_metadata_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__validator_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__validator_metadata.yml\\not_null_silver__validator_metadata_ADDRESS.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670452700.2816193, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.validator_metadata\nwhere ADDRESS is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.validator_metadata_ADDRESS", "column_name": "ADDRESS", "file_key_name": "models.silver__validator_metadata"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_ADDRESS__STRING__VARCHAR.8214c9947c": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_608005250ca9ac40b80fa7fec591f458\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "ADDRESS", "model": "{{ get_where_subquery(ref('silver__validator_metadata')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__validator_metadata"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_608005250ca9ac40b80fa7fec591f458", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_ADDRESS__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_ADDRESS__STRING__VARCHAR.8214c9947c", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_608005250ca9ac40b80fa7fec591f458.sql", "original_file_path": "models\\silver\\silver__validator_metadata.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_ADDRESS__STRING__VARCHAR", "alias": "validator_metadata_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__validator_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__validator_metadata.yml\\dbt_expectations_expect_column_608005250ca9ac40b80fa7fec591f458.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_608005250ca9ac40b80fa7fec591f458"}, "created_at": 1670452700.2825994, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CREATOR' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL_SUBTYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROJECT_NAME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('RAW_METADATA' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'ADDRESS'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.validator_metadata_ADDRESS", "column_name": "ADDRESS", "file_key_name": "models.silver__validator_metadata"}, "test.osmosis_models.not_null_silver__validator_metadata_BLOCKCHAIN.f96b8c0a0d": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('silver__validator_metadata')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__validator_metadata"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__validator_metadata_BLOCKCHAIN"], "unique_id": "test.osmosis_models.not_null_silver__validator_metadata_BLOCKCHAIN.f96b8c0a0d", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__validator_metadata_BLOCKCHAIN.sql", "original_file_path": "models\\silver\\silver__validator_metadata.yml", "name": "not_null_silver__validator_metadata_BLOCKCHAIN", "alias": "validator_metadata_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__validator_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__validator_metadata.yml\\not_null_silver__validator_metadata_BLOCKCHAIN.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670452700.2905362, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.validator_metadata\nwhere BLOCKCHAIN is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.validator_metadata_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.silver__validator_metadata"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_BLOCKCHAIN__STRING__VARCHAR.91e926b326": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_704d89a6369ad4c84b64a825815d3442\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('silver__validator_metadata')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__validator_metadata"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_704d89a6369ad4c84b64a825815d3442", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_BLOCKCHAIN__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_BLOCKCHAIN__STRING__VARCHAR.91e926b326", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_704d89a6369ad4c84b64a825815d3442.sql", "original_file_path": "models\\silver\\silver__validator_metadata.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_BLOCKCHAIN__STRING__VARCHAR", "alias": "validator_metadata_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__validator_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__validator_metadata.yml\\dbt_expectations_expect_column_704d89a6369ad4c84b64a825815d3442.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_704d89a6369ad4c84b64a825815d3442"}, "created_at": 1670452700.2926025, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CREATOR' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL_SUBTYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROJECT_NAME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('RAW_METADATA' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCKCHAIN'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.validator_metadata_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.silver__validator_metadata"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_set_silver__validator_metadata_BLOCKCHAIN__osmosis.3c580b011a": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_set(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_f053886155580e3011d4e562df3ff1b0\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_set", "kwargs": {"value_set": ["osmosis"], "column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('silver__validator_metadata')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_set", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__validator_metadata"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_f053886155580e3011d4e562df3ff1b0", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_set_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_set_silver__validator_metadata_BLOCKCHAIN__osmosis"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_set_silver__validator_metadata_BLOCKCHAIN__osmosis.3c580b011a", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_f053886155580e3011d4e562df3ff1b0.sql", "original_file_path": "models\\silver\\silver__validator_metadata.yml", "name": "dbt_expectations_expect_column_values_to_be_in_set_silver__validator_metadata_BLOCKCHAIN__osmosis", "alias": "validator_metadata_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__validator_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__validator_metadata.yml\\dbt_expectations_expect_column_f053886155580e3011d4e562df3ff1b0.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_f053886155580e3011d4e562df3ff1b0"}, "created_at": 1670452700.2965102, "compiled_sql": "\n\nwith all_values as (\n\n select\n BLOCKCHAIN as value_field\n\n from OSMOSIS_DEV.silver.validator_metadata\n \n\n),\nset_values as (\n\n select\n cast('osmosis' as \n varchar\n) as value_field\n \n \n),\nvalidation_errors as (\n -- values from the model that are not in the set\n select\n v.value_field\n from\n all_values v\n left join\n set_values s on v.value_field = s.value_field\n where\n s.value_field is null\n\n)\n\nselect *\nfrom validation_errors\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_set_silver.validator_metadata_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.silver__validator_metadata"}, "test.osmosis_models.not_null_silver__validator_metadata_CREATOR.def8094189": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "CREATOR", "model": "{{ get_where_subquery(ref('silver__validator_metadata')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__validator_metadata"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__validator_metadata_CREATOR"], "unique_id": "test.osmosis_models.not_null_silver__validator_metadata_CREATOR.def8094189", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__validator_metadata_CREATOR.sql", "original_file_path": "models\\silver\\silver__validator_metadata.yml", "name": "not_null_silver__validator_metadata_CREATOR", "alias": "validator_metadata_CREATOR", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__validator_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__validator_metadata.yml\\not_null_silver__validator_metadata_CREATOR.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670452700.3049772, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.validator_metadata\nwhere CREATOR is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.validator_metadata_CREATOR", "column_name": "CREATOR", "file_key_name": "models.silver__validator_metadata"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_CREATOR__STRING__VARCHAR.1b94f47639": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_66b72f293d71e7e12c93738e7bd930da\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "CREATOR", "model": "{{ get_where_subquery(ref('silver__validator_metadata')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__validator_metadata"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_66b72f293d71e7e12c93738e7bd930da", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_CREATOR__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_CREATOR__STRING__VARCHAR.1b94f47639", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_66b72f293d71e7e12c93738e7bd930da.sql", "original_file_path": "models\\silver\\silver__validator_metadata.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_CREATOR__STRING__VARCHAR", "alias": "validator_metadata_CREATOR", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__validator_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__validator_metadata.yml\\dbt_expectations_expect_column_66b72f293d71e7e12c93738e7bd930da.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_66b72f293d71e7e12c93738e7bd930da"}, "created_at": 1670452700.307977, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CREATOR' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL_SUBTYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROJECT_NAME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('RAW_METADATA' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'CREATOR'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.validator_metadata_CREATOR", "column_name": "CREATOR", "file_key_name": "models.silver__validator_metadata"}, "test.osmosis_models.not_null_silver__validator_metadata_LABEL_TYPE.25dc568c6e": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "LABEL_TYPE", "model": "{{ get_where_subquery(ref('silver__validator_metadata')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__validator_metadata"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__validator_metadata_LABEL_TYPE"], "unique_id": "test.osmosis_models.not_null_silver__validator_metadata_LABEL_TYPE.25dc568c6e", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__validator_metadata_LABEL_TYPE.sql", "original_file_path": "models\\silver\\silver__validator_metadata.yml", "name": "not_null_silver__validator_metadata_LABEL_TYPE", "alias": "validator_metadata_LABEL_TYPE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__validator_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__validator_metadata.yml\\not_null_silver__validator_metadata_LABEL_TYPE.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670452700.3156278, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.validator_metadata\nwhere LABEL_TYPE is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.validator_metadata_LABEL_TYPE", "column_name": "LABEL_TYPE", "file_key_name": "models.silver__validator_metadata"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_LABEL_TYPE__STRING__VARCHAR.fe33923206": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_75da5efabaa304d0c3a8dc59ea2fb0a2\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "LABEL_TYPE", "model": "{{ get_where_subquery(ref('silver__validator_metadata')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__validator_metadata"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_75da5efabaa304d0c3a8dc59ea2fb0a2", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_LABEL_TYPE__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_LABEL_TYPE__STRING__VARCHAR.fe33923206", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_75da5efabaa304d0c3a8dc59ea2fb0a2.sql", "original_file_path": "models\\silver\\silver__validator_metadata.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_LABEL_TYPE__STRING__VARCHAR", "alias": "validator_metadata_LABEL_TYPE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__validator_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__validator_metadata.yml\\dbt_expectations_expect_column_75da5efabaa304d0c3a8dc59ea2fb0a2.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_75da5efabaa304d0c3a8dc59ea2fb0a2"}, "created_at": 1670452700.3186834, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CREATOR' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL_SUBTYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROJECT_NAME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('RAW_METADATA' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'LABEL_TYPE'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.validator_metadata_LABEL_TYPE", "column_name": "LABEL_TYPE", "file_key_name": "models.silver__validator_metadata"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_set_silver__validator_metadata_LABEL_TYPE__operator.66e78facba": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_set(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_179bfe2c135b922d4f9f737480596c16\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_set", "kwargs": {"value_set": ["operator"], "column_name": "LABEL_TYPE", "model": "{{ get_where_subquery(ref('silver__validator_metadata')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_set", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__validator_metadata"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_179bfe2c135b922d4f9f737480596c16", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_set_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_set_silver__validator_metadata_LABEL_TYPE__operator"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_set_silver__validator_metadata_LABEL_TYPE__operator.66e78facba", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_179bfe2c135b922d4f9f737480596c16.sql", "original_file_path": "models\\silver\\silver__validator_metadata.yml", "name": "dbt_expectations_expect_column_values_to_be_in_set_silver__validator_metadata_LABEL_TYPE__operator", "alias": "validator_metadata_LABEL_TYPE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__validator_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__validator_metadata.yml\\dbt_expectations_expect_column_179bfe2c135b922d4f9f737480596c16.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_179bfe2c135b922d4f9f737480596c16"}, "created_at": 1670452700.3256826, "compiled_sql": "\n\nwith all_values as (\n\n select\n LABEL_TYPE as value_field\n\n from OSMOSIS_DEV.silver.validator_metadata\n \n\n),\nset_values as (\n\n select\n cast('operator' as \n varchar\n) as value_field\n \n \n),\nvalidation_errors as (\n -- values from the model that are not in the set\n select\n v.value_field\n from\n all_values v\n left join\n set_values s on v.value_field = s.value_field\n where\n s.value_field is null\n\n)\n\nselect *\nfrom validation_errors\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_set_silver.validator_metadata_LABEL_TYPE", "column_name": "LABEL_TYPE", "file_key_name": "models.silver__validator_metadata"}, "test.osmosis_models.not_null_silver__validator_metadata_LABEL_SUBTYPE.8c71d42439": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "LABEL_SUBTYPE", "model": "{{ get_where_subquery(ref('silver__validator_metadata')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__validator_metadata"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__validator_metadata_LABEL_SUBTYPE"], "unique_id": "test.osmosis_models.not_null_silver__validator_metadata_LABEL_SUBTYPE.8c71d42439", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__validator_metadata_LABEL_SUBTYPE.sql", "original_file_path": "models\\silver\\silver__validator_metadata.yml", "name": "not_null_silver__validator_metadata_LABEL_SUBTYPE", "alias": "validator_metadata_LABEL_SUBTYPE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__validator_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__validator_metadata.yml\\not_null_silver__validator_metadata_LABEL_SUBTYPE.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670452700.330686, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.validator_metadata\nwhere LABEL_SUBTYPE is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.validator_metadata_LABEL_SUBTYPE", "column_name": "LABEL_SUBTYPE", "file_key_name": "models.silver__validator_metadata"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_LABEL_SUBTYPE__STRING__VARCHAR.860e4e4b26": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_88ba24d0f1bb39287a1e7f95fc063db4\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "LABEL_SUBTYPE", "model": "{{ get_where_subquery(ref('silver__validator_metadata')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__validator_metadata"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_88ba24d0f1bb39287a1e7f95fc063db4", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_LABEL_SUBTYPE__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_LABEL_SUBTYPE__STRING__VARCHAR.860e4e4b26", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_88ba24d0f1bb39287a1e7f95fc063db4.sql", "original_file_path": "models\\silver\\silver__validator_metadata.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_LABEL_SUBTYPE__STRING__VARCHAR", "alias": "validator_metadata_LABEL_SUBTYPE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__validator_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__validator_metadata.yml\\dbt_expectations_expect_column_88ba24d0f1bb39287a1e7f95fc063db4.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_88ba24d0f1bb39287a1e7f95fc063db4"}, "created_at": 1670452700.3326828, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CREATOR' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL_SUBTYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROJECT_NAME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('RAW_METADATA' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'LABEL_SUBTYPE'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.validator_metadata_LABEL_SUBTYPE", "column_name": "LABEL_SUBTYPE", "file_key_name": "models.silver__validator_metadata"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_set_silver__validator_metadata_LABEL_SUBTYPE__validator.5eea37b4fe": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_set(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_0f14cd3c9cc7acee79b487fb0a87b946\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_set", "kwargs": {"value_set": ["validator"], "column_name": "LABEL_SUBTYPE", "model": "{{ get_where_subquery(ref('silver__validator_metadata')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_set", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__validator_metadata"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_0f14cd3c9cc7acee79b487fb0a87b946", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_set_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_set_silver__validator_metadata_LABEL_SUBTYPE__validator"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_set_silver__validator_metadata_LABEL_SUBTYPE__validator.5eea37b4fe", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_0f14cd3c9cc7acee79b487fb0a87b946.sql", "original_file_path": "models\\silver\\silver__validator_metadata.yml", "name": "dbt_expectations_expect_column_values_to_be_in_set_silver__validator_metadata_LABEL_SUBTYPE__validator", "alias": "validator_metadata_LABEL_SUBTYPE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__validator_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__validator_metadata.yml\\dbt_expectations_expect_column_0f14cd3c9cc7acee79b487fb0a87b946.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_0f14cd3c9cc7acee79b487fb0a87b946"}, "created_at": 1670452700.338684, "compiled_sql": "\n\nwith all_values as (\n\n select\n LABEL_SUBTYPE as value_field\n\n from OSMOSIS_DEV.silver.validator_metadata\n \n\n),\nset_values as (\n\n select\n cast('validator' as \n varchar\n) as value_field\n \n \n),\nvalidation_errors as (\n -- values from the model that are not in the set\n select\n v.value_field\n from\n all_values v\n left join\n set_values s on v.value_field = s.value_field\n where\n s.value_field is null\n\n)\n\nselect *\nfrom validation_errors\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_set_silver.validator_metadata_LABEL_SUBTYPE", "column_name": "LABEL_SUBTYPE", "file_key_name": "models.silver__validator_metadata"}, "test.osmosis_models.not_null_silver__validator_metadata_LABEL.05d92ca845": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "LABEL", "model": "{{ get_where_subquery(ref('silver__validator_metadata')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__validator_metadata"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__validator_metadata_LABEL"], "unique_id": "test.osmosis_models.not_null_silver__validator_metadata_LABEL.05d92ca845", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__validator_metadata_LABEL.sql", "original_file_path": "models\\silver\\silver__validator_metadata.yml", "name": "not_null_silver__validator_metadata_LABEL", "alias": "validator_metadata_LABEL", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__validator_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__validator_metadata.yml\\not_null_silver__validator_metadata_LABEL.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670452700.344682, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.validator_metadata\nwhere LABEL is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.validator_metadata_LABEL", "column_name": "LABEL", "file_key_name": "models.silver__validator_metadata"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_LABEL__STRING__VARCHAR.b5b1b9c628": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_489349f035c6ad8b5aea9b206ce584d1\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "LABEL", "model": "{{ get_where_subquery(ref('silver__validator_metadata')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__validator_metadata"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_489349f035c6ad8b5aea9b206ce584d1", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_LABEL__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_LABEL__STRING__VARCHAR.b5b1b9c628", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_489349f035c6ad8b5aea9b206ce584d1.sql", "original_file_path": "models\\silver\\silver__validator_metadata.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_LABEL__STRING__VARCHAR", "alias": "validator_metadata_LABEL", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__validator_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__validator_metadata.yml\\dbt_expectations_expect_column_489349f035c6ad8b5aea9b206ce584d1.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_489349f035c6ad8b5aea9b206ce584d1"}, "created_at": 1670452700.3466814, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CREATOR' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL_SUBTYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROJECT_NAME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('RAW_METADATA' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'LABEL'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.validator_metadata_LABEL", "column_name": "LABEL", "file_key_name": "models.silver__validator_metadata"}, "test.osmosis_models.not_null_silver__validator_metadata_PROJECT_NAME.d46dd3b07c": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "PROJECT_NAME", "model": "{{ get_where_subquery(ref('silver__validator_metadata')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__validator_metadata"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__validator_metadata_PROJECT_NAME"], "unique_id": "test.osmosis_models.not_null_silver__validator_metadata_PROJECT_NAME.d46dd3b07c", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__validator_metadata_PROJECT_NAME.sql", "original_file_path": "models\\silver\\silver__validator_metadata.yml", "name": "not_null_silver__validator_metadata_PROJECT_NAME", "alias": "validator_metadata_PROJECT_NAME", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__validator_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__validator_metadata.yml\\not_null_silver__validator_metadata_PROJECT_NAME.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670452700.3507724, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.validator_metadata\nwhere PROJECT_NAME is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.validator_metadata_PROJECT_NAME", "column_name": "PROJECT_NAME", "file_key_name": "models.silver__validator_metadata"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_PROJECT_NAME__STRING__VARCHAR.4a44c4d469": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_efaba6d78cab2a8754491fbd92e71dd4\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "PROJECT_NAME", "model": "{{ get_where_subquery(ref('silver__validator_metadata')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__validator_metadata"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_efaba6d78cab2a8754491fbd92e71dd4", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_PROJECT_NAME__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_PROJECT_NAME__STRING__VARCHAR.4a44c4d469", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_efaba6d78cab2a8754491fbd92e71dd4.sql", "original_file_path": "models\\silver\\silver__validator_metadata.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_PROJECT_NAME__STRING__VARCHAR", "alias": "validator_metadata_PROJECT_NAME", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__validator_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__validator_metadata.yml\\dbt_expectations_expect_column_efaba6d78cab2a8754491fbd92e71dd4.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_efaba6d78cab2a8754491fbd92e71dd4"}, "created_at": 1670452700.352728, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CREATOR' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL_SUBTYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROJECT_NAME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('RAW_METADATA' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'PROJECT_NAME'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.validator_metadata_PROJECT_NAME", "column_name": "PROJECT_NAME", "file_key_name": "models.silver__validator_metadata"}, "test.osmosis_models.not_null_silver__validator_metadata_ACCOUNT_ADDRESS.2b770f6ac6": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "ACCOUNT_ADDRESS", "model": "{{ get_where_subquery(ref('silver__validator_metadata')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__validator_metadata"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__validator_metadata_ACCOUNT_ADDRESS"], "unique_id": "test.osmosis_models.not_null_silver__validator_metadata_ACCOUNT_ADDRESS.2b770f6ac6", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__validator_metadata_ACCOUNT_ADDRESS.sql", "original_file_path": "models\\silver\\silver__validator_metadata.yml", "name": "not_null_silver__validator_metadata_ACCOUNT_ADDRESS", "alias": "validator_metadata_ACCOUNT_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__validator_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__validator_metadata.yml\\not_null_silver__validator_metadata_ACCOUNT_ADDRESS.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670452700.3566852, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.validator_metadata\nwhere ACCOUNT_ADDRESS is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.validator_metadata_ACCOUNT_ADDRESS", "column_name": "ACCOUNT_ADDRESS", "file_key_name": "models.silver__validator_metadata"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_ACCOUNT_ADDRESS__STRING__VARCHAR.4dcdc5e2fa": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_d10ea334dc424cb1a4451d17ea3f3e01\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "ACCOUNT_ADDRESS", "model": "{{ get_where_subquery(ref('silver__validator_metadata')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__validator_metadata"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_d10ea334dc424cb1a4451d17ea3f3e01", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_ACCOUNT_ADDRESS__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_ACCOUNT_ADDRESS__STRING__VARCHAR.4dcdc5e2fa", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_d10ea334dc424cb1a4451d17ea3f3e01.sql", "original_file_path": "models\\silver\\silver__validator_metadata.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_ACCOUNT_ADDRESS__STRING__VARCHAR", "alias": "validator_metadata_ACCOUNT_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__validator_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__validator_metadata.yml\\dbt_expectations_expect_column_d10ea334dc424cb1a4451d17ea3f3e01.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_d10ea334dc424cb1a4451d17ea3f3e01"}, "created_at": 1670452700.3586824, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CREATOR' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL_SUBTYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROJECT_NAME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('RAW_METADATA' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'ACCOUNT_ADDRESS'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.validator_metadata_ACCOUNT_ADDRESS", "column_name": "ACCOUNT_ADDRESS", "file_key_name": "models.silver__validator_metadata"}, "test.osmosis_models.not_null_silver__validator_metadata_DELEGATOR_SHARES.11772209a8": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "DELEGATOR_SHARES", "model": "{{ get_where_subquery(ref('silver__validator_metadata')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__validator_metadata"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__validator_metadata_DELEGATOR_SHARES"], "unique_id": "test.osmosis_models.not_null_silver__validator_metadata_DELEGATOR_SHARES.11772209a8", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__validator_metadata_DELEGATOR_SHARES.sql", "original_file_path": "models\\silver\\silver__validator_metadata.yml", "name": "not_null_silver__validator_metadata_DELEGATOR_SHARES", "alias": "validator_metadata_DELEGATOR_SHARES", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__validator_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__validator_metadata.yml\\not_null_silver__validator_metadata_DELEGATOR_SHARES.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670452700.3658004, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.validator_metadata\nwhere DELEGATOR_SHARES is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.validator_metadata_DELEGATOR_SHARES", "column_name": "DELEGATOR_SHARES", "file_key_name": "models.silver__validator_metadata"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_DELEGATOR_SHARES__NUMBER__FLOAT.a7ccdba585": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_0dfc887dbaa22b6f86f78c56b9a52dcd\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "DELEGATOR_SHARES", "model": "{{ get_where_subquery(ref('silver__validator_metadata')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__validator_metadata"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_0dfc887dbaa22b6f86f78c56b9a52dcd", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_DELEGATOR_SHARES__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_DELEGATOR_SHARES__NUMBER__FLOAT.a7ccdba585", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_0dfc887dbaa22b6f86f78c56b9a52dcd.sql", "original_file_path": "models\\silver\\silver__validator_metadata.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_DELEGATOR_SHARES__NUMBER__FLOAT", "alias": "validator_metadata_DELEGATOR_SHARES", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__validator_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__validator_metadata.yml\\dbt_expectations_expect_column_0dfc887dbaa22b6f86f78c56b9a52dcd.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_0dfc887dbaa22b6f86f78c56b9a52dcd"}, "created_at": 1670452700.3667996, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CREATOR' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL_SUBTYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROJECT_NAME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('RAW_METADATA' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'DELEGATOR_SHARES'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.validator_metadata_DELEGATOR_SHARES", "column_name": "DELEGATOR_SHARES", "file_key_name": "models.silver__validator_metadata"}, "test.osmosis_models.not_null_silver__validator_metadata_JAILED.419de8e4b6": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "JAILED", "model": "{{ get_where_subquery(ref('silver__validator_metadata')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__validator_metadata"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__validator_metadata_JAILED"], "unique_id": "test.osmosis_models.not_null_silver__validator_metadata_JAILED.419de8e4b6", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__validator_metadata_JAILED.sql", "original_file_path": "models\\silver\\silver__validator_metadata.yml", "name": "not_null_silver__validator_metadata_JAILED", "alias": "validator_metadata_JAILED", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__validator_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__validator_metadata.yml\\not_null_silver__validator_metadata_JAILED.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670452700.3717992, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.validator_metadata\nwhere JAILED is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.validator_metadata_JAILED", "column_name": "JAILED", "file_key_name": "models.silver__validator_metadata"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_JAILED__BOOLEAN.4aa983d590": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_63ffe4c5dacc6c560dffa6213e0fe591\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["BOOLEAN"], "column_name": "JAILED", "model": "{{ get_where_subquery(ref('silver__validator_metadata')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__validator_metadata"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_63ffe4c5dacc6c560dffa6213e0fe591", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_JAILED__BOOLEAN"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_JAILED__BOOLEAN.4aa983d590", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_63ffe4c5dacc6c560dffa6213e0fe591.sql", "original_file_path": "models\\silver\\silver__validator_metadata.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_JAILED__BOOLEAN", "alias": "validator_metadata_JAILED", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__validator_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__validator_metadata.yml\\dbt_expectations_expect_column_63ffe4c5dacc6c560dffa6213e0fe591.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_63ffe4c5dacc6c560dffa6213e0fe591"}, "created_at": 1670452700.3737993, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CREATOR' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL_SUBTYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROJECT_NAME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('RAW_METADATA' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'JAILED'\n and\n relation_column_type not in ('BOOLEAN')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.validator_metadata_JAILED", "column_name": "JAILED", "file_key_name": "models.silver__validator_metadata"}, "test.osmosis_models.not_null_silver__validator_metadata_MAX_CHANGE_RATE.920b0855b2": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "MAX_CHANGE_RATE", "model": "{{ get_where_subquery(ref('silver__validator_metadata')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__validator_metadata"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__validator_metadata_MAX_CHANGE_RATE"], "unique_id": "test.osmosis_models.not_null_silver__validator_metadata_MAX_CHANGE_RATE.920b0855b2", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__validator_metadata_MAX_CHANGE_RATE.sql", "original_file_path": "models\\silver\\silver__validator_metadata.yml", "name": "not_null_silver__validator_metadata_MAX_CHANGE_RATE", "alias": "validator_metadata_MAX_CHANGE_RATE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__validator_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__validator_metadata.yml\\not_null_silver__validator_metadata_MAX_CHANGE_RATE.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670452700.3777995, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.validator_metadata\nwhere MAX_CHANGE_RATE is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.validator_metadata_MAX_CHANGE_RATE", "column_name": "MAX_CHANGE_RATE", "file_key_name": "models.silver__validator_metadata"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_MAX_CHANGE_RATE__NUMBER__FLOAT.93dcaaa012": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_ec40a24569f986a3a32d94b04c7f2d8e\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "MAX_CHANGE_RATE", "model": "{{ get_where_subquery(ref('silver__validator_metadata')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__validator_metadata"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_ec40a24569f986a3a32d94b04c7f2d8e", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_MAX_CHANGE_RATE__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_MAX_CHANGE_RATE__NUMBER__FLOAT.93dcaaa012", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_ec40a24569f986a3a32d94b04c7f2d8e.sql", "original_file_path": "models\\silver\\silver__validator_metadata.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_MAX_CHANGE_RATE__NUMBER__FLOAT", "alias": "validator_metadata_MAX_CHANGE_RATE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__validator_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__validator_metadata.yml\\dbt_expectations_expect_column_ec40a24569f986a3a32d94b04c7f2d8e.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_ec40a24569f986a3a32d94b04c7f2d8e"}, "created_at": 1670452700.3797996, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CREATOR' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL_SUBTYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROJECT_NAME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('RAW_METADATA' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'MAX_CHANGE_RATE'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.validator_metadata_MAX_CHANGE_RATE", "column_name": "MAX_CHANGE_RATE", "file_key_name": "models.silver__validator_metadata"}, "test.osmosis_models.not_null_silver__validator_metadata_MAX_RATE.9efaaea964": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "MAX_RATE", "model": "{{ get_where_subquery(ref('silver__validator_metadata')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__validator_metadata"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__validator_metadata_MAX_RATE"], "unique_id": "test.osmosis_models.not_null_silver__validator_metadata_MAX_RATE.9efaaea964", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__validator_metadata_MAX_RATE.sql", "original_file_path": "models\\silver\\silver__validator_metadata.yml", "name": "not_null_silver__validator_metadata_MAX_RATE", "alias": "validator_metadata_MAX_RATE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__validator_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__validator_metadata.yml\\not_null_silver__validator_metadata_MAX_RATE.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670452700.3838, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.validator_metadata\nwhere MAX_RATE is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.validator_metadata_MAX_RATE", "column_name": "MAX_RATE", "file_key_name": "models.silver__validator_metadata"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_MAX_RATE__NUMBER__FLOAT.d5198920ca": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_56942bac06cddf1f213489cdec767fd9\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "MAX_RATE", "model": "{{ get_where_subquery(ref('silver__validator_metadata')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__validator_metadata"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_56942bac06cddf1f213489cdec767fd9", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_MAX_RATE__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_MAX_RATE__NUMBER__FLOAT.d5198920ca", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_56942bac06cddf1f213489cdec767fd9.sql", "original_file_path": "models\\silver\\silver__validator_metadata.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_MAX_RATE__NUMBER__FLOAT", "alias": "validator_metadata_MAX_RATE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__validator_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__validator_metadata.yml\\dbt_expectations_expect_column_56942bac06cddf1f213489cdec767fd9.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_56942bac06cddf1f213489cdec767fd9"}, "created_at": 1670452700.3857996, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CREATOR' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL_SUBTYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROJECT_NAME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('RAW_METADATA' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'MAX_RATE'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.validator_metadata_MAX_RATE", "column_name": "MAX_RATE", "file_key_name": "models.silver__validator_metadata"}, "test.osmosis_models.not_null_silver__validator_metadata_MIN_SELF_DELEGATION.f9b3707f39": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "MIN_SELF_DELEGATION", "model": "{{ get_where_subquery(ref('silver__validator_metadata')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__validator_metadata"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__validator_metadata_MIN_SELF_DELEGATION"], "unique_id": "test.osmosis_models.not_null_silver__validator_metadata_MIN_SELF_DELEGATION.f9b3707f39", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__validator_metadata_MIN_SELF_DELEGATION.sql", "original_file_path": "models\\silver\\silver__validator_metadata.yml", "name": "not_null_silver__validator_metadata_MIN_SELF_DELEGATION", "alias": "validator_metadata_MIN_SELF_DELEGATION", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__validator_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__validator_metadata.yml\\not_null_silver__validator_metadata_MIN_SELF_DELEGATION.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670452700.3898003, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.validator_metadata\nwhere MIN_SELF_DELEGATION is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.validator_metadata_MIN_SELF_DELEGATION", "column_name": "MIN_SELF_DELEGATION", "file_key_name": "models.silver__validator_metadata"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_MIN_SELF_DELEGATION__NUMBER__FLOAT.8844857366": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_71ae7f3029cca8eaf2a5f48f1fa45aee\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "MIN_SELF_DELEGATION", "model": "{{ get_where_subquery(ref('silver__validator_metadata')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__validator_metadata"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_71ae7f3029cca8eaf2a5f48f1fa45aee", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_MIN_SELF_DELEGATION__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_MIN_SELF_DELEGATION__NUMBER__FLOAT.8844857366", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_71ae7f3029cca8eaf2a5f48f1fa45aee.sql", "original_file_path": "models\\silver\\silver__validator_metadata.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_MIN_SELF_DELEGATION__NUMBER__FLOAT", "alias": "validator_metadata_MIN_SELF_DELEGATION", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__validator_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__validator_metadata.yml\\dbt_expectations_expect_column_71ae7f3029cca8eaf2a5f48f1fa45aee.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_71ae7f3029cca8eaf2a5f48f1fa45aee"}, "created_at": 1670452700.3907998, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CREATOR' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL_SUBTYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROJECT_NAME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('RAW_METADATA' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'MIN_SELF_DELEGATION'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.validator_metadata_MIN_SELF_DELEGATION", "column_name": "MIN_SELF_DELEGATION", "file_key_name": "models.silver__validator_metadata"}, "test.osmosis_models.not_null_silver__validator_metadata_RANK.120b0a44be": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "RANK", "model": "{{ get_where_subquery(ref('silver__validator_metadata')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__validator_metadata"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__validator_metadata_RANK"], "unique_id": "test.osmosis_models.not_null_silver__validator_metadata_RANK.120b0a44be", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__validator_metadata_RANK.sql", "original_file_path": "models\\silver\\silver__validator_metadata.yml", "name": "not_null_silver__validator_metadata_RANK", "alias": "validator_metadata_RANK", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__validator_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__validator_metadata.yml\\not_null_silver__validator_metadata_RANK.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670452700.3957999, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.validator_metadata\nwhere RANK is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.validator_metadata_RANK", "column_name": "RANK", "file_key_name": "models.silver__validator_metadata"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_RANK__NUMBER__FLOAT.3894b4dc7e": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_349c8e9187e1016a52d57ac4ff04eee0\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "RANK", "model": "{{ get_where_subquery(ref('silver__validator_metadata')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__validator_metadata"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_349c8e9187e1016a52d57ac4ff04eee0", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_RANK__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_RANK__NUMBER__FLOAT.3894b4dc7e", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_349c8e9187e1016a52d57ac4ff04eee0.sql", "original_file_path": "models\\silver\\silver__validator_metadata.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_RANK__NUMBER__FLOAT", "alias": "validator_metadata_RANK", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__validator_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__validator_metadata.yml\\dbt_expectations_expect_column_349c8e9187e1016a52d57ac4ff04eee0.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_349c8e9187e1016a52d57ac4ff04eee0"}, "created_at": 1670452700.3977995, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CREATOR' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL_SUBTYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROJECT_NAME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('RAW_METADATA' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'RANK'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.validator_metadata_RANK", "column_name": "RANK", "file_key_name": "models.silver__validator_metadata"}, "test.osmosis_models.not_null_silver__validator_metadata_MISSED_BLOCKS.50e9ac5383": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "MISSED_BLOCKS", "model": "{{ get_where_subquery(ref('silver__validator_metadata')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__validator_metadata"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__validator_metadata_MISSED_BLOCKS"], "unique_id": "test.osmosis_models.not_null_silver__validator_metadata_MISSED_BLOCKS.50e9ac5383", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__validator_metadata_MISSED_BLOCKS.sql", "original_file_path": "models\\silver\\silver__validator_metadata.yml", "name": "not_null_silver__validator_metadata_MISSED_BLOCKS", "alias": "validator_metadata_MISSED_BLOCKS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__validator_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__validator_metadata.yml\\not_null_silver__validator_metadata_MISSED_BLOCKS.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670452700.4018, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.validator_metadata\nwhere MISSED_BLOCKS is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.validator_metadata_MISSED_BLOCKS", "column_name": "MISSED_BLOCKS", "file_key_name": "models.silver__validator_metadata"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_MISSED_BLOCKS__NUMBER__FLOAT.baa4b06bab": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_bee7c832d78ecf20cd938673371a7491\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "MISSED_BLOCKS", "model": "{{ get_where_subquery(ref('silver__validator_metadata')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__validator_metadata"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_bee7c832d78ecf20cd938673371a7491", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_MISSED_BLOCKS__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_MISSED_BLOCKS__NUMBER__FLOAT.baa4b06bab", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_bee7c832d78ecf20cd938673371a7491.sql", "original_file_path": "models\\silver\\silver__validator_metadata.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_MISSED_BLOCKS__NUMBER__FLOAT", "alias": "validator_metadata_MISSED_BLOCKS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__validator_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__validator_metadata.yml\\dbt_expectations_expect_column_bee7c832d78ecf20cd938673371a7491.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_bee7c832d78ecf20cd938673371a7491"}, "created_at": 1670452700.4037995, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CREATOR' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL_SUBTYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROJECT_NAME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('RAW_METADATA' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'MISSED_BLOCKS'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.validator_metadata_MISSED_BLOCKS", "column_name": "MISSED_BLOCKS", "file_key_name": "models.silver__validator_metadata"}, "test.osmosis_models.not_null_silver__validator_metadata_RAW_METADATA.6678ad8f50": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "RAW_METADATA", "model": "{{ get_where_subquery(ref('silver__validator_metadata')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__validator_metadata"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__validator_metadata_RAW_METADATA"], "unique_id": "test.osmosis_models.not_null_silver__validator_metadata_RAW_METADATA.6678ad8f50", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__validator_metadata_RAW_METADATA.sql", "original_file_path": "models\\silver\\silver__validator_metadata.yml", "name": "not_null_silver__validator_metadata_RAW_METADATA", "alias": "validator_metadata_RAW_METADATA", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__validator_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__validator_metadata.yml\\not_null_silver__validator_metadata_RAW_METADATA.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670452700.4077992, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.validator_metadata\nwhere RAW_METADATA is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.validator_metadata_RAW_METADATA", "column_name": "RAW_METADATA", "file_key_name": "models.silver__validator_metadata"}, "test.osmosis_models.not_null_silver__validator_metadata__UNIQUE_KEY.9c7e7f4556": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "_UNIQUE_KEY", "model": "{{ get_where_subquery(ref('silver__validator_metadata')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__validator_metadata"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__validator_metadata__UNIQUE_KEY"], "unique_id": "test.osmosis_models.not_null_silver__validator_metadata__UNIQUE_KEY.9c7e7f4556", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__validator_metadata__UNIQUE_KEY.sql", "original_file_path": "models\\silver\\silver__validator_metadata.yml", "name": "not_null_silver__validator_metadata__UNIQUE_KEY", "alias": "validator_metadata", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__validator_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__validator_metadata.yml\\not_null_silver__validator_metadata__UNIQUE_KEY.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670452700.4098003, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.validator_metadata\nwhere _UNIQUE_KEY is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.validator_metadata", "column_name": "_UNIQUE_KEY", "file_key_name": "models.silver__validator_metadata"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata__UNIQUE_KEY__STRING__VARCHAR.8fdaa3b748": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_b6e5937bf4e5b920b3b475bb358c6434\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "_UNIQUE_KEY", "model": "{{ get_where_subquery(ref('silver__validator_metadata')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__validator_metadata"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_b6e5937bf4e5b920b3b475bb358c6434", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata__UNIQUE_KEY__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata__UNIQUE_KEY__STRING__VARCHAR.8fdaa3b748", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_b6e5937bf4e5b920b3b475bb358c6434.sql", "original_file_path": "models\\silver\\silver__validator_metadata.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata__UNIQUE_KEY__STRING__VARCHAR", "alias": "validator_metadata", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__validator_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__validator_metadata.yml\\dbt_expectations_expect_column_b6e5937bf4e5b920b3b475bb358c6434.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_b6e5937bf4e5b920b3b475bb358c6434"}, "created_at": 1670452700.4117992, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CREATOR' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL_SUBTYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROJECT_NAME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('RAW_METADATA' as \n varchar\n) as relation_column,\n cast('VARIANT' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = '_UNIQUE_KEY'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.validator_metadata", "column_name": "_UNIQUE_KEY", "file_key_name": "models.silver__validator_metadata"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__validator_metadata__UNIQUE_KEY.89901f7c84": {"raw_sql": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_6c6719cf2f7218af7623adcdc8ca258c\") }}", "test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["_UNIQUE_KEY"], "model": "{{ get_where_subquery(ref('silver__validator_metadata')) }}"}, "namespace": "dbt_utils"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__validator_metadata"]}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_6c6719cf2f7218af7623adcdc8ca258c", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_utils_unique_combination_of_columns_silver", "fqn": ["osmosis_models", "silver", "dbt_utils_unique_combination_of_columns_silver__validator_metadata__UNIQUE_KEY"], "unique_id": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__validator_metadata__UNIQUE_KEY.89901f7c84", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_utils_unique_combination_o_6c6719cf2f7218af7623adcdc8ca258c.sql", "original_file_path": "models\\silver\\silver__validator_metadata.yml", "name": "dbt_utils_unique_combination_of_columns_silver__validator_metadata__UNIQUE_KEY", "alias": "validator_metadata", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__validator_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__validator_metadata.yml\\dbt_utils_unique_combination_o_6c6719cf2f7218af7623adcdc8ca258c.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_utils_unique_combination_o_6c6719cf2f7218af7623adcdc8ca258c"}, "created_at": 1670452700.4158015, "compiled_sql": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n _UNIQUE_KEY\n from OSMOSIS_DEV.silver.validator_metadata\n group by _UNIQUE_KEY\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_utils_unique_combination_of_columns_silver.validator_metadata", "column_name": null, "file_key_name": "models.silver__validator_metadata"}, "test.osmosis_models.not_null_silver__asset_metadata_BLOCKCHAIN.a8837e6a5c": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('silver__asset_metadata')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__asset_metadata"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__asset_metadata_BLOCKCHAIN"], "unique_id": "test.osmosis_models.not_null_silver__asset_metadata_BLOCKCHAIN.a8837e6a5c", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__asset_metadata_BLOCKCHAIN.sql", "original_file_path": "models\\silver\\silver__asset_metadata.yml", "name": "not_null_silver__asset_metadata_BLOCKCHAIN", "alias": "asset_metadata_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__asset_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__asset_metadata.yml\\not_null_silver__asset_metadata_BLOCKCHAIN.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670452700.4278002, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.asset_metadata\nwhere BLOCKCHAIN is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.asset_metadata_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.silver__asset_metadata"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_set_silver__asset_metadata_BLOCKCHAIN__osmosis.2121a57f6d": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_set(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_abc0fdb58651141535a68d8bfe941ca3\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_set", "kwargs": {"value_set": ["osmosis"], "column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('silver__asset_metadata')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_set", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__asset_metadata"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_abc0fdb58651141535a68d8bfe941ca3", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_set_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_set_silver__asset_metadata_BLOCKCHAIN__osmosis"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_set_silver__asset_metadata_BLOCKCHAIN__osmosis.2121a57f6d", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_abc0fdb58651141535a68d8bfe941ca3.sql", "original_file_path": "models\\silver\\silver__asset_metadata.yml", "name": "dbt_expectations_expect_column_values_to_be_in_set_silver__asset_metadata_BLOCKCHAIN__osmosis", "alias": "asset_metadata_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__asset_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__asset_metadata.yml\\dbt_expectations_expect_column_abc0fdb58651141535a68d8bfe941ca3.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_abc0fdb58651141535a68d8bfe941ca3"}, "created_at": 1670452700.4298003, "compiled_sql": "\n\nwith all_values as (\n\n select\n BLOCKCHAIN as value_field\n\n from OSMOSIS_DEV.silver.asset_metadata\n \n\n),\nset_values as (\n\n select\n cast('osmosis' as \n varchar\n) as value_field\n \n \n),\nvalidation_errors as (\n -- values from the model that are not in the set\n select\n v.value_field\n from\n all_values v\n left join\n set_values s on v.value_field = s.value_field\n where\n s.value_field is null\n\n)\n\nselect *\nfrom validation_errors\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_set_silver.asset_metadata_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.silver__asset_metadata"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_BLOCKCHAIN__STRING__VARCHAR.a1ff4f0fa2": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_9b6d28f7d84d87506fec06dab82b6220\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('silver__asset_metadata')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__asset_metadata"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_9b6d28f7d84d87506fec06dab82b6220", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_BLOCKCHAIN__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_BLOCKCHAIN__STRING__VARCHAR.a1ff4f0fa2", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_9b6d28f7d84d87506fec06dab82b6220.sql", "original_file_path": "models\\silver\\silver__asset_metadata.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_BLOCKCHAIN__STRING__VARCHAR", "alias": "asset_metadata_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__asset_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__asset_metadata.yml\\dbt_expectations_expect_column_9b6d28f7d84d87506fec06dab82b6220.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_9b6d28f7d84d87506fec06dab82b6220"}, "created_at": 1670452700.4338002, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CREATOR' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL_SUBTYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROJECT_NAME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('RAW_METADATA' as \n varchar\n) as relation_column,\n cast('ARRAY' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'BLOCKCHAIN'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.asset_metadata_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.silver__asset_metadata"}, "test.osmosis_models.not_null_silver__asset_metadata_ADDRESS.896b32df42": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "ADDRESS", "model": "{{ get_where_subquery(ref('silver__asset_metadata')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__asset_metadata"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__asset_metadata_ADDRESS"], "unique_id": "test.osmosis_models.not_null_silver__asset_metadata_ADDRESS.896b32df42", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__asset_metadata_ADDRESS.sql", "original_file_path": "models\\silver\\silver__asset_metadata.yml", "name": "not_null_silver__asset_metadata_ADDRESS", "alias": "asset_metadata_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__asset_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__asset_metadata.yml\\not_null_silver__asset_metadata_ADDRESS.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670452700.4378002, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.asset_metadata\nwhere ADDRESS is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.asset_metadata_ADDRESS", "column_name": "ADDRESS", "file_key_name": "models.silver__asset_metadata"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_ADDRESS__STRING__VARCHAR.a8bdcee928": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_fe8768c0b61a25997cfb5f0ca6b9030e\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "ADDRESS", "model": "{{ get_where_subquery(ref('silver__asset_metadata')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__asset_metadata"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_fe8768c0b61a25997cfb5f0ca6b9030e", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_ADDRESS__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_ADDRESS__STRING__VARCHAR.a8bdcee928", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_fe8768c0b61a25997cfb5f0ca6b9030e.sql", "original_file_path": "models\\silver\\silver__asset_metadata.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_ADDRESS__STRING__VARCHAR", "alias": "asset_metadata_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__asset_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__asset_metadata.yml\\dbt_expectations_expect_column_fe8768c0b61a25997cfb5f0ca6b9030e.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_fe8768c0b61a25997cfb5f0ca6b9030e"}, "created_at": 1670452700.4388, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CREATOR' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL_SUBTYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROJECT_NAME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('RAW_METADATA' as \n varchar\n) as relation_column,\n cast('ARRAY' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'ADDRESS'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.asset_metadata_ADDRESS", "column_name": "ADDRESS", "file_key_name": "models.silver__asset_metadata"}, "test.osmosis_models.not_null_silver__asset_metadata_CREATOR.d4efd79600": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "CREATOR", "model": "{{ get_where_subquery(ref('silver__asset_metadata')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__asset_metadata"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__asset_metadata_CREATOR"], "unique_id": "test.osmosis_models.not_null_silver__asset_metadata_CREATOR.d4efd79600", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__asset_metadata_CREATOR.sql", "original_file_path": "models\\silver\\silver__asset_metadata.yml", "name": "not_null_silver__asset_metadata_CREATOR", "alias": "asset_metadata_CREATOR", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__asset_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__asset_metadata.yml\\not_null_silver__asset_metadata_CREATOR.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670452700.4428, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.asset_metadata\nwhere CREATOR is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.asset_metadata_CREATOR", "column_name": "CREATOR", "file_key_name": "models.silver__asset_metadata"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_CREATOR__STRING__VARCHAR.32818e6ca9": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_c5b91cbf11c9f497f27cc5a1088503cd\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "CREATOR", "model": "{{ get_where_subquery(ref('silver__asset_metadata')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__asset_metadata"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_c5b91cbf11c9f497f27cc5a1088503cd", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_CREATOR__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_CREATOR__STRING__VARCHAR.32818e6ca9", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_c5b91cbf11c9f497f27cc5a1088503cd.sql", "original_file_path": "models\\silver\\silver__asset_metadata.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_CREATOR__STRING__VARCHAR", "alias": "asset_metadata_CREATOR", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__asset_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__asset_metadata.yml\\dbt_expectations_expect_column_c5b91cbf11c9f497f27cc5a1088503cd.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_c5b91cbf11c9f497f27cc5a1088503cd"}, "created_at": 1670452700.4448, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CREATOR' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL_SUBTYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROJECT_NAME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('RAW_METADATA' as \n varchar\n) as relation_column,\n cast('ARRAY' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'CREATOR'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.asset_metadata_CREATOR", "column_name": "CREATOR", "file_key_name": "models.silver__asset_metadata"}, "test.osmosis_models.not_null_silver__asset_metadata_LABEL_TYPE.19a4a3f8f6": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "LABEL_TYPE", "model": "{{ get_where_subquery(ref('silver__asset_metadata')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__asset_metadata"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__asset_metadata_LABEL_TYPE"], "unique_id": "test.osmosis_models.not_null_silver__asset_metadata_LABEL_TYPE.19a4a3f8f6", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__asset_metadata_LABEL_TYPE.sql", "original_file_path": "models\\silver\\silver__asset_metadata.yml", "name": "not_null_silver__asset_metadata_LABEL_TYPE", "alias": "asset_metadata_LABEL_TYPE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__asset_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__asset_metadata.yml\\not_null_silver__asset_metadata_LABEL_TYPE.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670452700.4488003, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.asset_metadata\nwhere LABEL_TYPE is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.asset_metadata_LABEL_TYPE", "column_name": "LABEL_TYPE", "file_key_name": "models.silver__asset_metadata"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_set_silver__asset_metadata_LABEL_TYPE__token.09f72c9603": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_set(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_0c341ffd738f7379a694711f5464c9ec\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_set", "kwargs": {"value_set": ["token"], "column_name": "LABEL_TYPE", "model": "{{ get_where_subquery(ref('silver__asset_metadata')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_set", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__asset_metadata"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_0c341ffd738f7379a694711f5464c9ec", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_set_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_set_silver__asset_metadata_LABEL_TYPE__token"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_set_silver__asset_metadata_LABEL_TYPE__token.09f72c9603", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_0c341ffd738f7379a694711f5464c9ec.sql", "original_file_path": "models\\silver\\silver__asset_metadata.yml", "name": "dbt_expectations_expect_column_values_to_be_in_set_silver__asset_metadata_LABEL_TYPE__token", "alias": "asset_metadata_LABEL_TYPE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__asset_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__asset_metadata.yml\\dbt_expectations_expect_column_0c341ffd738f7379a694711f5464c9ec.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_0c341ffd738f7379a694711f5464c9ec"}, "created_at": 1670452700.4508002, "compiled_sql": "\n\nwith all_values as (\n\n select\n LABEL_TYPE as value_field\n\n from OSMOSIS_DEV.silver.asset_metadata\n \n\n),\nset_values as (\n\n select\n cast('token' as \n varchar\n) as value_field\n \n \n),\nvalidation_errors as (\n -- values from the model that are not in the set\n select\n v.value_field\n from\n all_values v\n left join\n set_values s on v.value_field = s.value_field\n where\n s.value_field is null\n\n)\n\nselect *\nfrom validation_errors\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_set_silver.asset_metadata_LABEL_TYPE", "column_name": "LABEL_TYPE", "file_key_name": "models.silver__asset_metadata"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_LABEL_TYPE__STRING__VARCHAR.ae9699373c": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_da265e14563812679e28f32d1cd22656\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "LABEL_TYPE", "model": "{{ get_where_subquery(ref('silver__asset_metadata')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__asset_metadata"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_da265e14563812679e28f32d1cd22656", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_LABEL_TYPE__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_LABEL_TYPE__STRING__VARCHAR.ae9699373c", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_da265e14563812679e28f32d1cd22656.sql", "original_file_path": "models\\silver\\silver__asset_metadata.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_LABEL_TYPE__STRING__VARCHAR", "alias": "asset_metadata_LABEL_TYPE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__asset_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__asset_metadata.yml\\dbt_expectations_expect_column_da265e14563812679e28f32d1cd22656.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_da265e14563812679e28f32d1cd22656"}, "created_at": 1670452700.4548001, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CREATOR' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL_SUBTYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROJECT_NAME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('RAW_METADATA' as \n varchar\n) as relation_column,\n cast('ARRAY' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'LABEL_TYPE'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.asset_metadata_LABEL_TYPE", "column_name": "LABEL_TYPE", "file_key_name": "models.silver__asset_metadata"}, "test.osmosis_models.not_null_silver__asset_metadata_LABEL_SUBTYPE.bf070732ef": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "LABEL_SUBTYPE", "model": "{{ get_where_subquery(ref('silver__asset_metadata')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__asset_metadata"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__asset_metadata_LABEL_SUBTYPE"], "unique_id": "test.osmosis_models.not_null_silver__asset_metadata_LABEL_SUBTYPE.bf070732ef", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__asset_metadata_LABEL_SUBTYPE.sql", "original_file_path": "models\\silver\\silver__asset_metadata.yml", "name": "not_null_silver__asset_metadata_LABEL_SUBTYPE", "alias": "asset_metadata_LABEL_SUBTYPE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__asset_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__asset_metadata.yml\\not_null_silver__asset_metadata_LABEL_SUBTYPE.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670452700.4568, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.asset_metadata\nwhere LABEL_SUBTYPE is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.asset_metadata_LABEL_SUBTYPE", "column_name": "LABEL_SUBTYPE", "file_key_name": "models.silver__asset_metadata"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_LABEL_SUBTYPE__STRING__VARCHAR.c9a6a8952c": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_967191b87dbd03478514395019d263b8\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "LABEL_SUBTYPE", "model": "{{ get_where_subquery(ref('silver__asset_metadata')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__asset_metadata"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_967191b87dbd03478514395019d263b8", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_LABEL_SUBTYPE__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_LABEL_SUBTYPE__STRING__VARCHAR.c9a6a8952c", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_967191b87dbd03478514395019d263b8.sql", "original_file_path": "models\\silver\\silver__asset_metadata.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_LABEL_SUBTYPE__STRING__VARCHAR", "alias": "asset_metadata_LABEL_SUBTYPE", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__asset_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__asset_metadata.yml\\dbt_expectations_expect_column_967191b87dbd03478514395019d263b8.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_967191b87dbd03478514395019d263b8"}, "created_at": 1670452700.4568, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CREATOR' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL_SUBTYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROJECT_NAME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('RAW_METADATA' as \n varchar\n) as relation_column,\n cast('ARRAY' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'LABEL_SUBTYPE'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.asset_metadata_LABEL_SUBTYPE", "column_name": "LABEL_SUBTYPE", "file_key_name": "models.silver__asset_metadata"}, "test.osmosis_models.not_null_silver__asset_metadata_LABEL.174593b5e4": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "LABEL", "model": "{{ get_where_subquery(ref('silver__asset_metadata')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__asset_metadata"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__asset_metadata_LABEL"], "unique_id": "test.osmosis_models.not_null_silver__asset_metadata_LABEL.174593b5e4", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__asset_metadata_LABEL.sql", "original_file_path": "models\\silver\\silver__asset_metadata.yml", "name": "not_null_silver__asset_metadata_LABEL", "alias": "asset_metadata_LABEL", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__asset_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__asset_metadata.yml\\not_null_silver__asset_metadata_LABEL.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670452700.4568, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.asset_metadata\nwhere LABEL is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.asset_metadata_LABEL", "column_name": "LABEL", "file_key_name": "models.silver__asset_metadata"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_LABEL__STRING__VARCHAR.afdeba8290": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_ba0bddcd3ad220058888e1a6c439c9ec\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "LABEL", "model": "{{ get_where_subquery(ref('silver__asset_metadata')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__asset_metadata"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_ba0bddcd3ad220058888e1a6c439c9ec", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_LABEL__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_LABEL__STRING__VARCHAR.afdeba8290", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_ba0bddcd3ad220058888e1a6c439c9ec.sql", "original_file_path": "models\\silver\\silver__asset_metadata.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_LABEL__STRING__VARCHAR", "alias": "asset_metadata_LABEL", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__asset_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__asset_metadata.yml\\dbt_expectations_expect_column_ba0bddcd3ad220058888e1a6c439c9ec.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_ba0bddcd3ad220058888e1a6c439c9ec"}, "created_at": 1670452700.4568, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CREATOR' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL_SUBTYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROJECT_NAME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('RAW_METADATA' as \n varchar\n) as relation_column,\n cast('ARRAY' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'LABEL'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.asset_metadata_LABEL", "column_name": "LABEL", "file_key_name": "models.silver__asset_metadata"}, "test.osmosis_models.not_null_silver__asset_metadata_PROJECT_NAME.d941ece36c": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "PROJECT_NAME", "model": "{{ get_where_subquery(ref('silver__asset_metadata')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__asset_metadata"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__asset_metadata_PROJECT_NAME"], "unique_id": "test.osmosis_models.not_null_silver__asset_metadata_PROJECT_NAME.d941ece36c", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__asset_metadata_PROJECT_NAME.sql", "original_file_path": "models\\silver\\silver__asset_metadata.yml", "name": "not_null_silver__asset_metadata_PROJECT_NAME", "alias": "asset_metadata_PROJECT_NAME", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__asset_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__asset_metadata.yml\\not_null_silver__asset_metadata_PROJECT_NAME.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670452700.4678428, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.asset_metadata\nwhere PROJECT_NAME is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.asset_metadata_PROJECT_NAME", "column_name": "PROJECT_NAME", "file_key_name": "models.silver__asset_metadata"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_PROJECT_NAME__STRING__VARCHAR.600668d11b": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_a63af549bdaf2ac481b3203d2d03f899\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "PROJECT_NAME", "model": "{{ get_where_subquery(ref('silver__asset_metadata')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__asset_metadata"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_a63af549bdaf2ac481b3203d2d03f899", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_PROJECT_NAME__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_PROJECT_NAME__STRING__VARCHAR.600668d11b", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_a63af549bdaf2ac481b3203d2d03f899.sql", "original_file_path": "models\\silver\\silver__asset_metadata.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_PROJECT_NAME__STRING__VARCHAR", "alias": "asset_metadata_PROJECT_NAME", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__asset_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__asset_metadata.yml\\dbt_expectations_expect_column_a63af549bdaf2ac481b3203d2d03f899.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_a63af549bdaf2ac481b3203d2d03f899"}, "created_at": 1670452700.4678428, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CREATOR' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL_SUBTYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROJECT_NAME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('RAW_METADATA' as \n varchar\n) as relation_column,\n cast('ARRAY' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'PROJECT_NAME'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.asset_metadata_PROJECT_NAME", "column_name": "PROJECT_NAME", "file_key_name": "models.silver__asset_metadata"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_ALIAS__STRING__VARCHAR.5dce6745fd": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_7d387d03274d96250a6f6aa5ff8fa28a\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["STRING", "VARCHAR"], "column_name": "ALIAS", "model": "{{ get_where_subquery(ref('silver__asset_metadata')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__asset_metadata"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_7d387d03274d96250a6f6aa5ff8fa28a", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_ALIAS__STRING__VARCHAR"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_ALIAS__STRING__VARCHAR.5dce6745fd", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_7d387d03274d96250a6f6aa5ff8fa28a.sql", "original_file_path": "models\\silver\\silver__asset_metadata.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_ALIAS__STRING__VARCHAR", "alias": "asset_metadata_ALIAS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__asset_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__asset_metadata.yml\\dbt_expectations_expect_column_7d387d03274d96250a6f6aa5ff8fa28a.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_7d387d03274d96250a6f6aa5ff8fa28a"}, "created_at": 1670452700.4738722, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CREATOR' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL_SUBTYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROJECT_NAME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('RAW_METADATA' as \n varchar\n) as relation_column,\n cast('ARRAY' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'ALIAS'\n and\n relation_column_type not in ('STRING', 'VARCHAR')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.asset_metadata_ALIAS", "column_name": "ALIAS", "file_key_name": "models.silver__asset_metadata"}, "test.osmosis_models.not_null_silver__asset_metadata_DECIMAL.23264200c6": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "DECIMAL", "model": "{{ get_where_subquery(ref('silver__asset_metadata')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__asset_metadata"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__asset_metadata_DECIMAL"], "unique_id": "test.osmosis_models.not_null_silver__asset_metadata_DECIMAL.23264200c6", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__asset_metadata_DECIMAL.sql", "original_file_path": "models\\silver\\silver__asset_metadata.yml", "name": "not_null_silver__asset_metadata_DECIMAL", "alias": "asset_metadata_DECIMAL", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__asset_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__asset_metadata.yml\\not_null_silver__asset_metadata_DECIMAL.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670452700.4738722, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.asset_metadata\nwhere DECIMAL is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.asset_metadata_DECIMAL", "column_name": "DECIMAL", "file_key_name": "models.silver__asset_metadata"}, "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_DECIMAL__NUMBER__FLOAT.71787a534c": {"raw_sql": "{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_e1163d70e3c000c286bea34a9768c552\") }}", "test_metadata": {"name": "expect_column_values_to_be_in_type_list", "kwargs": {"column_type_list": ["NUMBER", "FLOAT"], "column_name": "DECIMAL", "model": "{{ get_where_subquery(ref('silver__asset_metadata')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__asset_metadata"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_e1163d70e3c000c286bea34a9768c552", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_values_to_be_in_type_list_silver", "fqn": ["osmosis_models", "silver", "dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_DECIMAL__NUMBER__FLOAT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_DECIMAL__NUMBER__FLOAT.71787a534c", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_e1163d70e3c000c286bea34a9768c552.sql", "original_file_path": "models\\silver\\silver__asset_metadata.yml", "name": "dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_DECIMAL__NUMBER__FLOAT", "alias": "asset_metadata_DECIMAL", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__asset_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__asset_metadata.yml\\dbt_expectations_expect_column_e1163d70e3c000c286bea34a9768c552.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_e1163d70e3c000c286bea34a9768c552"}, "created_at": 1670452700.4738722, "compiled_sql": "with relation_columns as (\n\n \n select\n cast('BLOCKCHAIN' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('ADDRESS' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('CREATOR' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL_TYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL_SUBTYPE' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('LABEL' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('PROJECT_NAME' as \n varchar\n) as relation_column,\n cast('VARCHAR' as \n varchar\n) as relation_column_type\n union all\n \n select\n cast('RAW_METADATA' as \n varchar\n) as relation_column,\n cast('ARRAY' as \n varchar\n) as relation_column_type\n \n \n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = 'DECIMAL'\n and\n relation_column_type not in ('NUMBER', 'FLOAT')\n\n )\n select *\n from test_data", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_values_to_be_in_type_list_silver.asset_metadata_DECIMAL", "column_name": "DECIMAL", "file_key_name": "models.silver__asset_metadata"}, "test.osmosis_models.not_null_silver__asset_metadata_RAW_METADATA.b19685741b": {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "RAW_METADATA", "model": "{{ get_where_subquery(ref('silver__asset_metadata')) }}"}, "namespace": null}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__asset_metadata"]}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__asset_metadata_RAW_METADATA"], "unique_id": "test.osmosis_models.not_null_silver__asset_metadata_RAW_METADATA.b19685741b", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__asset_metadata_RAW_METADATA.sql", "original_file_path": "models\\silver\\silver__asset_metadata.yml", "name": "not_null_silver__asset_metadata_RAW_METADATA", "alias": "asset_metadata_RAW_METADATA", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__asset_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__asset_metadata.yml\\not_null_silver__asset_metadata_RAW_METADATA.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true}, "created_at": 1670452700.4896274, "compiled_sql": "\n \n \n\n\n\nselect *\nfrom OSMOSIS_DEV.silver.asset_metadata\nwhere RAW_METADATA is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.not_null_silver.asset_metadata_RAW_METADATA", "column_name": "RAW_METADATA", "file_key_name": "models.silver__asset_metadata"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__asset_metadata__UNIQUE_KEY.df30d1d03a": {"raw_sql": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_5a3b4757c6d2895429e1457f4f909478\") }}", "test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["_UNIQUE_KEY"], "model": "{{ get_where_subquery(ref('silver__asset_metadata')) }}"}, "namespace": "dbt_utils"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.silver__asset_metadata"]}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_5a3b4757c6d2895429e1457f4f909478", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_utils_unique_combination_of_columns_silver", "fqn": ["osmosis_models", "silver", "dbt_utils_unique_combination_of_columns_silver__asset_metadata__UNIQUE_KEY"], "unique_id": "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__asset_metadata__UNIQUE_KEY.df30d1d03a", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_utils_unique_combination_o_5a3b4757c6d2895429e1457f4f909478.sql", "original_file_path": "models\\silver\\silver__asset_metadata.yml", "name": "dbt_utils_unique_combination_of_columns_silver__asset_metadata__UNIQUE_KEY", "alias": "asset_metadata", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__asset_metadata"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\silver\\silver__asset_metadata.yml\\dbt_utils_unique_combination_o_5a3b4757c6d2895429e1457f4f909478.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_utils_unique_combination_o_5a3b4757c6d2895429e1457f4f909478"}, "created_at": 1670452700.4896274, "compiled_sql": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n _UNIQUE_KEY\n from OSMOSIS_DEV.silver.asset_metadata\n group by _UNIQUE_KEY\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_utils_unique_combination_of_columns_silver.asset_metadata", "column_name": null, "file_key_name": "models.silver__asset_metadata"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_BLOCK_ID.ba4641747d": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_e414bc5cd3deb54de7a8438876be7a9d\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "BLOCK_ID", "model": "{{ get_where_subquery(ref('core__fact_liquidity_provider_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_liquidity_provider_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_e414bc5cd3deb54de7a8438876be7a9d", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_BLOCK_ID"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_BLOCK_ID.ba4641747d", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_e414bc5cd3deb54de7a8438876be7a9d.sql", "original_file_path": "models\\core\\core__fact_liquidity_provider_actions.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_BLOCK_ID", "alias": "fact_liquidity_provider_actions_BLOCK_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_liquidity_provider_actions.yml\\dbt_expectations_expect_column_e414bc5cd3deb54de7a8438876be7a9d.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_e414bc5cd3deb54de7a8438876be7a9d"}, "created_at": 1670452700.4896274, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('BLOCK_ID' as \n varchar\n) as column_name,\n 0 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_liquidity_provider_actions_BLOCK_ID", "column_name": "BLOCK_ID", "file_key_name": "models.core__fact_liquidity_provider_actions"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_BLOCK_TIMESTAMP.5b115f0204": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_ea0ec6a35e617df3b0a75c4ef5e82b40\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "BLOCK_TIMESTAMP", "model": "{{ get_where_subquery(ref('core__fact_liquidity_provider_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_liquidity_provider_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_ea0ec6a35e617df3b0a75c4ef5e82b40", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_BLOCK_TIMESTAMP"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_BLOCK_TIMESTAMP.5b115f0204", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_ea0ec6a35e617df3b0a75c4ef5e82b40.sql", "original_file_path": "models\\core\\core__fact_liquidity_provider_actions.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_BLOCK_TIMESTAMP", "alias": "fact_liquidity_provider_actions_BLOCK_TIMESTAMP", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_liquidity_provider_actions.yml\\dbt_expectations_expect_column_ea0ec6a35e617df3b0a75c4ef5e82b40.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_ea0ec6a35e617df3b0a75c4ef5e82b40"}, "created_at": 1670452700.4896274, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('BLOCK_TIMESTAMP' as \n varchar\n) as column_name,\n 1 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_liquidity_provider_actions_BLOCK_TIMESTAMP", "column_name": "BLOCK_TIMESTAMP", "file_key_name": "models.core__fact_liquidity_provider_actions"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_BLOCKCHAIN.7fd1183d1b": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_43397209de46d64db7b2b6f7295f538b\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "BLOCKCHAIN", "model": "{{ get_where_subquery(ref('core__fact_liquidity_provider_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_liquidity_provider_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_43397209de46d64db7b2b6f7295f538b", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_BLOCKCHAIN"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_BLOCKCHAIN.7fd1183d1b", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_43397209de46d64db7b2b6f7295f538b.sql", "original_file_path": "models\\core\\core__fact_liquidity_provider_actions.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_BLOCKCHAIN", "alias": "fact_liquidity_provider_actions_BLOCKCHAIN", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_liquidity_provider_actions.yml\\dbt_expectations_expect_column_43397209de46d64db7b2b6f7295f538b.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_43397209de46d64db7b2b6f7295f538b"}, "created_at": 1670452700.5064054, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('BLOCKCHAIN' as \n varchar\n) as column_name,\n 2 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_liquidity_provider_actions_BLOCKCHAIN", "column_name": "BLOCKCHAIN", "file_key_name": "models.core__fact_liquidity_provider_actions"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_CHAIN_ID.2934d1bfe0": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_cc009530e0385b445f69abf8d9b4b813\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "CHAIN_ID", "model": "{{ get_where_subquery(ref('core__fact_liquidity_provider_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_liquidity_provider_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_cc009530e0385b445f69abf8d9b4b813", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_CHAIN_ID"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_CHAIN_ID.2934d1bfe0", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_cc009530e0385b445f69abf8d9b4b813.sql", "original_file_path": "models\\core\\core__fact_liquidity_provider_actions.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_CHAIN_ID", "alias": "fact_liquidity_provider_actions_CHAIN_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_liquidity_provider_actions.yml\\dbt_expectations_expect_column_cc009530e0385b445f69abf8d9b4b813.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_cc009530e0385b445f69abf8d9b4b813"}, "created_at": 1670452700.5064054, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('CHAIN_ID' as \n varchar\n) as column_name,\n 3 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_liquidity_provider_actions_CHAIN_ID", "column_name": "CHAIN_ID", "file_key_name": "models.core__fact_liquidity_provider_actions"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_TX_ID.0f5f2f982f": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_4b4ca585014958f02bffef34542ad34d\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "TX_ID", "model": "{{ get_where_subquery(ref('core__fact_liquidity_provider_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_liquidity_provider_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_4b4ca585014958f02bffef34542ad34d", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_TX_ID"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_TX_ID.0f5f2f982f", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_4b4ca585014958f02bffef34542ad34d.sql", "original_file_path": "models\\core\\core__fact_liquidity_provider_actions.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_TX_ID", "alias": "fact_liquidity_provider_actions_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_liquidity_provider_actions.yml\\dbt_expectations_expect_column_4b4ca585014958f02bffef34542ad34d.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_4b4ca585014958f02bffef34542ad34d"}, "created_at": 1670452700.5064054, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('TX_ID' as \n varchar\n) as column_name,\n 4 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_liquidity_provider_actions_TX_ID", "column_name": "TX_ID", "file_key_name": "models.core__fact_liquidity_provider_actions"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_TX_STATUS.da7b422096": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_9f540134dd0ff8126e3f6569f3ccd393\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "TX_STATUS", "model": "{{ get_where_subquery(ref('core__fact_liquidity_provider_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_liquidity_provider_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_9f540134dd0ff8126e3f6569f3ccd393", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_TX_STATUS"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_TX_STATUS.da7b422096", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_9f540134dd0ff8126e3f6569f3ccd393.sql", "original_file_path": "models\\core\\core__fact_liquidity_provider_actions.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_TX_STATUS", "alias": "fact_liquidity_provider_actions_TX_STATUS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_liquidity_provider_actions.yml\\dbt_expectations_expect_column_9f540134dd0ff8126e3f6569f3ccd393.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_9f540134dd0ff8126e3f6569f3ccd393"}, "created_at": 1670452700.5064054, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('TX_STATUS' as \n varchar\n) as column_name,\n 5 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_liquidity_provider_actions_TX_STATUS", "column_name": "TX_STATUS", "file_key_name": "models.core__fact_liquidity_provider_actions"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS.2c9f74da41": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_13581103af7ad07ab57f554b396a4372\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "LIQUIDITY_PROVIDER_ADDRESS", "model": "{{ get_where_subquery(ref('core__fact_liquidity_provider_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_liquidity_provider_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_13581103af7ad07ab57f554b396a4372", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS.2c9f74da41", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_13581103af7ad07ab57f554b396a4372.sql", "original_file_path": "models\\core\\core__fact_liquidity_provider_actions.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS", "alias": "fact_liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_liquidity_provider_actions.yml\\dbt_expectations_expect_column_13581103af7ad07ab57f554b396a4372.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_13581103af7ad07ab57f554b396a4372"}, "created_at": 1670452700.5064054, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('LIQUIDITY_PROVIDER_ADDRESS' as \n varchar\n) as column_name,\n 6 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS", "column_name": "LIQUIDITY_PROVIDER_ADDRESS", "file_key_name": "models.core__fact_liquidity_provider_actions"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_ACTION.4426bb60be": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_560e9cf39ea666783d4ba567f707ace7\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "ACTION", "model": "{{ get_where_subquery(ref('core__fact_liquidity_provider_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_liquidity_provider_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_560e9cf39ea666783d4ba567f707ace7", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_ACTION"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_ACTION.4426bb60be", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_560e9cf39ea666783d4ba567f707ace7.sql", "original_file_path": "models\\core\\core__fact_liquidity_provider_actions.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_ACTION", "alias": "fact_liquidity_provider_actions_ACTION", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_liquidity_provider_actions.yml\\dbt_expectations_expect_column_560e9cf39ea666783d4ba567f707ace7.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_560e9cf39ea666783d4ba567f707ace7"}, "created_at": 1670452700.522039, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('ACTION' as \n varchar\n) as column_name,\n 7 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_liquidity_provider_actions_ACTION", "column_name": "ACTION", "file_key_name": "models.core__fact_liquidity_provider_actions"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_POOL_ID.57de03f628": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_42377bf12062fcb2d250ef5c97a2d333\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "POOL_ID", "model": "{{ get_where_subquery(ref('core__fact_liquidity_provider_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_liquidity_provider_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_42377bf12062fcb2d250ef5c97a2d333", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_POOL_ID"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_POOL_ID.57de03f628", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_42377bf12062fcb2d250ef5c97a2d333.sql", "original_file_path": "models\\core\\core__fact_liquidity_provider_actions.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_POOL_ID", "alias": "fact_liquidity_provider_actions_POOL_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_liquidity_provider_actions.yml\\dbt_expectations_expect_column_42377bf12062fcb2d250ef5c97a2d333.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_42377bf12062fcb2d250ef5c97a2d333"}, "created_at": 1670452700.522039, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('POOL_ID' as \n varchar\n) as column_name,\n -1 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_liquidity_provider_actions_POOL_ID", "column_name": "POOL_ID", "file_key_name": "models.core__fact_liquidity_provider_actions"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_AMOUNT.dce19a1db3": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_87c8bb63c91158110089e26f3073a5b8\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "AMOUNT", "model": "{{ get_where_subquery(ref('core__fact_liquidity_provider_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_liquidity_provider_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_87c8bb63c91158110089e26f3073a5b8", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_AMOUNT"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_AMOUNT.dce19a1db3", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_87c8bb63c91158110089e26f3073a5b8.sql", "original_file_path": "models\\core\\core__fact_liquidity_provider_actions.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_AMOUNT", "alias": "fact_liquidity_provider_actions_AMOUNT", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_liquidity_provider_actions.yml\\dbt_expectations_expect_column_87c8bb63c91158110089e26f3073a5b8.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_87c8bb63c91158110089e26f3073a5b8"}, "created_at": 1670452700.522039, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('AMOUNT' as \n varchar\n) as column_name,\n 9 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_liquidity_provider_actions_AMOUNT", "column_name": "AMOUNT", "file_key_name": "models.core__fact_liquidity_provider_actions"}, "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_CURRENCY.531fe8e6cb": {"raw_sql": "{{ dbt_expectations.test_expect_column_to_exist(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_expectations_expect_column_a85f385481c1337a6eda750d7116872f\") }}", "test_metadata": {"name": "expect_column_to_exist", "kwargs": {"column_name": "CURRENCY", "model": "{{ get_where_subquery(ref('core__fact_liquidity_provider_actions')) }}"}, "namespace": "dbt_expectations"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_to_exist", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_liquidity_provider_actions"]}, "config": {"enabled": true, "alias": "dbt_expectations_expect_column_a85f385481c1337a6eda750d7116872f", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_expectations_expect_column_to_exist_core", "fqn": ["osmosis_models", "core", "dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_CURRENCY"], "unique_id": "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_CURRENCY.531fe8e6cb", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_expectations_expect_column_a85f385481c1337a6eda750d7116872f.sql", "original_file_path": "models\\core\\core__fact_liquidity_provider_actions.yml", "name": "dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_CURRENCY", "alias": "fact_liquidity_provider_actions_CURRENCY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_liquidity_provider_actions.yml\\dbt_expectations_expect_column_a85f385481c1337a6eda750d7116872f.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_expectations_expect_column_a85f385481c1337a6eda750d7116872f"}, "created_at": 1670452700.522039, "compiled_sql": "\n\n with test_data as (\n\n select\n cast('CURRENCY' as \n varchar\n) as column_name,\n 10 as matching_column_index,\n True as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_expectations_expect_column_to_exist_core.fact_liquidity_provider_actions_CURRENCY", "column_name": "CURRENCY", "file_key_name": "models.core__fact_liquidity_provider_actions"}, "test.osmosis_models.dbt_utils_unique_combination_of_columns_core__fact_liquidity_provider_actions_TX_ID__CURRENCY.905ac4a709": {"raw_sql": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_e1df1179c771c4bcc99c079f6aa8c517\") }}", "test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["TX_ID", "CURRENCY"], "model": "{{ get_where_subquery(ref('core__fact_liquidity_provider_actions')) }}"}, "namespace": "dbt_utils"}, "compiled": true, "resource_type": "test", "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.osmosis_models.core__fact_liquidity_provider_actions"]}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_e1df1179c771c4bcc99c079f6aa8c517", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "dbt_utils_unique_combination_of_columns_core", "fqn": ["osmosis_models", "core", "dbt_utils_unique_combination_of_columns_core__fact_liquidity_provider_actions_TX_ID__CURRENCY"], "unique_id": "test.osmosis_models.dbt_utils_unique_combination_of_columns_core__fact_liquidity_provider_actions_TX_ID__CURRENCY.905ac4a709", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "dbt_utils_unique_combination_o_e1df1179c771c4bcc99c079f6aa8c517.sql", "original_file_path": "models\\core\\core__fact_liquidity_provider_actions.yml", "name": "dbt_utils_unique_combination_of_columns_core__fact_liquidity_provider_actions_TX_ID__CURRENCY", "alias": "fact_liquidity_provider_actions_TX_ID", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["core__fact_liquidity_provider_actions"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": "target\\compiled\\osmosis_models\\models\\core\\core__fact_liquidity_provider_actions.yml\\dbt_utils_unique_combination_o_e1df1179c771c4bcc99c079f6aa8c517.sql", "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "alias": "dbt_utils_unique_combination_o_e1df1179c771c4bcc99c079f6aa8c517"}, "created_at": 1670452700.522039, "compiled_sql": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n TX_ID, CURRENCY\n from OSMOSIS_DEV.core.fact_liquidity_provider_actions\n group by TX_ID, CURRENCY\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "relation_name": "OSMOSIS_DEV.dbt_utils_unique_combination_of_columns_core.fact_liquidity_provider_actions_TX_ID", "column_name": null, "file_key_name": "models.core__fact_liquidity_provider_actions"}}, "sources": {"source.osmosis_models.prod.osmosis_blocks": {"fqn": ["osmosis_models", "prod", "osmosis_blocks"], "database": "chainwalkers", "schema": "prod", "unique_id": "source.osmosis_models.prod.osmosis_blocks", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "models\\sources.yml", "original_file_path": "models\\sources.yml", "name": "osmosis_blocks", "source_name": "prod", "source_description": "", "loader": "", "identifier": "osmosis_blocks", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "", "columns": {}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "chainwalkers.prod.osmosis_blocks", "created_at": 1670432242.4991965}, "source.osmosis_models.prod.osmosis_txs": {"fqn": ["osmosis_models", "prod", "osmosis_txs"], "database": "chainwalkers", "schema": "prod", "unique_id": "source.osmosis_models.prod.osmosis_txs", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "models\\sources.yml", "original_file_path": "models\\sources.yml", "name": "osmosis_txs", "source_name": "prod", "source_description": "", "loader": "", "identifier": "osmosis_txs", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "", "columns": {}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "chainwalkers.prod.osmosis_txs", "created_at": 1670432242.4991965}, "source.osmosis_models.shared.prices_v2": {"fqn": ["osmosis_models", "shared", "prices_v2"], "database": "flipside_prod_db", "schema": "silver", "unique_id": "source.osmosis_models.shared.prices_v2", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "models\\sources.yml", "original_file_path": "models\\sources.yml", "name": "prices_v2", "source_name": "shared", "source_description": "", "loader": "", "identifier": "prices_v2", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "", "columns": {}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "flipside_prod_db.silver.prices_v2", "created_at": 1670432242.4991965}, "source.osmosis_models.shared2.hours": {"fqn": ["osmosis_models", "shared2", "hours"], "database": "flipside_prod_db", "schema": "redshift", "unique_id": "source.osmosis_models.shared2.hours", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "models\\sources.yml", "original_file_path": "models\\sources.yml", "name": "hours", "source_name": "shared2", "source_description": "", "loader": "", "identifier": "hours", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "", "columns": {}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "flipside_prod_db.redshift.hours", "created_at": 1670432242.4991965}, "source.osmosis_models.bronze_api.blockchain": {"fqn": ["osmosis_models", "bronze_api", "blockchain"], "database": "OSMOSIS_DEV", "schema": "bronze_api", "unique_id": "source.osmosis_models.bronze_api.blockchain", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "models\\sources.yml", "original_file_path": "models\\sources.yml", "name": "blockchain", "source_name": "bronze_api", "source_description": "", "loader": "", "identifier": "blockchain", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "", "columns": {}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "OSMOSIS_DEV.bronze_api.blockchain", "created_at": 1670432242.4991965}, "source.osmosis_models.osmosis_external.validator_metadata_api": {"fqn": ["osmosis_models", "osmosis_external", "validator_metadata_api"], "database": "OSMOSIS_DEV", "schema": "bronze", "unique_id": "source.osmosis_models.osmosis_external.validator_metadata_api", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "models\\sources.yml", "original_file_path": "models\\sources.yml", "name": "validator_metadata_api", "source_name": "osmosis_external", "source_description": "", "loader": "S3", "identifier": "validator_metadata_api", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": {"location": "@osmosis.bronze.analytics_external_tables/OSMOSIS_DEV/VALIDATOR_METADATA_API", "file_format": "( type = json, strip_outer_array = TRUE )", "row_format": null, "tbl_properties": null, "partitions": null, "auto_refresh": true}, "description": "External table of osmosis validator metadata files", "columns": {"rank": {"name": "rank", "description": "", "meta": {}, "data_type": "number", "quote": null, "tags": [], "expression": "value:rank::number"}, "account_address": {"name": "account_address", "description": "", "meta": {}, "data_type": "string", "quote": null, "tags": [], "expression": "value:account_address::string"}, "operator_address": {"name": "operator_address", "description": "", "meta": {}, "data_type": "string", "quote": null, "tags": [], "expression": "value:operator_address::string"}, "consensus_pubkey": {"name": "consensus_pubkey", "description": "", "meta": {}, "data_type": "string", "quote": null, "tags": [], "expression": "value:consensus_pubkey::string"}, "jailed": {"name": "jailed", "description": "", "meta": {}, "data_type": "boolean", "quote": null, "tags": [], "expression": "value:jailed::boolean"}, "status": {"name": "status", "description": "", "meta": {}, "data_type": "number", "quote": null, "tags": [], "expression": "value:status::number"}, "tokens": {"name": "tokens", "description": "", "meta": {}, "data_type": "number", "quote": null, "tags": [], "expression": "value:tokens::number"}, "delegator_shares": {"name": "delegator_shares", "description": "", "meta": {}, "data_type": "float", "quote": null, "tags": [], "expression": "value:delegator_shares::float"}, "moniker": {"name": "moniker", "description": "", "meta": {}, "data_type": "string", "quote": null, "tags": [], "expression": "value:moniker::string"}, "identity": {"name": "identity", "description": "", "meta": {}, "data_type": "string", "quote": null, "tags": [], "expression": "value:identity::string"}, "website": {"name": "website", "description": "", "meta": {}, "data_type": "string", "quote": null, "tags": [], "expression": "value:website::string"}, "details": {"name": "details", "description": "", "meta": {}, "data_type": "string", "quote": null, "tags": [], "expression": "value:details::string"}, "unbonding_height": {"name": "unbonding_height", "description": "", "meta": {}, "data_type": "number", "quote": null, "tags": [], "expression": "value:unbonding_height::number"}, "unbonding_time": {"name": "unbonding_time", "description": "", "meta": {}, "data_type": "timestamp_ntz", "quote": null, "tags": [], "expression": "value:unbonding_time::string::timestamp_ntz"}, "rate": {"name": "rate", "description": "", "meta": {}, "data_type": "float", "quote": null, "tags": [], "expression": "value:rate::float"}, "max_rate": {"name": "max_rate", "description": "", "meta": {}, "data_type": "float", "quote": null, "tags": [], "expression": "value:max_rate::float"}, "max_change_rate": {"name": "max_change_rate", "description": "", "meta": {}, "data_type": "float", "quote": null, "tags": [], "expression": "value:max_change_rate::float"}, "uptime": {"name": "uptime", "description": "", "meta": {}, "data_type": "variant", "quote": null, "tags": [], "expression": "value:update::variant"}, "min_self_delegation": {"name": "min_self_delegation", "description": "", "meta": {}, "data_type": "number", "quote": null, "tags": [], "expression": "value:min_self_delegation::number"}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "OSMOSIS_DEV.bronze.validator_metadata_api", "created_at": 1670432242.4991965}, "source.osmosis_models.osmosis_external.asset_metadata_api": {"fqn": ["osmosis_models", "osmosis_external", "asset_metadata_api"], "database": "OSMOSIS_DEV", "schema": "bronze", "unique_id": "source.osmosis_models.osmosis_external.asset_metadata_api", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "models\\sources.yml", "original_file_path": "models\\sources.yml", "name": "asset_metadata_api", "source_name": "osmosis_external", "source_description": "", "loader": "S3", "identifier": "asset_metadata_api", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": {"location": "@osmosis.bronze.analytics_external_tables/OSMOSIS_DEV/ASSET_METADATA_API", "file_format": "( type = json, strip_outer_array = TRUE )", "row_format": null, "tbl_properties": null, "partitions": null, "auto_refresh": true}, "description": "External table of osmosis asset metadata files", "columns": {"base": {"name": "base", "description": "", "meta": {}, "data_type": "string", "quote": null, "tags": [], "expression": "value:base::string"}, "coingecko_id": {"name": "coingecko_id", "description": "", "meta": {}, "data_type": "string", "quote": null, "tags": [], "expression": "value:coingecko_id::string"}, "denom_units": {"name": "denom_units", "description": "", "meta": {}, "data_type": "array", "quote": null, "tags": [], "expression": "value:denom_units::array"}, "description": {"name": "description", "description": "", "meta": {}, "data_type": "string", "quote": null, "tags": [], "expression": "value:description::string"}, "ibc": {"name": "ibc", "description": "", "meta": {}, "data_type": "variant", "quote": null, "tags": [], "expression": "value:ibc::variant"}, "name": {"name": "name", "description": "", "meta": {}, "data_type": "string", "quote": null, "tags": [], "expression": "value:name::string"}, "symbol": {"name": "symbol", "description": "", "meta": {}, "data_type": "string", "quote": null, "tags": [], "expression": "value:symbol::string"}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "OSMOSIS_DEV.bronze.asset_metadata_api", "created_at": 1670432242.5001948}, "source.osmosis_models.osmosis_external.balances_api": {"fqn": ["osmosis_models", "osmosis_external", "balances_api"], "database": "OSMOSIS_DEV", "schema": "bronze", "unique_id": "source.osmosis_models.osmosis_external.balances_api", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "models\\sources.yml", "original_file_path": "models\\sources.yml", "name": "balances_api", "source_name": "osmosis_external", "source_description": "", "loader": "S3", "identifier": "balances_api", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": {"location": "@osmosis.bronze.analytics_external_tables/OSMOSIS/BALANCES_API", "file_format": "( type = json, strip_outer_array = TRUE )", "row_format": null, "tbl_properties": null, "partitions": [{"name": "_inserted_date", "description": "", "data_type": "string", "meta": {}, "expression": "substr((split_part(METADATA$FILENAME,'/',3)),16,10)"}], "auto_refresh": true}, "description": "Wallet balances from osmosis api", "columns": {"block_id": {"name": "block_id", "description": "", "meta": {}, "data_type": "number", "quote": null, "tags": []}, "address": {"name": "address", "description": "", "meta": {}, "data_type": "string", "quote": null, "tags": []}, "balances": {"name": "balances", "description": "", "meta": {}, "data_type": "array", "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "OSMOSIS_DEV.bronze.balances_api", "created_at": 1670432242.5001948}, "source.osmosis_models.osmosis_external.pool_balances_api": {"fqn": ["osmosis_models", "osmosis_external", "pool_balances_api"], "database": "OSMOSIS_DEV", "schema": "bronze", "unique_id": "source.osmosis_models.osmosis_external.pool_balances_api", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "models\\sources.yml", "original_file_path": "models\\sources.yml", "name": "pool_balances_api", "source_name": "osmosis_external", "source_description": "", "loader": "S3", "identifier": "pool_balances_api", "resource_type": "source", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": {"location": "@osmosis.bronze.analytics_external_tables/OSMOSIS_DEV/POOL_BALANCES_API", "file_format": "( type = json, strip_outer_array = TRUE )", "row_format": null, "tbl_properties": null, "partitions": null, "auto_refresh": true}, "description": "pool balances from osmosis api", "columns": {"block_id": {"name": "block_id", "description": "", "meta": {}, "data_type": "number", "quote": null, "tags": []}, "pools": {"name": "pools", "description": "", "meta": {}, "data_type": "variant", "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "OSMOSIS_DEV.bronze.pool_balances_api", "created_at": 1670432242.5001948}}, "macros": {"macro.osmosis_models.create_sps": {"unique_id": "macro.osmosis_models.create_sps", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "macros\\create_sps.sql", "original_file_path": "macros\\create_sps.sql", "name": "create_sps", "macro_sql": "{% macro create_sps() %}\r\n {% if target.database == 'OSMOSIS' %}\r\n CREATE SCHEMA IF NOT EXISTS _internal;\r\n {{ sp_create_prod_clone('_internal') }};\r\n {% endif %}\r\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.osmosis_models.sp_create_prod_clone"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.262645}, "macro.osmosis_models.create_udfs": {"unique_id": "macro.osmosis_models.create_udfs", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "macros\\create_udfs.sql", "original_file_path": "macros\\create_udfs.sql", "name": "create_udfs", "macro_sql": "{% macro create_udfs() %}\r\n {% set sql %}\r\n {{ udf_bulk_get_asset_metadata() }};\r\n {{ udf_bulk_get_balances() }};\r\n {{ udf_bulk_get_validator_metadata() }};\r\n {{ udf_bulk_get_pool_balances()}};\r\n {% endset %}\r\n {% do run_query(sql) %}\r\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.osmosis_models.udf_bulk_get_asset_metadata", "macro.osmosis_models.udf_bulk_get_balances", "macro.osmosis_models.udf_bulk_get_validator_metadata", "macro.osmosis_models.udf_bulk_get_pool_balances", "macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.2640467}, "macro.osmosis_models.generate_schema_name": {"unique_id": "macro.osmosis_models.generate_schema_name", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "macros\\custom_naming_macros.sql", "original_file_path": "macros\\custom_naming_macros.sql", "name": "generate_schema_name", "macro_sql": "{% macro generate_schema_name(\r\n custom_schema_name = none,\r\n node = none\r\n ) -%}\r\n {% set node_name = node.name %}\r\n {% set split_name = node_name.split('__') %}\r\n {{ split_name [0] | trim }}\r\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.2651236}, "macro.osmosis_models.generate_alias_name": {"unique_id": "macro.osmosis_models.generate_alias_name", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "macros\\custom_naming_macros.sql", "original_file_path": "macros\\custom_naming_macros.sql", "name": "generate_alias_name", "macro_sql": "{% macro generate_alias_name(\r\n custom_alias_name = none,\r\n node = none\r\n ) -%}\r\n {% set node_name = node.name %}\r\n {% set split_name = node_name.split('__') %}\r\n {{ split_name [1] | trim }}\r\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.2651236}, "macro.osmosis_models.run_sp_create_prod_clone": {"unique_id": "macro.osmosis_models.run_sp_create_prod_clone", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "macros\\run_sp_create_prod_clone.sql", "original_file_path": "macros\\run_sp_create_prod_clone.sql", "name": "run_sp_create_prod_clone", "macro_sql": "{% macro run_sp_create_prod_clone() %}\r\n{% set clone_query %}\r\ncall osmosis._internal.create_prod_clone('osmosis', 'osmosis_dev', 'internal_dev');\r\n{% endset %}\r\n\r\n{% do run_query(clone_query) %}\r\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.266197}, "macro.osmosis_models.sp_create_prod_clone": {"unique_id": "macro.osmosis_models.sp_create_prod_clone", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "macros\\sp_create_prod_clone.sql", "original_file_path": "macros\\sp_create_prod_clone.sql", "name": "sp_create_prod_clone", "macro_sql": "{% macro sp_create_prod_clone(target_schema) -%}\r\n\r\ncreate or replace procedure {{ target_schema }}.create_prod_clone(source_db_name string, destination_db_name string, role_name string)\r\nreturns boolean \r\nlanguage javascript\r\nexecute as caller\r\nas\r\n$$\r\n snowflake.execute({sqlText: `BEGIN TRANSACTION;`});\r\n try {\r\n snowflake.execute({sqlText: `DROP DATABASE IF EXISTS ${DESTINATION_DB_NAME}`});\r\n snowflake.execute({sqlText: `CREATE DATABASE ${DESTINATION_DB_NAME} CLONE ${SOURCE_DB_NAME}`});\r\n snowflake.execute({sqlText: `DROP SCHEMA ${DESTINATION_DB_NAME}._INTERNAL`}); /* this only needs to be in prod */\r\n\r\n var existing_schemas = snowflake.execute({sqlText: `SELECT table_schema\r\n FROM ${DESTINATION_DB_NAME}.INFORMATION_SCHEMA.TABLE_PRIVILEGES\r\n WHERE grantor IS NOT NULL\r\n GROUP BY 1;`});\r\n\r\n while (existing_schemas.next()) {\r\n var schema = existing_schemas.getColumnValue(1)\r\n snowflake.execute({sqlText: `GRANT OWNERSHIP ON SCHEMA ${DESTINATION_DB_NAME}.${schema} TO ROLE ${ROLE_NAME} COPY CURRENT GRANTS;`});\r\n }\r\n\r\n var existing_tables = snowflake.execute({sqlText: `SELECT table_schema, table_name\r\n FROM ${DESTINATION_DB_NAME}.INFORMATION_SCHEMA.TABLE_PRIVILEGES\r\n WHERE grantor IS NOT NULL\r\n GROUP BY 1,2;`});\r\n\r\n while (existing_tables.next()) {\r\n var schema = existing_tables.getColumnValue(1)\r\n var table_name = existing_tables.getColumnValue(2)\r\n snowflake.execute({sqlText: `GRANT OWNERSHIP ON TABLE ${DESTINATION_DB_NAME}.${schema}.${table_name} TO ROLE ${ROLE_NAME} COPY CURRENT GRANTS;`});\r\n }\r\n\r\n var existing_functions = snowflake.execute({sqlText: `SELECT function_schema, function_name, argument_signature\r\n FROM ${DESTINATION_DB_NAME}.INFORMATION_SCHEMA.FUNCTIONS;`});\r\n\r\n while (existing_functions.next()) {\r\n var schema = existing_functions.getColumnValue(1)\r\n var function_name = existing_functions.getColumnValue(2)\r\n var argument_signature = existing_functions.getColumnValue(3)\r\n snowflake.execute({sqlText: `GRANT OWNERSHIP ON FUNCTION ${DESTINATION_DB_NAME}.${schema}.${function_name}${argument_signature} to role ${ROLE_NAME};`});\r\n }\r\n\r\n var existing_procedures = snowflake.execute({sqlText: `SELECT procedure_schema, procedure_name, argument_signature\r\n FROM ${DESTINATION_DB_NAME}.INFORMATION_SCHEMA.PROCEDURES;`});\r\n\r\n while (existing_procedures.next()) {\r\n var schema = existing_procedures.getColumnValue(1)\r\n var procedure_name = existing_procedures.getColumnValue(2)\r\n var argument_signature = existing_procedures.getColumnValue(3)\r\n snowflake.execute({sqlText: `GRANT OWNERSHIP ON PROCEDURE ${DESTINATION_DB_NAME}.${schema}.${procedure_name}${argument_signature} to role ${ROLE_NAME};`});\r\n }\r\n\r\n snowflake.execute({sqlText: `GRANT OWNERSHIP ON DATABASE ${DESTINATION_DB_NAME} TO ROLE ${ROLE_NAME};`})\r\n snowflake.execute({sqlText: `COMMIT;`});\r\n } catch (err) {\r\n snowflake.execute({sqlText: `ROLLBACK;`});\r\n throw(err);\r\n }\r\n \r\n return true\r\n$$\r\n\r\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.2671955}, "macro.osmosis_models.get_blockchain_api": {"unique_id": "macro.osmosis_models.get_blockchain_api", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "macros\\snowflake_api\\get_blockchain_api.sql", "original_file_path": "macros\\snowflake_api\\get_blockchain_api.sql", "name": "get_blockchain_api", "macro_sql": "{% macro get_blockchain_api() %}\r\n {% set query %}\r\n CREATE schema if NOT EXISTS bronze_api;\r\n{% endset %}\r\n {% do run_query(query) %}\r\n {% set query %}\r\n CREATE TABLE if NOT EXISTS bronze_api.blockchain(\r\n call ARRAY,\r\n DATA variant,\r\n _inserted_timestamp timestamp_ntz\r\n );\r\n{% endset %}\r\n {% do run_query(query) %}\r\n {% set query %}\r\nINSERT INTO\r\n bronze_api.blockchain(\r\n call,\r\n DATA,\r\n _inserted_timestamp\r\n ) WITH base AS (\r\n SELECT\r\n *\r\n FROM\r\n (\r\n SELECT\r\n *,\r\n conditional_true_event(\r\n CASE\r\n WHEN rn_mod_out = 1 THEN TRUE\r\n ELSE FALSE\r\n END\r\n ) over (\r\n ORDER BY\r\n min_block\r\n ) groupID_out\r\n FROM\r\n (\r\n SELECT\r\n *,\r\n MOD(ROW_NUMBER() over(\r\n ORDER BY\r\n min_block), 200) rn_mod_out\r\n FROM\r\n (\r\n SELECT\r\n MIN(block_id) min_block,\r\n MAX(block_id) max_block,\r\n ARRAY_AGG(block_id) blocks\r\n FROM\r\n (\r\n SELECT\r\n conditional_true_event(\r\n CASE\r\n WHEN rn_mod = 1 THEN TRUE\r\n ELSE FALSE\r\n END\r\n ) over (\r\n ORDER BY\r\n block_ID\r\n ) groupID,\r\n block_id\r\n FROM\r\n (\r\n SELECT\r\n block_Id :: STRING block_Id,\r\n MOD(ROW_NUMBER() over(\r\n ORDER BY\r\n block_id), 20) rn_mod\r\n FROM\r\n (\r\n SELECT\r\n DISTINCT block_id\r\n FROM\r\n silver.blocks\r\n EXCEPT\r\n SELECT\r\n block_id\r\n FROM\r\n silver.blockchain\r\n )\r\n ORDER BY\r\n block_id\r\n )\r\n )\r\n GROUP BY\r\n groupID\r\n )\r\n )\r\n )\r\n WHERE\r\n groupID_out < 11\r\n ),\r\n calls AS (\r\n SELECT\r\n groupid_out,\r\n ARRAY_AGG(\r\n { 'jsonrpc': '2.0',\r\n 'id': min_block :: INT,\r\n 'method': 'blockchain',\r\n 'params': [min_block::STRING,max_block::STRING] }\r\n ) call\r\n FROM\r\n base\r\n GROUP BY\r\n groupid_out\r\n )\r\nSELECT\r\n call,\r\n ethereum.streamline.udf_json_rpc_call(\r\n 'https://osmosis-coke.allthatnode.com:56657/',{ 'x-allthatnode-api-key':(\r\n SELECT\r\n key\r\n FROM\r\n osmosis._internal.api_keys\r\n WHERE\r\n provider = 'allthatnode'\r\n ) },\r\n call\r\n ) AS DATA,\r\n SYSDATE()\r\nFROM\r\n calls;\r\n{% endset %}\r\n {% do run_query(query) %}\r\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.2701144}, "macro.osmosis_models.sp_bulk_get_asset_metadata": {"unique_id": "macro.osmosis_models.sp_bulk_get_asset_metadata", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "macros\\streamline\\bulk_get_asset_metadata\\sp_bulk_get_asset_metadata.sql", "original_file_path": "macros\\streamline\\bulk_get_asset_metadata\\sp_bulk_get_asset_metadata.sql", "name": "sp_bulk_get_asset_metadata", "macro_sql": "{% macro sp_bulk_get_asset_metadata() %}\r\n {% set sql %}\r\n CREATE\r\n OR REPLACE PROCEDURE silver.sp_bulk_get_asset_metadata() returns variant LANGUAGE SQL AS $$\r\nDECLARE\r\n RESULT VARCHAR;\r\nrow_cnt INTEGER;\r\nBEGIN\r\n row_cnt:= (\r\n SELECT\r\n COUNT(1)\r\n FROM\r\n {{ ref('silver__all_undecoded_assets') }}\r\n );\r\nif (\r\n row_cnt > 0\r\n ) THEN RESULT:= (\r\n SELECT\r\n silver.udf_bulk_get_asset_metadata()\r\n );\r\n ELSE RESULT:= NULL;\r\nEND if;\r\nRETURN RESULT;\r\nEND;$$ {% endset %}\r\n{% do run_query(sql) %}\r\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.2712026}, "macro.osmosis_models.udf_bulk_get_asset_metadata": {"unique_id": "macro.osmosis_models.udf_bulk_get_asset_metadata", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "macros\\streamline\\bulk_get_asset_metadata\\udf_bulk_get_asset_metadata.sql", "original_file_path": "macros\\streamline\\bulk_get_asset_metadata\\udf_bulk_get_asset_metadata.sql", "name": "udf_bulk_get_asset_metadata", "macro_sql": "{% macro udf_bulk_get_asset_metadata() %}\r\n CREATE\r\n OR REPLACE EXTERNAL FUNCTION silver.udf_bulk_get_asset_metadata() returns text api_integration = aws_osmosis_api_dev AS {% if target.database == 'OSMOSIS' %}\r\n 'https://k7jc1bnb8i.execute-api.us-east-1.amazonaws.com/prod/get_asset_metadata'\r\n {% else %}\r\n 'https://auacbjh2tj.execute-api.us-east-1.amazonaws.com/dev/get_asset_metadata'\r\n {%- endif %}\r\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.2721379}, "macro.osmosis_models.run_sp_bulk_get_balances": {"unique_id": "macro.osmosis_models.run_sp_bulk_get_balances", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "macros\\streamline\\bulk_get_balances\\run_sp_bulk_get_balances.sql", "original_file_path": "macros\\streamline\\bulk_get_balances\\run_sp_bulk_get_balances.sql", "name": "run_sp_bulk_get_balances", "macro_sql": "{% macro run_sp_bulk_get_balances() %}\r\n{% set sql %}\r\ncall silver.sp_bulk_get_balances();\r\n{% endset %}\r\n\r\n{% do run_query(sql) %}\r\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.2731886}, "macro.osmosis_models.sp_create_bulk_get_balances": {"unique_id": "macro.osmosis_models.sp_create_bulk_get_balances", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "macros\\streamline\\bulk_get_balances\\sp_create_bulk_get_balances.sql", "original_file_path": "macros\\streamline\\bulk_get_balances\\sp_create_bulk_get_balances.sql", "name": "sp_create_bulk_get_balances", "macro_sql": "{% macro sp_create_bulk_get_balances() %}\r\n{% set sql %}\r\nCREATE OR REPLACE PROCEDURE silver.sp_bulk_get_balances() \r\nRETURNS variant \r\nLANGUAGE SQL \r\nAS \r\n$$\r\n DECLARE\r\n RESULT VARCHAR;\r\n row_cnt INTEGER;\r\n BEGIN\r\n row_cnt:= (\r\n SELECT\r\n COUNT(1)\r\n FROM\r\n silver.all_unknown_balances\r\n );\r\n if (\r\n row_cnt > 0\r\n ) THEN RESULT:= (\r\n SELECT\r\n silver.udf_bulk_get_balances()\r\n );\r\n ELSE RESULT:= NULL;\r\n END if;\r\n RETURN RESULT;\r\n END;\r\n$${% endset %}\r\n{% do run_query(sql) %}\r\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.2741127}, "macro.osmosis_models.udf_bulk_get_balances": {"unique_id": "macro.osmosis_models.udf_bulk_get_balances", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "macros\\streamline\\bulk_get_balances\\udf_bulk_get_balances.sql", "original_file_path": "macros\\streamline\\bulk_get_balances\\udf_bulk_get_balances.sql", "name": "udf_bulk_get_balances", "macro_sql": "{% macro udf_bulk_get_balances() %}\r\n CREATE\r\n OR REPLACE EXTERNAL FUNCTION silver.udf_bulk_get_balances() returns text api_integration = aws_osmosis_api_dev AS {% if target.database == 'OSMOSIS' %}\r\n 'https://k7jc1bnb8i.execute-api.us-east-1.amazonaws.com/prod/bulk_get_balances'\r\n {% else %}\r\n 'https://auacbjh2tj.execute-api.us-east-1.amazonaws.com/dev/bulk_get_balances'\r\n {%- endif %}\r\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.2741127}, "macro.osmosis_models.sp_create_bulk_get_pool_balances": {"unique_id": "macro.osmosis_models.sp_create_bulk_get_pool_balances", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "macros\\streamline\\bulk_get_pool_balances\\sp_create_bulk_get_pool_balances.sql", "original_file_path": "macros\\streamline\\bulk_get_pool_balances\\sp_create_bulk_get_pool_balances.sql", "name": "sp_create_bulk_get_pool_balances", "macro_sql": "{% macro sp_create_bulk_get_pool_balances() %}\r\n{% set sql %}\r\nCREATE OR REPLACE PROCEDURE silver.sp_bulk_get_pool_balances() \r\nRETURNS variant \r\nLANGUAGE SQL \r\nAS \r\n$$\r\n DECLARE\r\n RESULT VARCHAR;\r\n row_cnt INTEGER;\r\n BEGIN\r\n row_cnt:= (\r\n SELECT\r\n COUNT(1)\r\n FROM\r\n silver.all_unknown_pool_balances\r\n );\r\n if (\r\n row_cnt > 0\r\n ) THEN RESULT:= (\r\n SELECT\r\n silver.udf_bulk_get_pool_balances()\r\n );\r\n ELSE RESULT:= NULL;\r\n END if;\r\n RETURN RESULT;\r\n END;\r\n$${% endset %}\r\n{% do run_query(sql) %}\r\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.2753046}, "macro.osmosis_models.udf_bulk_get_pool_balances": {"unique_id": "macro.osmosis_models.udf_bulk_get_pool_balances", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "macros\\streamline\\bulk_get_pool_balances\\udf_bulk_get_pool_balances.sql", "original_file_path": "macros\\streamline\\bulk_get_pool_balances\\udf_bulk_get_pool_balances.sql", "name": "udf_bulk_get_pool_balances", "macro_sql": "{% macro udf_bulk_get_pool_balances() %}\r\n CREATE\r\n OR REPLACE EXTERNAL FUNCTION silver.udf_bulk_get_pool_balances() returns text api_integration = aws_osmosis_api_dev AS {% if target.database == 'OSMOSIS' %}\r\n 'https://k7jc1bnb8i.execute-api.us-east-1.amazonaws.com/prod/bulk_get_pool_balances'\r\n {% else %}\r\n 'https://auacbjh2tj.execute-api.us-east-1.amazonaws.com/dev/bulk_get_pool_balances'\r\n {%- endif %}\r\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.2758036}, "macro.osmosis_models.run_sp_bulk_get_validator_metadata": {"unique_id": "macro.osmosis_models.run_sp_bulk_get_validator_metadata", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "macros\\streamline\\bulk_get_validator_metadata\\run_sp_bulk_get_validator_metadata.sql", "original_file_path": "macros\\streamline\\bulk_get_validator_metadata\\run_sp_bulk_get_validator_metadata.sql", "name": "run_sp_bulk_get_validator_metadata", "macro_sql": "{% macro run_sp_bulk_get_validator_metadata() %}\r\n{% set sql %}\r\ncall silver.sp_bulk_get_validator_metadata();\r\n{% endset %}\r\n\r\n{% do run_query(sql) %}\r\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.2758036}, "macro.osmosis_models.sp_create_bulk_get_validator_metadata": {"unique_id": "macro.osmosis_models.sp_create_bulk_get_validator_metadata", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "macros\\streamline\\bulk_get_validator_metadata\\sp_create_bulk_get_validator_metadata.sql", "original_file_path": "macros\\streamline\\bulk_get_validator_metadata\\sp_create_bulk_get_validator_metadata.sql", "name": "sp_create_bulk_get_validator_metadata", "macro_sql": "{% macro sp_create_bulk_get_validator_metadata() %}\r\n{% set sql %}\r\nCREATE OR REPLACE PROCEDURE silver.sp_bulk_get_validator_metadata() \r\nRETURNS variant \r\nLANGUAGE SQL \r\nAS \r\n$$\r\n DECLARE\r\n RESULT VARCHAR;\r\n BEGIN\r\n RESULT:= (\r\n SELECT\r\n silver.udf_bulk_get_validator_metadata()\r\n );\r\n RETURN RESULT;\r\n END;\r\n$${% endset %}\r\n{% do run_query(sql) %}\r\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.2769005}, "macro.osmosis_models.udf_bulk_get_validator_metadata": {"unique_id": "macro.osmosis_models.udf_bulk_get_validator_metadata", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "macros\\streamline\\bulk_get_validator_metadata\\udf_bulk_get_validator_metadata.sql", "original_file_path": "macros\\streamline\\bulk_get_validator_metadata\\udf_bulk_get_validator_metadata.sql", "name": "udf_bulk_get_validator_metadata", "macro_sql": "{% macro udf_bulk_get_validator_metadata() %}\r\n CREATE\r\n OR REPLACE EXTERNAL FUNCTION silver.udf_bulk_get_validator_metadata() returns text api_integration = aws_osmosis_api_dev AS {% if target.database == 'OSMOSIS' %}\r\n 'https://k7jc1bnb8i.execute-api.us-east-1.amazonaws.com/prod/get_validator_metadata'\r\n {% else %}\r\n 'https://auacbjh2tj.execute-api.us-east-1.amazonaws.com/dev/get_validator_metadata'\r\n {%- endif %}\r\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.2778392}, "macro.osmosis_models.test_compare_model_subset": {"unique_id": "macro.osmosis_models.test_compare_model_subset", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "macros\\tests\\compare_model_subset.sql", "original_file_path": "macros\\tests\\compare_model_subset.sql", "name": "test_compare_model_subset", "macro_sql": "{% test compare_model_subset(model, compare_model, compare_columns, model_condition) %}\r\n\r\n{% set compare_cols_csv = compare_columns | join(', ') %}\r\n\r\nwith a as (\r\n select {{compare_cols_csv}} from {{ model }}\r\n {{ model_condition }}\r\n),\r\nb as (\r\n select {{compare_cols_csv}} from {{ compare_model }}\r\n),\r\na_minus_b as (\r\n select * from a\r\n {{ dbt_utils.except() }}\r\n select * from b\r\n),\r\nb_minus_a as (\r\n select * from b\r\n {{ dbt_utils.except() }}\r\n select * from a\r\n),\r\nunioned as (\r\n select 'in_actual_not_in_expected' as which_diff, a_minus_b.* from a_minus_b\r\n union all\r\n select 'in_expected_not_in_actual' as which_diff, b_minus_a.* from b_minus_a\r\n)\r\nselect * from unioned\r\n\r\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.except"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.2778392}, "macro.osmosis_models.sequence_gaps": {"unique_id": "macro.osmosis_models.sequence_gaps", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "macros\\tests\\sequence_gaps.sql", "original_file_path": "macros\\tests\\sequence_gaps.sql", "name": "sequence_gaps", "macro_sql": "{% macro sequence_gaps(\r\n table,\r\n partition_by,\r\n column\r\n ) %}\r\n {%- set partition_sql = partition_by | join(\", \") -%}\r\n {%- set previous_column = \"prev_\" ~ column -%}\r\n WITH source AS (\r\n SELECT\r\n {{ partition_sql + \",\" if partition_sql }}\r\n {{ column }},\r\n LAG(\r\n {{ column }},\r\n 1\r\n ) over (\r\n {{ \"PARTITION BY \" ~ partition_sql if partition_sql }}\r\n ORDER BY\r\n {{ column }} ASC\r\n ) AS {{ previous_column }}\r\n FROM\r\n {{ table }}\r\n WHERE\r\n block_timestamp::date <= current_date - 1\r\n )\r\nSELECT\r\n {{ partition_sql + \",\" if partition_sql }}\r\n {{ previous_column }},\r\n {{ column }},\r\n {{ column }} - {{ previous_column }}\r\n - 1 AS gap\r\nFROM\r\n source\r\nWHERE\r\n {{ column }} - {{ previous_column }} <> 1\r\nORDER BY\r\n gap DESC\r\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.2799313}, "macro.osmosis_models.tx_gaps": {"unique_id": "macro.osmosis_models.tx_gaps", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "macros\\tests\\tx_gaps.sql", "original_file_path": "macros\\tests\\tx_gaps.sql", "name": "tx_gaps", "macro_sql": "{% macro tx_gaps(\r\n model\r\n ) %}\r\n WITH block_base AS (\r\n SELECT\r\n block_id,\r\n tx_count\r\n FROM\r\n {{ ref('silver__blocks') }}\r\n ),\r\n model_name AS (\r\n SELECT\r\n block_id,\r\n COUNT(\r\n DISTINCT tx_id\r\n ) AS model_tx_count\r\n FROM\r\n {{ model }}\r\n GROUP BY\r\n block_id\r\n )\r\nSELECT\r\n block_base.block_id,\r\n tx_count,\r\n model_name.block_id,\r\n model_tx_count\r\nFROM\r\n block_base\r\n LEFT JOIN model_name\r\n ON block_base.block_id = model_name.block_id\r\nWHERE\r\n tx_count <> model_tx_count\r\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.2808444}, "macro.dbt_snowflake.snowflake__create_table_as": {"unique_id": "macro.dbt_snowflake.snowflake__create_table_as", "package_name": "dbt_snowflake", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\snowflake", "path": "macros\\adapters.sql", "original_file_path": "macros\\adapters.sql", "name": "snowflake__create_table_as", "macro_sql": "{% macro snowflake__create_table_as(temporary, relation, sql) -%}\n {%- set transient = config.get('transient', default=true) -%}\n {%- set cluster_by_keys = config.get('cluster_by', default=none) -%}\n {%- set enable_automatic_clustering = config.get('automatic_clustering', default=false) -%}\n {%- set copy_grants = config.get('copy_grants', default=false) -%}\n\n {%- if cluster_by_keys is not none and cluster_by_keys is string -%}\n {%- set cluster_by_keys = [cluster_by_keys] -%}\n {%- endif -%}\n {%- if cluster_by_keys is not none -%}\n {%- set cluster_by_string = cluster_by_keys|join(\", \")-%}\n {% else %}\n {%- set cluster_by_string = none -%}\n {%- endif -%}\n {%- set sql_header = config.get('sql_header', none) -%}\n\n {{ sql_header if sql_header is not none }}\n\n create or replace {% if temporary -%}\n temporary\n {%- elif transient -%}\n transient\n {%- endif %} table {{ relation }} {% if copy_grants and not temporary -%} copy grants {%- endif %} as\n (\n {%- if cluster_by_string is not none -%}\n select * from(\n {{ sql }}\n ) order by ({{ cluster_by_string }})\n {%- else -%}\n {{ sql }}\n {%- endif %}\n );\n {% if cluster_by_string is not none and not temporary -%}\n alter table {{relation}} cluster by ({{cluster_by_string}});\n {%- endif -%}\n {% if enable_automatic_clustering and cluster_by_string is not none and not temporary -%}\n alter table {{relation}} resume recluster;\n {%- endif -%}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.2958393}, "macro.dbt_snowflake.get_column_comment_sql": {"unique_id": "macro.dbt_snowflake.get_column_comment_sql", "package_name": "dbt_snowflake", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\snowflake", "path": "macros\\adapters.sql", "original_file_path": "macros\\adapters.sql", "name": "get_column_comment_sql", "macro_sql": "{% macro get_column_comment_sql(column_name, column_dict) -%}\n {% if (column_name|upper in column_dict) -%}\n {% set matched_column = column_name|upper -%}\n {% elif (column_name|lower in column_dict) -%}\n {% set matched_column = column_name|lower -%}\n {% elif (column_name in column_dict) -%}\n {% set matched_column = column_name -%}\n {% else -%}\n {% set matched_column = None -%}\n {% endif -%}\n {% if matched_column -%}\n {{ adapter.quote(column_name) }} COMMENT $${{ column_dict[matched_column]['description'] | replace('$', '[$]') }}$$\n {%- else -%}\n {{ adapter.quote(column_name) }} COMMENT $$$$\n {%- endif -%}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.2969224}, "macro.dbt_snowflake.get_persist_docs_column_list": {"unique_id": "macro.dbt_snowflake.get_persist_docs_column_list", "package_name": "dbt_snowflake", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\snowflake", "path": "macros\\adapters.sql", "original_file_path": "macros\\adapters.sql", "name": "get_persist_docs_column_list", "macro_sql": "{% macro get_persist_docs_column_list(model_columns, query_columns) %}\n(\n {% for column_name in query_columns %}\n {{ get_column_comment_sql(column_name, model_columns) }}\n {{- \", \" if not loop.last else \"\" }}\n {% endfor %}\n)\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_snowflake.get_column_comment_sql"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.2969224}, "macro.dbt_snowflake.snowflake__create_view_as": {"unique_id": "macro.dbt_snowflake.snowflake__create_view_as", "package_name": "dbt_snowflake", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\snowflake", "path": "macros\\adapters.sql", "original_file_path": "macros\\adapters.sql", "name": "snowflake__create_view_as", "macro_sql": "{% macro snowflake__create_view_as(relation, sql) -%}\n {%- set secure = config.get('secure', default=false) -%}\n {%- set copy_grants = config.get('copy_grants', default=false) -%}\n {%- set sql_header = config.get('sql_header', none) -%}\n\n {{ sql_header if sql_header is not none }}\n create or replace {% if secure -%}\n secure\n {%- endif %} view {{ relation }}\n {% if config.persist_column_docs() -%}\n {% set model_columns = model.columns %}\n {% set query_columns = get_columns_in_query(sql) %}\n {{ get_persist_docs_column_list(model_columns, query_columns) }}\n\n {%- endif %}\n {% if copy_grants -%} copy grants {%- endif %} as (\n {{ sql }}\n );\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.get_columns_in_query", "macro.dbt_snowflake.get_persist_docs_column_list"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.297886}, "macro.dbt_snowflake.snowflake__get_columns_in_relation": {"unique_id": "macro.dbt_snowflake.snowflake__get_columns_in_relation", "package_name": "dbt_snowflake", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\snowflake", "path": "macros\\adapters.sql", "original_file_path": "macros\\adapters.sql", "name": "snowflake__get_columns_in_relation", "macro_sql": "{% macro snowflake__get_columns_in_relation(relation) -%}\n {%- set sql -%}\n describe table {{ relation }}\n {%- endset -%}\n {%- set result = run_query(sql) -%}\n\n {% set maximum = 10000 %}\n {% if (result | length) >= maximum %}\n {% set msg %}\n Too many columns in relation {{ relation }}! dbt can only get\n information about relations with fewer than {{ maximum }} columns.\n {% endset %}\n {% do exceptions.raise_compiler_error(msg) %}\n {% endif %}\n\n {% set columns = [] %}\n {% for row in result %}\n {% do columns.append(api.Column.from_description(row['name'], row['type'])) %}\n {% endfor %}\n {% do return(columns) %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.2989323}, "macro.dbt_snowflake.snowflake__list_schemas": {"unique_id": "macro.dbt_snowflake.snowflake__list_schemas", "package_name": "dbt_snowflake", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\snowflake", "path": "macros\\adapters.sql", "original_file_path": "macros\\adapters.sql", "name": "snowflake__list_schemas", "macro_sql": "{% macro snowflake__list_schemas(database) -%}\n {# 10k limit from here: https://docs.snowflake.net/manuals/sql-reference/sql/show-schemas.html#usage-notes #}\n {% set maximum = 10000 %}\n {% set sql -%}\n show terse schemas in database {{ database }}\n limit {{ maximum }}\n {%- endset %}\n {% set result = run_query(sql) %}\n {% if (result | length) >= maximum %}\n {% set msg %}\n Too many schemas in database {{ database }}! dbt can only get\n information about databases with fewer than {{ maximum }} schemas.\n {% endset %}\n {% do exceptions.raise_compiler_error(msg) %}\n {% endif %}\n {{ return(result) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.299937}, "macro.dbt_snowflake.snowflake__list_relations_without_caching": {"unique_id": "macro.dbt_snowflake.snowflake__list_relations_without_caching", "package_name": "dbt_snowflake", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\snowflake", "path": "macros\\adapters.sql", "original_file_path": "macros\\adapters.sql", "name": "snowflake__list_relations_without_caching", "macro_sql": "{% macro snowflake__list_relations_without_caching(schema_relation) %}\n {%- set sql -%}\n show terse objects in {{ schema_relation }}\n {%- endset -%}\n\n {%- set result = run_query(sql) -%}\n {% set maximum = 10000 %}\n {% if (result | length) >= maximum %}\n {% set msg %}\n Too many schemas in schema {{ schema_relation }}! dbt can only get\n information about schemas with fewer than {{ maximum }} objects.\n {% endset %}\n {% do exceptions.raise_compiler_error(msg) %}\n {% endif %}\n {%- do return(result) -%}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3009331}, "macro.dbt_snowflake.snowflake__check_schema_exists": {"unique_id": "macro.dbt_snowflake.snowflake__check_schema_exists", "package_name": "dbt_snowflake", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\snowflake", "path": "macros\\adapters.sql", "original_file_path": "macros\\adapters.sql", "name": "snowflake__check_schema_exists", "macro_sql": "{% macro snowflake__check_schema_exists(information_schema, schema) -%}\n {% call statement('check_schema_exists', fetch_result=True) -%}\n select count(*)\n from {{ information_schema }}.schemata\n where upper(schema_name) = upper('{{ schema }}')\n and upper(catalog_name) = upper('{{ information_schema.database }}')\n {%- endcall %}\n {{ return(load_result('check_schema_exists').table) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3009331}, "macro.dbt_snowflake.snowflake__current_timestamp": {"unique_id": "macro.dbt_snowflake.snowflake__current_timestamp", "package_name": "dbt_snowflake", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\snowflake", "path": "macros\\adapters.sql", "original_file_path": "macros\\adapters.sql", "name": "snowflake__current_timestamp", "macro_sql": "{% macro snowflake__current_timestamp() -%}\n convert_timezone('UTC', current_timestamp())\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3009331}, "macro.dbt_snowflake.snowflake__snapshot_string_as_time": {"unique_id": "macro.dbt_snowflake.snowflake__snapshot_string_as_time", "package_name": "dbt_snowflake", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\snowflake", "path": "macros\\adapters.sql", "original_file_path": "macros\\adapters.sql", "name": "snowflake__snapshot_string_as_time", "macro_sql": "{% macro snowflake__snapshot_string_as_time(timestamp) -%}\n {%- set result = \"to_timestamp_ntz('\" ~ timestamp ~ \"')\" -%}\n {{ return(result) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3019314}, "macro.dbt_snowflake.snowflake__snapshot_get_time": {"unique_id": "macro.dbt_snowflake.snowflake__snapshot_get_time", "package_name": "dbt_snowflake", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\snowflake", "path": "macros\\adapters.sql", "original_file_path": "macros\\adapters.sql", "name": "snowflake__snapshot_get_time", "macro_sql": "{% macro snowflake__snapshot_get_time() -%}\n to_timestamp_ntz({{ current_timestamp() }})\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.current_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3019314}, "macro.dbt_snowflake.snowflake__rename_relation": {"unique_id": "macro.dbt_snowflake.snowflake__rename_relation", "package_name": "dbt_snowflake", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\snowflake", "path": "macros\\adapters.sql", "original_file_path": "macros\\adapters.sql", "name": "snowflake__rename_relation", "macro_sql": "{% macro snowflake__rename_relation(from_relation, to_relation) -%}\n {% call statement('rename_relation') -%}\n alter table {{ from_relation }} rename to {{ to_relation }}\n {%- endcall %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3019314}, "macro.dbt_snowflake.snowflake__alter_column_type": {"unique_id": "macro.dbt_snowflake.snowflake__alter_column_type", "package_name": "dbt_snowflake", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\snowflake", "path": "macros\\adapters.sql", "original_file_path": "macros\\adapters.sql", "name": "snowflake__alter_column_type", "macro_sql": "{% macro snowflake__alter_column_type(relation, column_name, new_column_type) -%}\n {% call statement('alter_column_type') %}\n alter table {{ relation }} alter {{ adapter.quote(column_name) }} set data type {{ new_column_type }};\n {% endcall %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3019314}, "macro.dbt_snowflake.snowflake__alter_relation_comment": {"unique_id": "macro.dbt_snowflake.snowflake__alter_relation_comment", "package_name": "dbt_snowflake", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\snowflake", "path": "macros\\adapters.sql", "original_file_path": "macros\\adapters.sql", "name": "snowflake__alter_relation_comment", "macro_sql": "{% macro snowflake__alter_relation_comment(relation, relation_comment) -%}\n comment on {{ relation.type }} {{ relation }} IS $${{ relation_comment | replace('$', '[$]') }}$$;\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.302924}, "macro.dbt_snowflake.snowflake__alter_column_comment": {"unique_id": "macro.dbt_snowflake.snowflake__alter_column_comment", "package_name": "dbt_snowflake", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\snowflake", "path": "macros\\adapters.sql", "original_file_path": "macros\\adapters.sql", "name": "snowflake__alter_column_comment", "macro_sql": "{% macro snowflake__alter_column_comment(relation, column_dict) -%}\n {% set existing_columns = adapter.get_columns_in_relation(relation) | map(attribute=\"name\") | list %}\n alter {{ relation.type }} {{ relation }} alter\n {% for column_name in existing_columns if (column_name in existing_columns) or (column_name|lower in existing_columns) %}\n {{ get_column_comment_sql(column_name, column_dict) }} {{- ',' if not loop.last else ';' }}\n {% endfor %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_snowflake.get_column_comment_sql"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.302924}, "macro.dbt_snowflake.get_current_query_tag": {"unique_id": "macro.dbt_snowflake.get_current_query_tag", "package_name": "dbt_snowflake", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\snowflake", "path": "macros\\adapters.sql", "original_file_path": "macros\\adapters.sql", "name": "get_current_query_tag", "macro_sql": "{% macro get_current_query_tag() -%}\n {{ return(run_query(\"show parameters like 'query_tag' in session\").rows[0]['value']) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3039236}, "macro.dbt_snowflake.set_query_tag": {"unique_id": "macro.dbt_snowflake.set_query_tag", "package_name": "dbt_snowflake", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\snowflake", "path": "macros\\adapters.sql", "original_file_path": "macros\\adapters.sql", "name": "set_query_tag", "macro_sql": "{% macro set_query_tag() -%}\n {{ return(adapter.dispatch('set_query_tag', 'dbt')()) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_snowflake.snowflake__set_query_tag"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3039236}, "macro.dbt_snowflake.snowflake__set_query_tag": {"unique_id": "macro.dbt_snowflake.snowflake__set_query_tag", "package_name": "dbt_snowflake", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\snowflake", "path": "macros\\adapters.sql", "original_file_path": "macros\\adapters.sql", "name": "snowflake__set_query_tag", "macro_sql": "{% macro snowflake__set_query_tag() -%}\n {% set new_query_tag = config.get('query_tag') %}\n {% if new_query_tag %}\n {% set original_query_tag = get_current_query_tag() %}\n {{ log(\"Setting query_tag to '\" ~ new_query_tag ~ \"'. Will reset to '\" ~ original_query_tag ~ \"' after materialization.\") }}\n {% do run_query(\"alter session set query_tag = '{}'\".format(new_query_tag)) %}\n {{ return(original_query_tag)}}\n {% endif %}\n {{ return(none)}}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_snowflake.get_current_query_tag", "macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3039236}, "macro.dbt_snowflake.unset_query_tag": {"unique_id": "macro.dbt_snowflake.unset_query_tag", "package_name": "dbt_snowflake", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\snowflake", "path": "macros\\adapters.sql", "original_file_path": "macros\\adapters.sql", "name": "unset_query_tag", "macro_sql": "{% macro unset_query_tag(original_query_tag) -%}\n {{ return(adapter.dispatch('unset_query_tag', 'dbt')(original_query_tag)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_snowflake.snowflake__unset_query_tag"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3049324}, "macro.dbt_snowflake.snowflake__unset_query_tag": {"unique_id": "macro.dbt_snowflake.snowflake__unset_query_tag", "package_name": "dbt_snowflake", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\snowflake", "path": "macros\\adapters.sql", "original_file_path": "macros\\adapters.sql", "name": "snowflake__unset_query_tag", "macro_sql": "{% macro snowflake__unset_query_tag(original_query_tag) -%}\n {% set new_query_tag = config.get('query_tag') %}\n {% if new_query_tag %}\n {% if original_query_tag %}\n {{ log(\"Resetting query_tag to '\" ~ original_query_tag ~ \"'.\") }}\n {% do run_query(\"alter session set query_tag = '{}'\".format(original_query_tag)) %}\n {% else %}\n {{ log(\"No original query_tag, unsetting parameter.\") }}\n {% do run_query(\"alter session unset query_tag\") %}\n {% endif %}\n {% endif %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3049324}, "macro.dbt_snowflake.snowflake__alter_relation_add_remove_columns": {"unique_id": "macro.dbt_snowflake.snowflake__alter_relation_add_remove_columns", "package_name": "dbt_snowflake", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\snowflake", "path": "macros\\adapters.sql", "original_file_path": "macros\\adapters.sql", "name": "snowflake__alter_relation_add_remove_columns", "macro_sql": "{% macro snowflake__alter_relation_add_remove_columns(relation, add_columns, remove_columns) %}\n\n {% if add_columns %}\n\n {% set sql -%}\n alter {{ relation.type }} {{ relation }} add column\n {% for column in add_columns %}\n {{ column.name }} {{ column.data_type }}{{ ',' if not loop.last }}\n {% endfor %}\n {%- endset -%}\n\n {% do run_query(sql) %}\n\n {% endif %}\n\n {% if remove_columns %}\n\n {% set sql -%}\n alter {{ relation.type }} {{ relation }} drop column\n {% for column in remove_columns %}\n {{ column.name }}{{ ',' if not loop.last }}\n {% endfor %}\n {%- endset -%}\n\n {% do run_query(sql) %}\n\n {% endif %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3059356}, "macro.dbt_snowflake.snowflake_dml_explicit_transaction": {"unique_id": "macro.dbt_snowflake.snowflake_dml_explicit_transaction", "package_name": "dbt_snowflake", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\snowflake", "path": "macros\\adapters.sql", "original_file_path": "macros\\adapters.sql", "name": "snowflake_dml_explicit_transaction", "macro_sql": "{% macro snowflake_dml_explicit_transaction(dml) %}\n {#\n Use this macro to wrap all INSERT, MERGE, UPDATE, DELETE, and TRUNCATE\n statements before passing them into run_query(), or calling in the 'main' statement\n of a materialization\n #}\n {% set dml_transaction -%}\n begin;\n {{ dml }};\n commit;\n {%- endset %}\n\n {% do return(dml_transaction) %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3069434}, "macro.dbt_snowflake.snowflake__truncate_relation": {"unique_id": "macro.dbt_snowflake.snowflake__truncate_relation", "package_name": "dbt_snowflake", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\snowflake", "path": "macros\\adapters.sql", "original_file_path": "macros\\adapters.sql", "name": "snowflake__truncate_relation", "macro_sql": "{% macro snowflake__truncate_relation(relation) -%}\n {% set truncate_dml %}\n truncate table {{ relation }}\n {% endset %}\n {% call statement('truncate_relation') -%}\n {{ snowflake_dml_explicit_transaction(truncate_dml) }}\n {%- endcall %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt_snowflake.snowflake_dml_explicit_transaction"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3069434}, "macro.dbt_snowflake.snowflake__copy_grants": {"unique_id": "macro.dbt_snowflake.snowflake__copy_grants", "package_name": "dbt_snowflake", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\snowflake", "path": "macros\\adapters.sql", "original_file_path": "macros\\adapters.sql", "name": "snowflake__copy_grants", "macro_sql": "{% macro snowflake__copy_grants() %}\n {% set copy_grants = config.get('copy_grants', False) %}\n {{ return(copy_grants) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3069434}, "macro.dbt_snowflake.snowflake__support_multiple_grantees_per_dcl_statement": {"unique_id": "macro.dbt_snowflake.snowflake__support_multiple_grantees_per_dcl_statement", "package_name": "dbt_snowflake", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\snowflake", "path": "macros\\adapters.sql", "original_file_path": "macros\\adapters.sql", "name": "snowflake__support_multiple_grantees_per_dcl_statement", "macro_sql": "\n\n{%- macro snowflake__support_multiple_grantees_per_dcl_statement() -%}\n {{ return(False) }}\n{%- endmacro -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3069434}, "macro.dbt_snowflake.snowflake__get_catalog": {"unique_id": "macro.dbt_snowflake.snowflake__get_catalog", "package_name": "dbt_snowflake", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\snowflake", "path": "macros\\catalog.sql", "original_file_path": "macros\\catalog.sql", "name": "snowflake__get_catalog", "macro_sql": "{% macro snowflake__get_catalog(information_schema, schemas) -%}\n {% set query %}\n with tables as (\n\n select\n table_catalog as \"table_database\",\n table_schema as \"table_schema\",\n table_name as \"table_name\",\n table_type as \"table_type\",\n comment as \"table_comment\",\n\n -- note: this is the _role_ that owns the table\n table_owner as \"table_owner\",\n\n 'Clustering Key' as \"stats:clustering_key:label\",\n clustering_key as \"stats:clustering_key:value\",\n 'The key used to cluster this table' as \"stats:clustering_key:description\",\n (clustering_key is not null) as \"stats:clustering_key:include\",\n\n 'Row Count' as \"stats:row_count:label\",\n row_count as \"stats:row_count:value\",\n 'An approximate count of rows in this table' as \"stats:row_count:description\",\n (row_count is not null) as \"stats:row_count:include\",\n\n 'Approximate Size' as \"stats:bytes:label\",\n bytes as \"stats:bytes:value\",\n 'Approximate size of the table as reported by Snowflake' as \"stats:bytes:description\",\n (bytes is not null) as \"stats:bytes:include\",\n\n 'Last Modified' as \"stats:last_modified:label\",\n to_varchar(convert_timezone('UTC', last_altered), 'yyyy-mm-dd HH24:MI'||'UTC') as \"stats:last_modified:value\",\n 'The timestamp for last update/change' as \"stats:last_modified:description\",\n (last_altered is not null and table_type='BASE TABLE') as \"stats:last_modified:include\"\n\n from {{ information_schema }}.tables\n\n ),\n\n columns as (\n\n select\n table_catalog as \"table_database\",\n table_schema as \"table_schema\",\n table_name as \"table_name\",\n\n column_name as \"column_name\",\n ordinal_position as \"column_index\",\n data_type as \"column_type\",\n comment as \"column_comment\"\n\n from {{ information_schema }}.columns\n )\n\n select *\n from tables\n join columns using (\"table_database\", \"table_schema\", \"table_name\")\n where (\n {%- for schema in schemas -%}\n upper(\"table_schema\") = upper('{{ schema }}'){%- if not loop.last %} or {% endif -%}\n {%- endfor -%}\n )\n order by \"column_index\"\n {%- endset -%}\n\n {{ return(run_query(query)) }}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3089175}, "macro.dbt_snowflake.dbt_snowflake_validate_get_incremental_strategy": {"unique_id": "macro.dbt_snowflake.dbt_snowflake_validate_get_incremental_strategy", "package_name": "dbt_snowflake", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\snowflake", "path": "macros\\materializations\\incremental.sql", "original_file_path": "macros\\materializations\\incremental.sql", "name": "dbt_snowflake_validate_get_incremental_strategy", "macro_sql": "{% macro dbt_snowflake_validate_get_incremental_strategy(config) %}\n {#-- Find and validate the incremental strategy #}\n {%- set strategy = config.get(\"incremental_strategy\", default=\"merge\") -%}\n\n {% set invalid_strategy_msg -%}\n Invalid incremental strategy provided: {{ strategy }}\n Expected one of: 'merge', 'delete+insert'\n {%- endset %}\n {% if strategy not in ['merge', 'delete+insert'] %}\n {% do exceptions.raise_compiler_error(invalid_strategy_msg) %}\n {% endif %}\n\n {% do return(strategy) %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3109171}, "macro.dbt_snowflake.dbt_snowflake_get_incremental_sql": {"unique_id": "macro.dbt_snowflake.dbt_snowflake_get_incremental_sql", "package_name": "dbt_snowflake", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\snowflake", "path": "macros\\materializations\\incremental.sql", "original_file_path": "macros\\materializations\\incremental.sql", "name": "dbt_snowflake_get_incremental_sql", "macro_sql": "{% macro dbt_snowflake_get_incremental_sql(strategy, tmp_relation, target_relation, unique_key, dest_columns) %}\n {% if strategy == 'merge' %}\n {% do return(get_merge_sql(target_relation, tmp_relation, unique_key, dest_columns)) %}\n {% elif strategy == 'delete+insert' %}\n {% do return(get_delete_insert_merge_sql(target_relation, tmp_relation, unique_key, dest_columns)) %}\n {% else %}\n {% do exceptions.raise_compiler_error('invalid strategy: ' ~ strategy) %}\n {% endif %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.get_merge_sql", "macro.dbt.get_delete_insert_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3109171}, "macro.dbt_snowflake.materialization_incremental_snowflake": {"unique_id": "macro.dbt_snowflake.materialization_incremental_snowflake", "package_name": "dbt_snowflake", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\snowflake", "path": "macros\\materializations\\incremental.sql", "original_file_path": "macros\\materializations\\incremental.sql", "name": "materialization_incremental_snowflake", "macro_sql": "{% materialization incremental, adapter='snowflake' -%}\n\n {% set original_query_tag = set_query_tag() %}\n\n {%- set unique_key = config.get('unique_key') -%}\n {%- set full_refresh_mode = (should_full_refresh()) -%}\n\n {% set target_relation = this %}\n {% set existing_relation = load_relation(this) %}\n {% set tmp_relation = make_temp_relation(this) %}\n\n {% set grant_config = config.get('grants') %}\n\n {#-- Validate early so we don't run SQL if the strategy is invalid --#}\n {% set strategy = dbt_snowflake_validate_get_incremental_strategy(config) -%}\n {% set on_schema_change = incremental_validate_on_schema_change(config.get('on_schema_change'), default='ignore') %}\n\n {{ run_hooks(pre_hooks) }}\n\n {% if existing_relation is none %}\n {% set build_sql = create_table_as(False, target_relation, sql) %}\n\n {% elif existing_relation.is_view %}\n {#-- Can't overwrite a view with a table - we must drop --#}\n {{ log(\"Dropping relation \" ~ target_relation ~ \" because it is a view and this model is a table.\") }}\n {% do adapter.drop_relation(existing_relation) %}\n {% set build_sql = create_table_as(False, target_relation, sql) %}\n\n {% elif full_refresh_mode %}\n {% set build_sql = create_table_as(False, target_relation, sql) %}\n\n {% else %}\n {% do run_query(create_table_as(True, tmp_relation, sql)) %}\n {% do adapter.expand_target_column_types(\n from_relation=tmp_relation,\n to_relation=target_relation) %}\n {#-- Process schema changes. Returns dict of changes if successful. Use source columns for upserting/merging --#}\n {% set dest_columns = process_schema_changes(on_schema_change, tmp_relation, existing_relation) %}\n {% if not dest_columns %}\n {% set dest_columns = adapter.get_columns_in_relation(existing_relation) %}\n {% endif %}\n {% set build_sql = dbt_snowflake_get_incremental_sql(strategy, tmp_relation, target_relation, unique_key, dest_columns) %}\n\n {% endif %}\n\n {%- call statement('main') -%}\n {{ build_sql }}\n {%- endcall -%}\n\n {{ run_hooks(post_hooks) }}\n\n {% set target_relation = target_relation.incorporate(type='table') %}\n\n {% set should_revoke =\n should_revoke(existing_relation.is_table, full_refresh_mode) %}\n {% do apply_grants(target_relation, grant_config, should_revoke=should_revoke) %}\n\n {% do persist_docs(target_relation, model) %}\n\n {% do unset_query_tag(original_query_tag) %}\n\n {{ return({'relations': [target_relation]}) }}\n\n{%- endmaterialization %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_snowflake.set_query_tag", "macro.dbt.should_full_refresh", "macro.dbt.load_relation", "macro.dbt.make_temp_relation", "macro.dbt_snowflake.dbt_snowflake_validate_get_incremental_strategy", "macro.dbt.incremental_validate_on_schema_change", "macro.dbt.run_hooks", "macro.dbt.create_table_as", "macro.dbt.run_query", "macro.dbt.process_schema_changes", "macro.dbt_snowflake.dbt_snowflake_get_incremental_sql", "macro.dbt.statement", "macro.dbt.should_revoke", "macro.dbt.apply_grants", "macro.dbt.persist_docs", "macro.dbt_snowflake.unset_query_tag"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3149257}, "macro.dbt_snowflake.snowflake__get_merge_sql": {"unique_id": "macro.dbt_snowflake.snowflake__get_merge_sql", "package_name": "dbt_snowflake", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\snowflake", "path": "macros\\materializations\\merge.sql", "original_file_path": "macros\\materializations\\merge.sql", "name": "snowflake__get_merge_sql", "macro_sql": "{% macro snowflake__get_merge_sql(target, source_sql, unique_key, dest_columns, predicates) -%}\n\n {#\n Workaround for Snowflake not being happy with a merge on a constant-false predicate.\n When no unique_key is provided, this macro will do a regular insert. If a unique_key\n is provided, then this macro will do a proper merge instead.\n #}\n\n {%- set dest_cols_csv = get_quoted_csv(dest_columns | map(attribute='name')) -%}\n {%- set sql_header = config.get('sql_header', none) -%}\n\n {%- set dml -%}\n {%- if unique_key is none -%}\n\n {{ sql_header if sql_header is not none }}\n\n insert into {{ target }} ({{ dest_cols_csv }})\n (\n select {{ dest_cols_csv }}\n from {{ source_sql }}\n )\n\n {%- else -%}\n\n {{ default__get_merge_sql(target, source_sql, unique_key, dest_columns, predicates) }}\n\n {%- endif -%}\n {%- endset -%}\n\n {% do return(snowflake_dml_explicit_transaction(dml)) %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.get_quoted_csv", "macro.dbt.default__get_merge_sql", "macro.dbt_snowflake.snowflake_dml_explicit_transaction"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3162293}, "macro.dbt_snowflake.snowflake__get_delete_insert_merge_sql": {"unique_id": "macro.dbt_snowflake.snowflake__get_delete_insert_merge_sql", "package_name": "dbt_snowflake", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\snowflake", "path": "macros\\materializations\\merge.sql", "original_file_path": "macros\\materializations\\merge.sql", "name": "snowflake__get_delete_insert_merge_sql", "macro_sql": "{% macro snowflake__get_delete_insert_merge_sql(target, source, unique_key, dest_columns) %}\n {% set dml = default__get_delete_insert_merge_sql(target, source, unique_key, dest_columns) %}\n {% do return(snowflake_dml_explicit_transaction(dml)) %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__get_delete_insert_merge_sql", "macro.dbt_snowflake.snowflake_dml_explicit_transaction"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3162293}, "macro.dbt_snowflake.snowflake__snapshot_merge_sql": {"unique_id": "macro.dbt_snowflake.snowflake__snapshot_merge_sql", "package_name": "dbt_snowflake", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\snowflake", "path": "macros\\materializations\\merge.sql", "original_file_path": "macros\\materializations\\merge.sql", "name": "snowflake__snapshot_merge_sql", "macro_sql": "{% macro snowflake__snapshot_merge_sql(target, source, insert_cols) %}\n {% set dml = default__snapshot_merge_sql(target, source, insert_cols) %}\n {% do return(snowflake_dml_explicit_transaction(dml)) %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__snapshot_merge_sql", "macro.dbt_snowflake.snowflake_dml_explicit_transaction"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3173237}, "macro.dbt_snowflake.snowflake__load_csv_rows": {"unique_id": "macro.dbt_snowflake.snowflake__load_csv_rows", "package_name": "dbt_snowflake", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\snowflake", "path": "macros\\materializations\\seed.sql", "original_file_path": "macros\\materializations\\seed.sql", "name": "snowflake__load_csv_rows", "macro_sql": "{% macro snowflake__load_csv_rows(model, agate_table) %}\n {% set batch_size = get_batch_size() %}\n {% set cols_sql = get_seed_column_quoted_csv(model, agate_table.column_names) %}\n {% set bindings = [] %}\n\n {% set statements = [] %}\n\n {% for chunk in agate_table.rows | batch(batch_size) %}\n {% set bindings = [] %}\n\n {% for row in chunk %}\n {% do bindings.extend(row) %}\n {% endfor %}\n\n {% set sql %}\n insert into {{ this.render() }} ({{ cols_sql }}) values\n {% for row in chunk -%}\n ({%- for column in agate_table.column_names -%}\n %s\n {%- if not loop.last%},{%- endif %}\n {%- endfor -%})\n {%- if not loop.last%},{%- endif %}\n {%- endfor %}\n {% endset %}\n\n {% do adapter.add_query('BEGIN', auto_begin=False) %}\n {% do adapter.add_query(sql, bindings=bindings, abridge_sql_log=True) %}\n {% do adapter.add_query('COMMIT', auto_begin=False) %}\n\n {% if loop.index0 == 0 %}\n {% do statements.append(sql) %}\n {% endif %}\n {% endfor %}\n\n {# Return SQL so we can render it out into the compiled files #}\n {{ return(statements[0]) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.get_batch_size", "macro.dbt.get_seed_column_quoted_csv"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.320232}, "macro.dbt_snowflake.materialization_seed_snowflake": {"unique_id": "macro.dbt_snowflake.materialization_seed_snowflake", "package_name": "dbt_snowflake", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\snowflake", "path": "macros\\materializations\\seed.sql", "original_file_path": "macros\\materializations\\seed.sql", "name": "materialization_seed_snowflake", "macro_sql": "{% materialization seed, adapter='snowflake' %}\n {% set original_query_tag = set_query_tag() %}\n\n {% set relations = materialization_seed_default() %}\n\n {% do unset_query_tag(original_query_tag) %}\n\n {{ return(relations) }}\n{% endmaterialization %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_snowflake.set_query_tag", "macro.dbt.materialization_seed_default", "macro.dbt_snowflake.unset_query_tag"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.320232}, "macro.dbt_snowflake.materialization_snapshot_snowflake": {"unique_id": "macro.dbt_snowflake.materialization_snapshot_snowflake", "package_name": "dbt_snowflake", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\snowflake", "path": "macros\\materializations\\snapshot.sql", "original_file_path": "macros\\materializations\\snapshot.sql", "name": "materialization_snapshot_snowflake", "macro_sql": "{% materialization snapshot, adapter='snowflake' %}\n {% set original_query_tag = set_query_tag() %}\n {% set relations = materialization_snapshot_default() %}\n\n {% do unset_query_tag(original_query_tag) %}\n\n {{ return(relations) }}\n{% endmaterialization %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_snowflake.set_query_tag", "macro.dbt.materialization_snapshot_default", "macro.dbt_snowflake.unset_query_tag"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3213396}, "macro.dbt_snowflake.materialization_table_snowflake": {"unique_id": "macro.dbt_snowflake.materialization_table_snowflake", "package_name": "dbt_snowflake", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\snowflake", "path": "macros\\materializations\\table.sql", "original_file_path": "macros\\materializations\\table.sql", "name": "materialization_table_snowflake", "macro_sql": "{% materialization table, adapter='snowflake' %}\n\n {% set original_query_tag = set_query_tag() %}\n\n {%- set identifier = model['alias'] -%}\n\n {% set grant_config = config.get('grants') %}\n\n {%- set old_relation = adapter.get_relation(database=database, schema=schema, identifier=identifier) -%}\n {%- set target_relation = api.Relation.create(identifier=identifier,\n schema=schema,\n database=database, type='table') -%}\n\n {{ run_hooks(pre_hooks) }}\n\n {#-- Drop the relation if it was a view to \"convert\" it in a table. This may lead to\n -- downtime, but it should be a relatively infrequent occurrence #}\n {% if old_relation is not none and not old_relation.is_table %}\n {{ log(\"Dropping relation \" ~ old_relation ~ \" because it is of type \" ~ old_relation.type) }}\n {{ drop_relation_if_exists(old_relation) }}\n {% endif %}\n\n --build model\n {% call statement('main') -%}\n {{ create_table_as(false, target_relation, sql) }}\n {%- endcall %}\n\n {{ run_hooks(post_hooks) }}\n\n {% set should_revoke = should_revoke(old_relation, full_refresh_mode=True) %}\n {% do apply_grants(target_relation, grant_config, should_revoke=should_revoke) %}\n\n {% do persist_docs(target_relation, model) %}\n\n {% do unset_query_tag(original_query_tag) %}\n\n {{ return({'relations': [target_relation]}) }}\n\n{% endmaterialization %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_snowflake.set_query_tag", "macro.dbt.run_hooks", "macro.dbt.drop_relation_if_exists", "macro.dbt.statement", "macro.dbt.create_table_as", "macro.dbt.should_revoke", "macro.dbt.apply_grants", "macro.dbt.persist_docs", "macro.dbt_snowflake.unset_query_tag"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3235662}, "macro.dbt_snowflake.materialization_view_snowflake": {"unique_id": "macro.dbt_snowflake.materialization_view_snowflake", "package_name": "dbt_snowflake", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\snowflake", "path": "macros\\materializations\\view.sql", "original_file_path": "macros\\materializations\\view.sql", "name": "materialization_view_snowflake", "macro_sql": "{% materialization view, adapter='snowflake' -%}\n\n {% set original_query_tag = set_query_tag() %}\n {% set to_return = create_or_replace_view() %}\n\n {% set target_relation = this.incorporate(type='view') %}\n\n {% do persist_docs(target_relation, model, for_columns=false) %}\n\n {% do return(to_return) %}\n\n {% do unset_query_tag(original_query_tag) %}\n\n{%- endmaterialization %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_snowflake.set_query_tag", "macro.dbt.create_or_replace_view", "macro.dbt.persist_docs", "macro.dbt_snowflake.unset_query_tag"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.324698}, "macro.dbt_snowflake.snowflake__bool_or": {"unique_id": "macro.dbt_snowflake.snowflake__bool_or", "package_name": "dbt_snowflake", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\snowflake", "path": "macros\\utils\\bool_or.sql", "original_file_path": "macros\\utils\\bool_or.sql", "name": "snowflake__bool_or", "macro_sql": "{% macro snowflake__bool_or(expression) -%}\n\n boolor_agg({{ expression }})\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.324698}, "macro.dbt_snowflake.snowflake__escape_single_quotes": {"unique_id": "macro.dbt_snowflake.snowflake__escape_single_quotes", "package_name": "dbt_snowflake", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\snowflake", "path": "macros\\utils\\escape_single_quotes.sql", "original_file_path": "macros\\utils\\escape_single_quotes.sql", "name": "snowflake__escape_single_quotes", "macro_sql": "{% macro snowflake__escape_single_quotes(expression) -%}\n{{ expression | replace(\"'\", \"\\\\'\") }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3256621}, "macro.dbt_snowflake.snowflake__right": {"unique_id": "macro.dbt_snowflake.snowflake__right", "package_name": "dbt_snowflake", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\snowflake", "path": "macros\\utils\\right.sql", "original_file_path": "macros\\utils\\right.sql", "name": "snowflake__right", "macro_sql": "{% macro snowflake__right(string_text, length_expression) %}\n\n case when {{ length_expression }} = 0\n then ''\n else\n right(\n {{ string_text }},\n {{ length_expression }}\n )\n end\n\n{%- endmacro -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3256621}, "macro.dbt_snowflake.snowflake__safe_cast": {"unique_id": "macro.dbt_snowflake.snowflake__safe_cast", "package_name": "dbt_snowflake", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\snowflake", "path": "macros\\utils\\safe_cast.sql", "original_file_path": "macros\\utils\\safe_cast.sql", "name": "snowflake__safe_cast", "macro_sql": "{% macro snowflake__safe_cast(field, type) %}\n try_cast({{field}} as {{type}})\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3266869}, "macro.dbt.copy_grants": {"unique_id": "macro.dbt.copy_grants", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\apply_grants.sql", "original_file_path": "macros\\adapters\\apply_grants.sql", "name": "copy_grants", "macro_sql": "{% macro copy_grants() %}\n {{ return(adapter.dispatch('copy_grants', 'dbt')()) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_snowflake.snowflake__copy_grants"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.328689}, "macro.dbt.default__copy_grants": {"unique_id": "macro.dbt.default__copy_grants", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\apply_grants.sql", "original_file_path": "macros\\adapters\\apply_grants.sql", "name": "default__copy_grants", "macro_sql": "{% macro default__copy_grants() %}\n {{ return(True) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.328689}, "macro.dbt.support_multiple_grantees_per_dcl_statement": {"unique_id": "macro.dbt.support_multiple_grantees_per_dcl_statement", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\apply_grants.sql", "original_file_path": "macros\\adapters\\apply_grants.sql", "name": "support_multiple_grantees_per_dcl_statement", "macro_sql": "{% macro support_multiple_grantees_per_dcl_statement() %}\n {{ return(adapter.dispatch('support_multiple_grantees_per_dcl_statement', 'dbt')()) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_snowflake.snowflake__support_multiple_grantees_per_dcl_statement"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.328689}, "macro.dbt.default__support_multiple_grantees_per_dcl_statement": {"unique_id": "macro.dbt.default__support_multiple_grantees_per_dcl_statement", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\apply_grants.sql", "original_file_path": "macros\\adapters\\apply_grants.sql", "name": "default__support_multiple_grantees_per_dcl_statement", "macro_sql": "\n\n{%- macro default__support_multiple_grantees_per_dcl_statement() -%}\n {{ return(True) }}\n{%- endmacro -%}\n\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.328689}, "macro.dbt.should_revoke": {"unique_id": "macro.dbt.should_revoke", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\apply_grants.sql", "original_file_path": "macros\\adapters\\apply_grants.sql", "name": "should_revoke", "macro_sql": "{% macro should_revoke(existing_relation, full_refresh_mode=True) %}\n\n {% if not existing_relation %}\n {#-- The table doesn't already exist, so no grants to copy over --#}\n {{ return(False) }}\n {% elif full_refresh_mode %}\n {#-- The object is being REPLACED -- whether grants are copied over depends on the value of user config --#}\n {{ return(copy_grants()) }}\n {% else %}\n {#-- The table is being merged/upserted/inserted -- grants will be carried over --#}\n {{ return(True) }}\n {% endif %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.copy_grants"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.329695}, "macro.dbt.get_show_grant_sql": {"unique_id": "macro.dbt.get_show_grant_sql", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\apply_grants.sql", "original_file_path": "macros\\adapters\\apply_grants.sql", "name": "get_show_grant_sql", "macro_sql": "{% macro get_show_grant_sql(relation) %}\n {{ return(adapter.dispatch(\"get_show_grant_sql\", \"dbt\")(relation)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__get_show_grant_sql"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.329695}, "macro.dbt.default__get_show_grant_sql": {"unique_id": "macro.dbt.default__get_show_grant_sql", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\apply_grants.sql", "original_file_path": "macros\\adapters\\apply_grants.sql", "name": "default__get_show_grant_sql", "macro_sql": "{% macro default__get_show_grant_sql(relation) %}\n show grants on {{ relation }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.329695}, "macro.dbt.get_grant_sql": {"unique_id": "macro.dbt.get_grant_sql", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\apply_grants.sql", "original_file_path": "macros\\adapters\\apply_grants.sql", "name": "get_grant_sql", "macro_sql": "{% macro get_grant_sql(relation, privilege, grantees) %}\n {{ return(adapter.dispatch('get_grant_sql', 'dbt')(relation, privilege, grantees)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__get_grant_sql"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.329695}, "macro.dbt.default__get_grant_sql": {"unique_id": "macro.dbt.default__get_grant_sql", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\apply_grants.sql", "original_file_path": "macros\\adapters\\apply_grants.sql", "name": "default__get_grant_sql", "macro_sql": "\n\n{%- macro default__get_grant_sql(relation, privilege, grantees) -%}\n grant {{ privilege }} on {{ relation }} to {{ grantees | join(', ') }}\n{%- endmacro -%}\n\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.330684}, "macro.dbt.get_revoke_sql": {"unique_id": "macro.dbt.get_revoke_sql", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\apply_grants.sql", "original_file_path": "macros\\adapters\\apply_grants.sql", "name": "get_revoke_sql", "macro_sql": "{% macro get_revoke_sql(relation, privilege, grantees) %}\n {{ return(adapter.dispatch('get_revoke_sql', 'dbt')(relation, privilege, grantees)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__get_revoke_sql"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.330684}, "macro.dbt.default__get_revoke_sql": {"unique_id": "macro.dbt.default__get_revoke_sql", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\apply_grants.sql", "original_file_path": "macros\\adapters\\apply_grants.sql", "name": "default__get_revoke_sql", "macro_sql": "\n\n{%- macro default__get_revoke_sql(relation, privilege, grantees) -%}\n revoke {{ privilege }} on {{ relation }} from {{ grantees | join(', ') }}\n{%- endmacro -%}\n\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.330684}, "macro.dbt.get_dcl_statement_list": {"unique_id": "macro.dbt.get_dcl_statement_list", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\apply_grants.sql", "original_file_path": "macros\\adapters\\apply_grants.sql", "name": "get_dcl_statement_list", "macro_sql": "{% macro get_dcl_statement_list(relation, grant_config, get_dcl_macro) %}\n {{ return(adapter.dispatch('get_dcl_statement_list', 'dbt')(relation, grant_config, get_dcl_macro)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__get_dcl_statement_list"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3316944}, "macro.dbt.default__get_dcl_statement_list": {"unique_id": "macro.dbt.default__get_dcl_statement_list", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\apply_grants.sql", "original_file_path": "macros\\adapters\\apply_grants.sql", "name": "default__get_dcl_statement_list", "macro_sql": "\n\n{%- macro default__get_dcl_statement_list(relation, grant_config, get_dcl_macro) -%}\n {#\n -- Unpack grant_config into specific privileges and the set of users who need them granted/revoked.\n -- Depending on whether this database supports multiple grantees per statement, pass in the list of\n -- all grantees per privilege, or (if not) template one statement per privilege-grantee pair.\n -- `get_dcl_macro` will be either `get_grant_sql` or `get_revoke_sql`\n #}\n {%- set dcl_statements = [] -%}\n {%- for privilege, grantees in grant_config.items() %}\n {%- if support_multiple_grantees_per_dcl_statement() and grantees -%}\n {%- set dcl = get_dcl_macro(relation, privilege, grantees) -%}\n {%- do dcl_statements.append(dcl) -%}\n {%- else -%}\n {%- for grantee in grantees -%}\n {% set dcl = get_dcl_macro(relation, privilege, [grantee]) %}\n {%- do dcl_statements.append(dcl) -%}\n {% endfor -%}\n {%- endif -%}\n {%- endfor -%}\n {{ return(dcl_statements) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.support_multiple_grantees_per_dcl_statement"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3327162}, "macro.dbt.call_dcl_statements": {"unique_id": "macro.dbt.call_dcl_statements", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\apply_grants.sql", "original_file_path": "macros\\adapters\\apply_grants.sql", "name": "call_dcl_statements", "macro_sql": "{% macro call_dcl_statements(dcl_statement_list) %}\n {{ return(adapter.dispatch(\"call_dcl_statements\", \"dbt\")(dcl_statement_list)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__call_dcl_statements"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3327162}, "macro.dbt.default__call_dcl_statements": {"unique_id": "macro.dbt.default__call_dcl_statements", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\apply_grants.sql", "original_file_path": "macros\\adapters\\apply_grants.sql", "name": "default__call_dcl_statements", "macro_sql": "{% macro default__call_dcl_statements(dcl_statement_list) %}\n {#\n -- By default, supply all grant + revoke statements in a single semicolon-separated block,\n -- so that they're all processed together.\n\n -- Some databases do not support this. Those adapters will need to override this macro\n -- to run each statement individually.\n #}\n {% call statement('grants') %}\n {% for dcl_statement in dcl_statement_list %}\n {{ dcl_statement }};\n {% endfor %}\n {% endcall %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3327162}, "macro.dbt.apply_grants": {"unique_id": "macro.dbt.apply_grants", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\apply_grants.sql", "original_file_path": "macros\\adapters\\apply_grants.sql", "name": "apply_grants", "macro_sql": "{% macro apply_grants(relation, grant_config, should_revoke) %}\n {{ return(adapter.dispatch(\"apply_grants\", \"dbt\")(relation, grant_config, should_revoke)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__apply_grants"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3337142}, "macro.dbt.default__apply_grants": {"unique_id": "macro.dbt.default__apply_grants", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\apply_grants.sql", "original_file_path": "macros\\adapters\\apply_grants.sql", "name": "default__apply_grants", "macro_sql": "{% macro default__apply_grants(relation, grant_config, should_revoke=True) %}\n {#-- If grant_config is {} or None, this is a no-op --#}\n {% if grant_config %}\n {% if should_revoke %}\n {#-- We think previous grants may have carried over --#}\n {#-- Show current grants and calculate diffs --#}\n {% set current_grants_table = run_query(get_show_grant_sql(relation)) %}\n {% set current_grants_dict = adapter.standardize_grants_dict(current_grants_table) %}\n {% set needs_granting = diff_of_two_dicts(grant_config, current_grants_dict) %}\n {% set needs_revoking = diff_of_two_dicts(current_grants_dict, grant_config) %}\n {% if not (needs_granting or needs_revoking) %}\n {{ log('On ' ~ relation ~': All grants are in place, no revocation or granting needed.')}}\n {% endif %}\n {% else %}\n {#-- We don't think there's any chance of previous grants having carried over. --#}\n {#-- Jump straight to granting what the user has configured. --#}\n {% set needs_revoking = {} %}\n {% set needs_granting = grant_config %}\n {% endif %}\n {% if needs_granting or needs_revoking %}\n {% set revoke_statement_list = get_dcl_statement_list(relation, needs_revoking, get_revoke_sql) %}\n {% set grant_statement_list = get_dcl_statement_list(relation, needs_granting, get_grant_sql) %}\n {% set dcl_statement_list = revoke_statement_list + grant_statement_list %}\n {% if dcl_statement_list %}\n {{ call_dcl_statements(dcl_statement_list) }}\n {% endif %}\n {% endif %}\n {% endif %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.run_query", "macro.dbt.get_show_grant_sql", "macro.dbt.get_dcl_statement_list", "macro.dbt.call_dcl_statements"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.334714}, "macro.dbt.get_columns_in_relation": {"unique_id": "macro.dbt.get_columns_in_relation", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\columns.sql", "original_file_path": "macros\\adapters\\columns.sql", "name": "get_columns_in_relation", "macro_sql": "{% macro get_columns_in_relation(relation) -%}\n {{ return(adapter.dispatch('get_columns_in_relation', 'dbt')(relation)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_snowflake.snowflake__get_columns_in_relation"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3368108}, "macro.dbt.default__get_columns_in_relation": {"unique_id": "macro.dbt.default__get_columns_in_relation", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\columns.sql", "original_file_path": "macros\\adapters\\columns.sql", "name": "default__get_columns_in_relation", "macro_sql": "{% macro default__get_columns_in_relation(relation) -%}\n {{ exceptions.raise_not_implemented(\n 'get_columns_in_relation macro not implemented for adapter '+adapter.type()) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3378108}, "macro.dbt.sql_convert_columns_in_relation": {"unique_id": "macro.dbt.sql_convert_columns_in_relation", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\columns.sql", "original_file_path": "macros\\adapters\\columns.sql", "name": "sql_convert_columns_in_relation", "macro_sql": "{% macro sql_convert_columns_in_relation(table) -%}\n {% set columns = [] %}\n {% for row in table %}\n {% do columns.append(api.Column(*row)) %}\n {% endfor %}\n {{ return(columns) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3378108}, "macro.dbt.get_columns_in_query": {"unique_id": "macro.dbt.get_columns_in_query", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\columns.sql", "original_file_path": "macros\\adapters\\columns.sql", "name": "get_columns_in_query", "macro_sql": "{% macro get_columns_in_query(select_sql) -%}\n {{ return(adapter.dispatch('get_columns_in_query', 'dbt')(select_sql)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__get_columns_in_query"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3378108}, "macro.dbt.default__get_columns_in_query": {"unique_id": "macro.dbt.default__get_columns_in_query", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\columns.sql", "original_file_path": "macros\\adapters\\columns.sql", "name": "default__get_columns_in_query", "macro_sql": "{% macro default__get_columns_in_query(select_sql) %}\n {% call statement('get_columns_in_query', fetch_result=True, auto_begin=False) -%}\n select * from (\n {{ select_sql }}\n ) as __dbt_sbq\n where false\n limit 0\n {% endcall %}\n\n {{ return(load_result('get_columns_in_query').table.columns | map(attribute='name') | list) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3387146}, "macro.dbt.alter_column_type": {"unique_id": "macro.dbt.alter_column_type", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\columns.sql", "original_file_path": "macros\\adapters\\columns.sql", "name": "alter_column_type", "macro_sql": "{% macro alter_column_type(relation, column_name, new_column_type) -%}\n {{ return(adapter.dispatch('alter_column_type', 'dbt')(relation, column_name, new_column_type)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_snowflake.snowflake__alter_column_type"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3387146}, "macro.dbt.default__alter_column_type": {"unique_id": "macro.dbt.default__alter_column_type", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\columns.sql", "original_file_path": "macros\\adapters\\columns.sql", "name": "default__alter_column_type", "macro_sql": "{% macro default__alter_column_type(relation, column_name, new_column_type) -%}\n {#\n 1. Create a new column (w/ temp name and correct type)\n 2. Copy data over to it\n 3. Drop the existing column (cascade!)\n 4. Rename the new column to existing column\n #}\n {%- set tmp_column = column_name + \"__dbt_alter\" -%}\n\n {% call statement('alter_column_type') %}\n alter table {{ relation }} add column {{ adapter.quote(tmp_column) }} {{ new_column_type }};\n update {{ relation }} set {{ adapter.quote(tmp_column) }} = {{ adapter.quote(column_name) }};\n alter table {{ relation }} drop column {{ adapter.quote(column_name) }} cascade;\n alter table {{ relation }} rename column {{ adapter.quote(tmp_column) }} to {{ adapter.quote(column_name) }}\n {% endcall %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3397996}, "macro.dbt.alter_relation_add_remove_columns": {"unique_id": "macro.dbt.alter_relation_add_remove_columns", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\columns.sql", "original_file_path": "macros\\adapters\\columns.sql", "name": "alter_relation_add_remove_columns", "macro_sql": "{% macro alter_relation_add_remove_columns(relation, add_columns = none, remove_columns = none) -%}\n {{ return(adapter.dispatch('alter_relation_add_remove_columns', 'dbt')(relation, add_columns, remove_columns)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_snowflake.snowflake__alter_relation_add_remove_columns"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3397996}, "macro.dbt.default__alter_relation_add_remove_columns": {"unique_id": "macro.dbt.default__alter_relation_add_remove_columns", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\columns.sql", "original_file_path": "macros\\adapters\\columns.sql", "name": "default__alter_relation_add_remove_columns", "macro_sql": "{% macro default__alter_relation_add_remove_columns(relation, add_columns, remove_columns) %}\n\n {% if add_columns is none %}\n {% set add_columns = [] %}\n {% endif %}\n {% if remove_columns is none %}\n {% set remove_columns = [] %}\n {% endif %}\n\n {% set sql -%}\n\n alter {{ relation.type }} {{ relation }}\n\n {% for column in add_columns %}\n add column {{ column.name }} {{ column.data_type }}{{ ',' if not loop.last }}\n {% endfor %}{{ ',' if add_columns and remove_columns }}\n\n {% for column in remove_columns %}\n drop column {{ column.name }}{{ ',' if not loop.last }}\n {% endfor %}\n\n {%- endset -%}\n\n {% do run_query(sql) %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.340751}, "macro.dbt.current_timestamp": {"unique_id": "macro.dbt.current_timestamp", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\freshness.sql", "original_file_path": "macros\\adapters\\freshness.sql", "name": "current_timestamp", "macro_sql": "{% macro current_timestamp() -%}\n {{ adapter.dispatch('current_timestamp', 'dbt')() }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_snowflake.snowflake__current_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3417943}, "macro.dbt.default__current_timestamp": {"unique_id": "macro.dbt.default__current_timestamp", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\freshness.sql", "original_file_path": "macros\\adapters\\freshness.sql", "name": "default__current_timestamp", "macro_sql": "{% macro default__current_timestamp() -%}\n {{ exceptions.raise_not_implemented(\n 'current_timestamp macro not implemented for adapter '+adapter.type()) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.342799}, "macro.dbt.collect_freshness": {"unique_id": "macro.dbt.collect_freshness", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\freshness.sql", "original_file_path": "macros\\adapters\\freshness.sql", "name": "collect_freshness", "macro_sql": "{% macro collect_freshness(source, loaded_at_field, filter) %}\n {{ return(adapter.dispatch('collect_freshness', 'dbt')(source, loaded_at_field, filter))}}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__collect_freshness"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.342799}, "macro.dbt.default__collect_freshness": {"unique_id": "macro.dbt.default__collect_freshness", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\freshness.sql", "original_file_path": "macros\\adapters\\freshness.sql", "name": "default__collect_freshness", "macro_sql": "{% macro default__collect_freshness(source, loaded_at_field, filter) %}\n {% call statement('collect_freshness', fetch_result=True, auto_begin=False) -%}\n select\n max({{ loaded_at_field }}) as max_loaded_at,\n {{ current_timestamp() }} as snapshotted_at\n from {{ source }}\n {% if filter %}\n where {{ filter }}\n {% endif %}\n {% endcall %}\n {{ return(load_result('collect_freshness').table) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt_utils.current_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3437157}, "macro.dbt.get_create_index_sql": {"unique_id": "macro.dbt.get_create_index_sql", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\indexes.sql", "original_file_path": "macros\\adapters\\indexes.sql", "name": "get_create_index_sql", "macro_sql": "{% macro get_create_index_sql(relation, index_dict) -%}\n {{ return(adapter.dispatch('get_create_index_sql', 'dbt')(relation, index_dict)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__get_create_index_sql"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3437157}, "macro.dbt.default__get_create_index_sql": {"unique_id": "macro.dbt.default__get_create_index_sql", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\indexes.sql", "original_file_path": "macros\\adapters\\indexes.sql", "name": "default__get_create_index_sql", "macro_sql": "{% macro default__get_create_index_sql(relation, index_dict) -%}\n {% do return(None) %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3437157}, "macro.dbt.create_indexes": {"unique_id": "macro.dbt.create_indexes", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\indexes.sql", "original_file_path": "macros\\adapters\\indexes.sql", "name": "create_indexes", "macro_sql": "{% macro create_indexes(relation) -%}\n {{ adapter.dispatch('create_indexes', 'dbt')(relation) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__create_indexes"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3448055}, "macro.dbt.default__create_indexes": {"unique_id": "macro.dbt.default__create_indexes", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\indexes.sql", "original_file_path": "macros\\adapters\\indexes.sql", "name": "default__create_indexes", "macro_sql": "{% macro default__create_indexes(relation) -%}\n {%- set _indexes = config.get('indexes', default=[]) -%}\n\n {% for _index_dict in _indexes %}\n {% set create_index_sql = get_create_index_sql(relation, _index_dict) %}\n {% if create_index_sql %}\n {% do run_query(create_index_sql) %}\n {% endif %}\n {% endfor %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.get_create_index_sql", "macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3448055}, "macro.dbt.get_catalog": {"unique_id": "macro.dbt.get_catalog", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\metadata.sql", "original_file_path": "macros\\adapters\\metadata.sql", "name": "get_catalog", "macro_sql": "{% macro get_catalog(information_schema, schemas) -%}\n {{ return(adapter.dispatch('get_catalog', 'dbt')(information_schema, schemas)) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_snowflake.snowflake__get_catalog"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3468003}, "macro.dbt.default__get_catalog": {"unique_id": "macro.dbt.default__get_catalog", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\metadata.sql", "original_file_path": "macros\\adapters\\metadata.sql", "name": "default__get_catalog", "macro_sql": "{% macro default__get_catalog(information_schema, schemas) -%}\n\n {% set typename = adapter.type() %}\n {% set msg -%}\n get_catalog not implemented for {{ typename }}\n {%- endset %}\n\n {{ exceptions.raise_compiler_error(msg) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3478103}, "macro.dbt.information_schema_name": {"unique_id": "macro.dbt.information_schema_name", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\metadata.sql", "original_file_path": "macros\\adapters\\metadata.sql", "name": "information_schema_name", "macro_sql": "{% macro information_schema_name(database) %}\n {{ return(adapter.dispatch('information_schema_name', 'dbt')(database)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__information_schema_name"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3478103}, "macro.dbt.default__information_schema_name": {"unique_id": "macro.dbt.default__information_schema_name", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\metadata.sql", "original_file_path": "macros\\adapters\\metadata.sql", "name": "default__information_schema_name", "macro_sql": "{% macro default__information_schema_name(database) -%}\n {%- if database -%}\n {{ database }}.INFORMATION_SCHEMA\n {%- else -%}\n INFORMATION_SCHEMA\n {%- endif -%}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3478103}, "macro.dbt.list_schemas": {"unique_id": "macro.dbt.list_schemas", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\metadata.sql", "original_file_path": "macros\\adapters\\metadata.sql", "name": "list_schemas", "macro_sql": "{% macro list_schemas(database) -%}\n {{ return(adapter.dispatch('list_schemas', 'dbt')(database)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_snowflake.snowflake__list_schemas"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3478103}, "macro.dbt.default__list_schemas": {"unique_id": "macro.dbt.default__list_schemas", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\metadata.sql", "original_file_path": "macros\\adapters\\metadata.sql", "name": "default__list_schemas", "macro_sql": "{% macro default__list_schemas(database) -%}\n {% set sql %}\n select distinct schema_name\n from {{ information_schema_name(database) }}.SCHEMATA\n where catalog_name ilike '{{ database }}'\n {% endset %}\n {{ return(run_query(sql)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.information_schema_name", "macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.34881}, "macro.dbt.check_schema_exists": {"unique_id": "macro.dbt.check_schema_exists", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\metadata.sql", "original_file_path": "macros\\adapters\\metadata.sql", "name": "check_schema_exists", "macro_sql": "{% macro check_schema_exists(information_schema, schema) -%}\n {{ return(adapter.dispatch('check_schema_exists', 'dbt')(information_schema, schema)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_snowflake.snowflake__check_schema_exists"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.34881}, "macro.dbt.default__check_schema_exists": {"unique_id": "macro.dbt.default__check_schema_exists", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\metadata.sql", "original_file_path": "macros\\adapters\\metadata.sql", "name": "default__check_schema_exists", "macro_sql": "{% macro default__check_schema_exists(information_schema, schema) -%}\n {% set sql -%}\n select count(*)\n from {{ information_schema.replace(information_schema_view='SCHEMATA') }}\n where catalog_name='{{ information_schema.database }}'\n and schema_name='{{ schema }}'\n {%- endset %}\n {{ return(run_query(sql)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.replace", "macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.34881}, "macro.dbt.list_relations_without_caching": {"unique_id": "macro.dbt.list_relations_without_caching", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\metadata.sql", "original_file_path": "macros\\adapters\\metadata.sql", "name": "list_relations_without_caching", "macro_sql": "{% macro list_relations_without_caching(schema_relation) %}\n {{ return(adapter.dispatch('list_relations_without_caching', 'dbt')(schema_relation)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_snowflake.snowflake__list_relations_without_caching"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.34881}, "macro.dbt.default__list_relations_without_caching": {"unique_id": "macro.dbt.default__list_relations_without_caching", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\metadata.sql", "original_file_path": "macros\\adapters\\metadata.sql", "name": "default__list_relations_without_caching", "macro_sql": "{% macro default__list_relations_without_caching(schema_relation) %}\n {{ exceptions.raise_not_implemented(\n 'list_relations_without_caching macro not implemented for adapter '+adapter.type()) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3498182}, "macro.dbt.alter_column_comment": {"unique_id": "macro.dbt.alter_column_comment", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\persist_docs.sql", "original_file_path": "macros\\adapters\\persist_docs.sql", "name": "alter_column_comment", "macro_sql": "{% macro alter_column_comment(relation, column_dict) -%}\n {{ return(adapter.dispatch('alter_column_comment', 'dbt')(relation, column_dict)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_snowflake.snowflake__alter_column_comment"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3508105}, "macro.dbt.default__alter_column_comment": {"unique_id": "macro.dbt.default__alter_column_comment", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\persist_docs.sql", "original_file_path": "macros\\adapters\\persist_docs.sql", "name": "default__alter_column_comment", "macro_sql": "{% macro default__alter_column_comment(relation, column_dict) -%}\n {{ exceptions.raise_not_implemented(\n 'alter_column_comment macro not implemented for adapter '+adapter.type()) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3508105}, "macro.dbt.alter_relation_comment": {"unique_id": "macro.dbt.alter_relation_comment", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\persist_docs.sql", "original_file_path": "macros\\adapters\\persist_docs.sql", "name": "alter_relation_comment", "macro_sql": "{% macro alter_relation_comment(relation, relation_comment) -%}\n {{ return(adapter.dispatch('alter_relation_comment', 'dbt')(relation, relation_comment)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_snowflake.snowflake__alter_relation_comment"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3508105}, "macro.dbt.default__alter_relation_comment": {"unique_id": "macro.dbt.default__alter_relation_comment", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\persist_docs.sql", "original_file_path": "macros\\adapters\\persist_docs.sql", "name": "default__alter_relation_comment", "macro_sql": "{% macro default__alter_relation_comment(relation, relation_comment) -%}\n {{ exceptions.raise_not_implemented(\n 'alter_relation_comment macro not implemented for adapter '+adapter.type()) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3508105}, "macro.dbt.persist_docs": {"unique_id": "macro.dbt.persist_docs", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\persist_docs.sql", "original_file_path": "macros\\adapters\\persist_docs.sql", "name": "persist_docs", "macro_sql": "{% macro persist_docs(relation, model, for_relation=true, for_columns=true) -%}\n {{ return(adapter.dispatch('persist_docs', 'dbt')(relation, model, for_relation, for_columns)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__persist_docs"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.351815}, "macro.dbt.default__persist_docs": {"unique_id": "macro.dbt.default__persist_docs", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\persist_docs.sql", "original_file_path": "macros\\adapters\\persist_docs.sql", "name": "default__persist_docs", "macro_sql": "{% macro default__persist_docs(relation, model, for_relation, for_columns) -%}\n {% if for_relation and config.persist_relation_docs() and model.description %}\n {% do run_query(alter_relation_comment(relation, model.description)) %}\n {% endif %}\n\n {% if for_columns and config.persist_column_docs() and model.columns %}\n {% do run_query(alter_column_comment(relation, model.columns)) %}\n {% endif %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.run_query", "macro.dbt.alter_relation_comment", "macro.dbt.alter_column_comment"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.351815}, "macro.dbt.make_intermediate_relation": {"unique_id": "macro.dbt.make_intermediate_relation", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\relation.sql", "original_file_path": "macros\\adapters\\relation.sql", "name": "make_intermediate_relation", "macro_sql": "{% macro make_intermediate_relation(base_relation, suffix='__dbt_tmp') %}\n {{ return(adapter.dispatch('make_intermediate_relation', 'dbt')(base_relation, suffix)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__make_intermediate_relation"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3558009}, "macro.dbt.default__make_intermediate_relation": {"unique_id": "macro.dbt.default__make_intermediate_relation", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\relation.sql", "original_file_path": "macros\\adapters\\relation.sql", "name": "default__make_intermediate_relation", "macro_sql": "{% macro default__make_intermediate_relation(base_relation, suffix) %}\n {{ return(default__make_temp_relation(base_relation, suffix)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__make_temp_relation"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3558009}, "macro.dbt.make_temp_relation": {"unique_id": "macro.dbt.make_temp_relation", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\relation.sql", "original_file_path": "macros\\adapters\\relation.sql", "name": "make_temp_relation", "macro_sql": "{% macro make_temp_relation(base_relation, suffix='__dbt_tmp') %}\n {{ return(adapter.dispatch('make_temp_relation', 'dbt')(base_relation, suffix)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__make_temp_relation"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3568094}, "macro.dbt.default__make_temp_relation": {"unique_id": "macro.dbt.default__make_temp_relation", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\relation.sql", "original_file_path": "macros\\adapters\\relation.sql", "name": "default__make_temp_relation", "macro_sql": "{% macro default__make_temp_relation(base_relation, suffix) %}\n {%- set temp_identifier = base_relation.identifier ~ suffix -%}\n {%- set temp_relation = base_relation.incorporate(\n path={\"identifier\": temp_identifier}) -%}\n\n {{ return(temp_relation) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3568094}, "macro.dbt.make_backup_relation": {"unique_id": "macro.dbt.make_backup_relation", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\relation.sql", "original_file_path": "macros\\adapters\\relation.sql", "name": "make_backup_relation", "macro_sql": "{% macro make_backup_relation(base_relation, backup_relation_type, suffix='__dbt_backup') %}\n {{ return(adapter.dispatch('make_backup_relation', 'dbt')(base_relation, backup_relation_type, suffix)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__make_backup_relation"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3568094}, "macro.dbt.default__make_backup_relation": {"unique_id": "macro.dbt.default__make_backup_relation", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\relation.sql", "original_file_path": "macros\\adapters\\relation.sql", "name": "default__make_backup_relation", "macro_sql": "{% macro default__make_backup_relation(base_relation, backup_relation_type, suffix) %}\n {%- set backup_identifier = base_relation.identifier ~ suffix -%}\n {%- set backup_relation = base_relation.incorporate(\n path={\"identifier\": backup_identifier},\n type=backup_relation_type\n ) -%}\n {{ return(backup_relation) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3578105}, "macro.dbt.drop_relation": {"unique_id": "macro.dbt.drop_relation", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\relation.sql", "original_file_path": "macros\\adapters\\relation.sql", "name": "drop_relation", "macro_sql": "{% macro drop_relation(relation) -%}\n {{ return(adapter.dispatch('drop_relation', 'dbt')(relation)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__drop_relation"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3578105}, "macro.dbt.default__drop_relation": {"unique_id": "macro.dbt.default__drop_relation", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\relation.sql", "original_file_path": "macros\\adapters\\relation.sql", "name": "default__drop_relation", "macro_sql": "{% macro default__drop_relation(relation) -%}\n {% call statement('drop_relation', auto_begin=False) -%}\n drop {{ relation.type }} if exists {{ relation }} cascade\n {%- endcall %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3578105}, "macro.dbt.truncate_relation": {"unique_id": "macro.dbt.truncate_relation", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\relation.sql", "original_file_path": "macros\\adapters\\relation.sql", "name": "truncate_relation", "macro_sql": "{% macro truncate_relation(relation) -%}\n {{ return(adapter.dispatch('truncate_relation', 'dbt')(relation)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_snowflake.snowflake__truncate_relation"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3588123}, "macro.dbt.default__truncate_relation": {"unique_id": "macro.dbt.default__truncate_relation", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\relation.sql", "original_file_path": "macros\\adapters\\relation.sql", "name": "default__truncate_relation", "macro_sql": "{% macro default__truncate_relation(relation) -%}\n {% call statement('truncate_relation') -%}\n truncate table {{ relation }}\n {%- endcall %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3588123}, "macro.dbt.rename_relation": {"unique_id": "macro.dbt.rename_relation", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\relation.sql", "original_file_path": "macros\\adapters\\relation.sql", "name": "rename_relation", "macro_sql": "{% macro rename_relation(from_relation, to_relation) -%}\n {{ return(adapter.dispatch('rename_relation', 'dbt')(from_relation, to_relation)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_snowflake.snowflake__rename_relation"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3588123}, "macro.dbt.default__rename_relation": {"unique_id": "macro.dbt.default__rename_relation", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\relation.sql", "original_file_path": "macros\\adapters\\relation.sql", "name": "default__rename_relation", "macro_sql": "{% macro default__rename_relation(from_relation, to_relation) -%}\n {% set target_name = adapter.quote_as_configured(to_relation.identifier, 'identifier') %}\n {% call statement('rename_relation') -%}\n alter table {{ from_relation }} rename to {{ target_name }}\n {%- endcall %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3588123}, "macro.dbt.get_or_create_relation": {"unique_id": "macro.dbt.get_or_create_relation", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\relation.sql", "original_file_path": "macros\\adapters\\relation.sql", "name": "get_or_create_relation", "macro_sql": "{% macro get_or_create_relation(database, schema, identifier, type) -%}\n {{ return(adapter.dispatch('get_or_create_relation', 'dbt')(database, schema, identifier, type)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__get_or_create_relation"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.359806}, "macro.dbt.default__get_or_create_relation": {"unique_id": "macro.dbt.default__get_or_create_relation", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\relation.sql", "original_file_path": "macros\\adapters\\relation.sql", "name": "default__get_or_create_relation", "macro_sql": "{% macro default__get_or_create_relation(database, schema, identifier, type) %}\n {%- set target_relation = adapter.get_relation(database=database, schema=schema, identifier=identifier) %}\n\n {% if target_relation %}\n {% do return([true, target_relation]) %}\n {% endif %}\n\n {%- set new_relation = api.Relation.create(\n database=database,\n schema=schema,\n identifier=identifier,\n type=type\n ) -%}\n {% do return([false, new_relation]) %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3608053}, "macro.dbt.load_cached_relation": {"unique_id": "macro.dbt.load_cached_relation", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\relation.sql", "original_file_path": "macros\\adapters\\relation.sql", "name": "load_cached_relation", "macro_sql": "{% macro load_cached_relation(relation) %}\n {% do return(adapter.get_relation(\n database=relation.database,\n schema=relation.schema,\n identifier=relation.identifier\n )) -%}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3608053}, "macro.dbt.load_relation": {"unique_id": "macro.dbt.load_relation", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\relation.sql", "original_file_path": "macros\\adapters\\relation.sql", "name": "load_relation", "macro_sql": "{% macro load_relation(relation) %}\n {{ return(load_cached_relation(relation)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.load_cached_relation"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3608053}, "macro.dbt.drop_relation_if_exists": {"unique_id": "macro.dbt.drop_relation_if_exists", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\relation.sql", "original_file_path": "macros\\adapters\\relation.sql", "name": "drop_relation_if_exists", "macro_sql": "{% macro drop_relation_if_exists(relation) %}\n {% if relation is not none %}\n {{ adapter.drop_relation(relation) }}\n {% endif %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3608053}, "macro.dbt.create_schema": {"unique_id": "macro.dbt.create_schema", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\schema.sql", "original_file_path": "macros\\adapters\\schema.sql", "name": "create_schema", "macro_sql": "{% macro create_schema(relation) -%}\n {{ adapter.dispatch('create_schema', 'dbt')(relation) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__create_schema"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.361807}, "macro.dbt.default__create_schema": {"unique_id": "macro.dbt.default__create_schema", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\schema.sql", "original_file_path": "macros\\adapters\\schema.sql", "name": "default__create_schema", "macro_sql": "{% macro default__create_schema(relation) -%}\n {%- call statement('create_schema') -%}\n create schema if not exists {{ relation.without_identifier() }}\n {% endcall %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.361807}, "macro.dbt.drop_schema": {"unique_id": "macro.dbt.drop_schema", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\schema.sql", "original_file_path": "macros\\adapters\\schema.sql", "name": "drop_schema", "macro_sql": "{% macro drop_schema(relation) -%}\n {{ adapter.dispatch('drop_schema', 'dbt')(relation) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__drop_schema"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.361807}, "macro.dbt.default__drop_schema": {"unique_id": "macro.dbt.default__drop_schema", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\adapters\\schema.sql", "original_file_path": "macros\\adapters\\schema.sql", "name": "default__drop_schema", "macro_sql": "{% macro default__drop_schema(relation) -%}\n {%- call statement('drop_schema') -%}\n drop schema if exists {{ relation.without_identifier() }} cascade\n {% endcall %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3628154}, "macro.dbt.convert_datetime": {"unique_id": "macro.dbt.convert_datetime", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\etc\\datetime.sql", "original_file_path": "macros\\etc\\datetime.sql", "name": "convert_datetime", "macro_sql": "{% macro convert_datetime(date_str, date_fmt) %}\n\n {% set error_msg -%}\n The provided partition date '{{ date_str }}' does not match the expected format '{{ date_fmt }}'\n {%- endset %}\n\n {% set res = try_or_compiler_error(error_msg, modules.datetime.datetime.strptime, date_str.strip(), date_fmt) %}\n {{ return(res) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3650944}, "macro.dbt.dates_in_range": {"unique_id": "macro.dbt.dates_in_range", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\etc\\datetime.sql", "original_file_path": "macros\\etc\\datetime.sql", "name": "dates_in_range", "macro_sql": "{% macro dates_in_range(start_date_str, end_date_str=none, in_fmt=\"%Y%m%d\", out_fmt=\"%Y%m%d\") %}\n {% set end_date_str = start_date_str if end_date_str is none else end_date_str %}\n\n {% set start_date = convert_datetime(start_date_str, in_fmt) %}\n {% set end_date = convert_datetime(end_date_str, in_fmt) %}\n\n {% set day_count = (end_date - start_date).days %}\n {% if day_count < 0 %}\n {% set msg -%}\n Partiton start date is after the end date ({{ start_date }}, {{ end_date }})\n {%- endset %}\n\n {{ exceptions.raise_compiler_error(msg, model) }}\n {% endif %}\n\n {% set date_list = [] %}\n {% for i in range(0, day_count + 1) %}\n {% set the_date = (modules.datetime.timedelta(days=i) + start_date) %}\n {% if not out_fmt %}\n {% set _ = date_list.append(the_date) %}\n {% else %}\n {% set _ = date_list.append(the_date.strftime(out_fmt)) %}\n {% endif %}\n {% endfor %}\n\n {{ return(date_list) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.convert_datetime"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.36618}, "macro.dbt.partition_range": {"unique_id": "macro.dbt.partition_range", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\etc\\datetime.sql", "original_file_path": "macros\\etc\\datetime.sql", "name": "partition_range", "macro_sql": "{% macro partition_range(raw_partition_date, date_fmt='%Y%m%d') %}\n {% set partition_range = (raw_partition_date | string).split(\",\") %}\n\n {% if (partition_range | length) == 1 %}\n {% set start_date = partition_range[0] %}\n {% set end_date = none %}\n {% elif (partition_range | length) == 2 %}\n {% set start_date = partition_range[0] %}\n {% set end_date = partition_range[1] %}\n {% else %}\n {{ exceptions.raise_compiler_error(\"Invalid partition time. Expected format: {Start Date}[,{End Date}]. Got: \" ~ raw_partition_date) }}\n {% endif %}\n\n {{ return(dates_in_range(start_date, end_date, in_fmt=date_fmt)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.dates_in_range"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3671837}, "macro.dbt.py_current_timestring": {"unique_id": "macro.dbt.py_current_timestring", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\etc\\datetime.sql", "original_file_path": "macros\\etc\\datetime.sql", "name": "py_current_timestring", "macro_sql": "{% macro py_current_timestring() %}\n {% set dt = modules.datetime.datetime.now() %}\n {% do return(dt.strftime(\"%Y%m%d%H%M%S%f\")) %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3671837}, "macro.dbt.statement": {"unique_id": "macro.dbt.statement", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\etc\\statement.sql", "original_file_path": "macros\\etc\\statement.sql", "name": "statement", "macro_sql": "{% macro statement(name=None, fetch_result=False, auto_begin=True) -%}\n {%- if execute: -%}\n {%- set sql = caller() -%}\n\n {%- if name == 'main' -%}\n {{ log('Writing runtime SQL for node \"{}\"'.format(model['unique_id'])) }}\n {{ write(sql) }}\n {%- endif -%}\n\n {%- set res, table = adapter.execute(sql, auto_begin=auto_begin, fetch=fetch_result) -%}\n {%- if name is not none -%}\n {{ store_result(name, response=res, agate_table=table) }}\n {%- endif -%}\n\n {%- endif -%}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3691967}, "macro.dbt.noop_statement": {"unique_id": "macro.dbt.noop_statement", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\etc\\statement.sql", "original_file_path": "macros\\etc\\statement.sql", "name": "noop_statement", "macro_sql": "{% macro noop_statement(name=None, message=None, code=None, rows_affected=None, res=None) -%}\n {%- set sql = caller() -%}\n\n {%- if name == 'main' -%}\n {{ log('Writing runtime SQL for node \"{}\"'.format(model['unique_id'])) }}\n {{ write(sql) }}\n {%- endif -%}\n\n {%- if name is not none -%}\n {{ store_raw_result(name, message=message, code=code, rows_affected=rows_affected, agate_table=res) }}\n {%- endif -%}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3701987}, "macro.dbt.run_query": {"unique_id": "macro.dbt.run_query", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\etc\\statement.sql", "original_file_path": "macros\\etc\\statement.sql", "name": "run_query", "macro_sql": "{% macro run_query(sql) %}\n {% call statement(\"run_query_statement\", fetch_result=true, auto_begin=false) %}\n {{ sql }}\n {% endcall %}\n\n {% do return(load_result(\"run_query_statement\").table) %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3701987}, "macro.dbt.default__test_accepted_values": {"unique_id": "macro.dbt.default__test_accepted_values", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\generic_test_sql\\accepted_values.sql", "original_file_path": "macros\\generic_test_sql\\accepted_values.sql", "name": "default__test_accepted_values", "macro_sql": "{% macro default__test_accepted_values(model, column_name, values, quote=True) %}\n\nwith all_values as (\n\n select\n {{ column_name }} as value_field,\n count(*) as n_records\n\n from {{ model }}\n group by {{ column_name }}\n\n)\n\nselect *\nfrom all_values\nwhere value_field not in (\n {% for value in values -%}\n {% if quote -%}\n '{{ value }}'\n {%- else -%}\n {{ value }}\n {%- endif -%}\n {%- if not loop.last -%},{%- endif %}\n {%- endfor %}\n)\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3711448}, "macro.dbt.default__test_not_null": {"unique_id": "macro.dbt.default__test_not_null", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\generic_test_sql\\not_null.sql", "original_file_path": "macros\\generic_test_sql\\not_null.sql", "name": "default__test_not_null", "macro_sql": "{% macro default__test_not_null(model, column_name) %}\n\n{% set column_list = '*' if should_store_failures() else column_name %}\n\nselect {{ column_list }}\nfrom {{ model }}\nwhere {{ column_name }} is null\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.should_store_failures"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3724916}, "macro.dbt.default__test_relationships": {"unique_id": "macro.dbt.default__test_relationships", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\generic_test_sql\\relationships.sql", "original_file_path": "macros\\generic_test_sql\\relationships.sql", "name": "default__test_relationships", "macro_sql": "{% macro default__test_relationships(model, column_name, to, field) %}\n\nwith child as (\n select {{ column_name }} as from_field\n from {{ model }}\n where {{ column_name }} is not null\n),\n\nparent as (\n select {{ field }} as to_field\n from {{ to }}\n)\n\nselect\n from_field\n\nfrom child\nleft join parent\n on child.from_field = parent.to_field\n\nwhere parent.to_field is null\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3724916}, "macro.dbt.default__test_unique": {"unique_id": "macro.dbt.default__test_unique", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\generic_test_sql\\unique.sql", "original_file_path": "macros\\generic_test_sql\\unique.sql", "name": "default__test_unique", "macro_sql": "{% macro default__test_unique(model, column_name) %}\n\nselect\n {{ column_name }} as unique_field,\n count(*) as n_records\n\nfrom {{ model }}\nwhere {{ column_name }} is not null\ngroup by {{ column_name }}\nhaving count(*) > 1\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.373578}, "macro.dbt.generate_alias_name": {"unique_id": "macro.dbt.generate_alias_name", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\get_custom_name\\get_custom_alias.sql", "original_file_path": "macros\\get_custom_name\\get_custom_alias.sql", "name": "generate_alias_name", "macro_sql": "{% macro generate_alias_name(custom_alias_name=none, node=none) -%}\n {% do return(adapter.dispatch('generate_alias_name', 'dbt')(custom_alias_name, node)) %}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__generate_alias_name"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.373578}, "macro.dbt.default__generate_alias_name": {"unique_id": "macro.dbt.default__generate_alias_name", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\get_custom_name\\get_custom_alias.sql", "original_file_path": "macros\\get_custom_name\\get_custom_alias.sql", "name": "default__generate_alias_name", "macro_sql": "{% macro default__generate_alias_name(custom_alias_name=none, node=none) -%}\n\n {%- if custom_alias_name is none -%}\n\n {{ node.name }}\n\n {%- else -%}\n\n {{ custom_alias_name | trim }}\n\n {%- endif -%}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.374571}, "macro.dbt.generate_database_name": {"unique_id": "macro.dbt.generate_database_name", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\get_custom_name\\get_custom_database.sql", "original_file_path": "macros\\get_custom_name\\get_custom_database.sql", "name": "generate_database_name", "macro_sql": "{% macro generate_database_name(custom_database_name=none, node=none) -%}\n {% do return(adapter.dispatch('generate_database_name', 'dbt')(custom_database_name, node)) %}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__generate_database_name"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.374571}, "macro.dbt.default__generate_database_name": {"unique_id": "macro.dbt.default__generate_database_name", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\get_custom_name\\get_custom_database.sql", "original_file_path": "macros\\get_custom_name\\get_custom_database.sql", "name": "default__generate_database_name", "macro_sql": "{% macro default__generate_database_name(custom_database_name=none, node=none) -%}\n {%- set default_database = target.database -%}\n {%- if custom_database_name is none -%}\n\n {{ default_database }}\n\n {%- else -%}\n\n {{ custom_database_name }}\n\n {%- endif -%}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3755836}, "macro.dbt.generate_schema_name": {"unique_id": "macro.dbt.generate_schema_name", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\get_custom_name\\get_custom_schema.sql", "original_file_path": "macros\\get_custom_name\\get_custom_schema.sql", "name": "generate_schema_name", "macro_sql": "{% macro generate_schema_name(custom_schema_name=none, node=none) -%}\n {{ return(adapter.dispatch('generate_schema_name', 'dbt')(custom_schema_name, node)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__generate_schema_name"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.376531}, "macro.dbt.default__generate_schema_name": {"unique_id": "macro.dbt.default__generate_schema_name", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\get_custom_name\\get_custom_schema.sql", "original_file_path": "macros\\get_custom_name\\get_custom_schema.sql", "name": "default__generate_schema_name", "macro_sql": "{% macro default__generate_schema_name(custom_schema_name, node) -%}\n\n {%- set default_schema = target.schema -%}\n {%- if custom_schema_name is none -%}\n\n {{ default_schema }}\n\n {%- else -%}\n\n {{ default_schema }}_{{ custom_schema_name | trim }}\n\n {%- endif -%}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.376531}, "macro.dbt.generate_schema_name_for_env": {"unique_id": "macro.dbt.generate_schema_name_for_env", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\get_custom_name\\get_custom_schema.sql", "original_file_path": "macros\\get_custom_name\\get_custom_schema.sql", "name": "generate_schema_name_for_env", "macro_sql": "{% macro generate_schema_name_for_env(custom_schema_name, node) -%}\n\n {%- set default_schema = target.schema -%}\n {%- if target.name == 'prod' and custom_schema_name is not none -%}\n\n {{ custom_schema_name | trim }}\n\n {%- else -%}\n\n {{ default_schema }}\n\n {%- endif -%}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.376531}, "macro.dbt.set_sql_header": {"unique_id": "macro.dbt.set_sql_header", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\configs.sql", "original_file_path": "macros\\materializations\\configs.sql", "name": "set_sql_header", "macro_sql": "{% macro set_sql_header(config) -%}\n {{ config.set('sql_header', caller()) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.377572}, "macro.dbt.should_full_refresh": {"unique_id": "macro.dbt.should_full_refresh", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\configs.sql", "original_file_path": "macros\\materializations\\configs.sql", "name": "should_full_refresh", "macro_sql": "{% macro should_full_refresh() %}\n {% set config_full_refresh = config.get('full_refresh') %}\n {% if config_full_refresh is none %}\n {% set config_full_refresh = flags.FULL_REFRESH %}\n {% endif %}\n {% do return(config_full_refresh) %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.377572}, "macro.dbt.should_store_failures": {"unique_id": "macro.dbt.should_store_failures", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\configs.sql", "original_file_path": "macros\\materializations\\configs.sql", "name": "should_store_failures", "macro_sql": "{% macro should_store_failures() %}\n {% set config_store_failures = config.get('store_failures') %}\n {% if config_store_failures is none %}\n {% set config_store_failures = flags.STORE_FAILURES %}\n {% endif %}\n {% do return(config_store_failures) %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3785832}, "macro.dbt.run_hooks": {"unique_id": "macro.dbt.run_hooks", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\hooks.sql", "original_file_path": "macros\\materializations\\hooks.sql", "name": "run_hooks", "macro_sql": "{% macro run_hooks(hooks, inside_transaction=True) %}\n {% for hook in hooks | selectattr('transaction', 'equalto', inside_transaction) %}\n {% if not inside_transaction and loop.first %}\n {% call statement(auto_begin=inside_transaction) %}\n commit;\n {% endcall %}\n {% endif %}\n {% set rendered = render(hook.get('sql')) | trim %}\n {% if (rendered | length) > 0 %}\n {% call statement(auto_begin=inside_transaction) %}\n {{ rendered }}\n {% endcall %}\n {% endif %}\n {% endfor %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.379528}, "macro.dbt.make_hook_config": {"unique_id": "macro.dbt.make_hook_config", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\hooks.sql", "original_file_path": "macros\\materializations\\hooks.sql", "name": "make_hook_config", "macro_sql": "{% macro make_hook_config(sql, inside_transaction) %}\n {{ tojson({\"sql\": sql, \"transaction\": inside_transaction}) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3805933}, "macro.dbt.before_begin": {"unique_id": "macro.dbt.before_begin", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\hooks.sql", "original_file_path": "macros\\materializations\\hooks.sql", "name": "before_begin", "macro_sql": "{% macro before_begin(sql) %}\n {{ make_hook_config(sql, inside_transaction=False) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.make_hook_config"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3805933}, "macro.dbt.in_transaction": {"unique_id": "macro.dbt.in_transaction", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\hooks.sql", "original_file_path": "macros\\materializations\\hooks.sql", "name": "in_transaction", "macro_sql": "{% macro in_transaction(sql) %}\n {{ make_hook_config(sql, inside_transaction=True) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.make_hook_config"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3805933}, "macro.dbt.after_commit": {"unique_id": "macro.dbt.after_commit", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\hooks.sql", "original_file_path": "macros\\materializations\\hooks.sql", "name": "after_commit", "macro_sql": "{% macro after_commit(sql) %}\n {{ make_hook_config(sql, inside_transaction=False) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.make_hook_config"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3805933}, "macro.dbt.get_quoted_csv": {"unique_id": "macro.dbt.get_quoted_csv", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\models\\incremental\\column_helpers.sql", "original_file_path": "macros\\materializations\\models\\incremental\\column_helpers.sql", "name": "get_quoted_csv", "macro_sql": "{% macro get_quoted_csv(column_names) %}\n\n {% set quoted = [] %}\n {% for col in column_names -%}\n {%- do quoted.append(adapter.quote(col)) -%}\n {%- endfor %}\n\n {%- set dest_cols_csv = quoted | join(', ') -%}\n {{ return(dest_cols_csv) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3815973}, "macro.dbt.diff_columns": {"unique_id": "macro.dbt.diff_columns", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\models\\incremental\\column_helpers.sql", "original_file_path": "macros\\materializations\\models\\incremental\\column_helpers.sql", "name": "diff_columns", "macro_sql": "{% macro diff_columns(source_columns, target_columns) %}\n\n {% set result = [] %}\n {% set source_names = source_columns | map(attribute = 'column') | list %}\n {% set target_names = target_columns | map(attribute = 'column') | list %}\n\n {# --check whether the name attribute exists in the target - this does not perform a data type check #}\n {% for sc in source_columns %}\n {% if sc.name not in target_names %}\n {{ result.append(sc) }}\n {% endif %}\n {% endfor %}\n\n {{ return(result) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3825865}, "macro.dbt.diff_column_data_types": {"unique_id": "macro.dbt.diff_column_data_types", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\models\\incremental\\column_helpers.sql", "original_file_path": "macros\\materializations\\models\\incremental\\column_helpers.sql", "name": "diff_column_data_types", "macro_sql": "{% macro diff_column_data_types(source_columns, target_columns) %}\n\n {% set result = [] %}\n {% for sc in source_columns %}\n {% set tc = target_columns | selectattr(\"name\", \"equalto\", sc.name) | list | first %}\n {% if tc %}\n {% if sc.data_type != tc.data_type %}\n {{ result.append( { 'column_name': tc.name, 'new_type': sc.data_type } ) }}\n {% endif %}\n {% endif %}\n {% endfor %}\n\n {{ return(result) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3835888}, "macro.dbt.materialization_incremental_default": {"unique_id": "macro.dbt.materialization_incremental_default", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\models\\incremental\\incremental.sql", "original_file_path": "macros\\materializations\\models\\incremental\\incremental.sql", "name": "materialization_incremental_default", "macro_sql": "{% materialization incremental, default -%}\n\n -- relations\n {%- set existing_relation = load_cached_relation(this) -%}\n {%- set target_relation = this.incorporate(type='table') -%}\n {%- set temp_relation = make_temp_relation(target_relation)-%}\n {%- set intermediate_relation = make_intermediate_relation(target_relation)-%}\n {%- set backup_relation_type = 'table' if existing_relation is none else existing_relation.type -%}\n {%- set backup_relation = make_backup_relation(target_relation, backup_relation_type) -%}\n\n -- configs\n {%- set unique_key = config.get('unique_key') -%}\n {%- set full_refresh_mode = (should_full_refresh() or existing_relation.is_view) -%}\n {%- set on_schema_change = incremental_validate_on_schema_change(config.get('on_schema_change'), default='ignore') -%}\n\n -- the temp_ and backup_ relations should not already exist in the database; get_relation\n -- will return None in that case. Otherwise, we get a relation that we can drop\n -- later, before we try to use this name for the current operation. This has to happen before\n -- BEGIN, in a separate transaction\n {%- set preexisting_intermediate_relation = load_cached_relation(intermediate_relation)-%}\n {%- set preexisting_backup_relation = load_cached_relation(backup_relation) -%}\n -- grab current tables grants config for comparision later on\n {% set grant_config = config.get('grants') %}\n {{ drop_relation_if_exists(preexisting_intermediate_relation) }}\n {{ drop_relation_if_exists(preexisting_backup_relation) }}\n\n {{ run_hooks(pre_hooks, inside_transaction=False) }}\n\n -- `BEGIN` happens here:\n {{ run_hooks(pre_hooks, inside_transaction=True) }}\n\n {% set to_drop = [] %}\n\n {% if existing_relation is none %}\n {% set build_sql = get_create_table_as_sql(False, target_relation, sql) %}\n {% elif full_refresh_mode %}\n {% set build_sql = get_create_table_as_sql(False, intermediate_relation, sql) %}\n {% set need_swap = true %}\n {% else %}\n {% do run_query(get_create_table_as_sql(True, temp_relation, sql)) %}\n {% do adapter.expand_target_column_types(\n from_relation=temp_relation,\n to_relation=target_relation) %}\n {#-- Process schema changes. Returns dict of changes if successful. Use source columns for upserting/merging --#}\n {% set dest_columns = process_schema_changes(on_schema_change, temp_relation, existing_relation) %}\n {% if not dest_columns %}\n {% set dest_columns = adapter.get_columns_in_relation(existing_relation) %}\n {% endif %}\n {% set build_sql = get_delete_insert_merge_sql(target_relation, temp_relation, unique_key, dest_columns) %}\n\n {% endif %}\n\n {% call statement(\"main\") %}\n {{ build_sql }}\n {% endcall %}\n\n {% if need_swap %}\n {% do adapter.rename_relation(target_relation, backup_relation) %}\n {% do adapter.rename_relation(intermediate_relation, target_relation) %}\n {% do to_drop.append(backup_relation) %}\n {% endif %}\n\n {% set should_revoke = should_revoke(existing_relation, full_refresh_mode) %}\n {% do apply_grants(target_relation, grant_config, should_revoke=should_revoke) %}\n\n {% do persist_docs(target_relation, model) %}\n\n {% if existing_relation is none or existing_relation.is_view or should_full_refresh() %}\n {% do create_indexes(target_relation) %}\n {% endif %}\n\n {{ run_hooks(post_hooks, inside_transaction=True) }}\n\n -- `COMMIT` happens here\n {% do adapter.commit() %}\n\n {% for rel in to_drop %}\n {% do adapter.drop_relation(rel) %}\n {% endfor %}\n\n {{ run_hooks(post_hooks, inside_transaction=False) }}\n\n {{ return({'relations': [target_relation]}) }}\n\n{%- endmaterialization %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.load_cached_relation", "macro.dbt.make_temp_relation", "macro.dbt.make_intermediate_relation", "macro.dbt.make_backup_relation", "macro.dbt.should_full_refresh", "macro.dbt.incremental_validate_on_schema_change", "macro.dbt.drop_relation_if_exists", "macro.dbt.run_hooks", "macro.dbt.get_create_table_as_sql", "macro.dbt.run_query", "macro.dbt.process_schema_changes", "macro.dbt.get_delete_insert_merge_sql", "macro.dbt.statement", "macro.dbt.should_revoke", "macro.dbt.apply_grants", "macro.dbt.persist_docs", "macro.dbt.create_indexes"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3898616}, "macro.dbt.is_incremental": {"unique_id": "macro.dbt.is_incremental", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\models\\incremental\\is_incremental.sql", "original_file_path": "macros\\materializations\\models\\incremental\\is_incremental.sql", "name": "is_incremental", "macro_sql": "{% macro is_incremental() %}\n {#-- do not run introspective queries in parsing #}\n {% if not execute %}\n {{ return(False) }}\n {% else %}\n {% set relation = adapter.get_relation(this.database, this.schema, this.table) %}\n {{ return(relation is not none\n and relation.type == 'table'\n and model.config.materialized == 'incremental'\n and not should_full_refresh()) }}\n {% endif %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.should_full_refresh"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3908544}, "macro.dbt.get_merge_sql": {"unique_id": "macro.dbt.get_merge_sql", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\models\\incremental\\merge.sql", "original_file_path": "macros\\materializations\\models\\incremental\\merge.sql", "name": "get_merge_sql", "macro_sql": "{% macro get_merge_sql(target, source, unique_key, dest_columns, predicates=none) -%}\n {{ adapter.dispatch('get_merge_sql', 'dbt')(target, source, unique_key, dest_columns, predicates) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_snowflake.snowflake__get_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3960085}, "macro.dbt.default__get_merge_sql": {"unique_id": "macro.dbt.default__get_merge_sql", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\models\\incremental\\merge.sql", "original_file_path": "macros\\materializations\\models\\incremental\\merge.sql", "name": "default__get_merge_sql", "macro_sql": "{% macro default__get_merge_sql(target, source, unique_key, dest_columns, predicates) -%}\n {%- set predicates = [] if predicates is none else [] + predicates -%}\n {%- set dest_cols_csv = get_quoted_csv(dest_columns | map(attribute=\"name\")) -%}\n {%- set update_columns = config.get('merge_update_columns', default = dest_columns | map(attribute=\"quoted\") | list) -%}\n {%- set sql_header = config.get('sql_header', none) -%}\n\n {% if unique_key %}\n {% if unique_key is sequence and unique_key is not mapping and unique_key is not string %}\n {% for key in unique_key %}\n {% set this_key_match %}\n DBT_INTERNAL_SOURCE.{{ key }} = DBT_INTERNAL_DEST.{{ key }}\n {% endset %}\n {% do predicates.append(this_key_match) %}\n {% endfor %}\n {% else %}\n {% set unique_key_match %}\n DBT_INTERNAL_SOURCE.{{ unique_key }} = DBT_INTERNAL_DEST.{{ unique_key }}\n {% endset %}\n {% do predicates.append(unique_key_match) %}\n {% endif %}\n {% else %}\n {% do predicates.append('FALSE') %}\n {% endif %}\n\n {{ sql_header if sql_header is not none }}\n\n merge into {{ target }} as DBT_INTERNAL_DEST\n using {{ source }} as DBT_INTERNAL_SOURCE\n on {{ predicates | join(' and ') }}\n\n {% if unique_key %}\n when matched then update set\n {% for column_name in update_columns -%}\n {{ column_name }} = DBT_INTERNAL_SOURCE.{{ column_name }}\n {%- if not loop.last %}, {%- endif %}\n {%- endfor %}\n {% endif %}\n\n when not matched then insert\n ({{ dest_cols_csv }})\n values\n ({{ dest_cols_csv }})\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.get_quoted_csv"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3971405}, "macro.dbt.get_delete_insert_merge_sql": {"unique_id": "macro.dbt.get_delete_insert_merge_sql", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\models\\incremental\\merge.sql", "original_file_path": "macros\\materializations\\models\\incremental\\merge.sql", "name": "get_delete_insert_merge_sql", "macro_sql": "{% macro get_delete_insert_merge_sql(target, source, unique_key, dest_columns) -%}\n {{ adapter.dispatch('get_delete_insert_merge_sql', 'dbt')(target, source, unique_key, dest_columns) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_snowflake.snowflake__get_delete_insert_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3981125}, "macro.dbt.default__get_delete_insert_merge_sql": {"unique_id": "macro.dbt.default__get_delete_insert_merge_sql", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\models\\incremental\\merge.sql", "original_file_path": "macros\\materializations\\models\\incremental\\merge.sql", "name": "default__get_delete_insert_merge_sql", "macro_sql": "{% macro default__get_delete_insert_merge_sql(target, source, unique_key, dest_columns) -%}\n\n {%- set dest_cols_csv = get_quoted_csv(dest_columns | map(attribute=\"name\")) -%}\n\n {% if unique_key %}\n {% if unique_key is sequence and unique_key is not string %}\n delete from {{target }}\n using {{ source }}\n where (\n {% for key in unique_key %}\n {{ source }}.{{ key }} = {{ target }}.{{ key }}\n {{ \"and \" if not loop.last }}\n {% endfor %}\n );\n {% else %}\n delete from {{ target }}\n where (\n {{ unique_key }}) in (\n select ({{ unique_key }})\n from {{ source }}\n );\n\n {% endif %}\n {% endif %}\n\n insert into {{ target }} ({{ dest_cols_csv }})\n (\n select {{ dest_cols_csv }}\n from {{ source }}\n )\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.get_quoted_csv"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3991253}, "macro.dbt.get_insert_overwrite_merge_sql": {"unique_id": "macro.dbt.get_insert_overwrite_merge_sql", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\models\\incremental\\merge.sql", "original_file_path": "macros\\materializations\\models\\incremental\\merge.sql", "name": "get_insert_overwrite_merge_sql", "macro_sql": "{% macro get_insert_overwrite_merge_sql(target, source, dest_columns, predicates, include_sql_header=false) -%}\n {{ adapter.dispatch('get_insert_overwrite_merge_sql', 'dbt')(target, source, dest_columns, predicates, include_sql_header) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__get_insert_overwrite_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.3991253}, "macro.dbt.default__get_insert_overwrite_merge_sql": {"unique_id": "macro.dbt.default__get_insert_overwrite_merge_sql", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\models\\incremental\\merge.sql", "original_file_path": "macros\\materializations\\models\\incremental\\merge.sql", "name": "default__get_insert_overwrite_merge_sql", "macro_sql": "{% macro default__get_insert_overwrite_merge_sql(target, source, dest_columns, predicates, include_sql_header) -%}\n {%- set predicates = [] if predicates is none else [] + predicates -%}\n {%- set dest_cols_csv = get_quoted_csv(dest_columns | map(attribute=\"name\")) -%}\n {%- set sql_header = config.get('sql_header', none) -%}\n\n {{ sql_header if sql_header is not none and include_sql_header }}\n\n merge into {{ target }} as DBT_INTERNAL_DEST\n using {{ source }} as DBT_INTERNAL_SOURCE\n on FALSE\n\n when not matched by source\n {% if predicates %} and {{ predicates | join(' and ') }} {% endif %}\n then delete\n\n when not matched then insert\n ({{ dest_cols_csv }})\n values\n ({{ dest_cols_csv }})\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.get_quoted_csv"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4001234}, "macro.dbt.incremental_validate_on_schema_change": {"unique_id": "macro.dbt.incremental_validate_on_schema_change", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\models\\incremental\\on_schema_change.sql", "original_file_path": "macros\\materializations\\models\\incremental\\on_schema_change.sql", "name": "incremental_validate_on_schema_change", "macro_sql": "{% macro incremental_validate_on_schema_change(on_schema_change, default='ignore') %}\n\n {% if on_schema_change not in ['sync_all_columns', 'append_new_columns', 'fail', 'ignore'] %}\n\n {% set log_message = 'Invalid value for on_schema_change (%s) specified. Setting default value of %s.' % (on_schema_change, default) %}\n {% do log(log_message) %}\n\n {{ return(default) }}\n\n {% else %}\n\n {{ return(on_schema_change) }}\n\n {% endif %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4053838}, "macro.dbt.check_for_schema_changes": {"unique_id": "macro.dbt.check_for_schema_changes", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\models\\incremental\\on_schema_change.sql", "original_file_path": "macros\\materializations\\models\\incremental\\on_schema_change.sql", "name": "check_for_schema_changes", "macro_sql": "{% macro check_for_schema_changes(source_relation, target_relation) %}\n\n {% set schema_changed = False %}\n\n {%- set source_columns = adapter.get_columns_in_relation(source_relation) -%}\n {%- set target_columns = adapter.get_columns_in_relation(target_relation) -%}\n {%- set source_not_in_target = diff_columns(source_columns, target_columns) -%}\n {%- set target_not_in_source = diff_columns(target_columns, source_columns) -%}\n\n {% set new_target_types = diff_column_data_types(source_columns, target_columns) %}\n\n {% if source_not_in_target != [] %}\n {% set schema_changed = True %}\n {% elif target_not_in_source != [] or new_target_types != [] %}\n {% set schema_changed = True %}\n {% elif new_target_types != [] %}\n {% set schema_changed = True %}\n {% endif %}\n\n {% set changes_dict = {\n 'schema_changed': schema_changed,\n 'source_not_in_target': source_not_in_target,\n 'target_not_in_source': target_not_in_source,\n 'source_columns': source_columns,\n 'target_columns': target_columns,\n 'new_target_types': new_target_types\n } %}\n\n {% set msg %}\n In {{ target_relation }}:\n Schema changed: {{ schema_changed }}\n Source columns not in target: {{ source_not_in_target }}\n Target columns not in source: {{ target_not_in_source }}\n New column types: {{ new_target_types }}\n {% endset %}\n\n {% do log(msg) %}\n\n {{ return(changes_dict) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.diff_columns", "macro.dbt.diff_column_data_types"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.406373}, "macro.dbt.sync_column_schemas": {"unique_id": "macro.dbt.sync_column_schemas", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\models\\incremental\\on_schema_change.sql", "original_file_path": "macros\\materializations\\models\\incremental\\on_schema_change.sql", "name": "sync_column_schemas", "macro_sql": "{% macro sync_column_schemas(on_schema_change, target_relation, schema_changes_dict) %}\n\n {%- set add_to_target_arr = schema_changes_dict['source_not_in_target'] -%}\n\n {%- if on_schema_change == 'append_new_columns'-%}\n {%- if add_to_target_arr | length > 0 -%}\n {%- do alter_relation_add_remove_columns(target_relation, add_to_target_arr, none) -%}\n {%- endif -%}\n\n {% elif on_schema_change == 'sync_all_columns' %}\n {%- set remove_from_target_arr = schema_changes_dict['target_not_in_source'] -%}\n {%- set new_target_types = schema_changes_dict['new_target_types'] -%}\n\n {% if add_to_target_arr | length > 0 or remove_from_target_arr | length > 0 %}\n {%- do alter_relation_add_remove_columns(target_relation, add_to_target_arr, remove_from_target_arr) -%}\n {% endif %}\n\n {% if new_target_types != [] %}\n {% for ntt in new_target_types %}\n {% set column_name = ntt['column_name'] %}\n {% set new_type = ntt['new_type'] %}\n {% do alter_column_type(target_relation, column_name, new_type) %}\n {% endfor %}\n {% endif %}\n\n {% endif %}\n\n {% set schema_change_message %}\n In {{ target_relation }}:\n Schema change approach: {{ on_schema_change }}\n Columns added: {{ add_to_target_arr }}\n Columns removed: {{ remove_from_target_arr }}\n Data types changed: {{ new_target_types }}\n {% endset %}\n\n {% do log(schema_change_message) %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.alter_relation_add_remove_columns", "macro.dbt.alter_column_type"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4083729}, "macro.dbt.process_schema_changes": {"unique_id": "macro.dbt.process_schema_changes", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\models\\incremental\\on_schema_change.sql", "original_file_path": "macros\\materializations\\models\\incremental\\on_schema_change.sql", "name": "process_schema_changes", "macro_sql": "{% macro process_schema_changes(on_schema_change, source_relation, target_relation) %}\n\n {% if on_schema_change == 'ignore' %}\n\n {{ return({}) }}\n\n {% else %}\n\n {% set schema_changes_dict = check_for_schema_changes(source_relation, target_relation) %}\n\n {% if schema_changes_dict['schema_changed'] %}\n\n {% if on_schema_change == 'fail' %}\n\n {% set fail_msg %}\n The source and target schemas on this incremental model are out of sync!\n They can be reconciled in several ways:\n - set the `on_schema_change` config to either append_new_columns or sync_all_columns, depending on your situation.\n - Re-run the incremental model with `full_refresh: True` to update the target schema.\n - update the schema manually and re-run the process.\n {% endset %}\n\n {% do exceptions.raise_compiler_error(fail_msg) %}\n\n {# -- unless we ignore, run the sync operation per the config #}\n {% else %}\n\n {% do sync_column_schemas(on_schema_change, target_relation, schema_changes_dict) %}\n\n {% endif %}\n\n {% endif %}\n\n {{ return(schema_changes_dict['source_columns']) }}\n\n {% endif %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.check_for_schema_changes", "macro.dbt.sync_column_schemas"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4093935}, "macro.dbt.get_create_table_as_sql": {"unique_id": "macro.dbt.get_create_table_as_sql", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\models\\table\\create_table_as.sql", "original_file_path": "macros\\materializations\\models\\table\\create_table_as.sql", "name": "get_create_table_as_sql", "macro_sql": "{% macro get_create_table_as_sql(temporary, relation, sql) -%}\n {{ adapter.dispatch('get_create_table_as_sql', 'dbt')(temporary, relation, sql) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__get_create_table_as_sql"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4103239}, "macro.dbt.default__get_create_table_as_sql": {"unique_id": "macro.dbt.default__get_create_table_as_sql", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\models\\table\\create_table_as.sql", "original_file_path": "macros\\materializations\\models\\table\\create_table_as.sql", "name": "default__get_create_table_as_sql", "macro_sql": "{% macro default__get_create_table_as_sql(temporary, relation, sql) -%}\n {{ return(create_table_as(temporary, relation, sql)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.create_table_as"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4103239}, "macro.dbt.create_table_as": {"unique_id": "macro.dbt.create_table_as", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\models\\table\\create_table_as.sql", "original_file_path": "macros\\materializations\\models\\table\\create_table_as.sql", "name": "create_table_as", "macro_sql": "{% macro create_table_as(temporary, relation, sql) -%}\n {{ adapter.dispatch('create_table_as', 'dbt')(temporary, relation, sql) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_snowflake.snowflake__create_table_as"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4103239}, "macro.dbt.default__create_table_as": {"unique_id": "macro.dbt.default__create_table_as", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\models\\table\\create_table_as.sql", "original_file_path": "macros\\materializations\\models\\table\\create_table_as.sql", "name": "default__create_table_as", "macro_sql": "{% macro default__create_table_as(temporary, relation, sql) -%}\n {%- set sql_header = config.get('sql_header', none) -%}\n\n {{ sql_header if sql_header is not none }}\n\n create {% if temporary: -%}temporary{%- endif %} table\n {{ relation.include(database=(not temporary), schema=(not temporary)) }}\n as (\n {{ sql }}\n );\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.41152}, "macro.dbt.materialization_table_default": {"unique_id": "macro.dbt.materialization_table_default", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\models\\table\\table.sql", "original_file_path": "macros\\materializations\\models\\table\\table.sql", "name": "materialization_table_default", "macro_sql": "{% materialization table, default %}\n\n {%- set existing_relation = load_cached_relation(this) -%}\n {%- set target_relation = this.incorporate(type='table') %}\n {%- set intermediate_relation = make_intermediate_relation(target_relation) -%}\n -- the intermediate_relation should not already exist in the database; get_relation\n -- will return None in that case. Otherwise, we get a relation that we can drop\n -- later, before we try to use this name for the current operation\n {%- set preexisting_intermediate_relation = load_cached_relation(intermediate_relation) -%}\n /*\n See ../view/view.sql for more information about this relation.\n */\n {%- set backup_relation_type = 'table' if existing_relation is none else existing_relation.type -%}\n {%- set backup_relation = make_backup_relation(target_relation, backup_relation_type) -%}\n -- as above, the backup_relation should not already exist\n {%- set preexisting_backup_relation = load_cached_relation(backup_relation) -%}\n -- grab current tables grants config for comparision later on\n {% set grant_config = config.get('grants') %}\n\n -- drop the temp relations if they exist already in the database\n {{ drop_relation_if_exists(preexisting_intermediate_relation) }}\n {{ drop_relation_if_exists(preexisting_backup_relation) }}\n\n {{ run_hooks(pre_hooks, inside_transaction=False) }}\n\n -- `BEGIN` happens here:\n {{ run_hooks(pre_hooks, inside_transaction=True) }}\n\n -- build model\n {% call statement('main') -%}\n {{ get_create_table_as_sql(False, intermediate_relation, sql) }}\n {%- endcall %}\n\n -- cleanup\n {% if existing_relation is not none %}\n {{ adapter.rename_relation(existing_relation, backup_relation) }}\n {% endif %}\n\n {{ adapter.rename_relation(intermediate_relation, target_relation) }}\n\n {% do create_indexes(target_relation) %}\n\n {{ run_hooks(post_hooks, inside_transaction=True) }}\n\n {% set should_revoke = should_revoke(existing_relation, full_refresh_mode=True) %}\n {% do apply_grants(target_relation, grant_config, should_revoke=should_revoke) %}\n\n {% do persist_docs(target_relation, model) %}\n\n -- `COMMIT` happens here\n {{ adapter.commit() }}\n\n -- finally, drop the existing/backup relation after the commit\n {{ drop_relation_if_exists(backup_relation) }}\n\n {{ run_hooks(post_hooks, inside_transaction=False) }}\n\n {{ return({'relations': [target_relation]}) }}\n{% endmaterialization %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.load_cached_relation", "macro.dbt.make_intermediate_relation", "macro.dbt.make_backup_relation", "macro.dbt.drop_relation_if_exists", "macro.dbt.run_hooks", "macro.dbt.statement", "macro.dbt.get_create_table_as_sql", "macro.dbt.create_indexes", "macro.dbt.should_revoke", "macro.dbt.apply_grants", "macro.dbt.persist_docs"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4146328}, "macro.dbt.create_or_replace_view": {"unique_id": "macro.dbt.create_or_replace_view", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\models\\view\\create_or_replace_view.sql", "original_file_path": "macros\\materializations\\models\\view\\create_or_replace_view.sql", "name": "create_or_replace_view", "macro_sql": "{% macro create_or_replace_view() %}\n {%- set identifier = model['alias'] -%}\n\n {%- set old_relation = adapter.get_relation(database=database, schema=schema, identifier=identifier) -%}\n {%- set exists_as_view = (old_relation is not none and old_relation.is_view) -%}\n\n {%- set target_relation = api.Relation.create(\n identifier=identifier, schema=schema, database=database,\n type='view') -%}\n {% set grant_config = config.get('grants') %}\n\n {{ run_hooks(pre_hooks) }}\n\n -- If there's a table with the same name and we weren't told to full refresh,\n -- that's an error. If we were told to full refresh, drop it. This behavior differs\n -- for Snowflake and BigQuery, so multiple dispatch is used.\n {%- if old_relation is not none and old_relation.is_table -%}\n {{ handle_existing_table(should_full_refresh(), old_relation) }}\n {%- endif -%}\n\n -- build model\n {% call statement('main') -%}\n {{ get_create_view_as_sql(target_relation, sql) }}\n {%- endcall %}\n\n {% set should_revoke = should_revoke(exists_as_view, full_refresh_mode=True) %}\n {% do apply_grants(target_relation, grant_config, should_revoke=True) %}\n\n {{ run_hooks(post_hooks) }}\n\n {{ return({'relations': [target_relation]}) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.run_hooks", "macro.dbt.handle_existing_table", "macro.dbt.should_full_refresh", "macro.dbt.statement", "macro.dbt.get_create_view_as_sql", "macro.dbt.should_revoke", "macro.dbt.apply_grants"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4166229}, "macro.dbt.get_create_view_as_sql": {"unique_id": "macro.dbt.get_create_view_as_sql", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\models\\view\\create_view_as.sql", "original_file_path": "macros\\materializations\\models\\view\\create_view_as.sql", "name": "get_create_view_as_sql", "macro_sql": "{% macro get_create_view_as_sql(relation, sql) -%}\n {{ adapter.dispatch('get_create_view_as_sql', 'dbt')(relation, sql) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__get_create_view_as_sql"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4176357}, "macro.dbt.default__get_create_view_as_sql": {"unique_id": "macro.dbt.default__get_create_view_as_sql", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\models\\view\\create_view_as.sql", "original_file_path": "macros\\materializations\\models\\view\\create_view_as.sql", "name": "default__get_create_view_as_sql", "macro_sql": "{% macro default__get_create_view_as_sql(relation, sql) -%}\n {{ return(create_view_as(relation, sql)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.create_view_as"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4176357}, "macro.dbt.create_view_as": {"unique_id": "macro.dbt.create_view_as", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\models\\view\\create_view_as.sql", "original_file_path": "macros\\materializations\\models\\view\\create_view_as.sql", "name": "create_view_as", "macro_sql": "{% macro create_view_as(relation, sql) -%}\n {{ adapter.dispatch('create_view_as', 'dbt')(relation, sql) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_snowflake.snowflake__create_view_as"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4176357}, "macro.dbt.default__create_view_as": {"unique_id": "macro.dbt.default__create_view_as", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\models\\view\\create_view_as.sql", "original_file_path": "macros\\materializations\\models\\view\\create_view_as.sql", "name": "default__create_view_as", "macro_sql": "{% macro default__create_view_as(relation, sql) -%}\n {%- set sql_header = config.get('sql_header', none) -%}\n\n {{ sql_header if sql_header is not none }}\n create view {{ relation }} as (\n {{ sql }}\n );\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4176357}, "macro.dbt.handle_existing_table": {"unique_id": "macro.dbt.handle_existing_table", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\models\\view\\helpers.sql", "original_file_path": "macros\\materializations\\models\\view\\helpers.sql", "name": "handle_existing_table", "macro_sql": "{% macro handle_existing_table(full_refresh, old_relation) %}\n {{ adapter.dispatch('handle_existing_table', 'dbt')(full_refresh, old_relation) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__handle_existing_table"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4186263}, "macro.dbt.default__handle_existing_table": {"unique_id": "macro.dbt.default__handle_existing_table", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\models\\view\\helpers.sql", "original_file_path": "macros\\materializations\\models\\view\\helpers.sql", "name": "default__handle_existing_table", "macro_sql": "{% macro default__handle_existing_table(full_refresh, old_relation) %}\n {{ log(\"Dropping relation \" ~ old_relation ~ \" because it is of type \" ~ old_relation.type) }}\n {{ adapter.drop_relation(old_relation) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4186263}, "macro.dbt.materialization_view_default": {"unique_id": "macro.dbt.materialization_view_default", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\models\\view\\view.sql", "original_file_path": "macros\\materializations\\models\\view\\view.sql", "name": "materialization_view_default", "macro_sql": "{%- materialization view, default -%}\n\n {%- set existing_relation = load_cached_relation(this) -%}\n {%- set target_relation = this.incorporate(type='view') -%}\n {%- set intermediate_relation = make_intermediate_relation(target_relation) -%}\n\n -- the intermediate_relation should not already exist in the database; get_relation\n -- will return None in that case. Otherwise, we get a relation that we can drop\n -- later, before we try to use this name for the current operation\n {%- set preexisting_intermediate_relation = load_cached_relation(intermediate_relation) -%}\n /*\n This relation (probably) doesn't exist yet. If it does exist, it's a leftover from\n a previous run, and we're going to try to drop it immediately. At the end of this\n materialization, we're going to rename the \"existing_relation\" to this identifier,\n and then we're going to drop it. In order to make sure we run the correct one of:\n - drop view ...\n - drop table ...\n\n We need to set the type of this relation to be the type of the existing_relation, if it exists,\n or else \"view\" as a sane default if it does not. Note that if the existing_relation does not\n exist, then there is nothing to move out of the way and subsequentally drop. In that case,\n this relation will be effectively unused.\n */\n {%- set backup_relation_type = 'view' if existing_relation is none else existing_relation.type -%}\n {%- set backup_relation = make_backup_relation(target_relation, backup_relation_type) -%}\n -- as above, the backup_relation should not already exist\n {%- set preexisting_backup_relation = load_cached_relation(backup_relation) -%}\n -- grab current tables grants config for comparision later on\n {% set grant_config = config.get('grants') %}\n\n {{ run_hooks(pre_hooks, inside_transaction=False) }}\n\n -- drop the temp relations if they exist already in the database\n {{ drop_relation_if_exists(preexisting_intermediate_relation) }}\n {{ drop_relation_if_exists(preexisting_backup_relation) }}\n\n -- `BEGIN` happens here:\n {{ run_hooks(pre_hooks, inside_transaction=True) }}\n\n -- build model\n {% call statement('main') -%}\n {{ get_create_view_as_sql(intermediate_relation, sql) }}\n {%- endcall %}\n\n -- cleanup\n -- move the existing view out of the way\n {% if existing_relation is not none %}\n {{ adapter.rename_relation(existing_relation, backup_relation) }}\n {% endif %}\n {{ adapter.rename_relation(intermediate_relation, target_relation) }}\n\n {% set should_revoke = should_revoke(existing_relation, full_refresh_mode=True) %}\n {% do apply_grants(target_relation, grant_config, should_revoke=should_revoke) %}\n\n {% do persist_docs(target_relation, model) %}\n\n {{ run_hooks(post_hooks, inside_transaction=True) }}\n\n {{ adapter.commit() }}\n\n {{ drop_relation_if_exists(backup_relation) }}\n\n {{ run_hooks(post_hooks, inside_transaction=False) }}\n\n {{ return({'relations': [target_relation]}) }}\n\n{%- endmaterialization -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.load_cached_relation", "macro.dbt.make_intermediate_relation", "macro.dbt.make_backup_relation", "macro.dbt.run_hooks", "macro.dbt.drop_relation_if_exists", "macro.dbt.statement", "macro.dbt.get_create_view_as_sql", "macro.dbt.should_revoke", "macro.dbt.apply_grants", "macro.dbt.persist_docs"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4226332}, "macro.dbt.create_csv_table": {"unique_id": "macro.dbt.create_csv_table", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\seeds\\helpers.sql", "original_file_path": "macros\\materializations\\seeds\\helpers.sql", "name": "create_csv_table", "macro_sql": "{% macro create_csv_table(model, agate_table) -%}\n {{ adapter.dispatch('create_csv_table', 'dbt')(model, agate_table) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__create_csv_table"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4276192}, "macro.dbt.default__create_csv_table": {"unique_id": "macro.dbt.default__create_csv_table", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\seeds\\helpers.sql", "original_file_path": "macros\\materializations\\seeds\\helpers.sql", "name": "default__create_csv_table", "macro_sql": "{% macro default__create_csv_table(model, agate_table) %}\n {%- set column_override = model['config'].get('column_types', {}) -%}\n {%- set quote_seed_column = model['config'].get('quote_columns', None) -%}\n\n {% set sql %}\n create table {{ this.render() }} (\n {%- for col_name in agate_table.column_names -%}\n {%- set inferred_type = adapter.convert_type(agate_table, loop.index0) -%}\n {%- set type = column_override.get(col_name, inferred_type) -%}\n {%- set column_name = (col_name | string) -%}\n {{ adapter.quote_seed_column(column_name, quote_seed_column) }} {{ type }} {%- if not loop.last -%}, {%- endif -%}\n {%- endfor -%}\n )\n {% endset %}\n\n {% call statement('_') -%}\n {{ sql }}\n {%- endcall %}\n\n {{ return(sql) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4290178}, "macro.dbt.reset_csv_table": {"unique_id": "macro.dbt.reset_csv_table", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\seeds\\helpers.sql", "original_file_path": "macros\\materializations\\seeds\\helpers.sql", "name": "reset_csv_table", "macro_sql": "{% macro reset_csv_table(model, full_refresh, old_relation, agate_table) -%}\n {{ adapter.dispatch('reset_csv_table', 'dbt')(model, full_refresh, old_relation, agate_table) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__reset_csv_table"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4290178}, "macro.dbt.default__reset_csv_table": {"unique_id": "macro.dbt.default__reset_csv_table", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\seeds\\helpers.sql", "original_file_path": "macros\\materializations\\seeds\\helpers.sql", "name": "default__reset_csv_table", "macro_sql": "{% macro default__reset_csv_table(model, full_refresh, old_relation, agate_table) %}\n {% set sql = \"\" %}\n {% if full_refresh %}\n {{ adapter.drop_relation(old_relation) }}\n {% set sql = create_csv_table(model, agate_table) %}\n {% else %}\n {{ adapter.truncate_relation(old_relation) }}\n {% set sql = \"truncate table \" ~ old_relation %}\n {% endif %}\n\n {{ return(sql) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.create_csv_table"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4290178}, "macro.dbt.get_csv_sql": {"unique_id": "macro.dbt.get_csv_sql", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\seeds\\helpers.sql", "original_file_path": "macros\\materializations\\seeds\\helpers.sql", "name": "get_csv_sql", "macro_sql": "{% macro get_csv_sql(create_or_truncate_sql, insert_sql) %}\n {{ adapter.dispatch('get_csv_sql', 'dbt')(create_or_truncate_sql, insert_sql) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__get_csv_sql"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.430005}, "macro.dbt.default__get_csv_sql": {"unique_id": "macro.dbt.default__get_csv_sql", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\seeds\\helpers.sql", "original_file_path": "macros\\materializations\\seeds\\helpers.sql", "name": "default__get_csv_sql", "macro_sql": "{% macro default__get_csv_sql(create_or_truncate_sql, insert_sql) %}\n {{ create_or_truncate_sql }};\n -- dbt seed --\n {{ insert_sql }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.430005}, "macro.dbt.get_binding_char": {"unique_id": "macro.dbt.get_binding_char", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\seeds\\helpers.sql", "original_file_path": "macros\\materializations\\seeds\\helpers.sql", "name": "get_binding_char", "macro_sql": "{% macro get_binding_char() -%}\n {{ adapter.dispatch('get_binding_char', 'dbt')() }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__get_binding_char"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.430005}, "macro.dbt.default__get_binding_char": {"unique_id": "macro.dbt.default__get_binding_char", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\seeds\\helpers.sql", "original_file_path": "macros\\materializations\\seeds\\helpers.sql", "name": "default__get_binding_char", "macro_sql": "{% macro default__get_binding_char() %}\n {{ return('%s') }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.430005}, "macro.dbt.get_batch_size": {"unique_id": "macro.dbt.get_batch_size", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\seeds\\helpers.sql", "original_file_path": "macros\\materializations\\seeds\\helpers.sql", "name": "get_batch_size", "macro_sql": "{% macro get_batch_size() -%}\n {{ return(adapter.dispatch('get_batch_size', 'dbt')()) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__get_batch_size"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.430005}, "macro.dbt.default__get_batch_size": {"unique_id": "macro.dbt.default__get_batch_size", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\seeds\\helpers.sql", "original_file_path": "macros\\materializations\\seeds\\helpers.sql", "name": "default__get_batch_size", "macro_sql": "{% macro default__get_batch_size() %}\n {{ return(10000) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.43101}, "macro.dbt.get_seed_column_quoted_csv": {"unique_id": "macro.dbt.get_seed_column_quoted_csv", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\seeds\\helpers.sql", "original_file_path": "macros\\materializations\\seeds\\helpers.sql", "name": "get_seed_column_quoted_csv", "macro_sql": "{% macro get_seed_column_quoted_csv(model, column_names) %}\n {%- set quote_seed_column = model['config'].get('quote_columns', None) -%}\n {% set quoted = [] %}\n {% for col in column_names -%}\n {%- do quoted.append(adapter.quote_seed_column(col, quote_seed_column)) -%}\n {%- endfor %}\n\n {%- set dest_cols_csv = quoted | join(', ') -%}\n {{ return(dest_cols_csv) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.43101}, "macro.dbt.load_csv_rows": {"unique_id": "macro.dbt.load_csv_rows", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\seeds\\helpers.sql", "original_file_path": "macros\\materializations\\seeds\\helpers.sql", "name": "load_csv_rows", "macro_sql": "{% macro load_csv_rows(model, agate_table) -%}\n {{ adapter.dispatch('load_csv_rows', 'dbt')(model, agate_table) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_snowflake.snowflake__load_csv_rows"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.43101}, "macro.dbt.default__load_csv_rows": {"unique_id": "macro.dbt.default__load_csv_rows", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\seeds\\helpers.sql", "original_file_path": "macros\\materializations\\seeds\\helpers.sql", "name": "default__load_csv_rows", "macro_sql": "{% macro default__load_csv_rows(model, agate_table) %}\n\n {% set batch_size = get_batch_size() %}\n\n {% set cols_sql = get_seed_column_quoted_csv(model, agate_table.column_names) %}\n {% set bindings = [] %}\n\n {% set statements = [] %}\n\n {% for chunk in agate_table.rows | batch(batch_size) %}\n {% set bindings = [] %}\n\n {% for row in chunk %}\n {% do bindings.extend(row) %}\n {% endfor %}\n\n {% set sql %}\n insert into {{ this.render() }} ({{ cols_sql }}) values\n {% for row in chunk -%}\n ({%- for column in agate_table.column_names -%}\n {{ get_binding_char() }}\n {%- if not loop.last%},{%- endif %}\n {%- endfor -%})\n {%- if not loop.last%},{%- endif %}\n {%- endfor %}\n {% endset %}\n\n {% do adapter.add_query(sql, bindings=bindings, abridge_sql_log=True) %}\n\n {% if loop.index0 == 0 %}\n {% do statements.append(sql) %}\n {% endif %}\n {% endfor %}\n\n {# Return SQL so we can render it out into the compiled files #}\n {{ return(statements[0]) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.get_batch_size", "macro.dbt.get_seed_column_quoted_csv", "macro.dbt.get_binding_char"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4330103}, "macro.dbt.materialization_seed_default": {"unique_id": "macro.dbt.materialization_seed_default", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\seeds\\seed.sql", "original_file_path": "macros\\materializations\\seeds\\seed.sql", "name": "materialization_seed_default", "macro_sql": "{% materialization seed, default %}\n\n {%- set identifier = model['alias'] -%}\n {%- set full_refresh_mode = (should_full_refresh()) -%}\n\n {%- set old_relation = adapter.get_relation(database=database, schema=schema, identifier=identifier) -%}\n\n {%- set exists_as_table = (old_relation is not none and old_relation.is_table) -%}\n {%- set exists_as_view = (old_relation is not none and old_relation.is_view) -%}\n\n {%- set grant_config = config.get('grants') -%}\n {%- set agate_table = load_agate_table() -%}\n -- grab current tables grants config for comparision later on\n\n {%- do store_result('agate_table', response='OK', agate_table=agate_table) -%}\n\n {{ run_hooks(pre_hooks, inside_transaction=False) }}\n\n -- `BEGIN` happens here:\n {{ run_hooks(pre_hooks, inside_transaction=True) }}\n\n -- build model\n {% set create_table_sql = \"\" %}\n {% if exists_as_view %}\n {{ exceptions.raise_compiler_error(\"Cannot seed to '{}', it is a view\".format(old_relation)) }}\n {% elif exists_as_table %}\n {% set create_table_sql = reset_csv_table(model, full_refresh_mode, old_relation, agate_table) %}\n {% else %}\n {% set create_table_sql = create_csv_table(model, agate_table) %}\n {% endif %}\n\n {% set code = 'CREATE' if full_refresh_mode else 'INSERT' %}\n {% set rows_affected = (agate_table.rows | length) %}\n {% set sql = load_csv_rows(model, agate_table) %}\n\n {% call noop_statement('main', code ~ ' ' ~ rows_affected, code, rows_affected) %}\n {{ get_csv_sql(create_table_sql, sql) }};\n {% endcall %}\n\n {% set target_relation = this.incorporate(type='table') %}\n\n {% set should_revoke = should_revoke(old_relation, full_refresh_mode) %}\n {% do apply_grants(target_relation, grant_config, should_revoke=should_revoke) %}\n\n {% do persist_docs(target_relation, model) %}\n\n {% if full_refresh_mode or not exists_as_table %}\n {% do create_indexes(target_relation) %}\n {% endif %}\n\n {{ run_hooks(post_hooks, inside_transaction=True) }}\n\n -- `COMMIT` happens here\n {{ adapter.commit() }}\n\n {{ run_hooks(post_hooks, inside_transaction=False) }}\n\n {{ return({'relations': [target_relation]}) }}\n\n{% endmaterialization %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.should_full_refresh", "macro.dbt.run_hooks", "macro.dbt.reset_csv_table", "macro.dbt.create_csv_table", "macro.dbt.load_csv_rows", "macro.dbt.noop_statement", "macro.dbt.get_csv_sql", "macro.dbt.should_revoke", "macro.dbt.apply_grants", "macro.dbt.persist_docs", "macro.dbt.create_indexes"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4373178}, "macro.dbt.create_columns": {"unique_id": "macro.dbt.create_columns", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\snapshots\\helpers.sql", "original_file_path": "macros\\materializations\\snapshots\\helpers.sql", "name": "create_columns", "macro_sql": "{% macro create_columns(relation, columns) %}\n {{ adapter.dispatch('create_columns', 'dbt')(relation, columns) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__create_columns"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4413047}, "macro.dbt.default__create_columns": {"unique_id": "macro.dbt.default__create_columns", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\snapshots\\helpers.sql", "original_file_path": "macros\\materializations\\snapshots\\helpers.sql", "name": "default__create_columns", "macro_sql": "{% macro default__create_columns(relation, columns) %}\n {% for column in columns %}\n {% call statement() %}\n alter table {{ relation }} add column \"{{ column.name }}\" {{ column.data_type }};\n {% endcall %}\n {% endfor %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4413047}, "macro.dbt.post_snapshot": {"unique_id": "macro.dbt.post_snapshot", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\snapshots\\helpers.sql", "original_file_path": "macros\\materializations\\snapshots\\helpers.sql", "name": "post_snapshot", "macro_sql": "{% macro post_snapshot(staging_relation) %}\n {{ adapter.dispatch('post_snapshot', 'dbt')(staging_relation) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__post_snapshot"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4423108}, "macro.dbt.default__post_snapshot": {"unique_id": "macro.dbt.default__post_snapshot", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\snapshots\\helpers.sql", "original_file_path": "macros\\materializations\\snapshots\\helpers.sql", "name": "default__post_snapshot", "macro_sql": "{% macro default__post_snapshot(staging_relation) %}\n {# no-op #}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4423108}, "macro.dbt.get_true_sql": {"unique_id": "macro.dbt.get_true_sql", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\snapshots\\helpers.sql", "original_file_path": "macros\\materializations\\snapshots\\helpers.sql", "name": "get_true_sql", "macro_sql": "{% macro get_true_sql() %}\n {{ adapter.dispatch('get_true_sql', 'dbt')() }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__get_true_sql"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4423108}, "macro.dbt.default__get_true_sql": {"unique_id": "macro.dbt.default__get_true_sql", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\snapshots\\helpers.sql", "original_file_path": "macros\\materializations\\snapshots\\helpers.sql", "name": "default__get_true_sql", "macro_sql": "{% macro default__get_true_sql() %}\n {{ return('TRUE') }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4423108}, "macro.dbt.snapshot_staging_table": {"unique_id": "macro.dbt.snapshot_staging_table", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\snapshots\\helpers.sql", "original_file_path": "macros\\materializations\\snapshots\\helpers.sql", "name": "snapshot_staging_table", "macro_sql": "{% macro snapshot_staging_table(strategy, source_sql, target_relation) -%}\n {{ adapter.dispatch('snapshot_staging_table', 'dbt')(strategy, source_sql, target_relation) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__snapshot_staging_table"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4423108}, "macro.dbt.default__snapshot_staging_table": {"unique_id": "macro.dbt.default__snapshot_staging_table", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\snapshots\\helpers.sql", "original_file_path": "macros\\materializations\\snapshots\\helpers.sql", "name": "default__snapshot_staging_table", "macro_sql": "{% macro default__snapshot_staging_table(strategy, source_sql, target_relation) -%}\n\n with snapshot_query as (\n\n {{ source_sql }}\n\n ),\n\n snapshotted_data as (\n\n select *,\n {{ strategy.unique_key }} as dbt_unique_key\n\n from {{ target_relation }}\n where dbt_valid_to is null\n\n ),\n\n insertions_source_data as (\n\n select\n *,\n {{ strategy.unique_key }} as dbt_unique_key,\n {{ strategy.updated_at }} as dbt_updated_at,\n {{ strategy.updated_at }} as dbt_valid_from,\n nullif({{ strategy.updated_at }}, {{ strategy.updated_at }}) as dbt_valid_to,\n {{ strategy.scd_id }} as dbt_scd_id\n\n from snapshot_query\n ),\n\n updates_source_data as (\n\n select\n *,\n {{ strategy.unique_key }} as dbt_unique_key,\n {{ strategy.updated_at }} as dbt_updated_at,\n {{ strategy.updated_at }} as dbt_valid_from,\n {{ strategy.updated_at }} as dbt_valid_to\n\n from snapshot_query\n ),\n\n {%- if strategy.invalidate_hard_deletes %}\n\n deletes_source_data as (\n\n select\n *,\n {{ strategy.unique_key }} as dbt_unique_key\n from snapshot_query\n ),\n {% endif %}\n\n insertions as (\n\n select\n 'insert' as dbt_change_type,\n source_data.*\n\n from insertions_source_data as source_data\n left outer join snapshotted_data on snapshotted_data.dbt_unique_key = source_data.dbt_unique_key\n where snapshotted_data.dbt_unique_key is null\n or (\n snapshotted_data.dbt_unique_key is not null\n and (\n {{ strategy.row_changed }}\n )\n )\n\n ),\n\n updates as (\n\n select\n 'update' as dbt_change_type,\n source_data.*,\n snapshotted_data.dbt_scd_id\n\n from updates_source_data as source_data\n join snapshotted_data on snapshotted_data.dbt_unique_key = source_data.dbt_unique_key\n where (\n {{ strategy.row_changed }}\n )\n )\n\n {%- if strategy.invalidate_hard_deletes -%}\n ,\n\n deletes as (\n\n select\n 'delete' as dbt_change_type,\n source_data.*,\n {{ snapshot_get_time() }} as dbt_valid_from,\n {{ snapshot_get_time() }} as dbt_updated_at,\n {{ snapshot_get_time() }} as dbt_valid_to,\n snapshotted_data.dbt_scd_id\n\n from snapshotted_data\n left join deletes_source_data as source_data on snapshotted_data.dbt_unique_key = source_data.dbt_unique_key\n where source_data.dbt_unique_key is null\n )\n {%- endif %}\n\n select * from insertions\n union all\n select * from updates\n {%- if strategy.invalidate_hard_deletes %}\n union all\n select * from deletes\n {%- endif %}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.snapshot_get_time"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4434614}, "macro.dbt.build_snapshot_table": {"unique_id": "macro.dbt.build_snapshot_table", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\snapshots\\helpers.sql", "original_file_path": "macros\\materializations\\snapshots\\helpers.sql", "name": "build_snapshot_table", "macro_sql": "{% macro build_snapshot_table(strategy, sql) -%}\n {{ adapter.dispatch('build_snapshot_table', 'dbt')(strategy, sql) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__build_snapshot_table"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4434614}, "macro.dbt.default__build_snapshot_table": {"unique_id": "macro.dbt.default__build_snapshot_table", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\snapshots\\helpers.sql", "original_file_path": "macros\\materializations\\snapshots\\helpers.sql", "name": "default__build_snapshot_table", "macro_sql": "{% macro default__build_snapshot_table(strategy, sql) %}\n\n select *,\n {{ strategy.scd_id }} as dbt_scd_id,\n {{ strategy.updated_at }} as dbt_updated_at,\n {{ strategy.updated_at }} as dbt_valid_from,\n nullif({{ strategy.updated_at }}, {{ strategy.updated_at }}) as dbt_valid_to\n from (\n {{ sql }}\n ) sbq\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.444571}, "macro.dbt.build_snapshot_staging_table": {"unique_id": "macro.dbt.build_snapshot_staging_table", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\snapshots\\helpers.sql", "original_file_path": "macros\\materializations\\snapshots\\helpers.sql", "name": "build_snapshot_staging_table", "macro_sql": "{% macro build_snapshot_staging_table(strategy, sql, target_relation) %}\n {% set temp_relation = make_temp_relation(target_relation) %}\n\n {% set select = snapshot_staging_table(strategy, sql, target_relation) %}\n\n {% call statement('build_snapshot_staging_relation') %}\n {{ create_table_as(True, temp_relation, select) }}\n {% endcall %}\n\n {% do return(temp_relation) %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.make_temp_relation", "macro.dbt.snapshot_staging_table", "macro.dbt.statement", "macro.dbt.create_table_as"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.444571}, "macro.dbt.materialization_snapshot_default": {"unique_id": "macro.dbt.materialization_snapshot_default", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\snapshots\\snapshot.sql", "original_file_path": "macros\\materializations\\snapshots\\snapshot.sql", "name": "materialization_snapshot_default", "macro_sql": "{% materialization snapshot, default %}\n {%- set config = model['config'] -%}\n\n {%- set target_table = model.get('alias', model.get('name')) -%}\n\n {%- set strategy_name = config.get('strategy') -%}\n {%- set unique_key = config.get('unique_key') %}\n -- grab current tables grants config for comparision later on\n {%- set grant_config = config.get('grants') -%}\n\n {% set target_relation_exists, target_relation = get_or_create_relation(\n database=model.database,\n schema=model.schema,\n identifier=target_table,\n type='table') -%}\n\n {%- if not target_relation.is_table -%}\n {% do exceptions.relation_wrong_type(target_relation, 'table') %}\n {%- endif -%}\n\n\n {{ run_hooks(pre_hooks, inside_transaction=False) }}\n\n {{ run_hooks(pre_hooks, inside_transaction=True) }}\n\n {% set strategy_macro = strategy_dispatch(strategy_name) %}\n {% set strategy = strategy_macro(model, \"snapshotted_data\", \"source_data\", config, target_relation_exists) %}\n\n {% if not target_relation_exists %}\n\n {% set build_sql = build_snapshot_table(strategy, model['compiled_sql']) %}\n {% set final_sql = create_table_as(False, target_relation, build_sql) %}\n\n {% else %}\n\n {{ adapter.valid_snapshot_target(target_relation) }}\n\n {% set staging_table = build_snapshot_staging_table(strategy, sql, target_relation) %}\n\n -- this may no-op if the database does not require column expansion\n {% do adapter.expand_target_column_types(from_relation=staging_table,\n to_relation=target_relation) %}\n\n {% set missing_columns = adapter.get_missing_columns(staging_table, target_relation)\n | rejectattr('name', 'equalto', 'dbt_change_type')\n | rejectattr('name', 'equalto', 'DBT_CHANGE_TYPE')\n | rejectattr('name', 'equalto', 'dbt_unique_key')\n | rejectattr('name', 'equalto', 'DBT_UNIQUE_KEY')\n | list %}\n\n {% do create_columns(target_relation, missing_columns) %}\n\n {% set source_columns = adapter.get_columns_in_relation(staging_table)\n | rejectattr('name', 'equalto', 'dbt_change_type')\n | rejectattr('name', 'equalto', 'DBT_CHANGE_TYPE')\n | rejectattr('name', 'equalto', 'dbt_unique_key')\n | rejectattr('name', 'equalto', 'DBT_UNIQUE_KEY')\n | list %}\n\n {% set quoted_source_columns = [] %}\n {% for column in source_columns %}\n {% do quoted_source_columns.append(adapter.quote(column.name)) %}\n {% endfor %}\n\n {% set final_sql = snapshot_merge_sql(\n target = target_relation,\n source = staging_table,\n insert_cols = quoted_source_columns\n )\n %}\n\n {% endif %}\n\n {% call statement('main') %}\n {{ final_sql }}\n {% endcall %}\n\n {% set should_revoke = should_revoke(target_relation_exists, full_refresh_mode=False) %}\n {% do apply_grants(target_relation, grant_config, should_revoke=should_revoke) %}\n\n {% do persist_docs(target_relation, model) %}\n\n {% if not target_relation_exists %}\n {% do create_indexes(target_relation) %}\n {% endif %}\n\n {{ run_hooks(post_hooks, inside_transaction=True) }}\n\n {{ adapter.commit() }}\n\n {% if staging_table is defined %}\n {% do post_snapshot(staging_table) %}\n {% endif %}\n\n {{ run_hooks(post_hooks, inside_transaction=False) }}\n\n {{ return({'relations': [target_relation]}) }}\n\n{% endmaterialization %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.get_or_create_relation", "macro.dbt.run_hooks", "macro.dbt.strategy_dispatch", "macro.dbt.build_snapshot_table", "macro.dbt.create_table_as", "macro.dbt.build_snapshot_staging_table", "macro.dbt.create_columns", "macro.dbt.snapshot_merge_sql", "macro.dbt.statement", "macro.dbt.should_revoke", "macro.dbt.apply_grants", "macro.dbt.persist_docs", "macro.dbt.create_indexes", "macro.dbt.post_snapshot"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4520795}, "macro.dbt.snapshot_merge_sql": {"unique_id": "macro.dbt.snapshot_merge_sql", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\snapshots\\snapshot_merge.sql", "original_file_path": "macros\\materializations\\snapshots\\snapshot_merge.sql", "name": "snapshot_merge_sql", "macro_sql": "{% macro snapshot_merge_sql(target, source, insert_cols) -%}\n {{ adapter.dispatch('snapshot_merge_sql', 'dbt')(target, source, insert_cols) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_snowflake.snowflake__snapshot_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4531686}, "macro.dbt.default__snapshot_merge_sql": {"unique_id": "macro.dbt.default__snapshot_merge_sql", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\snapshots\\snapshot_merge.sql", "original_file_path": "macros\\materializations\\snapshots\\snapshot_merge.sql", "name": "default__snapshot_merge_sql", "macro_sql": "{% macro default__snapshot_merge_sql(target, source, insert_cols) -%}\n {%- set insert_cols_csv = insert_cols | join(', ') -%}\n\n merge into {{ target }} as DBT_INTERNAL_DEST\n using {{ source }} as DBT_INTERNAL_SOURCE\n on DBT_INTERNAL_SOURCE.dbt_scd_id = DBT_INTERNAL_DEST.dbt_scd_id\n\n when matched\n and DBT_INTERNAL_DEST.dbt_valid_to is null\n and DBT_INTERNAL_SOURCE.dbt_change_type in ('update', 'delete')\n then update\n set dbt_valid_to = DBT_INTERNAL_SOURCE.dbt_valid_to\n\n when not matched\n and DBT_INTERNAL_SOURCE.dbt_change_type = 'insert'\n then insert ({{ insert_cols_csv }})\n values ({{ insert_cols_csv }})\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4531686}, "macro.dbt.strategy_dispatch": {"unique_id": "macro.dbt.strategy_dispatch", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\snapshots\\strategies.sql", "original_file_path": "macros\\materializations\\snapshots\\strategies.sql", "name": "strategy_dispatch", "macro_sql": "{% macro strategy_dispatch(name) -%}\n{% set original_name = name %}\n {% if '.' in name %}\n {% set package_name, name = name.split(\".\", 1) %}\n {% else %}\n {% set package_name = none %}\n {% endif %}\n\n {% if package_name is none %}\n {% set package_context = context %}\n {% elif package_name in context %}\n {% set package_context = context[package_name] %}\n {% else %}\n {% set error_msg %}\n Could not find package '{{package_name}}', called with '{{original_name}}'\n {% endset %}\n {{ exceptions.raise_compiler_error(error_msg | trim) }}\n {% endif %}\n\n {%- set search_name = 'snapshot_' ~ name ~ '_strategy' -%}\n\n {% if search_name not in package_context %}\n {% set error_msg %}\n The specified strategy macro '{{name}}' was not found in package '{{ package_name }}'\n {% endset %}\n {{ exceptions.raise_compiler_error(error_msg | trim) }}\n {% endif %}\n {{ return(package_context[search_name]) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4581597}, "macro.dbt.snapshot_hash_arguments": {"unique_id": "macro.dbt.snapshot_hash_arguments", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\snapshots\\strategies.sql", "original_file_path": "macros\\materializations\\snapshots\\strategies.sql", "name": "snapshot_hash_arguments", "macro_sql": "{% macro snapshot_hash_arguments(args) -%}\n {{ adapter.dispatch('snapshot_hash_arguments', 'dbt')(args) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__snapshot_hash_arguments"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4581597}, "macro.dbt.default__snapshot_hash_arguments": {"unique_id": "macro.dbt.default__snapshot_hash_arguments", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\snapshots\\strategies.sql", "original_file_path": "macros\\materializations\\snapshots\\strategies.sql", "name": "default__snapshot_hash_arguments", "macro_sql": "{% macro default__snapshot_hash_arguments(args) -%}\n md5({%- for arg in args -%}\n coalesce(cast({{ arg }} as varchar ), '')\n {% if not loop.last %} || '|' || {% endif %}\n {%- endfor -%})\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4581597}, "macro.dbt.snapshot_get_time": {"unique_id": "macro.dbt.snapshot_get_time", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\snapshots\\strategies.sql", "original_file_path": "macros\\materializations\\snapshots\\strategies.sql", "name": "snapshot_get_time", "macro_sql": "{% macro snapshot_get_time() -%}\n {{ adapter.dispatch('snapshot_get_time', 'dbt')() }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_snowflake.snowflake__snapshot_get_time"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4581597}, "macro.dbt.default__snapshot_get_time": {"unique_id": "macro.dbt.default__snapshot_get_time", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\snapshots\\strategies.sql", "original_file_path": "macros\\materializations\\snapshots\\strategies.sql", "name": "default__snapshot_get_time", "macro_sql": "{% macro default__snapshot_get_time() -%}\n {{ current_timestamp() }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.current_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4581597}, "macro.dbt.snapshot_timestamp_strategy": {"unique_id": "macro.dbt.snapshot_timestamp_strategy", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\snapshots\\strategies.sql", "original_file_path": "macros\\materializations\\snapshots\\strategies.sql", "name": "snapshot_timestamp_strategy", "macro_sql": "{% macro snapshot_timestamp_strategy(node, snapshotted_rel, current_rel, config, target_exists) %}\n {% set primary_key = config['unique_key'] %}\n {% set updated_at = config['updated_at'] %}\n {% set invalidate_hard_deletes = config.get('invalidate_hard_deletes', false) %}\n\n {#/*\n The snapshot relation might not have an {{ updated_at }} value if the\n snapshot strategy is changed from `check` to `timestamp`. We\n should use a dbt-created column for the comparison in the snapshot\n table instead of assuming that the user-supplied {{ updated_at }}\n will be present in the historical data.\n\n See https://github.com/dbt-labs/dbt-core/issues/2350\n */ #}\n {% set row_changed_expr -%}\n ({{ snapshotted_rel }}.dbt_valid_from < {{ current_rel }}.{{ updated_at }})\n {%- endset %}\n\n {% set scd_id_expr = snapshot_hash_arguments([primary_key, updated_at]) %}\n\n {% do return({\n \"unique_key\": primary_key,\n \"updated_at\": updated_at,\n \"row_changed\": row_changed_expr,\n \"scd_id\": scd_id_expr,\n \"invalidate_hard_deletes\": invalidate_hard_deletes\n }) %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.snapshot_hash_arguments"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4591682}, "macro.dbt.snapshot_string_as_time": {"unique_id": "macro.dbt.snapshot_string_as_time", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\snapshots\\strategies.sql", "original_file_path": "macros\\materializations\\snapshots\\strategies.sql", "name": "snapshot_string_as_time", "macro_sql": "{% macro snapshot_string_as_time(timestamp) -%}\n {{ adapter.dispatch('snapshot_string_as_time', 'dbt')(timestamp) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_snowflake.snowflake__snapshot_string_as_time"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.460166}, "macro.dbt.default__snapshot_string_as_time": {"unique_id": "macro.dbt.default__snapshot_string_as_time", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\snapshots\\strategies.sql", "original_file_path": "macros\\materializations\\snapshots\\strategies.sql", "name": "default__snapshot_string_as_time", "macro_sql": "{% macro default__snapshot_string_as_time(timestamp) %}\n {% do exceptions.raise_not_implemented(\n 'snapshot_string_as_time macro not implemented for adapter '+adapter.type()\n ) %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.460166}, "macro.dbt.snapshot_check_all_get_existing_columns": {"unique_id": "macro.dbt.snapshot_check_all_get_existing_columns", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\snapshots\\strategies.sql", "original_file_path": "macros\\materializations\\snapshots\\strategies.sql", "name": "snapshot_check_all_get_existing_columns", "macro_sql": "{% macro snapshot_check_all_get_existing_columns(node, target_exists, check_cols_config) -%}\n {%- if not target_exists -%}\n {#-- no table yet -> return whatever the query does --#}\n {{ return((false, query_columns)) }}\n {%- endif -%}\n\n {#-- handle any schema changes --#}\n {%- set target_relation = adapter.get_relation(database=node.database, schema=node.schema, identifier=node.alias) -%}\n\n {% if check_cols_config == 'all' %}\n {%- set query_columns = get_columns_in_query(node['compiled_sql']) -%}\n\n {% elif check_cols_config is iterable and (check_cols_config | length) > 0 %}\n {#-- query for proper casing/quoting, to support comparison below --#}\n {%- set select_check_cols_from_target -%}\n select {{ check_cols_config | join(', ') }} from ({{ node['compiled_sql'] }}) subq\n {%- endset -%}\n {% set query_columns = get_columns_in_query(select_check_cols_from_target) %}\n\n {% else %}\n {% do exceptions.raise_compiler_error(\"Invalid value for 'check_cols': \" ~ check_cols_config) %}\n {% endif %}\n\n {%- set existing_cols = adapter.get_columns_in_relation(target_relation) | map(attribute = 'name') | list -%}\n {%- set ns = namespace() -%} {#-- handle for-loop scoping with a namespace --#}\n {%- set ns.column_added = false -%}\n\n {%- set intersection = [] -%}\n {%- for col in query_columns -%}\n {%- if col in existing_cols -%}\n {%- do intersection.append(adapter.quote(col)) -%}\n {%- else -%}\n {% set ns.column_added = true %}\n {%- endif -%}\n {%- endfor -%}\n {{ return((ns.column_added, intersection)) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.get_columns_in_query"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4621713}, "macro.dbt.snapshot_check_strategy": {"unique_id": "macro.dbt.snapshot_check_strategy", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\snapshots\\strategies.sql", "original_file_path": "macros\\materializations\\snapshots\\strategies.sql", "name": "snapshot_check_strategy", "macro_sql": "{% macro snapshot_check_strategy(node, snapshotted_rel, current_rel, config, target_exists) %}\n {% set check_cols_config = config['check_cols'] %}\n {% set primary_key = config['unique_key'] %}\n {% set invalidate_hard_deletes = config.get('invalidate_hard_deletes', false) %}\n {% set updated_at = config.get('updated_at', snapshot_get_time()) %}\n\n {% set column_added = false %}\n\n {% set column_added, check_cols = snapshot_check_all_get_existing_columns(node, target_exists, check_cols_config) %}\n\n {%- set row_changed_expr -%}\n (\n {%- if column_added -%}\n {{ get_true_sql() }}\n {%- else -%}\n {%- for col in check_cols -%}\n {{ snapshotted_rel }}.{{ col }} != {{ current_rel }}.{{ col }}\n or\n (\n (({{ snapshotted_rel }}.{{ col }} is null) and not ({{ current_rel }}.{{ col }} is null))\n or\n ((not {{ snapshotted_rel }}.{{ col }} is null) and ({{ current_rel }}.{{ col }} is null))\n )\n {%- if not loop.last %} or {% endif -%}\n {%- endfor -%}\n {%- endif -%}\n )\n {%- endset %}\n\n {% set scd_id_expr = snapshot_hash_arguments([primary_key, updated_at]) %}\n\n {% do return({\n \"unique_key\": primary_key,\n \"updated_at\": updated_at,\n \"row_changed\": row_changed_expr,\n \"scd_id\": scd_id_expr,\n \"invalidate_hard_deletes\": invalidate_hard_deletes\n }) %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.snapshot_get_time", "macro.dbt.snapshot_check_all_get_existing_columns", "macro.dbt.get_true_sql", "macro.dbt.snapshot_hash_arguments"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4631784}, "macro.dbt.get_test_sql": {"unique_id": "macro.dbt.get_test_sql", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\tests\\helpers.sql", "original_file_path": "macros\\materializations\\tests\\helpers.sql", "name": "get_test_sql", "macro_sql": "{% macro get_test_sql(main_sql, fail_calc, warn_if, error_if, limit) -%}\n {{ adapter.dispatch('get_test_sql', 'dbt')(main_sql, fail_calc, warn_if, error_if, limit) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__get_test_sql"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4641602}, "macro.dbt.default__get_test_sql": {"unique_id": "macro.dbt.default__get_test_sql", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\tests\\helpers.sql", "original_file_path": "macros\\materializations\\tests\\helpers.sql", "name": "default__get_test_sql", "macro_sql": "{% macro default__get_test_sql(main_sql, fail_calc, warn_if, error_if, limit) -%}\n select\n {{ fail_calc }} as failures,\n {{ fail_calc }} {{ warn_if }} as should_warn,\n {{ fail_calc }} {{ error_if }} as should_error\n from (\n {{ main_sql }}\n {{ \"limit \" ~ limit if limit != none }}\n ) dbt_internal_test\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4651604}, "macro.dbt.materialization_test_default": {"unique_id": "macro.dbt.materialization_test_default", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\tests\\test.sql", "original_file_path": "macros\\materializations\\tests\\test.sql", "name": "materialization_test_default", "macro_sql": "{%- materialization test, default -%}\n\n {% set relations = [] %}\n\n {% if should_store_failures() %}\n\n {% set identifier = model['alias'] %}\n {% set old_relation = adapter.get_relation(database=database, schema=schema, identifier=identifier) %}\n {% set target_relation = api.Relation.create(\n identifier=identifier, schema=schema, database=database, type='table') -%} %}\n\n {% if old_relation %}\n {% do adapter.drop_relation(old_relation) %}\n {% endif %}\n\n {% call statement(auto_begin=True) %}\n {{ create_table_as(False, target_relation, sql) }}\n {% endcall %}\n\n {% do relations.append(target_relation) %}\n\n {% set main_sql %}\n select *\n from {{ target_relation }}\n {% endset %}\n\n {{ adapter.commit() }}\n\n {% else %}\n\n {% set main_sql = sql %}\n\n {% endif %}\n\n {% set limit = config.get('limit') %}\n {% set fail_calc = config.get('fail_calc') %}\n {% set warn_if = config.get('warn_if') %}\n {% set error_if = config.get('error_if') %}\n\n {% call statement('main', fetch_result=True) -%}\n\n {{ get_test_sql(main_sql, fail_calc, warn_if, error_if, limit)}}\n\n {%- endcall %}\n\n {{ return({'relations': relations}) }}\n\n{%- endmaterialization -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.should_store_failures", "macro.dbt.statement", "macro.dbt.create_table_as", "macro.dbt.get_test_sql"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4671845}, "macro.dbt.get_where_subquery": {"unique_id": "macro.dbt.get_where_subquery", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\tests\\where_subquery.sql", "original_file_path": "macros\\materializations\\tests\\where_subquery.sql", "name": "get_where_subquery", "macro_sql": "{% macro get_where_subquery(relation) -%}\n {% do return(adapter.dispatch('get_where_subquery', 'dbt')(relation)) %}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__get_where_subquery"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4683268}, "macro.dbt.default__get_where_subquery": {"unique_id": "macro.dbt.default__get_where_subquery", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\materializations\\tests\\where_subquery.sql", "original_file_path": "macros\\materializations\\tests\\where_subquery.sql", "name": "default__get_where_subquery", "macro_sql": "{% macro default__get_where_subquery(relation) -%}\n {% set where = config.get('where', '') %}\n {% if where %}\n {%- set filtered -%}\n (select * from {{ relation }} where {{ where }}) dbt_subquery\n {%- endset -%}\n {% do return(filtered) %}\n {%- else -%}\n {% do return(relation) %}\n {%- endif -%}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4683268}, "macro.dbt.any_value": {"unique_id": "macro.dbt.any_value", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\any_value.sql", "original_file_path": "macros\\utils\\any_value.sql", "name": "any_value", "macro_sql": "{% macro any_value(expression) -%}\n {{ return(adapter.dispatch('any_value', 'dbt') (expression)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__any_value"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4694223}, "macro.dbt.default__any_value": {"unique_id": "macro.dbt.default__any_value", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\any_value.sql", "original_file_path": "macros\\utils\\any_value.sql", "name": "default__any_value", "macro_sql": "{% macro default__any_value(expression) -%}\n\n any_value({{ expression }})\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4694223}, "macro.dbt.bool_or": {"unique_id": "macro.dbt.bool_or", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\bool_or.sql", "original_file_path": "macros\\utils\\bool_or.sql", "name": "bool_or", "macro_sql": "{% macro bool_or(expression) -%}\n {{ return(adapter.dispatch('bool_or', 'dbt') (expression)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.snowflake__bool_or"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4704244}, "macro.dbt.default__bool_or": {"unique_id": "macro.dbt.default__bool_or", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\bool_or.sql", "original_file_path": "macros\\utils\\bool_or.sql", "name": "default__bool_or", "macro_sql": "{% macro default__bool_or(expression) -%}\n\n bool_or({{ expression }})\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4704244}, "macro.dbt.cast_bool_to_text": {"unique_id": "macro.dbt.cast_bool_to_text", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\cast_bool_to_text.sql", "original_file_path": "macros\\utils\\cast_bool_to_text.sql", "name": "cast_bool_to_text", "macro_sql": "{% macro cast_bool_to_text(field) %}\n {{ adapter.dispatch('cast_bool_to_text', 'dbt') (field) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__cast_bool_to_text"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.471345}, "macro.dbt.default__cast_bool_to_text": {"unique_id": "macro.dbt.default__cast_bool_to_text", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\cast_bool_to_text.sql", "original_file_path": "macros\\utils\\cast_bool_to_text.sql", "name": "default__cast_bool_to_text", "macro_sql": "{% macro default__cast_bool_to_text(field) %}\n cast({{ field }} as {{ api.Column.translate_type('string') }})\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.471345}, "macro.dbt.concat": {"unique_id": "macro.dbt.concat", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\concat.sql", "original_file_path": "macros\\utils\\concat.sql", "name": "concat", "macro_sql": "{% macro concat(fields) -%}\n {{ return(adapter.dispatch('concat', 'dbt')(fields)) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__concat"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.471345}, "macro.dbt.default__concat": {"unique_id": "macro.dbt.default__concat", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\concat.sql", "original_file_path": "macros\\utils\\concat.sql", "name": "default__concat", "macro_sql": "{% macro default__concat(fields) -%}\n {{ fields|join(' || ') }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.471345}, "macro.dbt.type_string": {"unique_id": "macro.dbt.type_string", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\data_types.sql", "original_file_path": "macros\\utils\\data_types.sql", "name": "type_string", "macro_sql": "\n\n{%- macro type_string() -%}\n {{ return(adapter.dispatch('type_string', 'dbt')()) }}\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__type_string"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.473426}, "macro.dbt.default__type_string": {"unique_id": "macro.dbt.default__type_string", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\data_types.sql", "original_file_path": "macros\\utils\\data_types.sql", "name": "default__type_string", "macro_sql": "{% macro default__type_string() %}\n {{ return(api.Column.translate_type(\"string\")) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.473426}, "macro.dbt.type_timestamp": {"unique_id": "macro.dbt.type_timestamp", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\data_types.sql", "original_file_path": "macros\\utils\\data_types.sql", "name": "type_timestamp", "macro_sql": "\n\n{%- macro type_timestamp() -%}\n {{ return(adapter.dispatch('type_timestamp', 'dbt')()) }}\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__type_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.473426}, "macro.dbt.default__type_timestamp": {"unique_id": "macro.dbt.default__type_timestamp", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\data_types.sql", "original_file_path": "macros\\utils\\data_types.sql", "name": "default__type_timestamp", "macro_sql": "{% macro default__type_timestamp() %}\n {{ return(api.Column.translate_type(\"timestamp\")) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.473426}, "macro.dbt.type_float": {"unique_id": "macro.dbt.type_float", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\data_types.sql", "original_file_path": "macros\\utils\\data_types.sql", "name": "type_float", "macro_sql": "\n\n{%- macro type_float() -%}\n {{ return(adapter.dispatch('type_float', 'dbt')()) }}\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__type_float"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.473426}, "macro.dbt.default__type_float": {"unique_id": "macro.dbt.default__type_float", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\data_types.sql", "original_file_path": "macros\\utils\\data_types.sql", "name": "default__type_float", "macro_sql": "{% macro default__type_float() %}\n {{ return(api.Column.translate_type(\"float\")) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4744325}, "macro.dbt.type_numeric": {"unique_id": "macro.dbt.type_numeric", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\data_types.sql", "original_file_path": "macros\\utils\\data_types.sql", "name": "type_numeric", "macro_sql": "\n\n{%- macro type_numeric() -%}\n {{ return(adapter.dispatch('type_numeric', 'dbt')()) }}\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__type_numeric"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4744325}, "macro.dbt.default__type_numeric": {"unique_id": "macro.dbt.default__type_numeric", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\data_types.sql", "original_file_path": "macros\\utils\\data_types.sql", "name": "default__type_numeric", "macro_sql": "{% macro default__type_numeric() %}\n {{ return(api.Column.numeric_type(\"numeric\", 28, 6)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4744325}, "macro.dbt.type_bigint": {"unique_id": "macro.dbt.type_bigint", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\data_types.sql", "original_file_path": "macros\\utils\\data_types.sql", "name": "type_bigint", "macro_sql": "\n\n{%- macro type_bigint() -%}\n {{ return(adapter.dispatch('type_bigint', 'dbt')()) }}\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__type_bigint"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4744325}, "macro.dbt.default__type_bigint": {"unique_id": "macro.dbt.default__type_bigint", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\data_types.sql", "original_file_path": "macros\\utils\\data_types.sql", "name": "default__type_bigint", "macro_sql": "{% macro default__type_bigint() %}\n {{ return(api.Column.translate_type(\"bigint\")) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4754386}, "macro.dbt.type_int": {"unique_id": "macro.dbt.type_int", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\data_types.sql", "original_file_path": "macros\\utils\\data_types.sql", "name": "type_int", "macro_sql": "\n\n{%- macro type_int() -%}\n {{ return(adapter.dispatch('type_int', 'dbt')()) }}\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__type_int"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4757366}, "macro.dbt.default__type_int": {"unique_id": "macro.dbt.default__type_int", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\data_types.sql", "original_file_path": "macros\\utils\\data_types.sql", "name": "default__type_int", "macro_sql": "{%- macro default__type_int() -%}\n {{ return(api.Column.translate_type(\"integer\")) }}\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4757366}, "macro.dbt.dateadd": {"unique_id": "macro.dbt.dateadd", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\dateadd.sql", "original_file_path": "macros\\utils\\dateadd.sql", "name": "dateadd", "macro_sql": "{% macro dateadd(datepart, interval, from_date_or_timestamp) %}\n {{ return(adapter.dispatch('dateadd', 'dbt')(datepart, interval, from_date_or_timestamp)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__dateadd"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4757366}, "macro.dbt.default__dateadd": {"unique_id": "macro.dbt.default__dateadd", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\dateadd.sql", "original_file_path": "macros\\utils\\dateadd.sql", "name": "default__dateadd", "macro_sql": "{% macro default__dateadd(datepart, interval, from_date_or_timestamp) %}\n\n dateadd(\n {{ datepart }},\n {{ interval }},\n {{ from_date_or_timestamp }}\n )\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4757366}, "macro.dbt.datediff": {"unique_id": "macro.dbt.datediff", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\datediff.sql", "original_file_path": "macros\\utils\\datediff.sql", "name": "datediff", "macro_sql": "{% macro datediff(first_date, second_date, datepart) %}\n {{ return(adapter.dispatch('datediff', 'dbt')(first_date, second_date, datepart)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__datediff"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4768286}, "macro.dbt.default__datediff": {"unique_id": "macro.dbt.default__datediff", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\datediff.sql", "original_file_path": "macros\\utils\\datediff.sql", "name": "default__datediff", "macro_sql": "{% macro default__datediff(first_date, second_date, datepart) -%}\n\n datediff(\n {{ datepart }},\n {{ first_date }},\n {{ second_date }}\n )\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4768286}, "macro.dbt.date_trunc": {"unique_id": "macro.dbt.date_trunc", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\date_trunc.sql", "original_file_path": "macros\\utils\\date_trunc.sql", "name": "date_trunc", "macro_sql": "{% macro date_trunc(datepart, date) -%}\n {{ return(adapter.dispatch('date_trunc', 'dbt') (datepart, date)) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__date_trunc"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4778228}, "macro.dbt.default__date_trunc": {"unique_id": "macro.dbt.default__date_trunc", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\date_trunc.sql", "original_file_path": "macros\\utils\\date_trunc.sql", "name": "default__date_trunc", "macro_sql": "{% macro default__date_trunc(datepart, date) -%}\n date_trunc('{{datepart}}', {{date}})\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4778228}, "macro.dbt.escape_single_quotes": {"unique_id": "macro.dbt.escape_single_quotes", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\escape_single_quotes.sql", "original_file_path": "macros\\utils\\escape_single_quotes.sql", "name": "escape_single_quotes", "macro_sql": "{% macro escape_single_quotes(expression) %}\n {{ return(adapter.dispatch('escape_single_quotes', 'dbt') (expression)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.snowflake__escape_single_quotes"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.478774}, "macro.dbt.default__escape_single_quotes": {"unique_id": "macro.dbt.default__escape_single_quotes", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\escape_single_quotes.sql", "original_file_path": "macros\\utils\\escape_single_quotes.sql", "name": "default__escape_single_quotes", "macro_sql": "{% macro default__escape_single_quotes(expression) -%}\n{{ expression | replace(\"'\",\"''\") }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.478774}, "macro.dbt.except": {"unique_id": "macro.dbt.except", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\except.sql", "original_file_path": "macros\\utils\\except.sql", "name": "except", "macro_sql": "{% macro except() %}\n {{ return(adapter.dispatch('except', 'dbt')()) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__except"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4798172}, "macro.dbt.default__except": {"unique_id": "macro.dbt.default__except", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\except.sql", "original_file_path": "macros\\utils\\except.sql", "name": "default__except", "macro_sql": "{% macro default__except() %}\n\n except\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4798172}, "macro.dbt.hash": {"unique_id": "macro.dbt.hash", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\hash.sql", "original_file_path": "macros\\utils\\hash.sql", "name": "hash", "macro_sql": "{% macro hash(field) -%}\n {{ return(adapter.dispatch('hash', 'dbt') (field)) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__hash"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4798172}, "macro.dbt.default__hash": {"unique_id": "macro.dbt.default__hash", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\hash.sql", "original_file_path": "macros\\utils\\hash.sql", "name": "default__hash", "macro_sql": "{% macro default__hash(field) -%}\n md5(cast({{ field }} as {{ api.Column.translate_type('string') }}))\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4807396}, "macro.dbt.intersect": {"unique_id": "macro.dbt.intersect", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\intersect.sql", "original_file_path": "macros\\utils\\intersect.sql", "name": "intersect", "macro_sql": "{% macro intersect() %}\n {{ return(adapter.dispatch('intersect', 'dbt')()) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__intersect"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4807396}, "macro.dbt.default__intersect": {"unique_id": "macro.dbt.default__intersect", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\intersect.sql", "original_file_path": "macros\\utils\\intersect.sql", "name": "default__intersect", "macro_sql": "{% macro default__intersect() %}\n\n intersect\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4807396}, "macro.dbt.last_day": {"unique_id": "macro.dbt.last_day", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\last_day.sql", "original_file_path": "macros\\utils\\last_day.sql", "name": "last_day", "macro_sql": "{% macro last_day(date, datepart) %}\n {{ return(adapter.dispatch('last_day', 'dbt') (date, datepart)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__last_day"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4817376}, "macro.dbt.default_last_day": {"unique_id": "macro.dbt.default_last_day", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\last_day.sql", "original_file_path": "macros\\utils\\last_day.sql", "name": "default_last_day", "macro_sql": "\n\n{%- macro default_last_day(date, datepart) -%}\n cast(\n {{dbt.dateadd('day', '-1',\n dbt.dateadd(datepart, '1', dbt.date_trunc(datepart, date))\n )}}\n as date)\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.dateadd", "macro.dbt_utils.date_trunc"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4817376}, "macro.dbt.default__last_day": {"unique_id": "macro.dbt.default__last_day", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\last_day.sql", "original_file_path": "macros\\utils\\last_day.sql", "name": "default__last_day", "macro_sql": "{% macro default__last_day(date, datepart) -%}\n {{dbt.default_last_day(date, datepart)}}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default_last_day"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4817376}, "macro.dbt.length": {"unique_id": "macro.dbt.length", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\length.sql", "original_file_path": "macros\\utils\\length.sql", "name": "length", "macro_sql": "{% macro length(expression) -%}\n {{ return(adapter.dispatch('length', 'dbt') (expression)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__length"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4828265}, "macro.dbt.default__length": {"unique_id": "macro.dbt.default__length", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\length.sql", "original_file_path": "macros\\utils\\length.sql", "name": "default__length", "macro_sql": "{% macro default__length(expression) %}\n\n length(\n {{ expression }}\n )\n\n{%- endmacro -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4828265}, "macro.dbt.listagg": {"unique_id": "macro.dbt.listagg", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\listagg.sql", "original_file_path": "macros\\utils\\listagg.sql", "name": "listagg", "macro_sql": "{% macro listagg(measure, delimiter_text=\"','\", order_by_clause=none, limit_num=none) -%}\n {{ return(adapter.dispatch('listagg', 'dbt') (measure, delimiter_text, order_by_clause, limit_num)) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__listagg"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4837391}, "macro.dbt.default__listagg": {"unique_id": "macro.dbt.default__listagg", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\listagg.sql", "original_file_path": "macros\\utils\\listagg.sql", "name": "default__listagg", "macro_sql": "{% macro default__listagg(measure, delimiter_text, order_by_clause, limit_num) -%}\n\n {% if limit_num -%}\n array_to_string(\n array_slice(\n array_agg(\n {{ measure }}\n ){% if order_by_clause -%}\n within group ({{ order_by_clause }})\n {%- endif %}\n ,0\n ,{{ limit_num }}\n ),\n {{ delimiter_text }}\n )\n {%- else %}\n listagg(\n {{ measure }},\n {{ delimiter_text }}\n )\n {% if order_by_clause -%}\n within group ({{ order_by_clause }})\n {%- endif %}\n {%- endif %}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4848173}, "macro.dbt.string_literal": {"unique_id": "macro.dbt.string_literal", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\literal.sql", "original_file_path": "macros\\utils\\literal.sql", "name": "string_literal", "macro_sql": "{%- macro string_literal(value) -%}\n {{ return(adapter.dispatch('string_literal', 'dbt') (value)) }}\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__string_literal"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4848173}, "macro.dbt.default__string_literal": {"unique_id": "macro.dbt.default__string_literal", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\literal.sql", "original_file_path": "macros\\utils\\literal.sql", "name": "default__string_literal", "macro_sql": "{% macro default__string_literal(value) -%}\n '{{ value }}'\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4848173}, "macro.dbt.position": {"unique_id": "macro.dbt.position", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\position.sql", "original_file_path": "macros\\utils\\position.sql", "name": "position", "macro_sql": "{% macro position(substring_text, string_text) -%}\n {{ return(adapter.dispatch('position', 'dbt') (substring_text, string_text)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__position"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.485771}, "macro.dbt.default__position": {"unique_id": "macro.dbt.default__position", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\position.sql", "original_file_path": "macros\\utils\\position.sql", "name": "default__position", "macro_sql": "{% macro default__position(substring_text, string_text) %}\n\n position(\n {{ substring_text }} in {{ string_text }}\n )\n\n{%- endmacro -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.485771}, "macro.dbt.replace": {"unique_id": "macro.dbt.replace", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\replace.sql", "original_file_path": "macros\\utils\\replace.sql", "name": "replace", "macro_sql": "{% macro replace(field, old_chars, new_chars) -%}\n {{ return(adapter.dispatch('replace', 'dbt') (field, old_chars, new_chars)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__replace"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4868004}, "macro.dbt.default__replace": {"unique_id": "macro.dbt.default__replace", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\replace.sql", "original_file_path": "macros\\utils\\replace.sql", "name": "default__replace", "macro_sql": "{% macro default__replace(field, old_chars, new_chars) %}\n\n replace(\n {{ field }},\n {{ old_chars }},\n {{ new_chars }}\n )\n\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4868004}, "macro.dbt.right": {"unique_id": "macro.dbt.right", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\right.sql", "original_file_path": "macros\\utils\\right.sql", "name": "right", "macro_sql": "{% macro right(string_text, length_expression) -%}\n {{ return(adapter.dispatch('right', 'dbt') (string_text, length_expression)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.snowflake__right"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4877841}, "macro.dbt.default__right": {"unique_id": "macro.dbt.default__right", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\right.sql", "original_file_path": "macros\\utils\\right.sql", "name": "default__right", "macro_sql": "{% macro default__right(string_text, length_expression) %}\n\n right(\n {{ string_text }},\n {{ length_expression }}\n )\n\n{%- endmacro -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4877841}, "macro.dbt.safe_cast": {"unique_id": "macro.dbt.safe_cast", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\safe_cast.sql", "original_file_path": "macros\\utils\\safe_cast.sql", "name": "safe_cast", "macro_sql": "{% macro safe_cast(field, type) %}\n {{ return(adapter.dispatch('safe_cast', 'dbt') (field, type)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.snowflake__safe_cast"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4877841}, "macro.dbt.default__safe_cast": {"unique_id": "macro.dbt.default__safe_cast", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\safe_cast.sql", "original_file_path": "macros\\utils\\safe_cast.sql", "name": "default__safe_cast", "macro_sql": "{% macro default__safe_cast(field, type) %}\n {# most databases don't support this function yet\n so we just need to use cast #}\n cast({{field}} as {{type}})\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4877841}, "macro.dbt.split_part": {"unique_id": "macro.dbt.split_part", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\split_part.sql", "original_file_path": "macros\\utils\\split_part.sql", "name": "split_part", "macro_sql": "{% macro split_part(string_text, delimiter_text, part_number) %}\n {{ return(adapter.dispatch('split_part', 'dbt') (string_text, delimiter_text, part_number)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__split_part"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4888248}, "macro.dbt.default__split_part": {"unique_id": "macro.dbt.default__split_part", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\split_part.sql", "original_file_path": "macros\\utils\\split_part.sql", "name": "default__split_part", "macro_sql": "{% macro default__split_part(string_text, delimiter_text, part_number) %}\n\n split_part(\n {{ string_text }},\n {{ delimiter_text }},\n {{ part_number }}\n )\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4888248}, "macro.dbt._split_part_negative": {"unique_id": "macro.dbt._split_part_negative", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "macros\\utils\\split_part.sql", "original_file_path": "macros\\utils\\split_part.sql", "name": "_split_part_negative", "macro_sql": "{% macro _split_part_negative(string_text, delimiter_text, part_number) %}\n\n split_part(\n {{ string_text }},\n {{ delimiter_text }},\n length({{ string_text }})\n - length(\n replace({{ string_text }}, {{ delimiter_text }}, '')\n ) + 2 {{ part_number }}\n )\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4898186}, "macro.dbt.test_unique": {"unique_id": "macro.dbt.test_unique", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "tests\\generic\\builtin.sql", "original_file_path": "tests\\generic\\builtin.sql", "name": "test_unique", "macro_sql": "{% test unique(model, column_name) %}\n {% set macro = adapter.dispatch('test_unique', 'dbt') %}\n {{ macro(model, column_name) }}\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__test_unique"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4908376}, "macro.dbt.test_not_null": {"unique_id": "macro.dbt.test_not_null", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "tests\\generic\\builtin.sql", "original_file_path": "tests\\generic\\builtin.sql", "name": "test_not_null", "macro_sql": "{% test not_null(model, column_name) %}\n {% set macro = adapter.dispatch('test_not_null', 'dbt') %}\n {{ macro(model, column_name) }}\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__test_not_null"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4908376}, "macro.dbt.test_accepted_values": {"unique_id": "macro.dbt.test_accepted_values", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "tests\\generic\\builtin.sql", "original_file_path": "tests\\generic\\builtin.sql", "name": "test_accepted_values", "macro_sql": "{% test accepted_values(model, column_name, values, quote=True) %}\n {% set macro = adapter.dispatch('test_accepted_values', 'dbt') %}\n {{ macro(model, column_name, values, quote) }}\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__test_accepted_values"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4908376}, "macro.dbt.test_relationships": {"unique_id": "macro.dbt.test_relationships", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "tests\\generic\\builtin.sql", "original_file_path": "tests\\generic\\builtin.sql", "name": "test_relationships", "macro_sql": "{% test relationships(model, column_name, to, field) %}\n {% set macro = adapter.dispatch('test_relationships', 'dbt') %}\n {{ macro(model, column_name, to, field) }}\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.default__test_relationships"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4918225}, "macro.dbt_date.get_base_dates": {"unique_id": "macro.dbt_date.get_base_dates", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\get_base_dates.sql", "original_file_path": "macros\\get_base_dates.sql", "name": "get_base_dates", "macro_sql": "{% macro get_base_dates(start_date=None, end_date=None, n_dateparts=None, datepart=\"day\") %}\n {{ adapter.dispatch('get_base_dates', 'dbt_date') (start_date, end_date, n_dateparts, datepart) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date.default__get_base_dates"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4928308}, "macro.dbt_date.default__get_base_dates": {"unique_id": "macro.dbt_date.default__get_base_dates", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\get_base_dates.sql", "original_file_path": "macros\\get_base_dates.sql", "name": "default__get_base_dates", "macro_sql": "{% macro default__get_base_dates(start_date, end_date, n_dateparts, datepart) %}\n\n{%- if start_date and end_date -%}\n{%- set start_date=\"cast('\" ~ start_date ~ \"' as \" ~ dbt_utils.type_timestamp() ~ \")\" -%}\n{%- set end_date=\"cast('\" ~ end_date ~ \"' as \" ~ dbt_utils.type_timestamp() ~ \")\" -%}\n\n{%- elif n_dateparts and datepart -%}\n\n{%- set start_date = dbt_utils.dateadd(datepart, -1 * n_dateparts, dbt_date.today()) -%}\n{%- set end_date = dbt_date.tomorrow() -%}\n{%- endif -%}\n\nwith date_spine as\n(\n\n {{ dbt_utils.date_spine(\n datepart=datepart,\n start_date=start_date,\n end_date=end_date,\n )\n }}\n\n)\nselect\n cast(d.date_{{ datepart }} as {{ dbt_utils.type_timestamp() }}) as date_{{ datepart }}\nfrom\n date_spine d\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.type_timestamp", "macro.dbt_utils.dateadd", "macro.dbt_date.today", "macro.dbt_date.tomorrow", "macro.dbt_utils.date_spine"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.4938264}, "macro.dbt_date.bigquery__get_base_dates": {"unique_id": "macro.dbt_date.bigquery__get_base_dates", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\get_base_dates.sql", "original_file_path": "macros\\get_base_dates.sql", "name": "bigquery__get_base_dates", "macro_sql": "{% macro bigquery__get_base_dates(start_date, end_date, n_dateparts, datepart) %}\n\n{%- if start_date and end_date -%}\n{%- set start_date=\"cast('\" ~ start_date ~ \"' as date )\" -%}\n{%- set end_date=\"cast('\" ~ end_date ~ \"' as date )\" -%}\n\n{%- elif n_dateparts and datepart -%}\n\n{%- set start_date = dbt_utils.dateadd(datepart, -1 * n_dateparts, dbt_date.today()) -%}\n{%- set end_date = dbt_date.tomorrow() -%}\n{%- endif -%}\n\nwith date_spine as\n(\n\n {{ dbt_utils.date_spine(\n datepart=datepart,\n start_date=start_date,\n end_date=end_date,\n )\n }}\n\n)\nselect\n cast(d.date_{{ datepart }} as {{ dbt_utils.type_timestamp() }}) as date_{{ datepart }}\nfrom\n date_spine d\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.dateadd", "macro.dbt_date.today", "macro.dbt_date.tomorrow", "macro.dbt_utils.date_spine", "macro.dbt_utils.type_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.494842}, "macro.dbt_date.get_date_dimension": {"unique_id": "macro.dbt_date.get_date_dimension", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\get_date_dimension.sql", "original_file_path": "macros\\get_date_dimension.sql", "name": "get_date_dimension", "macro_sql": "{% macro get_date_dimension(start_date, end_date) %}\n {{ adapter.dispatch('get_date_dimension', 'dbt_date') (start_date, end_date) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date.default__get_date_dimension"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5028124}, "macro.dbt_date.default__get_date_dimension": {"unique_id": "macro.dbt_date.default__get_date_dimension", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\get_date_dimension.sql", "original_file_path": "macros\\get_date_dimension.sql", "name": "default__get_date_dimension", "macro_sql": "{% macro default__get_date_dimension(start_date, end_date) %}\nwith base_dates as (\n {{ dbt_date.get_base_dates(start_date, end_date) }}\n),\ndates_with_prior_year_dates as (\n\n select\n cast(d.date_day as date) as date_day,\n cast({{ dbt_utils.dateadd('year', -1 , 'd.date_day') }} as date) as prior_year_date_day,\n cast({{ dbt_utils.dateadd('day', -364 , 'd.date_day') }} as date) as prior_year_over_year_date_day\n from\n \tbase_dates d\n\n)\nselect\n d.date_day,\n {{ dbt_date.yesterday('d.date_day') }} as prior_date_day,\n {{ dbt_date.tomorrow('d.date_day') }} as next_date_day,\n d.prior_year_date_day as prior_year_date_day,\n d.prior_year_over_year_date_day,\n {{ dbt_date.day_of_week('d.date_day', isoweek=false) }} as day_of_week,\n {{ dbt_date.day_of_week('d.date_day', isoweek=true) }} as day_of_week_iso,\n {{ dbt_date.day_name('d.date_day', short=false) }} as day_of_week_name,\n {{ dbt_date.day_name('d.date_day', short=true) }} as day_of_week_name_short,\n {{ dbt_date.day_of_month('d.date_day') }} as day_of_month,\n {{ dbt_date.day_of_year('d.date_day') }} as day_of_year,\n\n {{ dbt_date.week_start('d.date_day') }} as week_start_date,\n {{ dbt_date.week_end('d.date_day') }} as week_end_date,\n {{ dbt_date.week_start('d.prior_year_over_year_date_day') }} as prior_year_week_start_date,\n {{ dbt_date.week_end('d.prior_year_over_year_date_day') }} as prior_year_week_end_date,\n {{ dbt_date.week_of_year('d.date_day') }} as week_of_year,\n\n {{ dbt_date.iso_week_start('d.date_day') }} as iso_week_start_date,\n {{ dbt_date.iso_week_end('d.date_day') }} as iso_week_end_date,\n {{ dbt_date.iso_week_start('d.prior_year_over_year_date_day') }} as prior_year_iso_week_start_date,\n {{ dbt_date.iso_week_end('d.prior_year_over_year_date_day') }} as prior_year_iso_week_end_date,\n {{ dbt_date.iso_week_of_year('d.date_day') }} as iso_week_of_year,\n\n {{ dbt_date.week_of_year('d.prior_year_over_year_date_day') }} as prior_year_week_of_year,\n {{ dbt_date.iso_week_of_year('d.prior_year_over_year_date_day') }} as prior_year_iso_week_of_year,\n\n cast({{ dbt_date.date_part('month', 'd.date_day') }} as {{ dbt_utils.type_int() }}) as month_of_year,\n {{ dbt_date.month_name('d.date_day', short=false) }} as month_name,\n {{ dbt_date.month_name('d.date_day', short=true) }} as month_name_short,\n\n cast({{ dbt_utils.date_trunc('month', 'd.date_day') }} as date) as month_start_date,\n cast({{ dbt_utils.last_day('d.date_day', 'month') }} as date) as month_end_date,\n\n cast({{ dbt_utils.date_trunc('month', 'd.prior_year_date_day') }} as date) as prior_year_month_start_date,\n cast({{ dbt_utils.last_day('d.prior_year_date_day', 'month') }} as date) as prior_year_month_end_date,\n\n cast({{ dbt_date.date_part('quarter', 'd.date_day') }} as {{ dbt_utils.type_int() }}) as quarter_of_year,\n cast({{ dbt_utils.date_trunc('quarter', 'd.date_day') }} as date) as quarter_start_date,\n cast({{ dbt_utils.last_day('d.date_day', 'quarter') }} as date) as quarter_end_date,\n\n cast({{ dbt_date.date_part('year', 'd.date_day') }} as {{ dbt_utils.type_int() }}) as year_number,\n cast({{ dbt_utils.date_trunc('year', 'd.date_day') }} as date) as year_start_date,\n cast({{ dbt_utils.last_day('d.date_day', 'year') }} as date) as year_end_date\nfrom\n dates_with_prior_year_dates d\norder by 1\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date.get_base_dates", "macro.dbt_utils.dateadd", "macro.dbt_date.yesterday", "macro.dbt_date.tomorrow", "macro.dbt_date.day_of_week", "macro.dbt_date.day_name", "macro.dbt_date.day_of_month", "macro.dbt_date.day_of_year", "macro.dbt_date.week_start", "macro.dbt_date.week_end", "macro.dbt_date.week_of_year", "macro.dbt_date.iso_week_start", "macro.dbt_date.iso_week_end", "macro.dbt_date.iso_week_of_year", "macro.dbt_date.date_part", "macro.dbt_utils.type_int", "macro.dbt_date.month_name", "macro.dbt_utils.date_trunc", "macro.dbt_utils.last_day"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5068183}, "macro.dbt_date.postgres__get_date_dimension": {"unique_id": "macro.dbt_date.postgres__get_date_dimension", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\get_date_dimension.sql", "original_file_path": "macros\\get_date_dimension.sql", "name": "postgres__get_date_dimension", "macro_sql": "{% macro postgres__get_date_dimension(start_date, end_date) %}\nwith base_dates as (\n {{ dbt_date.get_base_dates(start_date, end_date) }}\n),\ndates_with_prior_year_dates as (\n\n select\n cast(d.date_day as date) as date_day,\n cast({{ dbt_utils.dateadd('year', -1 , 'd.date_day') }} as date) as prior_year_date_day,\n cast({{ dbt_utils.dateadd('day', -364 , 'd.date_day') }} as date) as prior_year_over_year_date_day\n from\n \tbase_dates d\n\n)\nselect\n d.date_day,\n {{ dbt_date.yesterday('d.date_day') }} as prior_date_day,\n {{ dbt_date.tomorrow('d.date_day') }} as next_date_day,\n d.prior_year_date_day as prior_year_date_day,\n d.prior_year_over_year_date_day,\n {{ dbt_date.day_of_week('d.date_day', isoweek=true) }} as day_of_week,\n\n {{ dbt_date.day_name('d.date_day', short=false) }} as day_of_week_name,\n {{ dbt_date.day_name('d.date_day', short=true) }} as day_of_week_name_short,\n {{ dbt_date.day_of_month('d.date_day') }} as day_of_month,\n {{ dbt_date.day_of_year('d.date_day') }} as day_of_year,\n\n {{ dbt_date.week_start('d.date_day') }} as week_start_date,\n {{ dbt_date.week_end('d.date_day') }} as week_end_date,\n {{ dbt_date.week_start('d.prior_year_over_year_date_day') }} as prior_year_week_start_date,\n {{ dbt_date.week_end('d.prior_year_over_year_date_day') }} as prior_year_week_end_date,\n {{ dbt_date.week_of_year('d.date_day') }} as week_of_year,\n\n {{ dbt_date.iso_week_start('d.date_day') }} as iso_week_start_date,\n {{ dbt_date.iso_week_end('d.date_day') }} as iso_week_end_date,\n {{ dbt_date.iso_week_start('d.prior_year_over_year_date_day') }} as prior_year_iso_week_start_date,\n {{ dbt_date.iso_week_end('d.prior_year_over_year_date_day') }} as prior_year_iso_week_end_date,\n {{ dbt_date.iso_week_of_year('d.date_day') }} as iso_week_of_year,\n\n {{ dbt_date.week_of_year('d.prior_year_over_year_date_day') }} as prior_year_week_of_year,\n {{ dbt_date.iso_week_of_year('d.prior_year_over_year_date_day') }} as prior_year_iso_week_of_year,\n\n cast({{ dbt_date.date_part('month', 'd.date_day') }} as {{ dbt_utils.type_int() }}) as month_of_year,\n {{ dbt_date.month_name('d.date_day', short=false) }} as month_name,\n {{ dbt_date.month_name('d.date_day', short=true) }} as month_name_short,\n\n cast({{ dbt_utils.date_trunc('month', 'd.date_day') }} as date) as month_start_date,\n cast({{ dbt_utils.last_day('d.date_day', 'month') }} as date) as month_end_date,\n\n cast({{ dbt_utils.date_trunc('month', 'd.prior_year_date_day') }} as date) as prior_year_month_start_date,\n cast({{ dbt_utils.last_day('d.prior_year_date_day', 'month') }} as date) as prior_year_month_end_date,\n\n cast({{ dbt_date.date_part('quarter', 'd.date_day') }} as {{ dbt_utils.type_int() }}) as quarter_of_year,\n cast({{ dbt_utils.date_trunc('quarter', 'd.date_day') }} as date) as quarter_start_date,\n {# dbt_utils.last_day does not support quarter because postgresql does not support quarter interval. #}\n cast({{dbt_utils.dateadd('day', '-1', dbt_utils.dateadd('month', '3', dbt_utils.date_trunc('quarter', 'd.date_day')))}} as date) as quarter_end_date,\n\n cast({{ dbt_date.date_part('year', 'd.date_day') }} as {{ dbt_utils.type_int() }}) as year_number,\n cast({{ dbt_utils.date_trunc('year', 'd.date_day') }} as date) as year_start_date,\n cast({{ dbt_utils.last_day('d.date_day', 'year') }} as date) as year_end_date\nfrom\n dates_with_prior_year_dates d\norder by 1\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date.get_base_dates", "macro.dbt_utils.dateadd", "macro.dbt_date.yesterday", "macro.dbt_date.tomorrow", "macro.dbt_date.day_of_week", "macro.dbt_date.day_name", "macro.dbt_date.day_of_month", "macro.dbt_date.day_of_year", "macro.dbt_date.week_start", "macro.dbt_date.week_end", "macro.dbt_date.week_of_year", "macro.dbt_date.iso_week_start", "macro.dbt_date.iso_week_end", "macro.dbt_date.iso_week_of_year", "macro.dbt_date.date_part", "macro.dbt_utils.type_int", "macro.dbt_date.month_name", "macro.dbt_utils.date_trunc", "macro.dbt_utils.last_day"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5098987}, "macro.dbt_date.convert_timezone": {"unique_id": "macro.dbt_date.convert_timezone", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\convert_timezone.sql", "original_file_path": "macros\\calendar_date\\convert_timezone.sql", "name": "convert_timezone", "macro_sql": "{%- macro convert_timezone(column, target_tz=None, source_tz=None) -%}\n{%- set source_tz = \"UTC\" if not source_tz else source_tz -%}\n{%- set target_tz = var(\"dbt_date:time_zone\") if not target_tz else target_tz -%}\n{{ adapter.dispatch('convert_timezone', 'dbt_date') (column, target_tz, source_tz) }}\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date.default__convert_timezone"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5109875}, "macro.dbt_date.default__convert_timezone": {"unique_id": "macro.dbt_date.default__convert_timezone", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\convert_timezone.sql", "original_file_path": "macros\\calendar_date\\convert_timezone.sql", "name": "default__convert_timezone", "macro_sql": "{% macro default__convert_timezone(column, target_tz, source_tz) -%}\n{%- if not source_tz -%}\ncast(convert_timezone('{{ target_tz }}', {{ column }}) as {{ dbt_utils.type_timestamp() }})\n{%- else -%}\ncast(convert_timezone('{{ source_tz }}', '{{ target_tz }}', {{ column }}) as {{ dbt_utils.type_timestamp() }})\n{%- endif -%}\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.type_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5119739}, "macro.dbt_date.bigquery__convert_timezone": {"unique_id": "macro.dbt_date.bigquery__convert_timezone", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\convert_timezone.sql", "original_file_path": "macros\\calendar_date\\convert_timezone.sql", "name": "bigquery__convert_timezone", "macro_sql": "{%- macro bigquery__convert_timezone(column, target_tz, source_tz=None) -%}\ntimestamp(datetime({{ column }}, '{{ target_tz}}'))\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5119739}, "macro.dbt_date.spark__convert_timezone": {"unique_id": "macro.dbt_date.spark__convert_timezone", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\convert_timezone.sql", "original_file_path": "macros\\calendar_date\\convert_timezone.sql", "name": "spark__convert_timezone", "macro_sql": "{%- macro spark__convert_timezone(column, target_tz, source_tz) -%}\nfrom_utc_timestamp(\n to_utc_timestamp({{ column }}, '{{ source_tz }}'),\n '{{ target_tz }}'\n )\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5119739}, "macro.dbt_date.postgres__convert_timezone": {"unique_id": "macro.dbt_date.postgres__convert_timezone", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\convert_timezone.sql", "original_file_path": "macros\\calendar_date\\convert_timezone.sql", "name": "postgres__convert_timezone", "macro_sql": "{% macro postgres__convert_timezone(column, target_tz, source_tz) -%}\n{%- if source_tz -%}\ncast({{ column }} at time zone '{{ source_tz }}' at time zone '{{ target_tz }}' as {{ dbt_utils.type_timestamp() }})\n{%- else -%}\ncast({{ column }} at time zone '{{ target_tz }}' as {{ dbt_utils.type_timestamp() }})\n{%- endif -%}\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.type_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5129967}, "macro.dbt_date.redshift__convert_timezone": {"unique_id": "macro.dbt_date.redshift__convert_timezone", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\convert_timezone.sql", "original_file_path": "macros\\calendar_date\\convert_timezone.sql", "name": "redshift__convert_timezone", "macro_sql": "{%- macro redshift__convert_timezone(column, target_tz, source_tz) -%}\n{{ return(dbt_date.default__convert_timezone(column, target_tz, source_tz)) }}\n{%- endmacro -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date.default__convert_timezone"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5129967}, "macro.dbt_date.date_part": {"unique_id": "macro.dbt_date.date_part", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\date_part.sql", "original_file_path": "macros\\calendar_date\\date_part.sql", "name": "date_part", "macro_sql": "{% macro date_part(datepart, date) -%}\n {{ adapter.dispatch('date_part', 'dbt_date') (datepart, date) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date.default__date_part"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5129967}, "macro.dbt_date.default__date_part": {"unique_id": "macro.dbt_date.default__date_part", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\date_part.sql", "original_file_path": "macros\\calendar_date\\date_part.sql", "name": "default__date_part", "macro_sql": "{% macro default__date_part(datepart, date) -%}\n date_part('{{ datepart }}', {{ date }})\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5139897}, "macro.dbt_date.bigquery__date_part": {"unique_id": "macro.dbt_date.bigquery__date_part", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\date_part.sql", "original_file_path": "macros\\calendar_date\\date_part.sql", "name": "bigquery__date_part", "macro_sql": "{% macro bigquery__date_part(datepart, date) -%}\n extract({{ datepart }} from {{ date }})\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5139897}, "macro.dbt_date.day_name": {"unique_id": "macro.dbt_date.day_name", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\day_name.sql", "original_file_path": "macros\\calendar_date\\day_name.sql", "name": "day_name", "macro_sql": "{%- macro day_name(date, short=True) -%}\n {{ adapter.dispatch('day_name', 'dbt_date') (date, short) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date.snowflake__day_name"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5149913}, "macro.dbt_date.default__day_name": {"unique_id": "macro.dbt_date.default__day_name", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\day_name.sql", "original_file_path": "macros\\calendar_date\\day_name.sql", "name": "default__day_name", "macro_sql": "\n\n{%- macro default__day_name(date, short) -%}\n{%- set f = 'Dy' if short else 'Day' -%}\n to_char({{ date }}, '{{ f }}')\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5149913}, "macro.dbt_date.snowflake__day_name": {"unique_id": "macro.dbt_date.snowflake__day_name", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\day_name.sql", "original_file_path": "macros\\calendar_date\\day_name.sql", "name": "snowflake__day_name", "macro_sql": "\n\n{%- macro snowflake__day_name(date, short) -%}\n {%- if short -%}\n dayname({{ date }})\n {%- else -%}\n -- long version not implemented on Snowflake so we're doing it manually :/\n case dayname({{ date }})\n when 'Mon' then 'Monday'\n when 'Tue' then 'Tuesday'\n when 'Wed' then 'Wednesday'\n when 'Thu' then 'Thursday'\n when 'Fri' then 'Friday'\n when 'Sat' then 'Saturday'\n when 'Sun' then 'Sunday'\n end\n {%- endif -%}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5149913}, "macro.dbt_date.bigquery__day_name": {"unique_id": "macro.dbt_date.bigquery__day_name", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\day_name.sql", "original_file_path": "macros\\calendar_date\\day_name.sql", "name": "bigquery__day_name", "macro_sql": "\n\n{%- macro bigquery__day_name(date, short) -%}\n{%- set f = '%a' if short else '%A' -%}\n format_date('{{ f }}', cast({{ date }} as date))\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5149913}, "macro.dbt_date.postgres__day_name": {"unique_id": "macro.dbt_date.postgres__day_name", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\day_name.sql", "original_file_path": "macros\\calendar_date\\day_name.sql", "name": "postgres__day_name", "macro_sql": "\n\n{%- macro postgres__day_name(date, short) -%}\n{# FM = Fill mode, which suppresses padding blanks #}\n{%- set f = 'FMDy' if short else 'FMDay' -%}\n to_char({{ date }}, '{{ f }}')\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5159838}, "macro.dbt_date.day_of_month": {"unique_id": "macro.dbt_date.day_of_month", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\day_of_month.sql", "original_file_path": "macros\\calendar_date\\day_of_month.sql", "name": "day_of_month", "macro_sql": "{%- macro day_of_month(date) -%}\n{{ dbt_date.date_part('day', date) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date.date_part"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5159838}, "macro.dbt_date.redshift__day_of_month": {"unique_id": "macro.dbt_date.redshift__day_of_month", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\day_of_month.sql", "original_file_path": "macros\\calendar_date\\day_of_month.sql", "name": "redshift__day_of_month", "macro_sql": "\n\n{%- macro redshift__day_of_month(date) -%}\ncast({{ dbt_date.date_part('day', date) }} as {{ dbt_utils.type_bigint() }})\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date.date_part", "macro.dbt_utils.type_bigint"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5159838}, "macro.dbt_date.day_of_week": {"unique_id": "macro.dbt_date.day_of_week", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\day_of_week.sql", "original_file_path": "macros\\calendar_date\\day_of_week.sql", "name": "day_of_week", "macro_sql": "{%- macro day_of_week(date, isoweek=true) -%}\n{{ adapter.dispatch('day_of_week', 'dbt_date') (date, isoweek) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date.snowflake__day_of_week"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5179818}, "macro.dbt_date.default__day_of_week": {"unique_id": "macro.dbt_date.default__day_of_week", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\day_of_week.sql", "original_file_path": "macros\\calendar_date\\day_of_week.sql", "name": "default__day_of_week", "macro_sql": "\n\n{%- macro default__day_of_week(date, isoweek) -%}\n\n {%- set dow = dbt_date.date_part('dayofweek', date) -%}\n\n {%- if isoweek -%}\n case\n -- Shift start of week from Sunday (0) to Monday (1)\n when {{ dow }} = 0 then 7\n else {{ dow }}\n end\n {%- else -%}\n {{ dow }} + 1\n {%- endif -%}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date.date_part"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5189824}, "macro.dbt_date.snowflake__day_of_week": {"unique_id": "macro.dbt_date.snowflake__day_of_week", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\day_of_week.sql", "original_file_path": "macros\\calendar_date\\day_of_week.sql", "name": "snowflake__day_of_week", "macro_sql": "\n\n{%- macro snowflake__day_of_week(date, isoweek) -%}\n\n {%- if isoweek -%}\n {%- set dow_part = 'dayofweekiso' -%}\n {{ dbt_date.date_part(dow_part, date) }}\n {%- else -%}\n {%- set dow_part = 'dayofweek' -%}\n case\n when {{ dbt_date.date_part(dow_part, date) }} = 7 then 1\n else {{ dbt_date.date_part(dow_part, date) }} + 1\n end\n {%- endif -%}\n\n\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date.date_part"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5189824}, "macro.dbt_date.bigquery__day_of_week": {"unique_id": "macro.dbt_date.bigquery__day_of_week", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\day_of_week.sql", "original_file_path": "macros\\calendar_date\\day_of_week.sql", "name": "bigquery__day_of_week", "macro_sql": "\n\n{%- macro bigquery__day_of_week(date, isoweek) -%}\n\n {%- set dow = dbt_date.date_part('dayofweek', date) -%}\n\n {%- if isoweek -%}\n case\n -- Shift start of week from Sunday (1) to Monday (2)\n when {{ dow }} = 1 then 7\n else {{ dow }} - 1\n end\n {%- else -%}\n {{ dow }}\n {%- endif -%}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date.date_part"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5199854}, "macro.dbt_date.postgres__day_of_week": {"unique_id": "macro.dbt_date.postgres__day_of_week", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\day_of_week.sql", "original_file_path": "macros\\calendar_date\\day_of_week.sql", "name": "postgres__day_of_week", "macro_sql": "\n\n\n{%- macro postgres__day_of_week(date, isoweek) -%}\n\n {%- if isoweek -%}\n {%- set dow_part = 'isodow' -%}\n -- Monday(1) to Sunday (7)\n cast({{ dbt_date.date_part(dow_part, date) }} as {{ dbt_utils.type_int() }})\n {%- else -%}\n {%- set dow_part = 'dow' -%}\n -- Sunday(1) to Saturday (7)\n cast({{ dbt_date.date_part(dow_part, date) }} + 1 as {{ dbt_utils.type_int() }})\n {%- endif -%}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date.date_part", "macro.dbt_utils.type_int"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5199854}, "macro.dbt_date.redshift__day_of_week": {"unique_id": "macro.dbt_date.redshift__day_of_week", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\day_of_week.sql", "original_file_path": "macros\\calendar_date\\day_of_week.sql", "name": "redshift__day_of_week", "macro_sql": "\n\n\n{%- macro redshift__day_of_week(date, isoweek) -%}\n\n {%- set dow = dbt_date.date_part('dayofweek', date) -%}\n\n {%- if isoweek -%}\n case\n -- Shift start of week from Sunday (0) to Monday (1)\n when {{ dow }} = 0 then 7\n else cast({{ dow }} as {{ dbt_utils.type_bigint() }})\n end\n {%- else -%}\n cast({{ dow }} + 1 as {{ dbt_utils.type_bigint() }})\n {%- endif -%}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date.date_part", "macro.dbt_utils.type_bigint"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.520989}, "macro.dbt_date.day_of_year": {"unique_id": "macro.dbt_date.day_of_year", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\day_of_year.sql", "original_file_path": "macros\\calendar_date\\day_of_year.sql", "name": "day_of_year", "macro_sql": "{%- macro day_of_year(date) -%}\n{{ adapter.dispatch('day_of_year', 'dbt_date') (date) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date.default__day_of_year"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.520989}, "macro.dbt_date.default__day_of_year": {"unique_id": "macro.dbt_date.default__day_of_year", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\day_of_year.sql", "original_file_path": "macros\\calendar_date\\day_of_year.sql", "name": "default__day_of_year", "macro_sql": "\n\n{%- macro default__day_of_year(date) -%}\n {{ dbt_date.date_part('dayofyear', date) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date.date_part"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5220003}, "macro.dbt_date.postgres__day_of_year": {"unique_id": "macro.dbt_date.postgres__day_of_year", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\day_of_year.sql", "original_file_path": "macros\\calendar_date\\day_of_year.sql", "name": "postgres__day_of_year", "macro_sql": "\n\n{%- macro postgres__day_of_year(date) -%}\n {{ dbt_date.date_part('doy', date) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date.date_part"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5220003}, "macro.dbt_date.redshift__day_of_year": {"unique_id": "macro.dbt_date.redshift__day_of_year", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\day_of_year.sql", "original_file_path": "macros\\calendar_date\\day_of_year.sql", "name": "redshift__day_of_year", "macro_sql": "\n\n{%- macro redshift__day_of_year(date) -%}\n cast({{ dbt_date.date_part('dayofyear', date) }} as {{ dbt_utils.type_bigint() }})\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date.date_part", "macro.dbt_utils.type_bigint"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5220003}, "macro.dbt_date.from_unixtimestamp": {"unique_id": "macro.dbt_date.from_unixtimestamp", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\from_unixtimestamp.sql", "original_file_path": "macros\\calendar_date\\from_unixtimestamp.sql", "name": "from_unixtimestamp", "macro_sql": "{%- macro from_unixtimestamp(epochs, format=\"seconds\") -%}\n {{ adapter.dispatch('from_unixtimestamp', 'dbt_date') (epochs, format) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date.snowflake__from_unixtimestamp"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5239875}, "macro.dbt_date.default__from_unixtimestamp": {"unique_id": "macro.dbt_date.default__from_unixtimestamp", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\from_unixtimestamp.sql", "original_file_path": "macros\\calendar_date\\from_unixtimestamp.sql", "name": "default__from_unixtimestamp", "macro_sql": "\n\n{%- macro default__from_unixtimestamp(epochs, format=\"seconds\") -%}\n {%- if format != \"seconds\" -%}\n {{ exceptions.raise_compiler_error(\n \"value \" ~ format ~ \" for `format` for from_unixtimestamp is not supported.\"\n )\n }}\n {% endif -%}\n to_timestamp({{ epochs }})\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5242484}, "macro.dbt_date.postgres__from_unixtimestamp": {"unique_id": "macro.dbt_date.postgres__from_unixtimestamp", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\from_unixtimestamp.sql", "original_file_path": "macros\\calendar_date\\from_unixtimestamp.sql", "name": "postgres__from_unixtimestamp", "macro_sql": "\n\n{%- macro postgres__from_unixtimestamp(epochs, format=\"seconds\") -%}\n {%- if format != \"seconds\" -%}\n {{ exceptions.raise_compiler_error(\n \"value \" ~ format ~ \" for `format` for from_unixtimestamp is not supported.\"\n )\n }}\n {% endif -%}\n cast(to_timestamp({{ epochs }}) at time zone 'UTC' as timestamp)\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5242484}, "macro.dbt_date.snowflake__from_unixtimestamp": {"unique_id": "macro.dbt_date.snowflake__from_unixtimestamp", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\from_unixtimestamp.sql", "original_file_path": "macros\\calendar_date\\from_unixtimestamp.sql", "name": "snowflake__from_unixtimestamp", "macro_sql": "\n\n{%- macro snowflake__from_unixtimestamp(epochs, format) -%}\n {%- if format == \"seconds\" -%}\n {%- set scale = 0 -%}\n {%- elif format == \"milliseconds\" -%}\n {%- set scale = 3 -%}\n {%- elif format == \"microseconds\" -%}\n {%- set scale = 6 -%}\n {%- else -%}\n {{ exceptions.raise_compiler_error(\n \"value \" ~ format ~ \" for `format` for from_unixtimestamp is not supported.\"\n )\n }}\n {% endif -%}\n to_timestamp_ntz({{ epochs }}, {{ scale }})\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5253556}, "macro.dbt_date.bigquery__from_unixtimestamp": {"unique_id": "macro.dbt_date.bigquery__from_unixtimestamp", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\from_unixtimestamp.sql", "original_file_path": "macros\\calendar_date\\from_unixtimestamp.sql", "name": "bigquery__from_unixtimestamp", "macro_sql": "\n\n{%- macro bigquery__from_unixtimestamp(epochs, format) -%}\n {%- if format == \"seconds\" -%}\n timestamp_seconds({{ epochs }})\n {%- elif format == \"milliseconds\" -%}\n timestamp_millis({{ epochs }})\n {%- elif format == \"microseconds\" -%}\n timestamp_micros({{ epochs }})\n {%- else -%}\n {{ exceptions.raise_compiler_error(\n \"value \" ~ format ~ \" for `format` for from_unixtimestamp is not supported.\"\n )\n }}\n {% endif -%}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5253556}, "macro.dbt_date.iso_week_end": {"unique_id": "macro.dbt_date.iso_week_end", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\iso_week_end.sql", "original_file_path": "macros\\calendar_date\\iso_week_end.sql", "name": "iso_week_end", "macro_sql": "{%- macro iso_week_end(date=None, tz=None) -%}\n{%-set dt = date if date else dbt_date.today(tz) -%}\n{{ adapter.dispatch('iso_week_end', 'dbt_date') (dt) }}\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date.today", "macro.dbt_date.snowflake__iso_week_end"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5263565}, "macro.dbt_date._iso_week_end": {"unique_id": "macro.dbt_date._iso_week_end", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\iso_week_end.sql", "original_file_path": "macros\\calendar_date\\iso_week_end.sql", "name": "_iso_week_end", "macro_sql": "{%- macro _iso_week_end(date, week_type) -%}\n{%- set dt = dbt_date.iso_week_start(date) -%}\n{{ dbt_date.n_days_away(6, dt) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date.iso_week_start", "macro.dbt_date.n_days_away"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5263565}, "macro.dbt_date.default__iso_week_end": {"unique_id": "macro.dbt_date.default__iso_week_end", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\iso_week_end.sql", "original_file_path": "macros\\calendar_date\\iso_week_end.sql", "name": "default__iso_week_end", "macro_sql": "\n\n{%- macro default__iso_week_end(date) -%}\n{{ dbt_date._iso_week_end(date, 'isoweek') }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date._iso_week_end"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5263565}, "macro.dbt_date.snowflake__iso_week_end": {"unique_id": "macro.dbt_date.snowflake__iso_week_end", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\iso_week_end.sql", "original_file_path": "macros\\calendar_date\\iso_week_end.sql", "name": "snowflake__iso_week_end", "macro_sql": "\n\n{%- macro snowflake__iso_week_end(date) -%}\n{{ dbt_date._iso_week_end(date, 'weekiso') }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date._iso_week_end"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.527339}, "macro.dbt_date.iso_week_of_year": {"unique_id": "macro.dbt_date.iso_week_of_year", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\iso_week_of_year.sql", "original_file_path": "macros\\calendar_date\\iso_week_of_year.sql", "name": "iso_week_of_year", "macro_sql": "{%- macro iso_week_of_year(date=None, tz=None) -%}\n{%-set dt = date if date else dbt_date.today(tz) -%}\n{{ adapter.dispatch('iso_week_of_year', 'dbt_date') (dt) }}\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date.today", "macro.dbt_date.snowflake__iso_week_of_year"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5283358}, "macro.dbt_date._iso_week_of_year": {"unique_id": "macro.dbt_date._iso_week_of_year", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\iso_week_of_year.sql", "original_file_path": "macros\\calendar_date\\iso_week_of_year.sql", "name": "_iso_week_of_year", "macro_sql": "{%- macro _iso_week_of_year(date, week_type) -%}\ncast({{ dbt_date.date_part(week_type, date) }} as {{ dbt_utils.type_int() }})\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date.date_part", "macro.dbt_utils.type_int"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5283358}, "macro.dbt_date.default__iso_week_of_year": {"unique_id": "macro.dbt_date.default__iso_week_of_year", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\iso_week_of_year.sql", "original_file_path": "macros\\calendar_date\\iso_week_of_year.sql", "name": "default__iso_week_of_year", "macro_sql": "\n\n{%- macro default__iso_week_of_year(date) -%}\n{{ dbt_date._iso_week_of_year(date, 'isoweek') }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date._iso_week_of_year"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5283358}, "macro.dbt_date.snowflake__iso_week_of_year": {"unique_id": "macro.dbt_date.snowflake__iso_week_of_year", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\iso_week_of_year.sql", "original_file_path": "macros\\calendar_date\\iso_week_of_year.sql", "name": "snowflake__iso_week_of_year", "macro_sql": "\n\n{%- macro snowflake__iso_week_of_year(date) -%}\n{{ dbt_date._iso_week_of_year(date, 'weekiso') }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date._iso_week_of_year"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5283358}, "macro.dbt_date.postgres__iso_week_of_year": {"unique_id": "macro.dbt_date.postgres__iso_week_of_year", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\iso_week_of_year.sql", "original_file_path": "macros\\calendar_date\\iso_week_of_year.sql", "name": "postgres__iso_week_of_year", "macro_sql": "\n\n{%- macro postgres__iso_week_of_year(date) -%}\n-- postgresql week is isoweek, the first week of a year containing January 4 of that year.\n{{ dbt_date._iso_week_of_year(date, 'week') }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date._iso_week_of_year"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5283358}, "macro.dbt_date.iso_week_start": {"unique_id": "macro.dbt_date.iso_week_start", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\iso_week_start.sql", "original_file_path": "macros\\calendar_date\\iso_week_start.sql", "name": "iso_week_start", "macro_sql": "{%- macro iso_week_start(date=None, tz=None) -%}\n{%-set dt = date if date else dbt_date.today(tz) -%}\n{{ adapter.dispatch('iso_week_start', 'dbt_date') (dt) }}\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date.today", "macro.dbt_date.snowflake__iso_week_start"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5293388}, "macro.dbt_date._iso_week_start": {"unique_id": "macro.dbt_date._iso_week_start", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\iso_week_start.sql", "original_file_path": "macros\\calendar_date\\iso_week_start.sql", "name": "_iso_week_start", "macro_sql": "{%- macro _iso_week_start(date, week_type) -%}\ncast({{ dbt_utils.date_trunc(week_type, date) }} as date)\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.date_trunc"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5293388}, "macro.dbt_date.default__iso_week_start": {"unique_id": "macro.dbt_date.default__iso_week_start", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\iso_week_start.sql", "original_file_path": "macros\\calendar_date\\iso_week_start.sql", "name": "default__iso_week_start", "macro_sql": "\n\n{%- macro default__iso_week_start(date) -%}\n{{ dbt_date._iso_week_start(date, 'isoweek') }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date._iso_week_start"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5303414}, "macro.dbt_date.snowflake__iso_week_start": {"unique_id": "macro.dbt_date.snowflake__iso_week_start", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\iso_week_start.sql", "original_file_path": "macros\\calendar_date\\iso_week_start.sql", "name": "snowflake__iso_week_start", "macro_sql": "\n\n{%- macro snowflake__iso_week_start(date) -%}\n{{ dbt_date._iso_week_start(date, 'week') }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date._iso_week_start"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5303414}, "macro.dbt_date.postgres__iso_week_start": {"unique_id": "macro.dbt_date.postgres__iso_week_start", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\iso_week_start.sql", "original_file_path": "macros\\calendar_date\\iso_week_start.sql", "name": "postgres__iso_week_start", "macro_sql": "\n\n{%- macro postgres__iso_week_start(date) -%}\n{{ dbt_date._iso_week_start(date, 'week') }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date._iso_week_start"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5303414}, "macro.dbt_date.last_month": {"unique_id": "macro.dbt_date.last_month", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\last_month.sql", "original_file_path": "macros\\calendar_date\\last_month.sql", "name": "last_month", "macro_sql": "{%- macro last_month(tz=None) -%}\n{{ dbt_date.n_months_ago(1, tz) }}\n{%- endmacro -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date.n_months_ago"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5313563}, "macro.dbt_date.last_month_name": {"unique_id": "macro.dbt_date.last_month_name", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\last_month_name.sql", "original_file_path": "macros\\calendar_date\\last_month_name.sql", "name": "last_month_name", "macro_sql": "{%- macro last_month_name(short=True, tz=None) -%}\n{{ dbt_date.month_name(dbt_date.last_month(1, tz), short=short) }}\n{%- endmacro -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date.month_name", "macro.dbt_date.last_month"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5313563}, "macro.dbt_date.last_month_number": {"unique_id": "macro.dbt_date.last_month_number", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\last_month_number.sql", "original_file_path": "macros\\calendar_date\\last_month_number.sql", "name": "last_month_number", "macro_sql": "{%- macro last_month_number(tz=None) -%}\n{{ dbt_date.date_part('month', dbt_date.last_month(1, tz)) }}\n{%- endmacro -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date.date_part", "macro.dbt_date.last_month"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.532374}, "macro.dbt_date.last_week": {"unique_id": "macro.dbt_date.last_week", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\last_week.sql", "original_file_path": "macros\\calendar_date\\last_week.sql", "name": "last_week", "macro_sql": "{%- macro last_week(tz=None) -%}\n{{ dbt_date.n_weeks_ago(1, tz) }}\n{%- endmacro -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date.n_weeks_ago"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.532374}, "macro.dbt_date.month_name": {"unique_id": "macro.dbt_date.month_name", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\month_name.sql", "original_file_path": "macros\\calendar_date\\month_name.sql", "name": "month_name", "macro_sql": "{%- macro month_name(date, short=True) -%}\n {{ adapter.dispatch('month_name', 'dbt_date') (date, short) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date.snowflake__month_name"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5333729}, "macro.dbt_date.default__month_name": {"unique_id": "macro.dbt_date.default__month_name", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\month_name.sql", "original_file_path": "macros\\calendar_date\\month_name.sql", "name": "default__month_name", "macro_sql": "\n\n{%- macro default__month_name(date, short) -%}\n{%- set f = 'MON' if short else 'MONTH' -%}\n to_char({{ date }}, '{{ f }}')\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5333729}, "macro.dbt_date.bigquery__month_name": {"unique_id": "macro.dbt_date.bigquery__month_name", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\month_name.sql", "original_file_path": "macros\\calendar_date\\month_name.sql", "name": "bigquery__month_name", "macro_sql": "\n\n{%- macro bigquery__month_name(date, short) -%}\n{%- set f = '%b' if short else '%B' -%}\n format_date('{{ f }}', cast({{ date }} as date))\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5333729}, "macro.dbt_date.snowflake__month_name": {"unique_id": "macro.dbt_date.snowflake__month_name", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\month_name.sql", "original_file_path": "macros\\calendar_date\\month_name.sql", "name": "snowflake__month_name", "macro_sql": "\n\n{%- macro snowflake__month_name(date, short) -%}\n{%- set f = 'MON' if short else 'MMMM' -%}\n to_char({{ date }}, '{{ f }}')\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5344646}, "macro.dbt_date.postgres__month_name": {"unique_id": "macro.dbt_date.postgres__month_name", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\month_name.sql", "original_file_path": "macros\\calendar_date\\month_name.sql", "name": "postgres__month_name", "macro_sql": "\n\n{%- macro postgres__month_name(date, short) -%}\n{# FM = Fill mode, which suppresses padding blanks #}\n{%- set f = 'FMMon' if short else 'FMMonth' -%}\n to_char({{ date }}, '{{ f }}')\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5344646}, "macro.dbt_date.next_month": {"unique_id": "macro.dbt_date.next_month", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\next_month.sql", "original_file_path": "macros\\calendar_date\\next_month.sql", "name": "next_month", "macro_sql": "{%- macro next_month(tz=None) -%}\n{{ dbt_date.n_months_away(1, tz) }}\n{%- endmacro -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date.n_months_away"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5344646}, "macro.dbt_date.next_month_name": {"unique_id": "macro.dbt_date.next_month_name", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\next_month_name.sql", "original_file_path": "macros\\calendar_date\\next_month_name.sql", "name": "next_month_name", "macro_sql": "{%- macro next_month_name(short=True, tz=None) -%}\n{{ dbt_date.month_name(dbt_date.next_month(1, tz), short=short) }}\n{%- endmacro -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date.month_name", "macro.dbt_date.next_month"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5354667}, "macro.dbt_date.next_month_number": {"unique_id": "macro.dbt_date.next_month_number", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\next_month_number.sql", "original_file_path": "macros\\calendar_date\\next_month_number.sql", "name": "next_month_number", "macro_sql": "{%- macro next_month_number(tz=None) -%}\n{{ dbt_date.date_part('month', dbt_date.next_month(1, tz)) }}\n{%- endmacro -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date.date_part", "macro.dbt_date.next_month"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5354667}, "macro.dbt_date.next_week": {"unique_id": "macro.dbt_date.next_week", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\next_week.sql", "original_file_path": "macros\\calendar_date\\next_week.sql", "name": "next_week", "macro_sql": "{%- macro next_week(tz=None) -%}\n{{ dbt_date.n_weeks_away(1, tz) }}\n{%- endmacro -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date.n_weeks_away"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5364642}, "macro.dbt_date.now": {"unique_id": "macro.dbt_date.now", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\now.sql", "original_file_path": "macros\\calendar_date\\now.sql", "name": "now", "macro_sql": "{%- macro now(tz=None) -%}\n{{ dbt_date.convert_timezone(dbt_utils.current_timestamp(), tz) }}\n{%- endmacro -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date.convert_timezone", "macro.dbt_utils.current_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5364642}, "macro.dbt_date.n_days_ago": {"unique_id": "macro.dbt_date.n_days_ago", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\n_days_ago.sql", "original_file_path": "macros\\calendar_date\\n_days_ago.sql", "name": "n_days_ago", "macro_sql": "{%- macro n_days_ago(n, date=None, tz=None) -%}\n{%-set dt = date if date else dbt_date.today(tz) -%}\n{%- set n = n|int -%}\ncast({{ dbt_utils.dateadd('day', -1 * n, dt) }} as date)\n{%- endmacro -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date.today", "macro.dbt_utils.dateadd"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5374632}, "macro.dbt_date.n_days_away": {"unique_id": "macro.dbt_date.n_days_away", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\n_days_away.sql", "original_file_path": "macros\\calendar_date\\n_days_away.sql", "name": "n_days_away", "macro_sql": "{%- macro n_days_away(n, date=None, tz=None) -%}\n{{ dbt_date.n_days_ago(-1 * n, date, tz) }}\n{%- endmacro -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date.n_days_ago"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.538458}, "macro.dbt_date.n_months_ago": {"unique_id": "macro.dbt_date.n_months_ago", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\n_months_ago.sql", "original_file_path": "macros\\calendar_date\\n_months_ago.sql", "name": "n_months_ago", "macro_sql": "{%- macro n_months_ago(n, tz=None) -%}\n{%- set n = n|int -%}\n{{ dbt_utils.date_trunc('month', \n dbt_utils.dateadd('month', -1 * n, \n dbt_date.today(tz)\n )\n ) }}\n{%- endmacro -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.date_trunc", "macro.dbt_utils.dateadd", "macro.dbt_date.today"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.538458}, "macro.dbt_date.n_months_away": {"unique_id": "macro.dbt_date.n_months_away", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\n_months_away.sql", "original_file_path": "macros\\calendar_date\\n_months_away.sql", "name": "n_months_away", "macro_sql": "{%- macro n_months_away(n, tz=None) -%}\n{%- set n = n|int -%}\n{{ dbt_utils.date_trunc('month', \n dbt_utils.dateadd('month', n, \n dbt_date.today(tz)\n )\n ) }}\n{%- endmacro -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.date_trunc", "macro.dbt_utils.dateadd", "macro.dbt_date.today"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5394626}, "macro.dbt_date.n_weeks_ago": {"unique_id": "macro.dbt_date.n_weeks_ago", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\n_weeks_ago.sql", "original_file_path": "macros\\calendar_date\\n_weeks_ago.sql", "name": "n_weeks_ago", "macro_sql": "{%- macro n_weeks_ago(n, tz=None) -%}\n{%- set n = n|int -%}\n{{ dbt_utils.date_trunc('week', \n dbt_utils.dateadd('week', -1 * n, \n dbt_date.today(tz)\n )\n ) }}\n{%- endmacro -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.date_trunc", "macro.dbt_utils.dateadd", "macro.dbt_date.today"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5403757}, "macro.dbt_date.n_weeks_away": {"unique_id": "macro.dbt_date.n_weeks_away", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\n_weeks_away.sql", "original_file_path": "macros\\calendar_date\\n_weeks_away.sql", "name": "n_weeks_away", "macro_sql": "{%- macro n_weeks_away(n, tz=None) -%}\n{%- set n = n|int -%}\n{{ dbt_utils.date_trunc('week', \n dbt_utils.dateadd('week', n, \n dbt_date.today(tz)\n )\n ) }}\n{%- endmacro -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.date_trunc", "macro.dbt_utils.dateadd", "macro.dbt_date.today"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5414584}, "macro.dbt_date.periods_since": {"unique_id": "macro.dbt_date.periods_since", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\periods_since.sql", "original_file_path": "macros\\calendar_date\\periods_since.sql", "name": "periods_since", "macro_sql": "{%- macro periods_since(date_col, period_name='day', tz=None) -%}\n{{ dbt_utils.datediff(date_col, dbt_date.now(tz), period_name) }}\n{%- endmacro -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.datediff", "macro.dbt_date.now"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5414584}, "macro.dbt_date.today": {"unique_id": "macro.dbt_date.today", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\today.sql", "original_file_path": "macros\\calendar_date\\today.sql", "name": "today", "macro_sql": "{%- macro today(tz=None) -%}\ncast({{ dbt_date.now(tz) }} as date)\n{%- endmacro -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date.now"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5424523}, "macro.dbt_date.tomorrow": {"unique_id": "macro.dbt_date.tomorrow", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\tomorrow.sql", "original_file_path": "macros\\calendar_date\\tomorrow.sql", "name": "tomorrow", "macro_sql": "{%- macro tomorrow(date=None, tz=None) -%}\n{{ dbt_date.n_days_away(1, date, tz) }}\n{%- endmacro -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date.n_days_away"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5424523}, "macro.dbt_date.to_unixtimestamp": {"unique_id": "macro.dbt_date.to_unixtimestamp", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\to_unixtimestamp.sql", "original_file_path": "macros\\calendar_date\\to_unixtimestamp.sql", "name": "to_unixtimestamp", "macro_sql": "{%- macro to_unixtimestamp(timestamp) -%}\n {{ adapter.dispatch('to_unixtimestamp', 'dbt_date') (timestamp) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date.snowflake__to_unixtimestamp"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5434532}, "macro.dbt_date.default__to_unixtimestamp": {"unique_id": "macro.dbt_date.default__to_unixtimestamp", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\to_unixtimestamp.sql", "original_file_path": "macros\\calendar_date\\to_unixtimestamp.sql", "name": "default__to_unixtimestamp", "macro_sql": "\n\n{%- macro default__to_unixtimestamp(timestamp) -%}\n {{ dbt_date.date_part('epoch', timestamp) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date.date_part"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5434532}, "macro.dbt_date.snowflake__to_unixtimestamp": {"unique_id": "macro.dbt_date.snowflake__to_unixtimestamp", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\to_unixtimestamp.sql", "original_file_path": "macros\\calendar_date\\to_unixtimestamp.sql", "name": "snowflake__to_unixtimestamp", "macro_sql": "\n\n{%- macro snowflake__to_unixtimestamp(timestamp) -%}\n {{ dbt_date.date_part('epoch_seconds', timestamp) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date.date_part"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5434532}, "macro.dbt_date.bigquery__to_unixtimestamp": {"unique_id": "macro.dbt_date.bigquery__to_unixtimestamp", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\to_unixtimestamp.sql", "original_file_path": "macros\\calendar_date\\to_unixtimestamp.sql", "name": "bigquery__to_unixtimestamp", "macro_sql": "\n\n{%- macro bigquery__to_unixtimestamp(timestamp) -%}\n unix_seconds({{ timestamp }})\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5434532}, "macro.dbt_date.week_end": {"unique_id": "macro.dbt_date.week_end", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\week_end.sql", "original_file_path": "macros\\calendar_date\\week_end.sql", "name": "week_end", "macro_sql": "{%- macro week_end(date=None, tz=None) -%}\n{%-set dt = date if date else dbt_date.today(tz) -%}\n{{ adapter.dispatch('week_end', 'dbt_date') (dt) }}\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date.today", "macro.dbt_date.snowflake__week_end"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.544378}, "macro.dbt_date.default__week_end": {"unique_id": "macro.dbt_date.default__week_end", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\week_end.sql", "original_file_path": "macros\\calendar_date\\week_end.sql", "name": "default__week_end", "macro_sql": "{%- macro default__week_end(date) -%}\n{{ dbt_utils.last_day(date, 'week') }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.last_day"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.544378}, "macro.dbt_date.snowflake__week_end": {"unique_id": "macro.dbt_date.snowflake__week_end", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\week_end.sql", "original_file_path": "macros\\calendar_date\\week_end.sql", "name": "snowflake__week_end", "macro_sql": "\n\n{%- macro snowflake__week_end(date) -%}\n{%- set dt = dbt_date.week_start(date) -%}\n{{ dbt_date.n_days_away(6, dt) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date.week_start", "macro.dbt_date.n_days_away"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.544378}, "macro.dbt_date.postgres__week_end": {"unique_id": "macro.dbt_date.postgres__week_end", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\week_end.sql", "original_file_path": "macros\\calendar_date\\week_end.sql", "name": "postgres__week_end", "macro_sql": "\n\n{%- macro postgres__week_end(date) -%}\n{%- set dt = dbt_date.week_start(date) -%}\n{{ dbt_date.n_days_away(6, dt) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date.week_start", "macro.dbt_date.n_days_away"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5454543}, "macro.dbt_date.week_of_year": {"unique_id": "macro.dbt_date.week_of_year", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\week_of_year.sql", "original_file_path": "macros\\calendar_date\\week_of_year.sql", "name": "week_of_year", "macro_sql": "{%- macro week_of_year(date=None, tz=None) -%}\n{%-set dt = date if date else dbt_date.today(tz) -%}\n{{ adapter.dispatch('week_of_year', 'dbt_date') (dt) }}\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date.today", "macro.dbt_date.default__week_of_year"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5454543}, "macro.dbt_date.default__week_of_year": {"unique_id": "macro.dbt_date.default__week_of_year", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\week_of_year.sql", "original_file_path": "macros\\calendar_date\\week_of_year.sql", "name": "default__week_of_year", "macro_sql": "{%- macro default__week_of_year(date) -%}\ncast({{ dbt_date.date_part('week', date) }} as {{ dbt_utils.type_int() }})\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date.date_part", "macro.dbt_utils.type_int"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5464709}, "macro.dbt_date.postgres__week_of_year": {"unique_id": "macro.dbt_date.postgres__week_of_year", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\week_of_year.sql", "original_file_path": "macros\\calendar_date\\week_of_year.sql", "name": "postgres__week_of_year", "macro_sql": "\n\n{%- macro postgres__week_of_year(date) -%}\n{# postgresql 'week' returns isoweek. Use to_char instead.\n WW = the first week starts on the first day of the year #}\ncast(to_char({{ date }}, 'WW') as {{ dbt_utils.type_int() }})\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.type_int"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5464709}, "macro.dbt_date.week_start": {"unique_id": "macro.dbt_date.week_start", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\week_start.sql", "original_file_path": "macros\\calendar_date\\week_start.sql", "name": "week_start", "macro_sql": "{%- macro week_start(date=None, tz=None) -%}\n{%-set dt = date if date else dbt_date.today(tz) -%}\n{{ adapter.dispatch('week_start', 'dbt_date') (dt) }}\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date.today", "macro.dbt_date.snowflake__week_start"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5474768}, "macro.dbt_date.default__week_start": {"unique_id": "macro.dbt_date.default__week_start", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\week_start.sql", "original_file_path": "macros\\calendar_date\\week_start.sql", "name": "default__week_start", "macro_sql": "{%- macro default__week_start(date) -%}\ncast({{ dbt_utils.date_trunc('week', date) }} as date)\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.date_trunc"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5474768}, "macro.dbt_date.snowflake__week_start": {"unique_id": "macro.dbt_date.snowflake__week_start", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\week_start.sql", "original_file_path": "macros\\calendar_date\\week_start.sql", "name": "snowflake__week_start", "macro_sql": "\n\n{%- macro snowflake__week_start(date) -%}\n {#\n Get the day of week offset: e.g. if the date is a Sunday,\n dbt_date.day_of_week returns 1, so we subtract 1 to get a 0 offset\n #}\n {% set off_set = dbt_date.day_of_week(date, isoweek=False) ~ \" - 1\" %}\n cast({{ dbt_utils.dateadd(\"day\", \"-1 * (\" ~ off_set ~ \")\", date) }} as date)\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date.day_of_week", "macro.dbt_utils.dateadd"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5474768}, "macro.dbt_date.postgres__week_start": {"unique_id": "macro.dbt_date.postgres__week_start", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\week_start.sql", "original_file_path": "macros\\calendar_date\\week_start.sql", "name": "postgres__week_start", "macro_sql": "\n\n{%- macro postgres__week_start(date) -%}\n-- Sunday as week start date\ncast({{ dbt_utils.dateadd('day', -1, dbt_utils.date_trunc('week', dbt_utils.dateadd('day', 1, date))) }} as date)\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.dateadd", "macro.dbt_utils.date_trunc"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5485847}, "macro.dbt_date.yesterday": {"unique_id": "macro.dbt_date.yesterday", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\calendar_date\\yesterday.sql", "original_file_path": "macros\\calendar_date\\yesterday.sql", "name": "yesterday", "macro_sql": "{%- macro yesterday(date=None, tz=None) -%}\n{{ dbt_date.n_days_ago(1, date, tz) }}\n{%- endmacro -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date.n_days_ago"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5485847}, "macro.dbt_date.get_fiscal_periods": {"unique_id": "macro.dbt_date.get_fiscal_periods", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\fiscal_date\\get_fiscal_periods.sql", "original_file_path": "macros\\fiscal_date\\get_fiscal_periods.sql", "name": "get_fiscal_periods", "macro_sql": "{% macro get_fiscal_periods(dates, year_end_month, week_start_day, shift_year=1) %}\n{# \nThis macro requires you to pass in a ref to a date dimension, created via\ndbt_date.get_date_dimension()s\n#}\nwith fscl_year_dates_for_periods as (\n {{ dbt_date.get_fiscal_year_dates(dates, year_end_month, week_start_day, shift_year) }}\n),\nfscl_year_w13 as (\n\n select\n f.*,\n -- We count the weeks in a 13 week period\n -- and separate the 4-5-4 week sequences\n mod(cast(\n (f.fiscal_week_of_year-1) as {{ dbt_utils.type_int() }}\n ), 13) as w13_number,\n -- Chop weeks into 13 week merch quarters\n cast(\n least(\n floor((f.fiscal_week_of_year-1)/13.0)\n , 3)\n as {{ dbt_utils.type_int() }}) as quarter_number\n from\n fscl_year_dates_for_periods f\n\n),\nfscl_periods as (\n\n select\n f.date_day,\n f.fiscal_year_number,\n f.week_start_date,\n f.week_end_date,\n f.fiscal_week_of_year,\n case \n -- we move week 53 into the 3rd period of the quarter\n when f.fiscal_week_of_year = 53 then 3\n when f.w13_number between 0 and 3 then 1\n when f.w13_number between 4 and 8 then 2\n when f.w13_number between 9 and 12 then 3\n end as period_of_quarter,\n f.quarter_number\n from\n fscl_year_w13 f\n\n),\nfscl_periods_quarters as (\n\n select\n f.*,\n cast((\n (f.quarter_number * 3) + f.period_of_quarter\n ) as {{ dbt_utils.type_int() }}) as fiscal_period_number\n from\n fscl_periods f\n\n)\nselect\n date_day,\n fiscal_year_number,\n week_start_date,\n week_end_date,\n fiscal_week_of_year, \n dense_rank() over(partition by fiscal_period_number order by fiscal_week_of_year) as fiscal_week_of_period,\n fiscal_period_number,\n quarter_number+1 as fiscal_quarter_number,\n period_of_quarter as fiscal_period_of_quarter\nfrom \n fscl_periods_quarters \norder by 1,2\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date.get_fiscal_year_dates", "macro.dbt_utils.type_int"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5494947}, "macro.dbt_date.get_fiscal_year_dates": {"unique_id": "macro.dbt_date.get_fiscal_year_dates", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\fiscal_date\\get_fiscal_year_dates.sql", "original_file_path": "macros\\fiscal_date\\get_fiscal_year_dates.sql", "name": "get_fiscal_year_dates", "macro_sql": "{% macro get_fiscal_year_dates(dates, year_end_month=12, week_start_day=1, shift_year=1) %}\n{{ adapter.dispatch('get_fiscal_year_dates', 'dbt_date') (dates, year_end_month, week_start_day, shift_year) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_date.default__get_fiscal_year_dates"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.551591}, "macro.dbt_date.default__get_fiscal_year_dates": {"unique_id": "macro.dbt_date.default__get_fiscal_year_dates", "package_name": "dbt_date", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_date", "path": "macros\\fiscal_date\\get_fiscal_year_dates.sql", "original_file_path": "macros\\fiscal_date\\get_fiscal_year_dates.sql", "name": "default__get_fiscal_year_dates", "macro_sql": "{% macro default__get_fiscal_year_dates(dates, year_end_month, week_start_day, shift_year) %}\n-- this gets all the dates within a fiscal year\n-- determined by the given year-end-month\n-- ending on the saturday closest to that month's end date\nwith date_dimension as (\n select * from {{ dates }}\n),\nyear_month_end as (\n\n select\n d.year_number - {{ shift_year }} as fiscal_year_number,\n d.month_end_date\n from\n date_dimension d\n where\n d.month_of_year = {{ year_end_month }}\n group by 1,2\n\n),\nweeks as (\n\n select\n d.year_number,\n d.month_of_year,\n d.date_day as week_start_date,\n cast({{ dbt_utils.dateadd('day', 6, 'd.date_day') }} as date) as week_end_date\n from\n date_dimension d\n where\n d.day_of_week = {{ week_start_day }}\n\n),\n-- get all the weeks that start in the month the year ends\nyear_week_ends as (\n\n select\n d.year_number - {{ shift_year }} as fiscal_year_number,\n d.week_end_date\n from\n weeks d\n where\n d.month_of_year = {{ year_end_month }}\n group by\n 1,2\n\n),\n-- then calculate which Saturday is closest to month end\nweeks_at_month_end as (\n\n select\n d.fiscal_year_number,\n d.week_end_date,\n m.month_end_date,\n rank() over\n (partition by d.fiscal_year_number\n order by\n abs({{ dbt_utils.datediff('d.week_end_date', 'm.month_end_date', 'day') }})\n\n ) as closest_to_month_end\n from\n year_week_ends d\n join\n year_month_end m on d.fiscal_year_number = m.fiscal_year_number\n),\nfiscal_year_range as (\n\n select\n w.fiscal_year_number,\n cast(\n {{ dbt_utils.dateadd('day', 1,\n 'lag(w.week_end_date) over(order by w.week_end_date)') }}\n as date) as fiscal_year_start_date,\n w.week_end_date as fiscal_year_end_date\n from\n weeks_at_month_end w\n where\n w.closest_to_month_end = 1\n\n),\nfiscal_year_dates as (\n\n select\n d.date_day,\n m.fiscal_year_number,\n m.fiscal_year_start_date,\n m.fiscal_year_end_date,\n w.week_start_date,\n w.week_end_date,\n -- we reset the weeks of the year starting with the merch year start date\n dense_rank()\n over(\n partition by m.fiscal_year_number\n order by w.week_start_date\n ) as fiscal_week_of_year\n from\n date_dimension d\n join\n fiscal_year_range m on d.date_day between m.fiscal_year_start_date and m.fiscal_year_end_date\n join\n weeks w on d.date_day between w.week_start_date and w.week_end_date\n\n)\nselect * from fiscal_year_dates order by 1\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.dateadd", "macro.dbt_utils.datediff"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5526097}, "macro.dbt_expectations.log_natural": {"unique_id": "macro.dbt_expectations.log_natural", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\math\\log_natural.sql", "original_file_path": "macros\\math\\log_natural.sql", "name": "log_natural", "macro_sql": "{% macro log_natural(x) -%}\n {{ adapter.dispatch('log_natural', 'dbt_expectations') (x) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.snowflake__log_natural"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5535302}, "macro.dbt_expectations.default__log_natural": {"unique_id": "macro.dbt_expectations.default__log_natural", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\math\\log_natural.sql", "original_file_path": "macros\\math\\log_natural.sql", "name": "default__log_natural", "macro_sql": "{% macro default__log_natural(x) %}\n\n ln({{ x }})\n\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5535302}, "macro.dbt_expectations.bigquery__log_natural": {"unique_id": "macro.dbt_expectations.bigquery__log_natural", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\math\\log_natural.sql", "original_file_path": "macros\\math\\log_natural.sql", "name": "bigquery__log_natural", "macro_sql": "{% macro bigquery__log_natural(x) %}\n\n ln({{ x }})\n\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5535302}, "macro.dbt_expectations.snowflake__log_natural": {"unique_id": "macro.dbt_expectations.snowflake__log_natural", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\math\\log_natural.sql", "original_file_path": "macros\\math\\log_natural.sql", "name": "snowflake__log_natural", "macro_sql": "{% macro snowflake__log_natural(x) %}\n\n ln({{ x }})\n\n{%- endmacro -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5535302}, "macro.dbt_expectations.median": {"unique_id": "macro.dbt_expectations.median", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\math\\median.sql", "original_file_path": "macros\\math\\median.sql", "name": "median", "macro_sql": "{% macro median(field) %}\n{{ dbt_expectations.percentile_cont(field, 0.5) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.percentile_cont"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5535302}, "macro.dbt_expectations.percentile_cont": {"unique_id": "macro.dbt_expectations.percentile_cont", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\math\\percentile_cont.sql", "original_file_path": "macros\\math\\percentile_cont.sql", "name": "percentile_cont", "macro_sql": "{% macro percentile_cont(field, quantile, partition=None) %}\n {{ adapter.dispatch('quantile', 'dbt_expectations') (field, quantile, partition) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.default__quantile"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5545833}, "macro.dbt_expectations.default__quantile": {"unique_id": "macro.dbt_expectations.default__quantile", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\math\\percentile_cont.sql", "original_file_path": "macros\\math\\percentile_cont.sql", "name": "default__quantile", "macro_sql": "{% macro default__quantile(field, quantile, partition) -%}\n percentile_cont({{ quantile }}) within group (order by {{ field }})\n {%- if partition %}over(partition by {{ partition }}){% endif -%}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5545833}, "macro.dbt_expectations.bigquery__quantile": {"unique_id": "macro.dbt_expectations.bigquery__quantile", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\math\\percentile_cont.sql", "original_file_path": "macros\\math\\percentile_cont.sql", "name": "bigquery__quantile", "macro_sql": "{% macro bigquery__quantile(field, quantile, partition) %}\n percentile_cont({{ field }}, {{ quantile }})\n over({%- if partition %}partition by {{ partition }}{% endif -%})\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.555722}, "macro.dbt_expectations.rand": {"unique_id": "macro.dbt_expectations.rand", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\math\\rand.sql", "original_file_path": "macros\\math\\rand.sql", "name": "rand", "macro_sql": "{% macro rand() -%}\n {{ adapter.dispatch('rand', 'dbt_expectations') () }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.snowflake__rand"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.555722}, "macro.dbt_expectations.default__rand": {"unique_id": "macro.dbt_expectations.default__rand", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\math\\rand.sql", "original_file_path": "macros\\math\\rand.sql", "name": "default__rand", "macro_sql": "{% macro default__rand() %}\n\n rand()\n\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.555722}, "macro.dbt_expectations.bigquery__rand": {"unique_id": "macro.dbt_expectations.bigquery__rand", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\math\\rand.sql", "original_file_path": "macros\\math\\rand.sql", "name": "bigquery__rand", "macro_sql": "{% macro bigquery__rand() %}\n\n rand()\n\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.555722}, "macro.dbt_expectations.snowflake__rand": {"unique_id": "macro.dbt_expectations.snowflake__rand", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\math\\rand.sql", "original_file_path": "macros\\math\\rand.sql", "name": "snowflake__rand", "macro_sql": "{% macro snowflake__rand(seed) %}\n\n uniform(0::float, 1::float, random())\n\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.555722}, "macro.dbt_expectations.postgres__rand": {"unique_id": "macro.dbt_expectations.postgres__rand", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\math\\rand.sql", "original_file_path": "macros\\math\\rand.sql", "name": "postgres__rand", "macro_sql": "{% macro postgres__rand() %}\n\n random()\n\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5568361}, "macro.dbt_expectations.redshift__rand": {"unique_id": "macro.dbt_expectations.redshift__rand", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\math\\rand.sql", "original_file_path": "macros\\math\\rand.sql", "name": "redshift__rand", "macro_sql": "{% macro redshift__rand() %}\n\n random()\n\n{%- endmacro -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5568361}, "macro.dbt_expectations.regexp_instr": {"unique_id": "macro.dbt_expectations.regexp_instr", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\regex\\regexp_instr.sql", "original_file_path": "macros\\regex\\regexp_instr.sql", "name": "regexp_instr", "macro_sql": "{% macro regexp_instr(source_value, regexp, position=1, occurrence=1) %}\n\n {{ adapter.dispatch('regexp_instr', 'dbt_expectations')(\n source_value, regexp, position, occurrence\n ) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.default__regexp_instr"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5578408}, "macro.dbt_expectations.default__regexp_instr": {"unique_id": "macro.dbt_expectations.default__regexp_instr", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\regex\\regexp_instr.sql", "original_file_path": "macros\\regex\\regexp_instr.sql", "name": "default__regexp_instr", "macro_sql": "{% macro default__regexp_instr(source_value, regexp, position, occurrence) %}\nregexp_instr({{ source_value }}, '{{ regexp }}', {{ position }}, {{ occurrence }})\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5578408}, "macro.dbt_expectations.redshift__regexp_instr": {"unique_id": "macro.dbt_expectations.redshift__regexp_instr", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\regex\\regexp_instr.sql", "original_file_path": "macros\\regex\\regexp_instr.sql", "name": "redshift__regexp_instr", "macro_sql": "{% macro redshift__regexp_instr(source_value, regexp, position, occurrence) %}\nregexp_instr({{ source_value }}, '{{ regexp }}', {{ position }}, {{ occurrence }})\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5578408}, "macro.dbt_expectations.postgres__regexp_instr": {"unique_id": "macro.dbt_expectations.postgres__regexp_instr", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\regex\\regexp_instr.sql", "original_file_path": "macros\\regex\\regexp_instr.sql", "name": "postgres__regexp_instr", "macro_sql": "{% macro postgres__regexp_instr(source_value, regexp, position, occurrence) %}\narray_length((select regexp_matches({{ source_value }}, '{{ regexp }}')), 1)\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5578408}, "macro.dbt_expectations.spark__regexp_instr": {"unique_id": "macro.dbt_expectations.spark__regexp_instr", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\regex\\regexp_instr.sql", "original_file_path": "macros\\regex\\regexp_instr.sql", "name": "spark__regexp_instr", "macro_sql": "{% macro spark__regexp_instr(source_value, regexp, position, occurrence) %}\ncase when {{ source_value }} rlike '{{ regexp }}' then 1 else 0 end\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5588224}, "macro.dbt_expectations.test_expect_column_distinct_count_to_be_greater_than": {"unique_id": "macro.dbt_expectations.test_expect_column_distinct_count_to_be_greater_than", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\aggregate_functions\\expect_column_distinct_count_to_be_greater_than.sql", "original_file_path": "macros\\schema_tests\\aggregate_functions\\expect_column_distinct_count_to_be_greater_than.sql", "name": "test_expect_column_distinct_count_to_be_greater_than", "macro_sql": "{% test expect_column_distinct_count_to_be_greater_than(model,\n column_name,\n value,\n quote_values=False,\n group_by=None,\n row_condition=None\n ) %}\n{% set expression %}\ncount(distinct {{ column_name }}) > {{ value }}\n{% endset %}\n{{ dbt_expectations.expression_is_true(model,\n expression=expression,\n group_by_columns=group_by,\n row_condition=row_condition)\n }}\n{%- endtest -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.expression_is_true"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5588224}, "macro.dbt_expectations.test_expect_column_distinct_count_to_equal": {"unique_id": "macro.dbt_expectations.test_expect_column_distinct_count_to_equal", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\aggregate_functions\\expect_column_distinct_count_to_equal.sql", "original_file_path": "macros\\schema_tests\\aggregate_functions\\expect_column_distinct_count_to_equal.sql", "name": "test_expect_column_distinct_count_to_equal", "macro_sql": "{% test expect_column_distinct_count_to_equal(model,\n column_name,\n value,\n quote_values=False,\n group_by=None,\n row_condition=None\n ) %}\n{% set expression %}\ncount(distinct {{ column_name }}) = {{ value }}\n{% endset %}\n{{ dbt_expectations.expression_is_true(model,\n expression=expression,\n group_by_columns=group_by,\n row_condition=row_condition)\n }}\n{%- endtest -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.expression_is_true"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5598388}, "macro.dbt_expectations.test_expect_column_distinct_count_to_equal_other_table": {"unique_id": "macro.dbt_expectations.test_expect_column_distinct_count_to_equal_other_table", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\aggregate_functions\\expect_column_distinct_count_to_equal_other_table.sql", "original_file_path": "macros\\schema_tests\\aggregate_functions\\expect_column_distinct_count_to_equal_other_table.sql", "name": "test_expect_column_distinct_count_to_equal_other_table", "macro_sql": "{% test expect_column_distinct_count_to_equal_other_table(model,\n compare_model,\n column_name,\n compare_column_name,\n row_condition=None,\n compare_row_condition=None\n ) %}\n{%- set expression -%}\ncount(distinct {{ column_name }})\n{%- endset -%}\n{%- set compare_expression -%}\n{%- if compare_column_name -%}\ncount(distinct {{ compare_column_name }})\n{%- else -%}\n{{ expression }}\n{%- endif -%}\n{%- endset -%}\n{{ dbt_expectations.test_equal_expression(\n model,\n expression=expression,\n compare_model=compare_model,\n compare_expression=compare_expression,\n row_condition=row_condition,\n compare_row_condition=compare_row_condition\n) }}\n{%- endtest -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.test_equal_expression"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5618262}, "macro.dbt_expectations.test_expect_column_distinct_values_to_be_in_set": {"unique_id": "macro.dbt_expectations.test_expect_column_distinct_values_to_be_in_set", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\aggregate_functions\\expect_column_distinct_values_to_be_in_set.sql", "original_file_path": "macros\\schema_tests\\aggregate_functions\\expect_column_distinct_values_to_be_in_set.sql", "name": "test_expect_column_distinct_values_to_be_in_set", "macro_sql": "{% test expect_column_distinct_values_to_be_in_set(model, column_name,\n value_set,\n quote_values=False,\n row_condition=None\n ) %}\n\nwith all_values as (\n\n select distinct\n {{ column_name }} as value_field\n\n from {{ model }}\n {% if row_condition %}\n where {{ row_condition }}\n {% endif %}\n\n),\nset_values as (\n\n {% for value in value_set -%}\n select\n {% if quote_values -%}\n '{{ value }}'\n {%- else -%}\n {{ value }}\n {%- endif %} as value_field\n {% if not loop.last %}union all{% endif %}\n {% endfor %}\n\n),\nunique_set_values as (\n\n select distinct value_field\n from\n set_values\n\n),\nvalidation_errors as (\n -- values from the model that are not in the set\n select\n v.value_field\n from\n all_values v\n left join\n unique_set_values s on v.value_field = s.value_field\n where\n s.value_field is null\n\n)\n\nselect *\nfrom validation_errors\n\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.56283}, "macro.dbt_expectations.test_expect_column_distinct_values_to_contain_set": {"unique_id": "macro.dbt_expectations.test_expect_column_distinct_values_to_contain_set", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\aggregate_functions\\expect_column_distinct_values_to_contain_set.sql", "original_file_path": "macros\\schema_tests\\aggregate_functions\\expect_column_distinct_values_to_contain_set.sql", "name": "test_expect_column_distinct_values_to_contain_set", "macro_sql": "{% test expect_column_distinct_values_to_contain_set(model, column_name,\n value_set,\n quote_values=True,\n row_condition=None\n ) %}\n\nwith all_values as (\n\n select distinct\n {{ column_name }} as value_field\n\n from {{ model }}\n {% if row_condition %}\n where {{ row_condition }}\n {% endif %}\n\n),\nset_values as (\n\n {% for value in value_set -%}\n select\n {% if quote_values -%}\n '{{ value }}'\n {%- else -%}\n {{ value }}\n {%- endif %} as value_field\n {% if not loop.last %}union all{% endif %}\n {% endfor %}\n\n),\nunique_set_values as (\n\n select distinct value_field\n from\n set_values\n\n),\nvalidation_errors as (\n -- values in set that are not in the list of values from the model\n select\n s.value_field\n from\n unique_set_values s\n left join\n all_values v on s.value_field = v.value_field\n where\n v.value_field is null\n\n)\n\nselect *\nfrom validation_errors\n\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5639658}, "macro.dbt_expectations.test_expect_column_distinct_values_to_equal_set": {"unique_id": "macro.dbt_expectations.test_expect_column_distinct_values_to_equal_set", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\aggregate_functions\\expect_column_distinct_values_to_equal_set.sql", "original_file_path": "macros\\schema_tests\\aggregate_functions\\expect_column_distinct_values_to_equal_set.sql", "name": "test_expect_column_distinct_values_to_equal_set", "macro_sql": "{% test expect_column_distinct_values_to_equal_set(model, column_name,\n value_set,\n quote_values=True,\n row_condition=None\n ) %}\n\nwith all_values as (\n\n select distinct\n {{ column_name }} as column_value\n\n from {{ model }}\n {% if row_condition %}\n where {{ row_condition }}\n {% endif %}\n\n),\nset_values as (\n\n {% for value in value_set -%}\n select\n {% if quote_values -%}\n '{{ value }}'\n {%- else -%}\n {{ value }}\n {%- endif %} as value_field\n {% if not loop.last %}union all{% endif %}\n {% endfor %}\n\n),\nunique_set_values as (\n\n select distinct value_field\n from\n set_values\n\n),\nvalidation_errors as (\n\n select\n *\n from\n all_values v\n full outer join\n unique_set_values s on v.column_value = s.value_field\n where\n v.column_value is null or\n s.value_field is null\n\n)\n\nselect *\nfrom validation_errors\n\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.564983}, "macro.dbt_expectations.test_expect_column_max_to_be_between": {"unique_id": "macro.dbt_expectations.test_expect_column_max_to_be_between", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\aggregate_functions\\expect_column_max_to_be_between.sql", "original_file_path": "macros\\schema_tests\\aggregate_functions\\expect_column_max_to_be_between.sql", "name": "test_expect_column_max_to_be_between", "macro_sql": "{% test expect_column_max_to_be_between(model, column_name,\n min_value=None,\n max_value=None,\n group_by=None,\n row_condition=None,\n strictly=False\n ) %}\n{% set expression %}\nmax({{ column_name }})\n{% endset %}\n{{ dbt_expectations.expression_between(model,\n expression=expression,\n min_value=min_value,\n max_value=max_value,\n group_by_columns=group_by,\n row_condition=row_condition,\n strictly=strictly\n ) }}\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.expression_between"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5660868}, "macro.dbt_expectations.test_expect_column_mean_to_be_between": {"unique_id": "macro.dbt_expectations.test_expect_column_mean_to_be_between", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\aggregate_functions\\expect_column_mean_to_be_between.sql", "original_file_path": "macros\\schema_tests\\aggregate_functions\\expect_column_mean_to_be_between.sql", "name": "test_expect_column_mean_to_be_between", "macro_sql": "{% test expect_column_mean_to_be_between(model, column_name,\n min_value=None,\n max_value=None,\n group_by=None,\n row_condition=None,\n strictly=False\n ) %}\n{% set expression %}\navg({{ column_name }})\n{% endset %}\n{{ dbt_expectations.expression_between(model,\n expression=expression,\n min_value=min_value,\n max_value=max_value,\n group_by_columns=group_by,\n row_condition=row_condition,\n strictly=strictly\n ) }}\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.expression_between"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5670624}, "macro.dbt_expectations.test_expect_column_median_to_be_between": {"unique_id": "macro.dbt_expectations.test_expect_column_median_to_be_between", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\aggregate_functions\\expect_column_median_to_be_between.sql", "original_file_path": "macros\\schema_tests\\aggregate_functions\\expect_column_median_to_be_between.sql", "name": "test_expect_column_median_to_be_between", "macro_sql": "{% test expect_column_median_to_be_between(model, column_name,\n min_value=None,\n max_value=None,\n group_by=None,\n row_condition=None,\n strictly=False\n ) %}\n\n{% set expression %}\n{{ dbt_expectations.median(column_name) }}\n{% endset %}\n{{ dbt_expectations.expression_between(model,\n expression=expression,\n min_value=min_value,\n max_value=max_value,\n group_by_columns=group_by,\n row_condition=row_condition,\n strictly=strictly\n ) }}\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.median", "macro.dbt_expectations.expression_between"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5680695}, "macro.dbt_expectations.test_expect_column_min_to_be_between": {"unique_id": "macro.dbt_expectations.test_expect_column_min_to_be_between", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\aggregate_functions\\expect_column_min_to_be_between.sql", "original_file_path": "macros\\schema_tests\\aggregate_functions\\expect_column_min_to_be_between.sql", "name": "test_expect_column_min_to_be_between", "macro_sql": "{% test expect_column_min_to_be_between(model, column_name,\n min_value=None,\n max_value=None,\n group_by=None,\n row_condition=None,\n strictly=False\n ) %}\n{% set expression %}\nmin({{ column_name }})\n{% endset %}\n{{ dbt_expectations.expression_between(model,\n expression=expression,\n min_value=min_value,\n max_value=max_value,\n group_by_columns=group_by,\n row_condition=row_condition,\n strictly=strictly\n ) }}\n\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.expression_between"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5700617}, "macro.dbt_expectations.test_expect_column_most_common_value_to_be_in_set": {"unique_id": "macro.dbt_expectations.test_expect_column_most_common_value_to_be_in_set", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\aggregate_functions\\expect_column_most_common_value_to_be_in_set.sql", "original_file_path": "macros\\schema_tests\\aggregate_functions\\expect_column_most_common_value_to_be_in_set.sql", "name": "test_expect_column_most_common_value_to_be_in_set", "macro_sql": "{% test expect_column_most_common_value_to_be_in_set(model, column_name,\n value_set,\n top_n,\n quote_values=False,\n data_type=\"decimal\",\n row_condition=None\n ) -%}\n {{ adapter.dispatch('test_expect_column_most_common_value_to_be_in_set', 'dbt_expectations') (model, column_name, value_set, top_n, quote_values, data_type, row_condition) }}\n{%- endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.default__test_expect_column_most_common_value_to_be_in_set"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.571072}, "macro.dbt_expectations.default__test_expect_column_most_common_value_to_be_in_set": {"unique_id": "macro.dbt_expectations.default__test_expect_column_most_common_value_to_be_in_set", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\aggregate_functions\\expect_column_most_common_value_to_be_in_set.sql", "original_file_path": "macros\\schema_tests\\aggregate_functions\\expect_column_most_common_value_to_be_in_set.sql", "name": "default__test_expect_column_most_common_value_to_be_in_set", "macro_sql": "{% macro default__test_expect_column_most_common_value_to_be_in_set(model, column_name,\n value_set,\n top_n,\n quote_values,\n data_type,\n row_condition\n ) %}\n\nwith value_counts as (\n\n select\n {% if quote_values -%}\n {{ column_name }}\n {%- else -%}\n cast({{ column_name }} as {{ data_type }})\n {%- endif %} as value_field,\n count(*) as value_count\n\n from {{ model }}\n {% if row_condition %}\n where {{ row_condition }}\n {% endif %}\n\n group by {% if quote_values -%}\n {{ column_name }}\n {%- else -%}\n cast({{ column_name }} as {{ data_type }})\n {%- endif %}\n\n),\nvalue_counts_ranked as (\n\n select\n *,\n row_number() over(order by value_count desc) as value_count_rank\n from\n value_counts\n\n),\nvalue_count_top_n as (\n\n select\n value_field\n from\n value_counts_ranked\n where\n value_count_rank = {{ top_n }}\n\n),\nset_values as (\n\n {% for value in value_set -%}\n select\n {% if quote_values -%}\n '{{ value }}'\n {%- else -%}\n cast({{ value }} as {{ data_type }})\n {%- endif %} as value_field\n {% if not loop.last %}union all{% endif %}\n {% endfor %}\n\n),\nunique_set_values as (\n\n select distinct value_field\n from\n set_values\n\n),\nvalidation_errors as (\n -- values from the model that are not in the set\n select\n value_field\n from\n value_count_top_n\n where\n value_field not in (select value_field from unique_set_values)\n\n)\n\nselect *\nfrom validation_errors\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5722272}, "macro.dbt_expectations.test_expect_column_proportion_of_unique_values_to_be_between": {"unique_id": "macro.dbt_expectations.test_expect_column_proportion_of_unique_values_to_be_between", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\aggregate_functions\\expect_column_proportion_of_unique_values_to_be_between.sql", "original_file_path": "macros\\schema_tests\\aggregate_functions\\expect_column_proportion_of_unique_values_to_be_between.sql", "name": "test_expect_column_proportion_of_unique_values_to_be_between", "macro_sql": "{% test expect_column_proportion_of_unique_values_to_be_between(model, column_name,\n min_value=None,\n max_value=None,\n group_by=None,\n row_condition=None,\n strictly=False\n ) %}\n{% set expression %}\ncount(distinct {{ column_name }})/count({{ column_name }})\n{% endset %}\n{{ dbt_expectations.expression_between(model,\n expression=expression,\n min_value=min_value,\n max_value=max_value,\n group_by_columns=group_by,\n row_condition=row_condition,\n strictly=strictly\n ) }}\n\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.expression_between"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5743346}, "macro.dbt_expectations.test_expect_column_quantile_values_to_be_between": {"unique_id": "macro.dbt_expectations.test_expect_column_quantile_values_to_be_between", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\aggregate_functions\\expect_column_quantile_values_to_be_between.sql", "original_file_path": "macros\\schema_tests\\aggregate_functions\\expect_column_quantile_values_to_be_between.sql", "name": "test_expect_column_quantile_values_to_be_between", "macro_sql": "{% test expect_column_quantile_values_to_be_between(model, column_name,\n quantile,\n min_value=None,\n max_value=None,\n group_by=None,\n row_condition=None,\n strictly=False\n ) %}\n\n{% set expression %}\n{{ dbt_expectations.percentile_cont(column_name, quantile) }}\n{% endset %}\n{{ dbt_expectations.expression_between(model,\n expression=expression,\n min_value=min_value,\n max_value=max_value,\n group_by_columns=group_by,\n row_condition=row_condition,\n strictly=strictly\n ) }}\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.percentile_cont", "macro.dbt_expectations.expression_between"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5753329}, "macro.dbt_expectations.test_expect_column_stdev_to_be_between": {"unique_id": "macro.dbt_expectations.test_expect_column_stdev_to_be_between", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\aggregate_functions\\expect_column_stdev_to_be_between.sql", "original_file_path": "macros\\schema_tests\\aggregate_functions\\expect_column_stdev_to_be_between.sql", "name": "test_expect_column_stdev_to_be_between", "macro_sql": "{% test expect_column_stdev_to_be_between(model, column_name,\n min_value=None,\n max_value=None,\n group_by=None,\n row_condition=None,\n strictly=False\n ) -%}\n {{ adapter.dispatch('test_expect_column_stdev_to_be_between', 'dbt_expectations') (\n model, column_name,\n min_value,\n max_value,\n group_by,\n row_condition,\n strictly\n ) }}\n{%- endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.default__test_expect_column_stdev_to_be_between"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.576332}, "macro.dbt_expectations.default__test_expect_column_stdev_to_be_between": {"unique_id": "macro.dbt_expectations.default__test_expect_column_stdev_to_be_between", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\aggregate_functions\\expect_column_stdev_to_be_between.sql", "original_file_path": "macros\\schema_tests\\aggregate_functions\\expect_column_stdev_to_be_between.sql", "name": "default__test_expect_column_stdev_to_be_between", "macro_sql": "{% macro default__test_expect_column_stdev_to_be_between(\n model, column_name,\n min_value,\n max_value,\n group_by,\n row_condition,\n strictly\n ) %}\n\n{% set expression %}\nstddev({{ column_name }})\n{% endset %}\n{{ dbt_expectations.expression_between(model,\n expression=expression,\n min_value=min_value,\n max_value=max_value,\n group_by_columns=group_by,\n row_condition=row_condition,\n strictly=strictly\n ) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.expression_between"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.577324}, "macro.dbt_expectations.test_expect_column_sum_to_be_between": {"unique_id": "macro.dbt_expectations.test_expect_column_sum_to_be_between", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\aggregate_functions\\expect_column_sum_to_be_between.sql", "original_file_path": "macros\\schema_tests\\aggregate_functions\\expect_column_sum_to_be_between.sql", "name": "test_expect_column_sum_to_be_between", "macro_sql": "{% test expect_column_sum_to_be_between(model, column_name,\n min_value=None,\n max_value=None,\n group_by=None,\n row_condition=None,\n strictly=False\n ) %}\n{% set expression %}\nsum({{ column_name }})\n{% endset %}\n{{ dbt_expectations.expression_between(model,\n expression=expression,\n min_value=min_value,\n max_value=max_value,\n group_by_columns=group_by,\n row_condition=row_condition,\n strictly=strictly\n ) }}\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.expression_between"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5783236}, "macro.dbt_expectations.test_expect_column_unique_value_count_to_be_between": {"unique_id": "macro.dbt_expectations.test_expect_column_unique_value_count_to_be_between", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\aggregate_functions\\expect_column_unique_value_count_to_be_between.sql", "original_file_path": "macros\\schema_tests\\aggregate_functions\\expect_column_unique_value_count_to_be_between.sql", "name": "test_expect_column_unique_value_count_to_be_between", "macro_sql": "{% test expect_column_unique_value_count_to_be_between(model, column_name,\n min_value=None,\n max_value=None,\n group_by=None,\n row_condition=None,\n strictly=False\n ) %}\n{% set expression %}\ncount(distinct {{ column_name }})\n{% endset %}\n{{ dbt_expectations.expression_between(model,\n expression=expression,\n min_value=min_value,\n max_value=max_value,\n group_by_columns=group_by,\n row_condition=row_condition,\n strictly=strictly\n ) }}\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.expression_between"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5792897}, "macro.dbt_expectations.test_expect_column_values_to_be_between": {"unique_id": "macro.dbt_expectations.test_expect_column_values_to_be_between", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\column_values_basic\\expect_column_values_to_be_between.sql", "original_file_path": "macros\\schema_tests\\column_values_basic\\expect_column_values_to_be_between.sql", "name": "test_expect_column_values_to_be_between", "macro_sql": "{% test expect_column_values_to_be_between(model, column_name,\n min_value=None,\n max_value=None,\n row_condition=None,\n strictly=False\n ) %}\n\n{% set expression %}\n{{ column_name }}\n{% endset %}\n\n{{ dbt_expectations.expression_between(model,\n expression=expression,\n min_value=min_value,\n max_value=max_value,\n group_by_columns=None,\n row_condition=row_condition,\n strictly=strictly\n ) }}\n\n\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.expression_between"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5803368}, "macro.dbt_expectations.test_expect_column_values_to_be_decreasing": {"unique_id": "macro.dbt_expectations.test_expect_column_values_to_be_decreasing", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\column_values_basic\\expect_column_values_to_be_decreasing.sql", "original_file_path": "macros\\schema_tests\\column_values_basic\\expect_column_values_to_be_decreasing.sql", "name": "test_expect_column_values_to_be_decreasing", "macro_sql": "{% test expect_column_values_to_be_decreasing(model, column_name,\n sort_column=None,\n strictly=True,\n row_condition=None,\n group_by=None) %}\n\n{%- set sort_column = column_name if not sort_column else sort_column -%}\n{%- set operator = \"<\" if strictly else \"<=\" %}\nwith all_values as (\n\n select\n {{ sort_column }} as sort_column,\n {%- if group_by -%}\n {{ group_by | join(\", \") }},\n {%- endif %}\n {{ column_name }} as value_field\n from {{ model }}\n {% if row_condition %}\n where {{ row_condition }}\n {% endif %}\n\n),\nadd_lag_values as (\n\n select\n sort_column,\n value_field,\n lag(value_field) over\n {%- if not group_by -%}\n (order by sort_column)\n {%- else -%}\n (partition by {{ group_by | join(\", \") }} order by sort_column)\n {%- endif %} as value_field_lag\n from\n all_values\n\n),\nvalidation_errors as (\n\n select\n *\n from\n add_lag_values\n where\n value_field_lag is not null\n and\n not (value_field {{ operator }} value_field_lag)\n\n)\nselect *\nfrom validation_errors\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.582343}, "macro.dbt_expectations.test_expect_column_values_to_be_increasing": {"unique_id": "macro.dbt_expectations.test_expect_column_values_to_be_increasing", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\column_values_basic\\expect_column_values_to_be_increasing.sql", "original_file_path": "macros\\schema_tests\\column_values_basic\\expect_column_values_to_be_increasing.sql", "name": "test_expect_column_values_to_be_increasing", "macro_sql": "{% test expect_column_values_to_be_increasing(model, column_name,\n sort_column=None,\n strictly=True,\n row_condition=None,\n group_by=None) %}\n\n{%- set sort_column = column_name if not sort_column else sort_column -%}\n{%- set operator = \">\" if strictly else \">=\" -%}\nwith all_values as (\n\n select\n {{ sort_column }} as sort_column,\n {%- if group_by -%}\n {{ group_by | join(\", \") }},\n {%- endif %}\n {{ column_name }} as value_field\n from {{ model }}\n {% if row_condition %}\n where {{ row_condition }}\n {% endif %}\n\n),\nadd_lag_values as (\n\n select\n sort_column,\n {%- if group_by -%}\n {{ group_by | join(\", \") }},\n {%- endif %}\n value_field,\n lag(value_field) over\n {%- if not group_by -%}\n (order by sort_column)\n {%- else -%}\n (partition by {{ group_by | join(\", \") }} order by sort_column)\n {%- endif %} as value_field_lag\n from\n all_values\n\n),\nvalidation_errors as (\n select\n *\n from\n add_lag_values\n where\n value_field_lag is not null\n and\n not (value_field {{ operator }} value_field_lag)\n\n)\nselect *\nfrom validation_errors\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5833325}, "macro.dbt_expectations.test_expect_column_values_to_be_in_set": {"unique_id": "macro.dbt_expectations.test_expect_column_values_to_be_in_set", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\column_values_basic\\expect_column_values_to_be_in_set.sql", "original_file_path": "macros\\schema_tests\\column_values_basic\\expect_column_values_to_be_in_set.sql", "name": "test_expect_column_values_to_be_in_set", "macro_sql": "{% test expect_column_values_to_be_in_set(model, column_name,\n value_set,\n quote_values=True,\n row_condition=None\n ) %}\n\nwith all_values as (\n\n select\n {{ column_name }} as value_field\n\n from {{ model }}\n {% if row_condition %}\n where {{ row_condition }}\n {% endif %}\n\n),\nset_values as (\n\n {% for value in value_set -%}\n select\n {% if quote_values -%}\n cast('{{ value }}' as {{ dbt_utils.type_string() }})\n {%- else -%}\n {{ value }}\n {%- endif %} as value_field\n {% if not loop.last %}union all{% endif %}\n {% endfor %}\n),\nvalidation_errors as (\n -- values from the model that are not in the set\n select\n v.value_field\n from\n all_values v\n left join\n set_values s on v.value_field = s.value_field\n where\n s.value_field is null\n\n)\n\nselect *\nfrom validation_errors\n\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.type_string"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5853386}, "macro.dbt_expectations.test_expect_column_values_to_be_in_type_list": {"unique_id": "macro.dbt_expectations.test_expect_column_values_to_be_in_type_list", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\column_values_basic\\expect_column_values_to_be_in_type_list.sql", "original_file_path": "macros\\schema_tests\\column_values_basic\\expect_column_values_to_be_in_type_list.sql", "name": "test_expect_column_values_to_be_in_type_list", "macro_sql": "{%- test expect_column_values_to_be_in_type_list(model, column_name, column_type_list) -%}\n{%- if execute -%}\n\n {%- set column_name = column_name | upper -%}\n {%- set columns_in_relation = adapter.get_columns_in_relation(model) -%}\n {%- set column_type_list = column_type_list| map(\"upper\") | list -%}\n with relation_columns as (\n\n {% for column in columns_in_relation %}\n select\n cast('{{ column.name | upper }}' as {{ dbt_utils.type_string() }}) as relation_column,\n cast('{{ column.dtype | upper }}' as {{ dbt_utils.type_string() }}) as relation_column_type\n {% if not loop.last %}union all{% endif %}\n {% endfor %}\n ),\n test_data as (\n\n select\n *\n from\n relation_columns\n where\n relation_column = '{{ column_name }}'\n and\n relation_column_type not in ('{{ column_type_list | join(\"', '\") }}')\n\n )\n select *\n from test_data\n\n{%- endif -%}\n{%- endtest -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.type_string"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.587246}, "macro.dbt_expectations.test_expect_column_values_to_be_null": {"unique_id": "macro.dbt_expectations.test_expect_column_values_to_be_null", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\column_values_basic\\expect_column_values_to_be_null.sql", "original_file_path": "macros\\schema_tests\\column_values_basic\\expect_column_values_to_be_null.sql", "name": "test_expect_column_values_to_be_null", "macro_sql": "{% test expect_column_values_to_be_null(model, column_name, row_condition=None) %}\n\n{% set expression = column_name ~ \" is null\" %}\n\n{{ dbt_expectations.expression_is_true(model,\n expression=expression,\n group_by_columns=None,\n row_condition=row_condition\n )\n }}\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.expression_is_true"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.588243}, "macro.dbt_expectations.test_expect_column_values_to_be_of_type": {"unique_id": "macro.dbt_expectations.test_expect_column_values_to_be_of_type", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\column_values_basic\\expect_column_values_to_be_of_type.sql", "original_file_path": "macros\\schema_tests\\column_values_basic\\expect_column_values_to_be_of_type.sql", "name": "test_expect_column_values_to_be_of_type", "macro_sql": "{%- test expect_column_values_to_be_of_type(model, column_name, column_type) -%}\n{{ dbt_expectations.test_expect_column_values_to_be_in_type_list(model, column_name, [column_type]) }}\n{%- endtest -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.test_expect_column_values_to_be_in_type_list"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.588243}, "macro.dbt_expectations.test_expect_column_values_to_be_unique": {"unique_id": "macro.dbt_expectations.test_expect_column_values_to_be_unique", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\column_values_basic\\expect_column_values_to_be_unique.sql", "original_file_path": "macros\\schema_tests\\column_values_basic\\expect_column_values_to_be_unique.sql", "name": "test_expect_column_values_to_be_unique", "macro_sql": "{% test expect_column_values_to_be_unique(model, column_name, row_condition=None) %}\n{{ dbt_expectations.test_expect_compound_columns_to_be_unique(model, [column_name], row_condition=row_condition) }}\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.test_expect_compound_columns_to_be_unique"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.58925}, "macro.dbt_expectations.test_expect_column_values_to_have_consistent_casing": {"unique_id": "macro.dbt_expectations.test_expect_column_values_to_have_consistent_casing", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\column_values_basic\\expect_column_values_to_have_consistent_casing.sql", "original_file_path": "macros\\schema_tests\\column_values_basic\\expect_column_values_to_have_consistent_casing.sql", "name": "test_expect_column_values_to_have_consistent_casing", "macro_sql": "{% test expect_column_values_to_have_consistent_casing(model, column_name, display_inconsistent_columns=False) %}\n\nwith test_data as (\n\n select\n distinct {{ column_name }} as distinct_values\n from\n {{ model }}\n\n ),\n {% if display_inconsistent_columns %}\n validation_errors as (\n\n select\n lower(distinct_values) as inconsistent_columns,\n count(distinct_values) as set_count_case_insensitive\n from\n test_data\n group by 1\n having\n count(distinct_values) > 1\n\n )\n select * from validation_errors\n {% else %}\n validation_errors as (\n\n select\n count(1) as set_count,\n count(distinct lower(distinct_values)) as set_count_case_insensitive\n from\n test_data\n\n )\n select *\n from\n validation_errors\n where\n set_count != set_count_case_insensitive\n {% endif %}\n {%- endtest -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.58925}, "macro.dbt_expectations.test_expect_column_values_to_not_be_in_set": {"unique_id": "macro.dbt_expectations.test_expect_column_values_to_not_be_in_set", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\column_values_basic\\expect_column_values_to_not_be_in_set.sql", "original_file_path": "macros\\schema_tests\\column_values_basic\\expect_column_values_to_not_be_in_set.sql", "name": "test_expect_column_values_to_not_be_in_set", "macro_sql": "{% test expect_column_values_to_not_be_in_set(model, column_name,\n value_set,\n quote_values=True,\n row_condition=None\n ) %}\n\nwith all_values as (\n\n select\n {{ column_name }} as value_field\n\n from {{ model }}\n {% if row_condition %}\n where {{ row_condition }}\n {% endif %}\n\n),\nset_values as (\n\n {% for value in value_set -%}\n select\n {% if quote_values -%}\n cast('{{ value }}' as {{ dbt_utils.type_string() }})\n {%- else -%}\n {{ value }}\n {%- endif %} as value_field\n {% if not loop.last %}union all{% endif %}\n {% endfor %}\n),\nvalidation_errors as (\n -- values from the model that match the set\n select\n v.value_field\n from\n all_values v\n join\n set_values s on v.value_field = s.value_field\n\n)\n\nselect *\nfrom validation_errors\n\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.type_string"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.591334}, "macro.dbt_expectations.test_expect_column_values_to_not_be_null": {"unique_id": "macro.dbt_expectations.test_expect_column_values_to_not_be_null", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\column_values_basic\\expect_column_values_to_not_be_null.sql", "original_file_path": "macros\\schema_tests\\column_values_basic\\expect_column_values_to_not_be_null.sql", "name": "test_expect_column_values_to_not_be_null", "macro_sql": "{% test expect_column_values_to_not_be_null(model, column_name, row_condition=None) %}\n\n{% set expression = column_name ~ \" is not null\" %}\n\n{{ dbt_expectations.expression_is_true(model,\n expression=expression,\n group_by_columns=None,\n row_condition=row_condition\n )\n }}\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.expression_is_true"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.591334}, "macro.dbt_expectations._get_metric_expression": {"unique_id": "macro.dbt_expectations._get_metric_expression", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\distributional\\expect_column_values_to_be_within_n_moving_stdevs.sql", "original_file_path": "macros\\schema_tests\\distributional\\expect_column_values_to_be_within_n_moving_stdevs.sql", "name": "_get_metric_expression", "macro_sql": "{%- macro _get_metric_expression(metric_column, take_logs) -%}\n\n{%- if take_logs %}\n{%- set expr = \"nullif(\" ~ metric_column ~ \", 0)\" -%}\ncoalesce({{ dbt_expectations.log_natural(expr) }}, 0)\n{%- else -%}\ncoalesce({{ metric_column }}, 0)\n{%- endif %}\n\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.log_natural"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5953326}, "macro.dbt_expectations.test_expect_column_values_to_be_within_n_moving_stdevs": {"unique_id": "macro.dbt_expectations.test_expect_column_values_to_be_within_n_moving_stdevs", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\distributional\\expect_column_values_to_be_within_n_moving_stdevs.sql", "original_file_path": "macros\\schema_tests\\distributional\\expect_column_values_to_be_within_n_moving_stdevs.sql", "name": "test_expect_column_values_to_be_within_n_moving_stdevs", "macro_sql": "{% test expect_column_values_to_be_within_n_moving_stdevs(model,\n column_name,\n date_column_name,\n period='day',\n lookback_periods=1,\n trend_periods=7,\n test_periods=14,\n sigma_threshold=3,\n sigma_threshold_upper=None,\n sigma_threshold_lower=None,\n take_diffs=true,\n take_logs=true\n ) -%}\n {{ adapter.dispatch('test_expect_column_values_to_be_within_n_moving_stdevs', 'dbt_expectations') (model,\n column_name,\n date_column_name,\n period,\n lookback_periods,\n trend_periods,\n test_periods,\n sigma_threshold,\n sigma_threshold_upper,\n sigma_threshold_lower,\n take_diffs,\n take_logs\n ) }}\n{%- endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.default__test_expect_column_values_to_be_within_n_moving_stdevs"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5953326}, "macro.dbt_expectations.default__test_expect_column_values_to_be_within_n_moving_stdevs": {"unique_id": "macro.dbt_expectations.default__test_expect_column_values_to_be_within_n_moving_stdevs", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\distributional\\expect_column_values_to_be_within_n_moving_stdevs.sql", "original_file_path": "macros\\schema_tests\\distributional\\expect_column_values_to_be_within_n_moving_stdevs.sql", "name": "default__test_expect_column_values_to_be_within_n_moving_stdevs", "macro_sql": "{% macro default__test_expect_column_values_to_be_within_n_moving_stdevs(model,\n column_name,\n date_column_name,\n period,\n lookback_periods,\n trend_periods,\n test_periods,\n sigma_threshold,\n sigma_threshold_upper,\n sigma_threshold_lower,\n take_diffs,\n take_logs\n ) %}\n\n{%- set sigma_threshold_upper = sigma_threshold_upper if sigma_threshold_upper else sigma_threshold -%}\n{%- set sigma_threshold_lower = sigma_threshold_lower if sigma_threshold_lower else -1 * sigma_threshold -%}\n\nwith metric_values as (\n\n with grouped_metric_values as (\n\n select\n {{ dbt_utils.date_trunc(period, date_column_name) }} as metric_period,\n sum({{ column_name }}) as agg_metric_value\n from\n {{ model }}\n group by\n 1\n\n )\n {%- if take_diffs %}\n , grouped_metric_values_with_priors as (\n\n select\n *,\n lag(agg_metric_value, {{ lookback_periods }}) over(order by metric_period) as prior_agg_metric_value\n from\n grouped_metric_values d\n\n )\n select\n *,\n {{ dbt_expectations._get_metric_expression(\"agg_metric_value\", take_logs) }}\n -\n {{ dbt_expectations._get_metric_expression(\"prior_agg_metric_value\", take_logs) }}\n as metric_test_value\n from\n grouped_metric_values_with_priors d\n\n {%- else %}\n\n select\n *,\n {{ dbt_expectations._get_metric_expression(\"agg_metric_value\", take_logs) }}\n as metric_test_value\n from\n grouped_metric_values\n\n {%- endif %}\n\n),\nmetric_moving_calcs as (\n\n select\n *,\n avg(metric_test_value)\n over(order by metric_period rows\n between {{ trend_periods }} preceding and 1 preceding) as metric_test_rolling_average,\n stddev(metric_test_value)\n over(order by metric_period rows\n between {{ trend_periods }} preceding and 1 preceding) as metric_test_rolling_stddev\n from\n metric_values\n\n),\nmetric_sigma as (\n\n select\n *,\n (metric_test_value - metric_test_rolling_average) as metric_test_delta,\n (metric_test_value - metric_test_rolling_average)/nullif(metric_test_rolling_stddev, 0) as metric_test_sigma\n from\n metric_moving_calcs\n\n)\nselect\n *\nfrom\n metric_sigma\nwhere\n\n metric_period >= cast(\n {{ dbt_utils.dateadd(period, -test_periods, dbt_utils.date_trunc(period, dbt_date.now())) }}\n as {{ dbt_utils.type_timestamp() }})\n and\n metric_period < {{ dbt_utils.date_trunc(period, dbt_date.now()) }}\n and\n\n not (\n metric_test_sigma >= {{ sigma_threshold_lower }} and\n metric_test_sigma <= {{ sigma_threshold_upper }}\n )\n{%- endmacro -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.date_trunc", "macro.dbt_expectations._get_metric_expression", "macro.dbt_utils.dateadd", "macro.dbt_date.now", "macro.dbt_utils.type_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5972583}, "macro.dbt_expectations.test_expect_column_values_to_be_within_n_stdevs": {"unique_id": "macro.dbt_expectations.test_expect_column_values_to_be_within_n_stdevs", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\distributional\\expect_column_values_to_be_within_n_stdevs.sql", "original_file_path": "macros\\schema_tests\\distributional\\expect_column_values_to_be_within_n_stdevs.sql", "name": "test_expect_column_values_to_be_within_n_stdevs", "macro_sql": "{% test expect_column_values_to_be_within_n_stdevs(model,\n column_name,\n group_by=None,\n sigma_threshold=3\n ) -%}\n {{ adapter.dispatch('test_expect_column_values_to_be_within_n_stdevs', 'dbt_expectations') (model, column_name, group_by, sigma_threshold) }}\n{%- endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.default__test_expect_column_values_to_be_within_n_stdevs"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5983315}, "macro.dbt_expectations.default__test_expect_column_values_to_be_within_n_stdevs": {"unique_id": "macro.dbt_expectations.default__test_expect_column_values_to_be_within_n_stdevs", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\distributional\\expect_column_values_to_be_within_n_stdevs.sql", "original_file_path": "macros\\schema_tests\\distributional\\expect_column_values_to_be_within_n_stdevs.sql", "name": "default__test_expect_column_values_to_be_within_n_stdevs", "macro_sql": "{% macro default__test_expect_column_values_to_be_within_n_stdevs(model,\n column_name,\n group_by,\n sigma_threshold\n ) %}\nwith metric_values as (\n\n {% if group_by -%}\n select\n {{ group_by }} as metric_date,\n sum({{ column_name }}) as {{ column_name }}\n from\n {{ model }}\n group by\n 1\n {%- else -%}\n select\n {{ column_name }} as {{ column_name }}\n from\n {{ model }}\n {%- endif %}\n\n),\nmetric_values_with_statistics as (\n\n select\n *,\n avg({{ column_name }}) over() as {{ column_name }}_average,\n stddev({{ column_name }}) over() as {{ column_name }}_stddev\n from\n metric_values\n\n),\nmetric_values_z_scores as (\n\n select\n *,\n ({{ column_name }} - {{ column_name }}_average)/{{ column_name }}_stddev as {{ column_name }}_sigma\n from\n metric_values_with_statistics\n\n)\nselect\n *\nfrom\n metric_values_z_scores\nwhere\n abs({{ column_name }}_sigma) > {{ sigma_threshold }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.5993438}, "macro.dbt_expectations.test_expect_row_values_to_have_data_for_every_n_datepart": {"unique_id": "macro.dbt_expectations.test_expect_row_values_to_have_data_for_every_n_datepart", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\distributional\\expect_row_values_to_have_data_for_every_n_datepart.sql", "original_file_path": "macros\\schema_tests\\distributional\\expect_row_values_to_have_data_for_every_n_datepart.sql", "name": "test_expect_row_values_to_have_data_for_every_n_datepart", "macro_sql": "{%- test expect_row_values_to_have_data_for_every_n_datepart(model,\n date_col,\n date_part=\"day\",\n interval=None,\n row_condition=None,\n exclusion_condition=None,\n test_start_date=None,\n test_end_date=None) -%}\n{% if not execute %}\n {{ return('') }}\n{% endif %}\n\n{% if not test_start_date or not test_end_date %}\n {% set sql %}\n\n select\n min({{ date_col }}) as start_{{ date_part }},\n max({{ date_col }}) as end_{{ date_part }}\n from {{ model }}\n {% if row_condition %}\n where {{ row_condition }}\n {% endif %}\n\n {% endset %}\n\n {%- set dr = run_query(sql) -%}\n {%- set db_start_date = dr.columns[0].values()[0].strftime('%Y-%m-%d') -%}\n {%- set db_end_date = dr.columns[1].values()[0].strftime('%Y-%m-%d') -%}\n\n{% endif %}\n\n{% if not test_start_date %}\n{% set start_date = db_start_date %}\n{% else %}\n{% set start_date = test_start_date %}\n{% endif %}\n\n\n{% if not test_end_date %}\n{% set end_date = db_end_date %}\n{% else %}\n{% set end_date = test_end_date %}\n{% endif %}\nwith base_dates as (\n\n {{ dbt_date.get_base_dates(start_date=start_date, end_date=end_date, datepart=date_part) }}\n {% if interval %}\n {# \n Filter the date spine created above down to the interval granularity using a modulo operation.\n The number of date_parts after the start_date divided by the integer interval will produce no remainder for the desired intervals, \n e.g. for 2-day interval from a starting Jan 1, 2020:\n params: start_date = '2020-01-01', date_part = 'day', interval = 2\n date spine created above: [2020-01-01, 2020-01-02, 2020-01-03, 2020-01-04, 2020-01-05, ...]\n The first parameter to the `mod` function would be the number of days between the start_date and the spine date, i.e. [0, 1, 2, 3, 4 ...]\n The second parameter to the `mod` function would be the integer interval, i.e. 2\n This modulo operation produces the following remainders: [0, 1, 0, 1, 0, ...]\n Filtering the spine only where this remainder == 0 will return a spine with every other day as desired, i.e. [2020-01-01, 2020-01-03, 2020-01-05, ...]\n #}\n where mod(\n cast({{ dbt_utils.datediff(\"'\" ~ start_date ~ \"'\", 'date_' ~ date_part, date_part) }} as {{ dbt_utils.type_int() }}),\n cast({{interval}} as {{ dbt_utils.type_int() }})\n ) = 0\n {% endif %}\n\n),\nmodel_data as (\n\n select\n {% if not interval %}\n\n cast({{ dbt_utils.date_trunc(date_part, date_col) }} as {{ dbt_expectations.type_datetime() }}) as date_{{ date_part }},\n\n {% else %}\n {# \n Use a modulo operator to determine the number of intervals that a date_col is away from the interval-date spine \n and subtracts that amount to effectively slice each date_col record into its corresponding spine bucket,\n e.g. given a date_col of with records [2020-01-01, 2020-01-02, 2020-01-03, 2020-01-11, 2020-01-12]\n if we want to slice these dates into their 2-day buckets starting Jan 1, 2020 (start_date = '2020-01-01', date_part='day', interval=2),\n the modulo operation described above will produce these remainders: [0, 1, 0, 0, 1]\n subtracting that number of days from the observations will produce records [2020-01-01, 2020-01-01, 2020-01-03, 2020-01-11, 2020-01-11],\n all of which align with records from the interval-date spine\n #}\n {{dbt_utils.dateadd(\n date_part, \n \"mod(\n cast(\" ~ dbt_utils.datediff(\"'\" ~ start_date ~ \"'\", date_col, date_part) ~ \" as \" ~ dbt_utils.type_int() ~ \" ),\n cast(\" ~ interval ~ \" as \" ~ dbt_utils.type_int() ~ \" )\n ) * (-1)\", \n \"cast( \" ~ dbt_utils.date_trunc(date_part, date_col) ~ \" as \" ~ dbt_expectations.type_datetime() ~ \")\"\n )}} as date_{{ date_part }},\n \n {% endif %}\n \n count(*) as row_cnt\n from\n {{ model }} f\n {% if row_condition %}\n where {{ row_condition }}\n {% endif %}\n group by\n date_{{date_part}}\n\n),\n\nfinal as (\n\n select\n cast(d.date_{{ date_part }} as {{ dbt_expectations.type_datetime() }}) as date_{{ date_part }},\n case when f.date_{{ date_part }} is null then true else false end as is_missing,\n coalesce(f.row_cnt, 0) as row_cnt\n from\n base_dates d\n left join\n model_data f on cast(d.date_{{ date_part }} as {{ dbt_expectations.type_datetime() }}) = f.date_{{ date_part }}\n)\nselect\n *\nfrom final\nwhere row_cnt = 0\n{% if exclusion_condition %}\n and {{ exclusion_condition }}\n{% endif %}\n{%- endtest -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.run_query", "macro.dbt_date.get_base_dates", "macro.dbt_utils.datediff", "macro.dbt_utils.type_int", "macro.dbt_utils.date_trunc", "macro.dbt_expectations.type_datetime", "macro.dbt_utils.dateadd"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.6043348}, "macro.dbt_expectations.test_expect_column_pair_values_A_to_be_greater_than_B": {"unique_id": "macro.dbt_expectations.test_expect_column_pair_values_A_to_be_greater_than_B", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\multi-column\\expect_column_pair_values_A_to_be_greater_than_B.sql", "original_file_path": "macros\\schema_tests\\multi-column\\expect_column_pair_values_A_to_be_greater_than_B.sql", "name": "test_expect_column_pair_values_A_to_be_greater_than_B", "macro_sql": "{% test expect_column_pair_values_A_to_be_greater_than_B(model,\n column_A,\n column_B,\n or_equal=False,\n row_condition=None\n ) %}\n\n{% set operator = \">=\" if or_equal else \">\" %}\n{% set expression = column_A ~ \" \" ~ operator ~ \" \" ~ column_B %}\n\n{{ dbt_expectations.expression_is_true(model,\n expression=expression,\n group_by_columns=None,\n row_condition=row_condition\n )\n }}\n\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.expression_is_true"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.605324}, "macro.dbt_expectations.test_expect_column_pair_values_to_be_equal": {"unique_id": "macro.dbt_expectations.test_expect_column_pair_values_to_be_equal", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\multi-column\\expect_column_pair_values_to_be_equal.sql", "original_file_path": "macros\\schema_tests\\multi-column\\expect_column_pair_values_to_be_equal.sql", "name": "test_expect_column_pair_values_to_be_equal", "macro_sql": "{% test expect_column_pair_values_to_be_equal(model,\n column_A,\n column_B,\n row_condition=None\n ) %}\n\n{% set operator = \"=\" %}\n{% set expression = column_A ~ \" \" ~ operator ~ \" \" ~ column_B %}\n\n{{ dbt_expectations.expression_is_true(model,\n expression=expression,\n group_by_columns=None,\n row_condition=row_condition\n )\n }}\n\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.expression_is_true"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.6062453}, "macro.dbt_expectations.test_expect_column_pair_values_to_be_in_set": {"unique_id": "macro.dbt_expectations.test_expect_column_pair_values_to_be_in_set", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\multi-column\\expect_column_pair_values_to_be_in_set.sql", "original_file_path": "macros\\schema_tests\\multi-column\\expect_column_pair_values_to_be_in_set.sql", "name": "test_expect_column_pair_values_to_be_in_set", "macro_sql": "{% test expect_column_pair_values_to_be_in_set(model,\n column_A,\n column_B,\n value_pairs_set,\n row_condition=None\n ) %}\n\n{% set expression %}\n{% for pair in value_pairs_set %}\n{%- if (pair | length) == 2 %}\n({{ column_A }} = {{ pair[0] }} and {{ column_B }} = {{ pair[1] }}){% if not loop.last %} or {% endif %}\n{% else %}\n{{ exceptions.raise_compiler_error(\n \"`value_pairs_set` argument for expect_column_pair_values_to_be_in_set test cannot have more than 2 item per element.\n Got: '\" ~ pair ~ \"'.'\"\n ) }}\n{% endif %}\n{% endfor %}\n{% endset %}\n{{ dbt_expectations.expression_is_true(model,\n expression=expression,\n group_by_columns=None,\n row_condition=row_condition\n )\n }}\n\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.expression_is_true"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.6083386}, "macro.dbt_expectations.test_expect_compound_columns_to_be_unique": {"unique_id": "macro.dbt_expectations.test_expect_compound_columns_to_be_unique", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\multi-column\\expect_compound_columns_to_be_unique.sql", "original_file_path": "macros\\schema_tests\\multi-column\\expect_compound_columns_to_be_unique.sql", "name": "test_expect_compound_columns_to_be_unique", "macro_sql": "{% test expect_compound_columns_to_be_unique(model,\n column_list,\n quote_columns=False,\n ignore_row_if=\"all_values_are_missing\",\n row_condition=None\n ) %}\n{% if not column_list %}\n {{ exceptions.raise_compiler_error(\n \"`column_list` must be specified as a list of columns. Got: '\" ~ column_list ~\"'.'\"\n ) }}\n{% endif %}\n{% if not quote_columns %}\n {%- set columns=column_list %}\n{% elif quote_columns %}\n {%- set columns=[] %}\n {% for column in column_list -%}\n {% set columns = columns.append( adapter.quote(column) ) %}\n {%- endfor %}\n{% else %}\n {{ exceptions.raise_compiler_error(\n \"`quote_columns` argument for expect_compound_columns_to_be_unique test must be one of [True, False] Got: '\" ~ quote_columns ~\"'.'\"\n ) }}\n{% endif %}\n\n{%- set row_condition_ext -%}\n\n{%- if row_condition %}\n {{ row_condition }} and\n{% endif -%}\n\n{%- if ignore_row_if == \"all_values_are_missing\" %}\n (\n {% for column in columns -%}\n {{ column }} is not null{% if not loop.last %} and {% endif %}\n {% endfor %}\n )\n{%- elif ignore_row_if == \"any_value_is_missing\" %}\n (\n {% for column in columns -%}\n {{ column }} is not null{% if not loop.last %} or {% endif %}\n {% endfor %}\n )\n{%- endif -%}\n{%- endset -%}\n\nwith validation_errors as (\n\n select\n {% for column in columns -%}\n {{ column }}{% if not loop.last %},{% endif %}\n {%- endfor %}\n from {{ model }}\n where\n 1=1\n {%- if row_condition_ext %}\n and {{ row_condition_ext }}\n {% endif %}\n group by\n {% for column in columns -%}\n {{ column }}{% if not loop.last %},{% endif %}\n {%- endfor %}\n having count(*) > 1\n\n)\nselect * from validation_errors\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.61133}, "macro.dbt_expectations.test_expect_multicolumn_sum_to_equal": {"unique_id": "macro.dbt_expectations.test_expect_multicolumn_sum_to_equal", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\multi-column\\expect_multicolumn_sum_to_equal.sql", "original_file_path": "macros\\schema_tests\\multi-column\\expect_multicolumn_sum_to_equal.sql", "name": "test_expect_multicolumn_sum_to_equal", "macro_sql": "{% test expect_multicolumn_sum_to_equal(model,\n column_list,\n sum_total,\n group_by=None,\n row_condition=None\n ) %}\n\n{% set expression %}\n{% for column in column_list %}\nsum({{ column }}){% if not loop.last %} + {% endif %}\n{% endfor %} = {{ sum_total }}\n{% endset %}\n\n{{ dbt_expectations.expression_is_true(model,\n expression=expression,\n group_by_columns=group_by,\n row_condition=row_condition\n )\n }}\n\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.expression_is_true"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.6123295}, "macro.dbt_expectations.test_expect_select_column_values_to_be_unique_within_record": {"unique_id": "macro.dbt_expectations.test_expect_select_column_values_to_be_unique_within_record", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\multi-column\\expect_select_column_values_to_be_unique_within_record.sql", "original_file_path": "macros\\schema_tests\\multi-column\\expect_select_column_values_to_be_unique_within_record.sql", "name": "test_expect_select_column_values_to_be_unique_within_record", "macro_sql": "{% test expect_select_column_values_to_be_unique_within_record(model,\n column_list,\n quote_columns=False,\n ignore_row_if=\"all_values_are_missing\",\n row_condition=None\n ) -%}\n {{ adapter.dispatch('test_expect_select_column_values_to_be_unique_within_record', 'dbt_expectations') (model, column_list, quote_columns, ignore_row_if, row_condition) }}\n{%- endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.default__test_expect_select_column_values_to_be_unique_within_record"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.6153393}, "macro.dbt_expectations.default__test_expect_select_column_values_to_be_unique_within_record": {"unique_id": "macro.dbt_expectations.default__test_expect_select_column_values_to_be_unique_within_record", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\multi-column\\expect_select_column_values_to_be_unique_within_record.sql", "original_file_path": "macros\\schema_tests\\multi-column\\expect_select_column_values_to_be_unique_within_record.sql", "name": "default__test_expect_select_column_values_to_be_unique_within_record", "macro_sql": "{% macro default__test_expect_select_column_values_to_be_unique_within_record(model,\n column_list,\n quote_columns,\n ignore_row_if,\n row_condition\n ) %}\n\n{% if not quote_columns %}\n {%- set columns=column_list %}\n{% elif quote_columns %}\n {%- set columns=[] %}\n {% for column in column_list -%}\n {% set columns = columns.append( adapter.quote(column) ) %}\n {%- endfor %}\n{% else %}\n {{ exceptions.raise_compiler_error(\n \"`quote_columns` argument for unique_combination_of_columns test must be one of [True, False] Got: '\" ~ quote_columns ~\"'.'\"\n ) }}\n{% endif %}\n\nwith column_values as (\n\n select\n row_number() over(order by 1) as row_index,\n {% for column in columns -%}\n {{ column }}{% if not loop.last %},{% endif %}\n {%- endfor %}\n from {{ model }}\n where 1=1\n {% if row_condition %}\n and {{ row_condition }}\n {% endif %}\n {% if ignore_row_if == \"all_values_are_missing\" %}\n and\n (\n {% for column in columns -%}\n {{ column }} is not null{% if not loop.last %} and {% endif %}\n {%- endfor %}\n )\n {% elif ignore_row_if == \"any_value_is_missing\" %}\n and\n (\n {% for column in columns -%}\n {{ column }} is not null{% if not loop.last %} or {% endif %}\n {%- endfor %}\n )\n {% endif %}\n\n),\nunpivot_columns as (\n\n {% for column in columns %}\n select row_index, '{{ column }}' as column_name, {{ column }} as column_value from column_values\n {% if not loop.last %}union all{% endif %}\n {% endfor %}\n),\nvalidation_errors as (\n\n select\n row_index,\n count(distinct column_value) as column_values\n from unpivot_columns\n group by 1\n having count(distinct column_value) < {{ columns | length }}\n\n)\nselect * from validation_errors\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.616346}, "macro.dbt_expectations.test_expect_column_values_to_match_like_pattern": {"unique_id": "macro.dbt_expectations.test_expect_column_values_to_match_like_pattern", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\string_matching\\expect_column_values_to_match_like_pattern.sql", "original_file_path": "macros\\schema_tests\\string_matching\\expect_column_values_to_match_like_pattern.sql", "name": "test_expect_column_values_to_match_like_pattern", "macro_sql": "{% test expect_column_values_to_match_like_pattern(model, column_name,\n like_pattern,\n row_condition=None\n ) %}\n\n{% set expression = dbt_expectations._get_like_pattern_expression(column_name, like_pattern, positive=True) %}\n\n{{ dbt_expectations.expression_is_true(model,\n expression=expression,\n group_by_columns=None,\n row_condition=row_condition\n )\n }}\n\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations._get_like_pattern_expression", "macro.dbt_expectations.expression_is_true"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.617333}, "macro.dbt_expectations.test_expect_column_values_to_match_like_pattern_list": {"unique_id": "macro.dbt_expectations.test_expect_column_values_to_match_like_pattern_list", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\string_matching\\expect_column_values_to_match_like_pattern_list.sql", "original_file_path": "macros\\schema_tests\\string_matching\\expect_column_values_to_match_like_pattern_list.sql", "name": "test_expect_column_values_to_match_like_pattern_list", "macro_sql": "{% test expect_column_values_to_match_like_pattern_list(model, column_name,\n like_pattern_list,\n match_on=\"any\",\n row_condition=None\n ) %}\n\n{% set expression %}\n {% for like_pattern in like_pattern_list %}\n {{ dbt_expectations._get_like_pattern_expression(column_name, like_pattern, positive=True) }}\n {%- if not loop.last %}\n {{ \" and \" if match_on == \"all\" else \" or \"}}\n {% endif -%}\n {% endfor %}\n{% endset %}\n\n{{ dbt_expectations.expression_is_true(model,\n expression=expression,\n group_by_columns=None,\n row_condition=row_condition\n )\n }}\n\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations._get_like_pattern_expression", "macro.dbt_expectations.expression_is_true"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.619339}, "macro.dbt_expectations.test_expect_column_values_to_match_regex": {"unique_id": "macro.dbt_expectations.test_expect_column_values_to_match_regex", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\string_matching\\expect_column_values_to_match_regex.sql", "original_file_path": "macros\\schema_tests\\string_matching\\expect_column_values_to_match_regex.sql", "name": "test_expect_column_values_to_match_regex", "macro_sql": "{% test expect_column_values_to_match_regex(model, column_name,\n regex,\n row_condition=None\n ) %}\n\n{% set expression %}\n{{ dbt_expectations.regexp_instr(column_name, regex) }} > 0\n{% endset %}\n\n{{ dbt_expectations.expression_is_true(model,\n expression=expression,\n group_by_columns=None,\n row_condition=row_condition\n )\n }}\n\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.regexp_instr", "macro.dbt_expectations.expression_is_true"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.620335}, "macro.dbt_expectations.test_expect_column_values_to_match_regex_list": {"unique_id": "macro.dbt_expectations.test_expect_column_values_to_match_regex_list", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\string_matching\\expect_column_values_to_match_regex_list.sql", "original_file_path": "macros\\schema_tests\\string_matching\\expect_column_values_to_match_regex_list.sql", "name": "test_expect_column_values_to_match_regex_list", "macro_sql": "{% test expect_column_values_to_match_regex_list(model, column_name,\n regex_list,\n match_on=\"any\",\n row_condition=None\n ) %}\n\n{% set expression %}\n {% for regex in regex_list %}\n {{ dbt_expectations.regexp_instr(column_name, regex) }} > 0\n {%- if not loop.last %}\n {{ \" and \" if match_on == \"all\" else \" or \"}}\n {% endif -%}\n {% endfor %}\n{% endset %}\n\n{{ dbt_expectations.expression_is_true(model,\n expression=expression,\n group_by_columns=None,\n row_condition=row_condition\n )\n }}\n\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.regexp_instr", "macro.dbt_expectations.expression_is_true"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.621294}, "macro.dbt_expectations.test_expect_column_values_to_not_match_like_pattern": {"unique_id": "macro.dbt_expectations.test_expect_column_values_to_not_match_like_pattern", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\string_matching\\expect_column_values_to_not_match_like_pattern.sql", "original_file_path": "macros\\schema_tests\\string_matching\\expect_column_values_to_not_match_like_pattern.sql", "name": "test_expect_column_values_to_not_match_like_pattern", "macro_sql": "{% test expect_column_values_to_not_match_like_pattern(model, column_name,\n like_pattern,\n row_condition=None\n ) %}\n\n{% set expression = dbt_expectations._get_like_pattern_expression(column_name, like_pattern, positive=False) %}\n\n{{ dbt_expectations.expression_is_true(model,\n expression=expression,\n group_by_columns=None,\n row_condition=row_condition\n )\n }}\n\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations._get_like_pattern_expression", "macro.dbt_expectations.expression_is_true"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.6223354}, "macro.dbt_expectations.test_expect_column_values_to_not_match_like_pattern_list": {"unique_id": "macro.dbt_expectations.test_expect_column_values_to_not_match_like_pattern_list", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\string_matching\\expect_column_values_to_not_match_like_pattern_list.sql", "original_file_path": "macros\\schema_tests\\string_matching\\expect_column_values_to_not_match_like_pattern_list.sql", "name": "test_expect_column_values_to_not_match_like_pattern_list", "macro_sql": "{% test expect_column_values_to_not_match_like_pattern_list(model, column_name,\n like_pattern_list,\n match_on=\"any\",\n row_condition=None\n ) %}\n\n{% set expression %}\n {% for like_pattern in like_pattern_list %}\n {{ dbt_expectations._get_like_pattern_expression(column_name, like_pattern, positive=False) }}\n {%- if not loop.last %}\n {{ \" and \" if match_on == \"all\" else \" or \"}}\n {% endif -%}\n {% endfor %}\n{% endset %}\n\n{{ dbt_expectations.expression_is_true(model,\n expression=expression,\n group_by_columns=None,\n row_condition=row_condition\n )\n }}\n\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations._get_like_pattern_expression", "macro.dbt_expectations.expression_is_true"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.6243355}, "macro.dbt_expectations.test_expect_column_values_to_not_match_regex": {"unique_id": "macro.dbt_expectations.test_expect_column_values_to_not_match_regex", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\string_matching\\expect_column_values_to_not_match_regex.sql", "original_file_path": "macros\\schema_tests\\string_matching\\expect_column_values_to_not_match_regex.sql", "name": "test_expect_column_values_to_not_match_regex", "macro_sql": "{% test expect_column_values_to_not_match_regex(model, column_name,\n regex,\n row_condition=None\n ) %}\n\n{% set expression %}\n{{ dbt_expectations.regexp_instr(column_name, regex) }} = 0\n{% endset %}\n\n{{ dbt_expectations.expression_is_true(model,\n expression=expression,\n group_by_columns=None,\n row_condition=row_condition\n )\n }}\n\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.regexp_instr", "macro.dbt_expectations.expression_is_true"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.6243355}, "macro.dbt_expectations.test_expect_column_values_to_not_match_regex_list": {"unique_id": "macro.dbt_expectations.test_expect_column_values_to_not_match_regex_list", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\string_matching\\expect_column_values_to_not_match_regex_list.sql", "original_file_path": "macros\\schema_tests\\string_matching\\expect_column_values_to_not_match_regex_list.sql", "name": "test_expect_column_values_to_not_match_regex_list", "macro_sql": "{% test expect_column_values_to_not_match_regex_list(model, column_name,\n regex_list,\n match_on=\"any\",\n row_condition=None\n ) %}\n\n{% set expression %}\n{% for regex in regex_list %}\n{{ dbt_expectations.regexp_instr(column_name, regex) }} = 0\n{%- if not loop.last %}\n{{ \" and \" if match_on == \"all\" else \" or \"}}\n{% endif -%}\n{% endfor %}\n{% endset %}\n\n{{ dbt_expectations.expression_is_true(model,\n expression=expression,\n group_by_columns=None,\n row_condition=row_condition\n )\n }}\n\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.regexp_instr", "macro.dbt_expectations.expression_is_true"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.6263359}, "macro.dbt_expectations.test_expect_column_value_lengths_to_be_between": {"unique_id": "macro.dbt_expectations.test_expect_column_value_lengths_to_be_between", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\string_matching\\expect_column_value_lengths_to_be_between.sql", "original_file_path": "macros\\schema_tests\\string_matching\\expect_column_value_lengths_to_be_between.sql", "name": "test_expect_column_value_lengths_to_be_between", "macro_sql": "{% test expect_column_value_lengths_to_be_between(model, column_name,\n min_value=None,\n max_value=None,\n row_condition=None,\n strictly=False\n ) %}\n{% set expression %}\n{{ dbt_utils.length(column_name) }}\n{% endset %}\n\n{{ dbt_expectations.expression_between(model,\n expression=expression,\n min_value=min_value,\n max_value=max_value,\n group_by_columns=None,\n row_condition=row_condition,\n strictly=strictly\n ) }}\n\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.length", "macro.dbt_expectations.expression_between"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.627611}, "macro.dbt_expectations.test_expect_column_value_lengths_to_equal": {"unique_id": "macro.dbt_expectations.test_expect_column_value_lengths_to_equal", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\string_matching\\expect_column_value_lengths_to_equal.sql", "original_file_path": "macros\\schema_tests\\string_matching\\expect_column_value_lengths_to_equal.sql", "name": "test_expect_column_value_lengths_to_equal", "macro_sql": "{% test expect_column_value_lengths_to_equal(model, column_name,\n value,\n row_condition=None\n ) %}\n\n{% set expression = dbt_utils.length(column_name) ~ \" = \" ~ value %}\n\n{{ dbt_expectations.expression_is_true(model,\n expression=expression,\n group_by_columns=None,\n row_condition=row_condition\n )\n }}\n\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.length", "macro.dbt_expectations.expression_is_true"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.6286974}, "macro.dbt_expectations._get_like_pattern_expression": {"unique_id": "macro.dbt_expectations._get_like_pattern_expression", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\string_matching\\_get_like_pattern_expression.sql", "original_file_path": "macros\\schema_tests\\string_matching\\_get_like_pattern_expression.sql", "name": "_get_like_pattern_expression", "macro_sql": "{% macro _get_like_pattern_expression(column_name, like_pattern, positive) %}\n{{ column_name }} {{ \"not\" if not positive else \"\" }} like '{{ like_pattern }}'\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.6286974}, "macro.dbt_expectations.test_expect_column_to_exist": {"unique_id": "macro.dbt_expectations.test_expect_column_to_exist", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\table_shape\\expect_column_to_exist.sql", "original_file_path": "macros\\schema_tests\\table_shape\\expect_column_to_exist.sql", "name": "test_expect_column_to_exist", "macro_sql": "{%- test expect_column_to_exist(model, column_name, column_index=None, transform=\"upper\") -%}\n{%- if execute -%}\n\n {%- set column_name = column_name | map(transform) | join -%}\n {%- set relation_column_names = dbt_expectations._get_column_list(model, transform) -%}\n\n {%- set matching_column_index = relation_column_names.index(column_name) if column_name in relation_column_names else -1 %}\n\n {%- if column_index -%}\n\n {%- set column_index_0 = column_index - 1 if column_index > 0 else 0 -%}\n\n {%- set column_index_matches = true if matching_column_index == column_index_0 else false %}\n\n {%- else -%}\n\n {%- set column_index_matches = true -%}\n\n {%- endif %}\n\n with test_data as (\n\n select\n cast('{{ column_name }}' as {{ dbt_utils.type_string() }}) as column_name,\n {{ matching_column_index }} as matching_column_index,\n {{ column_index_matches }} as column_index_matches\n\n )\n select *\n from test_data\n where\n not(matching_column_index >= 0 and column_index_matches)\n\n{%- endif -%}\n{%- endtest -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations._get_column_list", "macro.dbt_utils.type_string"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.6306942}, "macro.dbt_expectations.test_expect_grouped_row_values_to_have_recent_data": {"unique_id": "macro.dbt_expectations.test_expect_grouped_row_values_to_have_recent_data", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\table_shape\\expect_grouped_row_values_to_have_recent_data.sql", "original_file_path": "macros\\schema_tests\\table_shape\\expect_grouped_row_values_to_have_recent_data.sql", "name": "test_expect_grouped_row_values_to_have_recent_data", "macro_sql": "{% test expect_grouped_row_values_to_have_recent_data(model,\n group_by,\n timestamp_column,\n datepart,\n interval,\n row_condition=None) %}\n\n {{ adapter.dispatch('test_expect_grouped_row_values_to_have_recent_data', 'dbt_expectations') (model,\n group_by,\n timestamp_column,\n datepart,\n interval,\n row_condition) }}\n\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.default__test_expect_grouped_row_values_to_have_recent_data"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.6327174}, "macro.dbt_expectations.default__test_expect_grouped_row_values_to_have_recent_data": {"unique_id": "macro.dbt_expectations.default__test_expect_grouped_row_values_to_have_recent_data", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\table_shape\\expect_grouped_row_values_to_have_recent_data.sql", "original_file_path": "macros\\schema_tests\\table_shape\\expect_grouped_row_values_to_have_recent_data.sql", "name": "default__test_expect_grouped_row_values_to_have_recent_data", "macro_sql": "{% macro default__test_expect_grouped_row_values_to_have_recent_data(model,\n group_by,\n timestamp_column,\n datepart,\n interval,\n row_condition) %}\nwith latest_grouped_timestamps as (\n\n select\n {%- for g in group_by %}\n {{ g }},\n {%- endfor %}\n max(1) as join_key,\n max(cast({{ timestamp_column }} as {{ dbt_utils.type_timestamp() }})) as latest_timestamp_column\n from\n {{ model }}\n where\n -- to exclude erroneous future dates\n cast({{ timestamp_column }} as {{ dbt_utils.type_timestamp() }}) <= {{ dbt_date.now() }}\n {% if row_condition %}\n and {{ row_condition }}\n {% endif %}\n\n {{ dbt_utils.group_by(group_by | length )}}\n\n),\ntotal_row_counts as (\n\n select\n max(1) as join_key,\n count(*) as row_count\n from\n latest_grouped_timestamps\n\n),\noutdated_grouped_timestamps as (\n\n select *\n from\n latest_grouped_timestamps\n where\n -- are the max timestamps per group older than the specified cutoff?\n latest_timestamp_column <\n cast(\n {{ dbt_utils.dateadd(datepart, interval * -1, dbt_date.now()) }}\n as {{ dbt_utils.type_timestamp() }}\n )\n\n),\nvalidation_errors as (\n\n select\n r.row_count,\n t.*\n from\n total_row_counts r\n left join\n outdated_grouped_timestamps t\n on r.join_key = t.join_key\n where\n -- fail if either no rows were returned due to row_condition,\n -- or the recency test returned failed rows\n r.row_count = 0\n or\n t.join_key is not null\n\n)\nselect * from validation_errors\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.type_timestamp", "macro.dbt_date.now", "macro.dbt_utils.group_by", "macro.dbt_utils.dateadd"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.633712}, "macro.dbt_expectations.test_expect_row_values_to_have_recent_data": {"unique_id": "macro.dbt_expectations.test_expect_row_values_to_have_recent_data", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\table_shape\\expect_row_values_to_have_recent_data.sql", "original_file_path": "macros\\schema_tests\\table_shape\\expect_row_values_to_have_recent_data.sql", "name": "test_expect_row_values_to_have_recent_data", "macro_sql": "{% test expect_row_values_to_have_recent_data(model,\n column_name,\n datepart,\n interval,\n row_condition=None) %}\n\n {{ adapter.dispatch('test_expect_row_values_to_have_recent_data', 'dbt_expectations') (model,\n column_name,\n datepart,\n interval,\n row_condition) }}\n\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.default__test_expect_row_values_to_have_recent_data"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.6346478}, "macro.dbt_expectations.default__test_expect_row_values_to_have_recent_data": {"unique_id": "macro.dbt_expectations.default__test_expect_row_values_to_have_recent_data", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\table_shape\\expect_row_values_to_have_recent_data.sql", "original_file_path": "macros\\schema_tests\\table_shape\\expect_row_values_to_have_recent_data.sql", "name": "default__test_expect_row_values_to_have_recent_data", "macro_sql": "{% macro default__test_expect_row_values_to_have_recent_data(model, column_name, datepart, interval, row_condition) %}\n{%- set default_start_date = '1970-01-01' -%}\nwith max_recency as (\n\n select max(cast({{ column_name }} as {{ dbt_utils.type_timestamp() }})) as max_timestamp\n from\n {{ model }}\n where\n -- to exclude erroneous future dates\n cast({{ column_name }} as {{ dbt_utils.type_timestamp() }}) <= {{ dbt_date.now() }}\n {% if row_condition %}\n and {{ row_condition }}\n {% endif %}\n)\nselect\n *\nfrom\n max_recency\nwhere\n -- if the row_condition excludes all rows, we need to compare against a default date\n -- to avoid false negatives\n coalesce(max_timestamp, cast('{{ default_start_date }}' as {{ dbt_utils.type_timestamp() }}))\n <\n cast({{ dbt_utils.dateadd(datepart, interval * -1, dbt_date.now()) }} as {{ dbt_utils.type_timestamp() }})\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.type_timestamp", "macro.dbt_date.now", "macro.dbt_utils.dateadd"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.6358683}, "macro.dbt_expectations.test_expect_table_columns_to_contain_set": {"unique_id": "macro.dbt_expectations.test_expect_table_columns_to_contain_set", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\table_shape\\expect_table_columns_to_contain_set.sql", "original_file_path": "macros\\schema_tests\\table_shape\\expect_table_columns_to_contain_set.sql", "name": "test_expect_table_columns_to_contain_set", "macro_sql": "{%- test expect_table_columns_to_contain_set(model, column_list, transform=\"upper\") -%}\n{%- if execute -%}\n {%- set column_list = column_list | map(transform) | list -%}\n {%- set relation_column_names = dbt_expectations._get_column_list(model, transform) -%}\n {%- set matching_columns = dbt_expectations._list_intersect(column_list, relation_column_names) -%}\n with relation_columns as (\n\n {% for col_name in relation_column_names %}\n select cast('{{ col_name }}' as {{ dbt_utils.type_string() }}) as relation_column\n {% if not loop.last %}union all{% endif %}\n {% endfor %}\n ),\n input_columns as (\n\n {% for col_name in column_list %}\n select cast('{{ col_name }}' as {{ dbt_utils.type_string() }}) as input_column\n {% if not loop.last %}union all{% endif %}\n {% endfor %}\n )\n select *\n from\n input_columns i\n left join\n relation_columns r on r.relation_column = i.input_column\n where\n -- catch any column in input list that is not in the list of table columns\n r.relation_column is null\n{%- endif -%}\n{%- endtest -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations._get_column_list", "macro.dbt_expectations._list_intersect", "macro.dbt_utils.type_string"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.636973}, "macro.dbt_expectations.test_expect_table_columns_to_match_ordered_list": {"unique_id": "macro.dbt_expectations.test_expect_table_columns_to_match_ordered_list", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\table_shape\\expect_table_columns_to_match_ordered_list.sql", "original_file_path": "macros\\schema_tests\\table_shape\\expect_table_columns_to_match_ordered_list.sql", "name": "test_expect_table_columns_to_match_ordered_list", "macro_sql": "{%- test expect_table_columns_to_match_ordered_list(model, column_list, transform=\"upper\") -%}\n{%- if execute -%}\n {%- set column_list = column_list | map(transform) | list -%}\n {%- set relation_column_names = dbt_expectations._get_column_list(model, transform) -%}\n {%- set matching_columns = dbt_expectations._list_intersect(column_list, relation_column_names) -%}\n with relation_columns as (\n\n {% for col_name in relation_column_names %}\n select\n {{ loop.index }} as relation_column_idx,\n cast('{{ col_name }}' as {{ dbt_utils.type_string() }}) as relation_column\n {% if not loop.last %}union all{% endif %}\n {% endfor %}\n ),\n input_columns as (\n\n {% for col_name in column_list %}\n select\n {{ loop.index }} as input_column_idx,\n cast('{{ col_name }}' as {{ dbt_utils.type_string() }}) as input_column\n {% if not loop.last %}union all{% endif %}\n {% endfor %}\n )\n select *\n from\n relation_columns r\n full outer join\n input_columns i on r.relation_column = i.input_column and r.relation_column_idx = i.input_column_idx\n where\n -- catch any column in input list that is not in the sequence of table columns\n -- or any table column that is not in the input sequence\n r.relation_column is null or\n i.input_column is null\n\n{%- endif -%}\n{%- endtest -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations._get_column_list", "macro.dbt_expectations._list_intersect", "macro.dbt_utils.type_string"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.6389656}, "macro.dbt_expectations.test_expect_table_columns_to_match_set": {"unique_id": "macro.dbt_expectations.test_expect_table_columns_to_match_set", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\table_shape\\expect_table_columns_to_match_set.sql", "original_file_path": "macros\\schema_tests\\table_shape\\expect_table_columns_to_match_set.sql", "name": "test_expect_table_columns_to_match_set", "macro_sql": "{%- test expect_table_columns_to_match_set(model, column_list, transform=\"upper\") -%}\n{%- if execute -%}\n {%- set column_list = column_list | map(transform) | list -%}\n {%- set relation_column_names = dbt_expectations._get_column_list(model, transform) -%}\n {%- set matching_columns = dbt_expectations._list_intersect(column_list, relation_column_names) -%}\n with relation_columns as (\n\n {% for col_name in relation_column_names %}\n select cast('{{ col_name }}' as {{ dbt_utils.type_string() }}) as relation_column\n {% if not loop.last %}union all{% endif %}\n {% endfor %}\n ),\n input_columns as (\n\n {% for col_name in column_list %}\n select cast('{{ col_name }}' as {{ dbt_utils.type_string() }}) as input_column\n {% if not loop.last %}union all{% endif %}\n {% endfor %}\n )\n select *\n from\n relation_columns r\n full outer join\n input_columns i on r.relation_column = i.input_column\n where\n -- catch any column in input list that is not in the list of table columns\n -- or any table column that is not in the input list\n r.relation_column is null or\n i.input_column is null\n\n{%- endif -%}\n{%- endtest -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations._get_column_list", "macro.dbt_expectations._list_intersect", "macro.dbt_utils.type_string"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.6409805}, "macro.dbt_expectations.test_expect_table_columns_to_not_contain_set": {"unique_id": "macro.dbt_expectations.test_expect_table_columns_to_not_contain_set", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\table_shape\\expect_table_columns_to_not_contain_set.sql", "original_file_path": "macros\\schema_tests\\table_shape\\expect_table_columns_to_not_contain_set.sql", "name": "test_expect_table_columns_to_not_contain_set", "macro_sql": "{%- test expect_table_columns_to_not_contain_set(model, column_list, transform=\"upper\") -%}\n{%- if execute -%}\n {%- set column_list = column_list | map(transform) | list -%}\n {%- set relation_column_names = dbt_expectations._get_column_list(model, transform) -%}\n {%- set matching_columns = dbt_expectations._list_intersect(column_list, relation_column_names) -%}\n with relation_columns as (\n\n {% for col_name in relation_column_names %}\n select cast('{{ col_name }}' as {{ dbt_utils.type_string() }}) as relation_column\n {% if not loop.last %}union all{% endif %}\n {% endfor %}\n ),\n input_columns as (\n\n {% for col_name in column_list %}\n select cast('{{ col_name }}' as {{ dbt_utils.type_string() }}) as input_column\n {% if not loop.last %}union all{% endif %}\n {% endfor %}\n )\n -- catch any column in input list that is in the list of table columns\n select *\n from\n input_columns i\n inner join\n relation_columns r on r.relation_column = i.input_column\n\n{%- endif -%}\n{%- endtest -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations._get_column_list", "macro.dbt_expectations._list_intersect", "macro.dbt_utils.type_string"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.6429858}, "macro.dbt_expectations.test_expect_table_column_count_to_be_between": {"unique_id": "macro.dbt_expectations.test_expect_table_column_count_to_be_between", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\table_shape\\expect_table_column_count_to_be_between.sql", "original_file_path": "macros\\schema_tests\\table_shape\\expect_table_column_count_to_be_between.sql", "name": "test_expect_table_column_count_to_be_between", "macro_sql": "{%- test expect_table_column_count_to_be_between(model,\n min_value=None,\n max_value=None\n ) -%}\n{%- if min_value is none and max_value is none -%}\n{{ exceptions.raise_compiler_error(\n \"You have to provide either a min_value, max_value or both.\"\n) }}\n{%- endif -%}\n{%- if execute -%}\n{%- set number_actual_columns = (adapter.get_columns_in_relation(model) | length) -%}\n\n{%- set expression %}\n( 1=1\n{%- if min_value %} and number_actual_columns >= min_value{% endif %}\n{%- if max_value %} and number_actual_columns <= max_value{% endif %}\n)\n{% endset -%}\n\nwith test_data as (\n\n select\n {{ number_actual_columns }} as number_actual_columns,\n {{ min_value if min_value else 0 }} as min_value,\n {{ max_value if max_value else 0 }} as max_value\n\n)\nselect *\nfrom test_data\nwhere\n not {{ expression }}\n{%- endif -%}\n{%- endtest -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.6441233}, "macro.dbt_expectations.test_expect_table_column_count_to_equal": {"unique_id": "macro.dbt_expectations.test_expect_table_column_count_to_equal", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\table_shape\\expect_table_column_count_to_equal.sql", "original_file_path": "macros\\schema_tests\\table_shape\\expect_table_column_count_to_equal.sql", "name": "test_expect_table_column_count_to_equal", "macro_sql": "{%- test expect_table_column_count_to_equal(model, value) -%}\n{%- if execute -%}\n{%- set number_actual_columns = (adapter.get_columns_in_relation(model) | length) -%}\nwith test_data as (\n\n select\n {{ number_actual_columns }} as number_actual_columns,\n {{ value }} as value\n\n)\nselect *\nfrom test_data\nwhere\n number_actual_columns != value\n{%- endif -%}\n{%- endtest -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.6451778}, "macro.dbt_expectations.test_expect_table_column_count_to_equal_other_table": {"unique_id": "macro.dbt_expectations.test_expect_table_column_count_to_equal_other_table", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\table_shape\\expect_table_column_count_to_equal_other_table.sql", "original_file_path": "macros\\schema_tests\\table_shape\\expect_table_column_count_to_equal_other_table.sql", "name": "test_expect_table_column_count_to_equal_other_table", "macro_sql": "{%- test expect_table_column_count_to_equal_other_table(model, compare_model) -%}\n{%- if execute -%}\n{%- set number_columns = (adapter.get_columns_in_relation(model) | length) -%}\n{%- set compare_number_columns = (adapter.get_columns_in_relation(compare_model) | length) -%}\nwith test_data as (\n\n select\n {{ number_columns }} as number_columns,\n {{ compare_number_columns }} as compare_number_columns\n\n)\nselect *\nfrom test_data\nwhere\n number_columns != compare_number_columns\n{%- endif -%}\n{%- endtest -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.6451778}, "macro.dbt_expectations.test_expect_table_row_count_to_be_between": {"unique_id": "macro.dbt_expectations.test_expect_table_row_count_to_be_between", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\table_shape\\expect_table_row_count_to_be_between.sql", "original_file_path": "macros\\schema_tests\\table_shape\\expect_table_row_count_to_be_between.sql", "name": "test_expect_table_row_count_to_be_between", "macro_sql": "{%- test expect_table_row_count_to_be_between(model,\n min_value=None,\n max_value=None,\n group_by=None,\n row_condition=None,\n strictly=False\n ) -%}\n{% set expression %}\ncount(*)\n{% endset %}\n{{ dbt_expectations.expression_between(model,\n expression=expression,\n min_value=min_value,\n max_value=max_value,\n group_by_columns=group_by,\n row_condition=row_condition,\n strictly=strictly\n ) }}\n{%- endtest -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.expression_between"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.6462517}, "macro.dbt_expectations.test_expect_table_row_count_to_equal": {"unique_id": "macro.dbt_expectations.test_expect_table_row_count_to_equal", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\table_shape\\expect_table_row_count_to_equal.sql", "original_file_path": "macros\\schema_tests\\table_shape\\expect_table_row_count_to_equal.sql", "name": "test_expect_table_row_count_to_equal", "macro_sql": "{%- test expect_table_row_count_to_equal(model,\n value,\n group_by=None,\n row_condition=None\n ) -%}\n {{ adapter.dispatch('test_expect_table_row_count_to_equal',\n 'dbt_expectations') (model,\n value,\n group_by,\n row_condition\n ) }}\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.default__test_expect_table_row_count_to_equal"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.6482286}, "macro.dbt_expectations.default__test_expect_table_row_count_to_equal": {"unique_id": "macro.dbt_expectations.default__test_expect_table_row_count_to_equal", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\table_shape\\expect_table_row_count_to_equal.sql", "original_file_path": "macros\\schema_tests\\table_shape\\expect_table_row_count_to_equal.sql", "name": "default__test_expect_table_row_count_to_equal", "macro_sql": "\n\n\n\n{%- macro default__test_expect_table_row_count_to_equal(model,\n value,\n group_by,\n row_condition\n ) -%}\n{% set expression %}\ncount(*) = {{ value }}\n{% endset %}\n{{ dbt_expectations.expression_is_true(model,\n expression=expression,\n group_by_columns=group_by,\n row_condition=row_condition)\n }}\n{%- endmacro -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.expression_is_true"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.6482286}, "macro.dbt_expectations.test_expect_table_row_count_to_equal_other_table": {"unique_id": "macro.dbt_expectations.test_expect_table_row_count_to_equal_other_table", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\table_shape\\expect_table_row_count_to_equal_other_table.sql", "original_file_path": "macros\\schema_tests\\table_shape\\expect_table_row_count_to_equal_other_table.sql", "name": "test_expect_table_row_count_to_equal_other_table", "macro_sql": "{%- test expect_table_row_count_to_equal_other_table(model, compare_model, factor=1, row_condition=None, compare_row_condition=None) -%}\n{{ dbt_expectations.test_equal_expression(model, \"count(*)\",\n compare_model=compare_model,\n compare_expression=\"count(*) * \" + factor|string,\n row_condition=row_condition,\n compare_row_condition=compare_row_condition\n) }}\n{%- endtest -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.test_equal_expression"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.6491425}, "macro.dbt_expectations.test_expect_table_row_count_to_equal_other_table_times_factor": {"unique_id": "macro.dbt_expectations.test_expect_table_row_count_to_equal_other_table_times_factor", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\table_shape\\expect_table_row_count_to_equal_other_table_times_factor.sql", "original_file_path": "macros\\schema_tests\\table_shape\\expect_table_row_count_to_equal_other_table_times_factor.sql", "name": "test_expect_table_row_count_to_equal_other_table_times_factor", "macro_sql": "{%- test expect_table_row_count_to_equal_other_table_times_factor(model, compare_model, factor, row_condition=None, compare_row_condition=None) -%}\n{{ dbt_expectations.test_expect_table_row_count_to_equal_other_table(model, compare_model,\n factor=factor,\n row_condition=row_condition,\n compare_row_condition=compare_row_condition\n) }}\n{%- endtest -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.test_expect_table_row_count_to_equal_other_table"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.6491425}, "macro.dbt_expectations._get_column_list": {"unique_id": "macro.dbt_expectations._get_column_list", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\table_shape\\_get_column_list.sql", "original_file_path": "macros\\schema_tests\\table_shape\\_get_column_list.sql", "name": "_get_column_list", "macro_sql": "{%- macro _get_column_list(model, transform=\"upper\") -%}\n{%- set relation_columns = adapter.get_columns_in_relation(model) -%}\n{%- set relation_column_names = relation_columns | map(attribute=\"name\") | map(transform) | list -%}\n{%- do return(relation_column_names) -%}\n{%- endmacro -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.6502345}, "macro.dbt_expectations._list_intersect": {"unique_id": "macro.dbt_expectations._list_intersect", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\table_shape\\_list_intersect.sql", "original_file_path": "macros\\schema_tests\\table_shape\\_list_intersect.sql", "name": "_list_intersect", "macro_sql": "{%- macro _list_intersect(list1, list2) -%}\n{%- set matching_items = [] -%}\n{%- for itm in list1 -%}\n {%- if itm in list2 -%}\n {%- do matching_items.append(itm) -%}\n {%- endif -%}\n{%- endfor -%}\n{%- do return(matching_items) -%}\n{%- endmacro -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.6515822}, "macro.dbt_expectations.get_select": {"unique_id": "macro.dbt_expectations.get_select", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\_generalized\\equal_expression.sql", "original_file_path": "macros\\schema_tests\\_generalized\\equal_expression.sql", "name": "get_select", "macro_sql": "{% macro get_select(model, expression, row_condition, group_by) -%}\n {{ adapter.dispatch('get_select', 'dbt_expectations') (model, expression, row_condition, group_by) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.default__get_select"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.6556783}, "macro.dbt_expectations.default__get_select": {"unique_id": "macro.dbt_expectations.default__get_select", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\_generalized\\equal_expression.sql", "original_file_path": "macros\\schema_tests\\_generalized\\equal_expression.sql", "name": "default__get_select", "macro_sql": "\n\n{%- macro default__get_select(model, expression, row_condition, group_by) %}\n select\n {% if group_by %}\n {% for g in group_by -%}\n {{ g }} as col_{{ loop.index }},\n {% endfor -%}\n {% endif %}\n {{ expression }} as expression\n from\n {{ model }}\n {%- if row_condition %}\n where\n {{ row_condition }}\n {% endif %}\n {% if group_by %}\n group by\n {% for g in group_by -%}\n {{ loop.index }}{% if not loop.last %},{% endif %}\n {% endfor %}\n {% endif %}\n{% endmacro -%}\n\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.6566575}, "macro.dbt_expectations.test_equal_expression": {"unique_id": "macro.dbt_expectations.test_equal_expression", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\_generalized\\equal_expression.sql", "original_file_path": "macros\\schema_tests\\_generalized\\equal_expression.sql", "name": "test_equal_expression", "macro_sql": "{% test equal_expression(model, expression,\n compare_model=None,\n compare_expression=None,\n group_by=None,\n compare_group_by=None,\n row_condition=None,\n compare_row_condition=None,\n tolerance=0.0,\n tolerance_percent=None\n ) -%}\n\n {{ adapter.dispatch('test_equal_expression', 'dbt_expectations') (\n model,\n expression,\n compare_model,\n compare_expression,\n group_by,\n compare_group_by,\n row_condition,\n compare_row_condition,\n tolerance,\n tolerance_percent) }}\n{%- endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.default__test_equal_expression"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.6576617}, "macro.dbt_expectations.default__test_equal_expression": {"unique_id": "macro.dbt_expectations.default__test_equal_expression", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\_generalized\\equal_expression.sql", "original_file_path": "macros\\schema_tests\\_generalized\\equal_expression.sql", "name": "default__test_equal_expression", "macro_sql": "\n\n{%- macro default__test_equal_expression(\n model,\n expression,\n compare_model,\n compare_expression,\n group_by,\n compare_group_by,\n row_condition,\n compare_row_condition,\n tolerance,\n tolerance_percent) -%}\n\n {%- set compare_model = model if not compare_model else compare_model -%}\n {%- set compare_expression = expression if not compare_expression else compare_expression -%}\n {%- set compare_row_condition = row_condition if not compare_row_condition else compare_row_condition -%}\n {%- set compare_group_by = group_by if not compare_group_by else compare_group_by -%}\n\n {%- set n_cols = (group_by|length) if group_by else 0 %}\n with a as (\n {{ dbt_expectations.get_select(model, expression, row_condition, group_by) }}\n ),\n b as (\n {{ dbt_expectations.get_select(compare_model, compare_expression, compare_row_condition, compare_group_by) }}\n ),\n final as (\n\n select\n {% for i in range(1, n_cols + 1) -%}\n coalesce(a.col_{{ i }}, b.col_{{ i }}) as col_{{ i }},\n {% endfor %}\n a.expression,\n b.expression as compare_expression,\n abs(coalesce(a.expression, 0) - coalesce(b.expression, 0)) as expression_difference,\n abs(coalesce(a.expression, 0) - coalesce(b.expression, 0))/\n nullif(a.expression * 1.0, 0) as expression_difference_percent\n from\n {% if n_cols > 0 %}\n a\n full outer join\n b on\n {% for i in range(1, n_cols + 1) -%}\n a.col_{{ i }} = b.col_{{ i }} {% if not loop.last %}and{% endif %}\n {% endfor -%}\n {% else %}\n a cross join b\n {% endif %}\n )\n -- DEBUG:\n -- select * from final\n select\n *\n from final\n where\n {% if tolerance_percent %}\n expression_difference_percent > {{ tolerance_percent }}\n {% else %}\n expression_difference > {{ tolerance }}\n {% endif %}\n{%- endmacro -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.get_select"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.658659}, "macro.dbt_expectations.test_expression_between": {"unique_id": "macro.dbt_expectations.test_expression_between", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\_generalized\\expression_between.sql", "original_file_path": "macros\\schema_tests\\_generalized\\expression_between.sql", "name": "test_expression_between", "macro_sql": "{% test expression_between(model,\n expression,\n min_value=None,\n max_value=None,\n group_by_columns=None,\n row_condition=None,\n strictly=False\n ) %}\n\n {{ dbt_expectations.expression_between(model, expression, min_value, max_value, group_by_columns, row_condition, strictly) }}\n\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.expression_between"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.6606731}, "macro.dbt_expectations.expression_between": {"unique_id": "macro.dbt_expectations.expression_between", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\_generalized\\expression_between.sql", "original_file_path": "macros\\schema_tests\\_generalized\\expression_between.sql", "name": "expression_between", "macro_sql": "{% macro expression_between(model,\n expression,\n min_value,\n max_value,\n group_by_columns,\n row_condition,\n strictly\n ) %}\n\n{%- if min_value is none and max_value is none -%}\n{{ exceptions.raise_compiler_error(\n \"You have to provide either a min_value, max_value or both.\"\n) }}\n{%- endif -%}\n\n{%- set strict_operator = \"\" if strictly else \"=\" -%}\n\n{% set expression_min_max %}\n( 1=1\n{%- if min_value is not none %} and {{ expression | trim }} >{{ strict_operator }} {{ min_value }}{% endif %}\n{%- if max_value is not none %} and {{ expression | trim }} <{{ strict_operator }} {{ max_value }}{% endif %}\n)\n{% endset %}\n\n{{ dbt_expectations.expression_is_true(model,\n expression=expression_min_max,\n group_by_columns=group_by_columns,\n row_condition=row_condition)\n }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.expression_is_true"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.6616628}, "macro.dbt_expectations.test_expression_is_true": {"unique_id": "macro.dbt_expectations.test_expression_is_true", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\_generalized\\expression_is_true.sql", "original_file_path": "macros\\schema_tests\\_generalized\\expression_is_true.sql", "name": "test_expression_is_true", "macro_sql": "{% test expression_is_true(model,\n expression,\n test_condition=\"= true\",\n group_by_columns=None,\n row_condition=None\n ) %}\n\n {{ dbt_expectations.expression_is_true(model, expression, test_condition, group_by_columns, row_condition) }}\n\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.expression_is_true"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.662669}, "macro.dbt_expectations.expression_is_true": {"unique_id": "macro.dbt_expectations.expression_is_true", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\_generalized\\expression_is_true.sql", "original_file_path": "macros\\schema_tests\\_generalized\\expression_is_true.sql", "name": "expression_is_true", "macro_sql": "{% macro expression_is_true(model,\n expression,\n test_condition=\"= true\",\n group_by_columns=None,\n row_condition=None\n ) %}\n {{ adapter.dispatch('expression_is_true', 'dbt_expectations') (model, expression, test_condition, group_by_columns, row_condition) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.default__expression_is_true"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.662669}, "macro.dbt_expectations.default__expression_is_true": {"unique_id": "macro.dbt_expectations.default__expression_is_true", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\_generalized\\expression_is_true.sql", "original_file_path": "macros\\schema_tests\\_generalized\\expression_is_true.sql", "name": "default__expression_is_true", "macro_sql": "{% macro default__expression_is_true(model, expression, test_condition, group_by_columns, row_condition) -%}\nwith grouped_expression as (\n select\n {% if group_by_columns %}\n {% for group_by_column in group_by_columns -%}\n {{ group_by_column }} as col_{{ loop.index }},\n {% endfor -%}\n {% endif %}\n {{ dbt_expectations.truth_expression(expression) }}\n from {{ model }}\n {%- if row_condition %}\n where\n {{ row_condition }}\n {% endif %}\n {% if group_by_columns %}\n group by\n {% for group_by_column in group_by_columns -%}\n {{ group_by_column }}{% if not loop.last %},{% endif %}\n {% endfor %}\n {% endif %}\n\n),\nvalidation_errors as (\n\n select\n *\n from\n grouped_expression\n where\n not(expression {{ test_condition }})\n\n)\n\nselect *\nfrom validation_errors\n\n\n{% endmacro -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.truth_expression"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.6636715}, "macro.dbt_expectations.truth_expression": {"unique_id": "macro.dbt_expectations.truth_expression", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\_generalized\\_truth_expression.sql", "original_file_path": "macros\\schema_tests\\_generalized\\_truth_expression.sql", "name": "truth_expression", "macro_sql": "{% macro truth_expression(expression) %}\n {{ adapter.dispatch('truth_expression', 'dbt_expectations') (expression) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.default__truth_expression"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.6646624}, "macro.dbt_expectations.default__truth_expression": {"unique_id": "macro.dbt_expectations.default__truth_expression", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\schema_tests\\_generalized\\_truth_expression.sql", "original_file_path": "macros\\schema_tests\\_generalized\\_truth_expression.sql", "name": "default__truth_expression", "macro_sql": "{% macro default__truth_expression(expression) %}\n {{ expression }} as expression\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.6646624}, "macro.dbt_expectations.type_timestamp": {"unique_id": "macro.dbt_expectations.type_timestamp", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\utils\\datatypes.sql", "original_file_path": "macros\\utils\\datatypes.sql", "name": "type_timestamp", "macro_sql": "\n{%- macro type_timestamp() -%}\n {{ return(adapter.dispatch('type_timestamp', 'dbt_expectations')()) }}\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.snowflake__type_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.6646624}, "macro.dbt_expectations.default__type_timestamp": {"unique_id": "macro.dbt_expectations.default__type_timestamp", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\utils\\datatypes.sql", "original_file_path": "macros\\utils\\datatypes.sql", "name": "default__type_timestamp", "macro_sql": "{% macro default__type_timestamp() -%}\n timestamp\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.665664}, "macro.dbt_expectations.snowflake__type_timestamp": {"unique_id": "macro.dbt_expectations.snowflake__type_timestamp", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\utils\\datatypes.sql", "original_file_path": "macros\\utils\\datatypes.sql", "name": "snowflake__type_timestamp", "macro_sql": "{% macro snowflake__type_timestamp() -%}\n timestamp_ntz\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.665664}, "macro.dbt_expectations.postgres__type_timestamp": {"unique_id": "macro.dbt_expectations.postgres__type_timestamp", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\utils\\datatypes.sql", "original_file_path": "macros\\utils\\datatypes.sql", "name": "postgres__type_timestamp", "macro_sql": "{% macro postgres__type_timestamp() -%}\n timestamp without time zone\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.665664}, "macro.dbt_expectations.type_datetime": {"unique_id": "macro.dbt_expectations.type_datetime", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\utils\\datatypes.sql", "original_file_path": "macros\\utils\\datatypes.sql", "name": "type_datetime", "macro_sql": "{% macro type_datetime() -%}\n {{ return(adapter.dispatch('type_datetime', 'dbt_expectations')()) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_expectations.snowflake__type_datetime"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.665664}, "macro.dbt_expectations.default__type_datetime": {"unique_id": "macro.dbt_expectations.default__type_datetime", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\utils\\datatypes.sql", "original_file_path": "macros\\utils\\datatypes.sql", "name": "default__type_datetime", "macro_sql": "{% macro default__type_datetime() -%}\n datetime\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.665664}, "macro.dbt_expectations.snowflake__type_datetime": {"unique_id": "macro.dbt_expectations.snowflake__type_datetime", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\utils\\datatypes.sql", "original_file_path": "macros\\utils\\datatypes.sql", "name": "snowflake__type_datetime", "macro_sql": "{% macro snowflake__type_datetime() -%}\n timestamp_ntz\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.665664}, "macro.dbt_expectations.postgres__type_datetime": {"unique_id": "macro.dbt_expectations.postgres__type_datetime", "package_name": "dbt_expectations", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_expectations", "path": "macros\\utils\\datatypes.sql", "original_file_path": "macros\\utils\\datatypes.sql", "name": "postgres__type_datetime", "macro_sql": "{% macro postgres__type_datetime() -%}\n timestamp without time zone\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.665664}, "macro.dbt_external_tables.create_external_table": {"unique_id": "macro.dbt_external_tables.create_external_table", "package_name": "dbt_external_tables", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_external_tables", "path": "macros\\common\\create_external_table.sql", "original_file_path": "macros\\common\\create_external_table.sql", "name": "create_external_table", "macro_sql": "{% macro create_external_table(source_node) %}\n {{ adapter.dispatch('create_external_table', 'dbt_external_tables')(source_node) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_external_tables.snowflake__create_external_table"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.6666706}, "macro.dbt_external_tables.default__create_external_table": {"unique_id": "macro.dbt_external_tables.default__create_external_table", "package_name": "dbt_external_tables", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_external_tables", "path": "macros\\common\\create_external_table.sql", "original_file_path": "macros\\common\\create_external_table.sql", "name": "default__create_external_table", "macro_sql": "{% macro default__create_external_table(source_node) %}\n {{ exceptions.raise_compiler_error(\"External table creation is not implemented for the default adapter\") }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.6666706}, "macro.dbt_external_tables.get_external_build_plan": {"unique_id": "macro.dbt_external_tables.get_external_build_plan", "package_name": "dbt_external_tables", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_external_tables", "path": "macros\\common\\get_external_build_plan.sql", "original_file_path": "macros\\common\\get_external_build_plan.sql", "name": "get_external_build_plan", "macro_sql": "{% macro get_external_build_plan(source_node) %}\n {{ return(adapter.dispatch('get_external_build_plan', 'dbt_external_tables')(source_node)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_external_tables.snowflake__get_external_build_plan"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.6675808}, "macro.dbt_external_tables.default__get_external_build_plan": {"unique_id": "macro.dbt_external_tables.default__get_external_build_plan", "package_name": "dbt_external_tables", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_external_tables", "path": "macros\\common\\get_external_build_plan.sql", "original_file_path": "macros\\common\\get_external_build_plan.sql", "name": "default__get_external_build_plan", "macro_sql": "{% macro default__get_external_build_plan(source_node) %}\n {{ exceptions.raise_compiler_error(\"Staging external sources is not implemented for the default adapter\") }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.6675808}, "macro.dbt_external_tables.refresh_external_table": {"unique_id": "macro.dbt_external_tables.refresh_external_table", "package_name": "dbt_external_tables", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_external_tables", "path": "macros\\common\\refresh_external_table.sql", "original_file_path": "macros\\common\\refresh_external_table.sql", "name": "refresh_external_table", "macro_sql": "{% macro refresh_external_table(source_node) %}\n {{ return(adapter.dispatch('refresh_external_table', 'dbt_external_tables')(source_node)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_external_tables.snowflake__refresh_external_table"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.6675808}, "macro.dbt_external_tables.default__refresh_external_table": {"unique_id": "macro.dbt_external_tables.default__refresh_external_table", "package_name": "dbt_external_tables", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_external_tables", "path": "macros\\common\\refresh_external_table.sql", "original_file_path": "macros\\common\\refresh_external_table.sql", "name": "default__refresh_external_table", "macro_sql": "{% macro default__refresh_external_table(source_node) %}\n {% do return([]) %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.6686747}, "macro.dbt_external_tables.stage_external_sources": {"unique_id": "macro.dbt_external_tables.stage_external_sources", "package_name": "dbt_external_tables", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_external_tables", "path": "macros\\common\\stage_external_sources.sql", "original_file_path": "macros\\common\\stage_external_sources.sql", "name": "stage_external_sources", "macro_sql": "{% macro stage_external_sources(select=none) %}\n\n {% set sources_to_stage = [] %}\n \n {% set source_nodes = graph.sources.values() if graph.sources else [] %}\n \n {% for node in source_nodes %}\n {% if node.external %}\n \n {% if select %}\n \n {% for src in select.split(' ') %}\n \n {% if '.' in src %}\n {% set src_s = src.split('.') %}\n {% if src_s[0] == node.source_name and src_s[1] == node.name %}\n {% do sources_to_stage.append(node) %}\n {% endif %}\n {% else %}\n {% if src == node.source_name %}\n {% do sources_to_stage.append(node) %}\n {% endif %}\n {% endif %}\n \n {% endfor %}\n \n {% else %}\n \n {% do sources_to_stage.append(node) %}\n \n {% endif %}\n {% endif %}\n \n {% endfor %}\n \n {% if sources_to_stage|length == 0 %}\n {% do log('No external sources selected', info = true) %}\n {% endif %}\n \n {% for node in sources_to_stage %}\n\n {% set loop_label = loop.index ~ ' of ' ~ loop.length %}\n\n {% do log(loop_label ~ ' START external source ' ~ node.schema ~ '.' ~ node.identifier, info = true) -%}\n \n {% set run_queue = dbt_external_tables.get_external_build_plan(node) %}\n \n {% do log(loop_label ~ ' SKIP', info = true) if run_queue == [] %}\n {% set width = flags.PRINTER_WIDTH %}\n \n {% for q in run_queue %}\n \n {% set q_msg = q|replace('\\n','')|replace('begin;','')|trim %}\n {% set q_log = q_msg[:width] ~ '... ' if q_msg|length > width else q_msg %}\n \n {% do log(loop_label ~ ' (' ~ loop.index ~ ') ' ~ q_log, info = true) %}\n {% set exit_txn = dbt_external_tables.exit_transaction() %}\n \n {% call statement('runner', fetch_result = True, auto_begin = False) %}\n {{ exit_txn }} {{ q }}\n {% endcall %}\n \n {% set runner = load_result('runner') %}\n {% set log_msg = runner['response'] if 'response' in runner.keys() else runner['status'] %}\n {% do log(loop_label ~ ' (' ~ loop.index ~ ') ' ~ log_msg, info = true) %}\n \n {% endfor %}\n \n {% endfor %}\n \n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_external_tables.get_external_build_plan", "macro.dbt_external_tables.exit_transaction", "macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.6739964}, "macro.dbt_external_tables.dropif": {"unique_id": "macro.dbt_external_tables.dropif", "package_name": "dbt_external_tables", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_external_tables", "path": "macros\\common\\helpers\\dropif.sql", "original_file_path": "macros\\common\\helpers\\dropif.sql", "name": "dropif", "macro_sql": "{% macro dropif(node) %}\n {{ adapter.dispatch('dropif', 'dbt_external_tables')(node) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_external_tables.default__dropif"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.674993}, "macro.dbt_external_tables.default__dropif": {"unique_id": "macro.dbt_external_tables.default__dropif", "package_name": "dbt_external_tables", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_external_tables", "path": "macros\\common\\helpers\\dropif.sql", "original_file_path": "macros\\common\\helpers\\dropif.sql", "name": "default__dropif", "macro_sql": "{% macro default__dropif() %}\n {{ exceptions.raise_compiler_error(\n \"Dropping external tables is not implemented for the default adapter\"\n ) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.674993}, "macro.dbt_external_tables.exit_transaction": {"unique_id": "macro.dbt_external_tables.exit_transaction", "package_name": "dbt_external_tables", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_external_tables", "path": "macros\\common\\helpers\\transaction.sql", "original_file_path": "macros\\common\\helpers\\transaction.sql", "name": "exit_transaction", "macro_sql": "{% macro exit_transaction() %}\n {{ return(adapter.dispatch('exit_transaction', 'dbt_external_tables')()) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_external_tables.default__exit_transaction"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.6760757}, "macro.dbt_external_tables.default__exit_transaction": {"unique_id": "macro.dbt_external_tables.default__exit_transaction", "package_name": "dbt_external_tables", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_external_tables", "path": "macros\\common\\helpers\\transaction.sql", "original_file_path": "macros\\common\\helpers\\transaction.sql", "name": "default__exit_transaction", "macro_sql": "{% macro default__exit_transaction() %}\n {{ return('') }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.6760757}, "macro.dbt_external_tables.bigquery__create_external_table": {"unique_id": "macro.dbt_external_tables.bigquery__create_external_table", "package_name": "dbt_external_tables", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_external_tables", "path": "macros\\plugins\\bigquery\\create_external_table.sql", "original_file_path": "macros\\plugins\\bigquery\\create_external_table.sql", "name": "bigquery__create_external_table", "macro_sql": "{% macro bigquery__create_external_table(source_node) %}\n\n {%- set columns = source_node.columns.values() -%}\n {%- set external = source_node.external -%}\n {%- set partitions = external.partitions -%}\n {%- set options = external.options -%}\n \n {%- set uris = [] -%}\n {%- if options is mapping and options.get('uris', none) -%}\n {%- set uris = external.options.get('uris') -%}\n {%- else -%}\n {%- set uris = [external.location] -%}\n {%- endif -%}\n\n create or replace external table {{source(source_node.source_name, source_node.name)}}\n {%- if columns -%}(\n {% for column in columns %}\n {{column.name}} {{column.data_type}} {{- ',' if not loop.last -}}\n {%- endfor -%}\n )\n {% endif %}\n {% if options and options.get('hive_partition_uri_prefix', none) %}\n with partition columns {%- if partitions %} (\n {%- for partition in partitions %}\n {{partition.name}} {{partition.data_type}}{{',' if not loop.last}}\n {%- endfor -%}\n ) {% endif -%}\n {% endif %}\n options (\n uris = [{%- for uri in uris -%} '{{uri}}' {{- \",\" if not loop.last}} {%- endfor -%}]\n {%- if options is mapping -%}\n {%- for key, value in options.items() if key != 'uris' %}\n {%- if value is string -%}\n , {{key}} = '{{value}}'\n {%- else -%}\n , {{key}} = {{value}}\n {%- endif -%}\n {%- endfor -%}\n {%- endif -%}\n )\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.679167}, "macro.dbt_external_tables.bigquery__get_external_build_plan": {"unique_id": "macro.dbt_external_tables.bigquery__get_external_build_plan", "package_name": "dbt_external_tables", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_external_tables", "path": "macros\\plugins\\bigquery\\get_external_build_plan.sql", "original_file_path": "macros\\plugins\\bigquery\\get_external_build_plan.sql", "name": "bigquery__get_external_build_plan", "macro_sql": "{% macro bigquery__get_external_build_plan(source_node) %}\n\n {% set build_plan = [] %}\n \n {% set old_relation = adapter.get_relation(\n database = source_node.database,\n schema = source_node.schema,\n identifier = source_node.identifier\n ) %}\n \n {% set create_or_replace = (old_relation is none or var('ext_full_refresh', false)) %}\n\n {% if create_or_replace %}\n {% set build_plan = build_plan + [dbt_external_tables.create_external_table(source_node)] %}\n {% else %}\n {% set build_plan = build_plan + dbt_external_tables.refresh_external_table(source_node) %}\n {% endif %}\n\n {% do return(build_plan) %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_external_tables.create_external_table", "macro.dbt_external_tables.refresh_external_table"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.6812823}, "macro.dbt_external_tables.redshift__create_external_table": {"unique_id": "macro.dbt_external_tables.redshift__create_external_table", "package_name": "dbt_external_tables", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_external_tables", "path": "macros\\plugins\\redshift\\create_external_table.sql", "original_file_path": "macros\\plugins\\redshift\\create_external_table.sql", "name": "redshift__create_external_table", "macro_sql": "{% macro redshift__create_external_table(source_node) %}\n\n {%- set columns = source_node.columns.values() -%}\n {%- set external = source_node.external -%}\n {%- set partitions = external.partitions -%}\n\n{# https://docs.aws.amazon.com/redshift/latest/dg/r_CREATE_EXTERNAL_TABLE.html #}\n{# This assumes you have already created an external schema #}\n\n create external table {{source(source_node.source_name, source_node.name)}} (\n {% for column in columns %}\n {{adapter.quote(column.name)}} {{column.data_type}}\n {{- ',' if not loop.last -}}\n {% endfor %}\n )\n {% if partitions -%} partitioned by (\n {%- for partition in partitions -%}\n {{adapter.quote(partition.name)}} {{partition.data_type}}{{', ' if not loop.last}}\n {%- endfor -%}\n ) {%- endif %}\n {% if external.row_format -%} row format {{external.row_format}} {%- endif %}\n {% if external.file_format -%} stored as {{external.file_format}} {%- endif %}\n {% if external.location -%} location '{{external.location}}' {%- endif %}\n {% if external.table_properties -%} table properties {{external.table_properties}} {%- endif %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.6879027}, "macro.dbt_external_tables.redshift__get_external_build_plan": {"unique_id": "macro.dbt_external_tables.redshift__get_external_build_plan", "package_name": "dbt_external_tables", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_external_tables", "path": "macros\\plugins\\redshift\\get_external_build_plan.sql", "original_file_path": "macros\\plugins\\redshift\\get_external_build_plan.sql", "name": "redshift__get_external_build_plan", "macro_sql": "{% macro redshift__get_external_build_plan(source_node) %}\n\n {% set build_plan = [] %}\n \n {% set create_or_replace = (var('ext_full_refresh', false) or not redshift_is_ext_tbl(source_node)) %}\n \n {% if create_or_replace %}\n\n {% set build_plan = [\n dbt_external_tables.dropif(source_node),\n dbt_external_tables.create_external_table(source_node)\n ] + dbt_external_tables.refresh_external_table(source_node) \n %}\n \n {% else %}\n \n {% set build_plan = dbt_external_tables.refresh_external_table(source_node) %}\n \n {% endif %}\n \n {% do return(build_plan) %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_external_tables.redshift_is_ext_tbl", "macro.dbt_external_tables.dropif", "macro.dbt_external_tables.create_external_table", "macro.dbt_external_tables.refresh_external_table"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.6889048}, "macro.dbt_external_tables.redshift__refresh_external_table": {"unique_id": "macro.dbt_external_tables.redshift__refresh_external_table", "package_name": "dbt_external_tables", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_external_tables", "path": "macros\\plugins\\redshift\\refresh_external_table.sql", "original_file_path": "macros\\plugins\\redshift\\refresh_external_table.sql", "name": "redshift__refresh_external_table", "macro_sql": "{% macro redshift__refresh_external_table(source_node) %}\n\n {%- set partitions = source_node.external.get('partitions',[]) -%}\n\n {%- if partitions -%}\n \n {%- set part_len = partitions|length -%}\n \n {%- set get_partitions_sql -%}\n \n select * from\n \n {%- for partition in partitions %} (\n \n {%- set part_num = loop.index -%}\n \n {%- if partition.vals.macro -%}\n {%- set vals = dbt_external_tables.render_from_context(partition.vals.macro, **partition.vals.args) -%}\n {%- elif partition.vals is string -%}\n {%- set vals = [partition.vals] -%}\n {%- else -%}\n {%- set vals = partition.vals -%}\n {%- endif -%}\n \n {%- for val in vals %}\n \n select\n '\"{{ partition.name }}\"' as name_{{ part_num }},\n '\"{{ val }}\"' as val_{{ part_num }},\n '\"{{ dbt_external_tables.render_from_context(partition.path_macro, partition.name, val) }}\"' as path_{{ part_num }}\n \n {{ 'union all' if not loop.last else ') ' }}\n \n {%- endfor -%}\n \n {{ 'cross join' if not loop.last }}\n \n {%- endfor -%}\n \n {%- endset -%}\n \n {%- set finals = [] -%}\n \n {%- if execute -%}\n {%- set results = run_query(get_partitions_sql) -%}\n {%- for row in results -%}\n \n {%- set partition_parts = [] -%}\n {%- set path_parts = [] -%}\n \n {%- for i in range(0, part_len) -%}\n {%- do partition_parts.append({\n 'name': row[i * 3][1:-1],\n 'value': row[i * 3 + 1][1:-1]\n }) -%}\n {%- do path_parts.append(row[i * 3 + 2][1:-1]) -%}\n {%- endfor -%}\n \n {%- set construct = {\n 'partition_by': partition_parts,\n 'path': path_parts | join('/')\n } -%}\n \n {% do finals.append(construct) %}\n {%- endfor -%}\n {%- endif -%}\n \n {%- set ddl = dbt_external_tables.redshift_alter_table_add_partitions(source_node, finals) -%}\n {{ return(ddl) }}\n \n {% else %}\n \n {% do return([]) %}\n \n {% endif %}\n \n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_external_tables.render_from_context", "macro.dbt.run_query", "macro.dbt_external_tables.redshift_alter_table_add_partitions"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.6952052}, "macro.dbt_external_tables.redshift_alter_table_add_partitions": {"unique_id": "macro.dbt_external_tables.redshift_alter_table_add_partitions", "package_name": "dbt_external_tables", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_external_tables", "path": "macros\\plugins\\redshift\\helpers\\add_partitions.sql", "original_file_path": "macros\\plugins\\redshift\\helpers\\add_partitions.sql", "name": "redshift_alter_table_add_partitions", "macro_sql": "{% macro redshift_alter_table_add_partitions(source_node, partitions) %}\n\n {{ log(\"Generating ADD PARTITION statement for partition set between \" \n ~ partitions[0]['path'] ~ \" and \" ~ (partitions|last)['path']) }}\n\n {% set ddl = [] %}\n \n {% if partitions|length > 0 %}\n \n {% set alter_table_add %}\n alter table {{source(source_node.source_name, source_node.name)}} add if not exists \n {% endset %}\n \n {%- set alters -%}\n\n {{ alter_table_add }}\n\n {%- for partition in partitions -%}\n\n {%- if loop.index0 != 0 and loop.index0 % 100 == 0 -%}\n\n ; {{ alter_table_add }}\n\n {%- endif -%}\n\n partition ({%- for part in partition.partition_by -%}{{ part.name }}='{{ part.value }}'{{', ' if not loop.last}}{%- endfor -%})\n location '{{ source_node.external.location }}/{{ partition.path }}/'\n\n {% endfor -%}\n \n {%- endset -%}\n \n {% set ddl = ddl + alters.split(';') %}\n\n {% else %}\n\n {{ log(\"No partitions to be added\") }}\n\n {% endif %}\n \n {% do return(ddl) %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.6972055}, "macro.dbt_external_tables.redshift__dropif": {"unique_id": "macro.dbt_external_tables.redshift__dropif", "package_name": "dbt_external_tables", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_external_tables", "path": "macros\\plugins\\redshift\\helpers\\dropif.sql", "original_file_path": "macros\\plugins\\redshift\\helpers\\dropif.sql", "name": "redshift__dropif", "macro_sql": "{% macro redshift__dropif(node) %}\n \n {% set ddl %}\n drop table if exists {{source(node.source_name, node.name)}} cascade\n {% endset %}\n \n {{return(ddl)}}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.698206}, "macro.dbt_external_tables.redshift_is_ext_tbl": {"unique_id": "macro.dbt_external_tables.redshift_is_ext_tbl", "package_name": "dbt_external_tables", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_external_tables", "path": "macros\\plugins\\redshift\\helpers\\is_ext_tbl.sql", "original_file_path": "macros\\plugins\\redshift\\helpers\\is_ext_tbl.sql", "name": "redshift_is_ext_tbl", "macro_sql": "{% macro redshift_is_ext_tbl(node) %}\n\n {% set existing_relation = load_relation(node) %}\n \n {# external tables don't appear in information_schema.tables,\n so dbt doesn't cache them #}\n {% if existing_relation is none %}\n\n {% set find_ext_tbl %}\n \n select count(*) from svv_external_tables\n where schemaname = '{{node.schema}}'\n and tablename = '{{node.identifier}}'\n \n {% endset %}\n \n {% if execute %}\n {% set result = run_query(find_ext_tbl)[0][0] %}\n {% else %}\n {% set result = 0 %}\n {% endif %}\n\n {% set is_ext_tbl = (result > 0) %}\n {% do return(is_ext_tbl) %}\n \n {% else %}\n \n {% do return(false) %}\n \n {% endif %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.load_relation", "macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.6992059}, "macro.dbt_external_tables.year_month_day": {"unique_id": "macro.dbt_external_tables.year_month_day", "package_name": "dbt_external_tables", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_external_tables", "path": "macros\\plugins\\redshift\\helpers\\paths.sql", "original_file_path": "macros\\plugins\\redshift\\helpers\\paths.sql", "name": "year_month_day", "macro_sql": "{% macro year_month_day(name, value) %}\n {% set path = value.replace('-','/') %}\n {{return(path)}}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.replace"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.700206}, "macro.dbt_external_tables.key_value": {"unique_id": "macro.dbt_external_tables.key_value", "package_name": "dbt_external_tables", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_external_tables", "path": "macros\\plugins\\redshift\\helpers\\paths.sql", "original_file_path": "macros\\plugins\\redshift\\helpers\\paths.sql", "name": "key_value", "macro_sql": "{% macro key_value(name, value) %}\n {% set path = name ~ '=' ~ value %}\n {{return(path)}}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.700206}, "macro.dbt_external_tables.value_only": {"unique_id": "macro.dbt_external_tables.value_only", "package_name": "dbt_external_tables", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_external_tables", "path": "macros\\plugins\\redshift\\helpers\\paths.sql", "original_file_path": "macros\\plugins\\redshift\\helpers\\paths.sql", "name": "value_only", "macro_sql": "{% macro value_only(name, value) %}\n {% set path = value %}\n {{return(path)}}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.700206}, "macro.dbt_external_tables.render_from_context": {"unique_id": "macro.dbt_external_tables.render_from_context", "package_name": "dbt_external_tables", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_external_tables", "path": "macros\\plugins\\redshift\\helpers\\render_macro.sql", "original_file_path": "macros\\plugins\\redshift\\helpers\\render_macro.sql", "name": "render_from_context", "macro_sql": "{% macro render_from_context(name) -%}\n{% set original_name = name %}\n {% if '.' in name %}\n {% set package_name, name = name.split(\".\", 1) %}\n {% else %}\n {% set package_name = none %}\n {% endif %}\n\n {% if package_name is none %}\n {% set package_context = context %}\n {% elif package_name in context %}\n {% set package_context = context[package_name] %}\n {% else %}\n {% set error_msg %}\n Could not find package '{{package_name}}', called by macro '{{original_name}}'\n {% endset %}\n {{ exceptions.raise_compiler_error(error_msg | trim) }}\n {% endif %}\n \n {{ return(package_context[name](*varargs, **kwargs)) }}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7022054}, "macro.dbt_external_tables.redshift__exit_transaction": {"unique_id": "macro.dbt_external_tables.redshift__exit_transaction", "package_name": "dbt_external_tables", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_external_tables", "path": "macros\\plugins\\redshift\\helpers\\transaction.sql", "original_file_path": "macros\\plugins\\redshift\\helpers\\transaction.sql", "name": "redshift__exit_transaction", "macro_sql": "{% macro redshift__exit_transaction() %}\n {{ return('begin; commit;') }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7022054}, "macro.dbt_external_tables.snowflake__create_external_table": {"unique_id": "macro.dbt_external_tables.snowflake__create_external_table", "package_name": "dbt_external_tables", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_external_tables", "path": "macros\\plugins\\snowflake\\create_external_table.sql", "original_file_path": "macros\\plugins\\snowflake\\create_external_table.sql", "name": "snowflake__create_external_table", "macro_sql": "{% macro snowflake__create_external_table(source_node) %}\n\n {%- set columns = source_node.columns.values() -%}\n {%- set external = source_node.external -%}\n {%- set partitions = external.partitions -%}\n\n {%- set is_csv = dbt_external_tables.is_csv(external.file_format) -%}\n\n{# https://docs.snowflake.net/manuals/sql-reference/sql/create-external-table.html #}\n{# This assumes you have already created an external stage #}\n create or replace external table {{source(source_node.source_name, source_node.name)}}\n {%- if columns or partitions -%}\n (\n {%- if partitions -%}{%- for partition in partitions %}\n {{partition.name}} {{partition.data_type}} as {{partition.expression}}{{- ',' if not loop.last or columns|length > 0 -}}\n {%- endfor -%}{%- endif -%}\n {%- for column in columns %}\n {%- set column_quoted = adapter.quote(column.name) if column.quote else column.name %}\n {%- set col_expression -%}\n {%- set col_id = 'value:c' ~ loop.index if is_csv else 'value:' ~ column.name -%}\n (case when is_null_value({{col_id}}) or lower({{col_id}}) = 'null' then null else {{col_id}} end)\n {%- endset %}\n {{column_quoted}} {{column.data_type}} as ({{col_expression}}::{{column.data_type}})\n {{- ',' if not loop.last -}}\n {% endfor %}\n )\n {%- endif -%}\n {% if partitions %} partition by ({{partitions|map(attribute='name')|join(', ')}}) {% endif %}\n location = {{external.location}} {# stage #}\n {% if external.auto_refresh in (true, false) -%}\n auto_refresh = {{external.auto_refresh}}\n {%- endif %}\n {% if external.pattern -%} pattern = '{{external.pattern}}' {%- endif %}\n {% if external.integration -%} integration = '{{external.integration}}' {%- endif %}\n file_format = {{external.file_format}}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_external_tables.is_csv"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7062044}, "macro.dbt_external_tables.snowflake__get_external_build_plan": {"unique_id": "macro.dbt_external_tables.snowflake__get_external_build_plan", "package_name": "dbt_external_tables", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_external_tables", "path": "macros\\plugins\\snowflake\\get_external_build_plan.sql", "original_file_path": "macros\\plugins\\snowflake\\get_external_build_plan.sql", "name": "snowflake__get_external_build_plan", "macro_sql": "{% macro snowflake__get_external_build_plan(source_node) %}\n\n {% set build_plan = [] %}\n \n {% set old_relation = adapter.get_relation(\n database = source_node.database,\n schema = source_node.schema,\n identifier = source_node.identifier\n ) %}\n \n {% set create_or_replace = (old_relation is none or var('ext_full_refresh', false)) %}\n\n {% if source_node.external.get('snowpipe', none) is not none %}\n \n {% if create_or_replace %}\n {% set build_plan = build_plan + [\n dbt_external_tables.snowflake_create_empty_table(source_node),\n dbt_external_tables.snowflake_get_copy_sql(source_node, explicit_transaction=true),\n dbt_external_tables.snowflake_create_snowpipe(source_node)\n ] %}\n {% else %}\n {% set build_plan = build_plan + dbt_external_tables.snowflake_refresh_snowpipe(source_node) %}\n {% endif %}\n \n {% else %}\n \n {% if create_or_replace %}\n {% set build_plan = build_plan + [dbt_external_tables.create_external_table(source_node)] %}\n {% else %}\n {% set build_plan = build_plan + dbt_external_tables.refresh_external_table(source_node) %}\n {% endif %}\n \n {% endif %}\n\n {% do return(build_plan) %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_external_tables.snowflake_create_empty_table", "macro.dbt_external_tables.snowflake_get_copy_sql", "macro.dbt_external_tables.snowflake_create_snowpipe", "macro.dbt_external_tables.snowflake_refresh_snowpipe", "macro.dbt_external_tables.create_external_table", "macro.dbt_external_tables.refresh_external_table"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.708493}, "macro.dbt_external_tables.snowflake__refresh_external_table": {"unique_id": "macro.dbt_external_tables.snowflake__refresh_external_table", "package_name": "dbt_external_tables", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_external_tables", "path": "macros\\plugins\\snowflake\\refresh_external_table.sql", "original_file_path": "macros\\plugins\\snowflake\\refresh_external_table.sql", "name": "snowflake__refresh_external_table", "macro_sql": "{% macro snowflake__refresh_external_table(source_node) %}\n\n {% set external = source_node.external %}\n {% set snowpipe = source_node.external.get('snowpipe', none) %}\n \n {% set auto_refresh = external.get('auto_refresh', false) %}\n {% set partitions = external.get('partitions', none) %}\n \n {% set manual_refresh = (partitions and not auto_refresh) %}\n \n {% if manual_refresh %}\n\n {% set ddl %}\n begin;\n alter external table {{source(source_node.source_name, source_node.name)}} refresh;\n commit;\n {% endset %}\n \n {% do return([ddl]) %}\n \n {% else %}\n \n {% do return([]) %}\n \n {% endif %}\n \n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.709495}, "macro.dbt_external_tables.is_csv": {"unique_id": "macro.dbt_external_tables.is_csv", "package_name": "dbt_external_tables", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_external_tables", "path": "macros\\plugins\\snowflake\\helpers\\is_csv.sql", "original_file_path": "macros\\plugins\\snowflake\\helpers\\is_csv.sql", "name": "is_csv", "macro_sql": "{% macro is_csv(file_format) %}\n\n{# From https://docs.snowflake.net/manuals/sql-reference/sql/create-external-table.html:\n\nImportant: The external table does not inherit the file format, if any, in the \nstage definition. You must explicitly specify any file format options for the \nexternal table using the FILE_FORMAT parameter.\n\nNote: FORMAT_NAME and TYPE are mutually exclusive; to avoid unintended behavior, \nyou should only specify one or the other when creating an external table.\n\n#}\n\n {% set ff_ltrimmed = file_format|lower|replace(' ','') %}\n\n {% if 'type=' in ff_ltrimmed %}\n \n {% if 'type=csv' in ff_ltrimmed %}\n\n {{return(true)}}\n\n {% else %}\n\n {{return(false)}}\n \n {% endif %}\n \n {% else %}\n \n {% set ff_standardized = ff_ltrimmed\n | replace('(','') | replace(')','')\n | replace('format_name=','') %}\n {% set fqn = ff_standardized.split('.') %}\n \n {% if fqn | length == 3 %}\n {% set ff_database, ff_schema, ff_identifier = fqn[0], fqn[1], fqn[2] %}\n {% elif fqn | length == 2 %}\n {% set ff_database, ff_schema, ff_identifier = target.database, fqn[0], fqn[1] %}\n {% else %}\n {% set ff_database, ff_schema, ff_identifier = target.database, target.schema, fqn[0] %}\n {% endif %}\n \n {% call statement('get_file_format', fetch_result = True) %}\n show file formats in {{ff_database}}.{{ff_schema}}\n {% endcall %}\n \n {% set ffs = load_result('get_file_format').table %}\n \n {% for ff in ffs %}\n \n {% if ff['name']|lower == ff_identifier and ff['type']|lower == 'csv' %}\n \n {{return(true)}}\n \n {% endif %}\n \n {% endfor %}\n \n {{return(false)}} \n \n {% endif %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.713494}, "macro.dbt_external_tables.snowflake_create_empty_table": {"unique_id": "macro.dbt_external_tables.snowflake_create_empty_table", "package_name": "dbt_external_tables", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_external_tables", "path": "macros\\plugins\\snowflake\\snowpipe\\create_empty_table.sql", "original_file_path": "macros\\plugins\\snowflake\\snowpipe\\create_empty_table.sql", "name": "snowflake_create_empty_table", "macro_sql": "{% macro snowflake_create_empty_table(source_node) %}\n\n {%- set columns = source_node.columns.values() %}\n\n create or replace table {{source(source_node.source_name, source_node.name)}} (\n {% if columns|length == 0 %}\n value variant,\n {% else -%}\n {%- for column in columns -%}\n {{column.name}} {{column.data_type}},\n {% endfor -%}\n {% endif %}\n metadata_filename varchar,\n metadata_file_row_number bigint,\n _dbt_copied_at timestamp\n );\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.714495}, "macro.dbt_external_tables.snowflake_create_snowpipe": {"unique_id": "macro.dbt_external_tables.snowflake_create_snowpipe", "package_name": "dbt_external_tables", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_external_tables", "path": "macros\\plugins\\snowflake\\snowpipe\\create_snowpipe.sql", "original_file_path": "macros\\plugins\\snowflake\\snowpipe\\create_snowpipe.sql", "name": "snowflake_create_snowpipe", "macro_sql": "{% macro snowflake_create_snowpipe(source_node) %}\n\n {%- set external = source_node.external -%}\n {%- set snowpipe = external.snowpipe -%}\n\n{# https://docs.snowflake.com/en/sql-reference/sql/create-pipe.html #}\n create or replace pipe {{source(source_node.source_name, source_node.name)}}\n {% if snowpipe.auto_ingest -%} auto_ingest = {{snowpipe.auto_ingest}} {%- endif %}\n {% if snowpipe.aws_sns_topic -%} aws_sns_topic = '{{snowpipe.aws_sns_topic}}' {%- endif %}\n {% if snowpipe.integration -%} integration = '{{snowpipe.integration}}' {%- endif %}\n as {{ dbt_external_tables.snowflake_get_copy_sql(source_node) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_external_tables.snowflake_get_copy_sql"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.715659}, "macro.dbt_external_tables.snowflake_get_copy_sql": {"unique_id": "macro.dbt_external_tables.snowflake_get_copy_sql", "package_name": "dbt_external_tables", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_external_tables", "path": "macros\\plugins\\snowflake\\snowpipe\\get_copy_sql.sql", "original_file_path": "macros\\plugins\\snowflake\\snowpipe\\get_copy_sql.sql", "name": "snowflake_get_copy_sql", "macro_sql": "{% macro snowflake_get_copy_sql(source_node, explicit_transaction=false) %}\n{# This assumes you have already created an external stage #}\n\n {%- set columns = source_node.columns.values() -%}\n {%- set external = source_node.external -%}\n {%- set is_csv = dbt_external_tables.is_csv(external.file_format) %}\n {%- set copy_options = external.snowpipe.get('copy_options', none) -%}\n \n {%- if explicit_transaction -%} begin; {%- endif %}\n \n copy into {{source(source_node.source_name, source_node.name)}}\n from ( \n select\n {% if columns|length == 0 %}\n $1::variant as value,\n {% else -%}\n {%- for column in columns -%}\n {%- set col_expression -%}\n {%- if is_csv -%}nullif(${{loop.index}},''){# special case: get columns by ordinal position #}\n {%- else -%}nullif($1:{{column.name}},''){# standard behavior: get columns by name #}\n {%- endif -%}\n {%- endset -%}\n {{col_expression}}::{{column.data_type}} as {{column.name}},\n {% endfor -%}\n {% endif %}\n metadata$filename::varchar as metadata_filename,\n metadata$file_row_number::bigint as metadata_file_row_number,\n current_timestamp::timestamp as _dbt_copied_at\n from {{external.location}} {# stage #}\n )\n file_format = {{external.file_format}}\n {% if external.pattern -%} pattern = '{{external.pattern}}' {%- endif %}\n {% if copy_options %} {{copy_options}} {% endif %};\n \n {% if explicit_transaction -%} commit; {%- endif -%}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_external_tables.is_csv"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7186847}, "macro.dbt_external_tables.snowflake_refresh_snowpipe": {"unique_id": "macro.dbt_external_tables.snowflake_refresh_snowpipe", "package_name": "dbt_external_tables", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_external_tables", "path": "macros\\plugins\\snowflake\\snowpipe\\refresh_snowpipe.sql", "original_file_path": "macros\\plugins\\snowflake\\snowpipe\\refresh_snowpipe.sql", "name": "snowflake_refresh_snowpipe", "macro_sql": "{% macro snowflake_refresh_snowpipe(source_node) %}\n\n {% set snowpipe = source_node.external.snowpipe %}\n {% set auto_ingest = snowpipe.get('auto_ingest', false) if snowpipe is mapping %}\n \n {% if auto_ingest is true %}\n \n {% do return([]) %}\n \n {% else %}\n \n {% set ddl %}\n alter pipe {{source(source_node.source_name, source_node.name)}} refresh\n {% endset %}\n \n {{ return([ddl]) }}\n \n {% endif %}\n \n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7196856}, "macro.dbt_external_tables.spark__create_external_table": {"unique_id": "macro.dbt_external_tables.spark__create_external_table", "package_name": "dbt_external_tables", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_external_tables", "path": "macros\\plugins\\spark\\create_external_table.sql", "original_file_path": "macros\\plugins\\spark\\create_external_table.sql", "name": "spark__create_external_table", "macro_sql": "{% macro spark__create_external_table(source_node) %}\n\n {%- set columns = source_node.columns.values() -%}\n {%- set external = source_node.external -%}\n {%- set partitions = external.partitions -%}\n {%- set options = external.options -%}\n\n{# https://spark.apache.org/docs/latest/sql-data-sources-hive-tables.html #}\n create table {{source(source_node.source_name, source_node.name)}} \n {%- if columns|length > 0 %} (\n {% for column in columns %}\n {{column.name}} {{column.data_type}}\n {{- ',' if not loop.last -}}\n {% endfor %}\n ) {% endif -%}\n {% if external.using %} using {{external.using}} {%- endif %}\n {% if options -%} options (\n {%- for key, value in options.items() -%}\n '{{ key }}' = '{{value}}' {{- ', \\n' if not loop.last -}}\n {%- endfor -%}\n ) {%- endif %}\n {% if partitions -%} partitioned by (\n {%- for partition in partitions -%}\n {{partition.name}} {{partition.data_type}}{{', ' if not loop.last}}\n {%- endfor -%}\n ) {%- endif %}\n {% if external.row_format -%} row format {{external.row_format}} {%- endif %}\n {% if external.file_format -%} stored as {{external.file_format}} {%- endif %}\n {% if external.location -%} location '{{external.location}}' {%- endif %}\n {% if external.table_properties -%} tblproperties {{ external.table_properties }} {%- endif -%}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7236829}, "macro.dbt_external_tables.spark__get_external_build_plan": {"unique_id": "macro.dbt_external_tables.spark__get_external_build_plan", "package_name": "dbt_external_tables", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_external_tables", "path": "macros\\plugins\\spark\\get_external_build_plan.sql", "original_file_path": "macros\\plugins\\spark\\get_external_build_plan.sql", "name": "spark__get_external_build_plan", "macro_sql": "{% macro spark__get_external_build_plan(source_node) %}\n\n {% set build_plan = [] %}\n\n {% set old_relation = adapter.get_relation(\n database = none,\n schema = source_node.schema,\n identifier = source_node.identifier\n ) %}\n\n {% set create_or_replace = (old_relation is none or var('ext_full_refresh', false)) %}\n\n {% if create_or_replace %}\n {% set build_plan = build_plan + [\n dbt_external_tables.dropif(source_node), \n dbt_external_tables.create_external_table(source_node)\n ] %}\n {% else %}\n {% set build_plan = build_plan + dbt_external_tables.refresh_external_table(source_node) %}\n {% endif %}\n\n {% set recover_partitions = spark__recover_partitions(source_node) %}\n {% if recover_partitions|length > 0 %}\n {% set build_plan = build_plan + [\n recover_partitions\n ] %}\n {% endif %}\n\n {% do return(build_plan) %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_external_tables.dropif", "macro.dbt_external_tables.create_external_table", "macro.dbt_external_tables.refresh_external_table", "macro.dbt_external_tables.spark__recover_partitions"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7250316}, "macro.dbt_external_tables.spark__refresh_external_table": {"unique_id": "macro.dbt_external_tables.spark__refresh_external_table", "package_name": "dbt_external_tables", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_external_tables", "path": "macros\\plugins\\spark\\refresh_external_table.sql", "original_file_path": "macros\\plugins\\spark\\refresh_external_table.sql", "name": "spark__refresh_external_table", "macro_sql": "{% macro spark__refresh_external_table(source_node) %}\n \n {% set refresh %}\n refresh table {{source(source_node.source_name, source_node.name)}}\n {% endset %}\n \n {% do return([refresh]) %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.726032}, "macro.dbt_external_tables.spark__dropif": {"unique_id": "macro.dbt_external_tables.spark__dropif", "package_name": "dbt_external_tables", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_external_tables", "path": "macros\\plugins\\spark\\helpers\\dropif.sql", "original_file_path": "macros\\plugins\\spark\\helpers\\dropif.sql", "name": "spark__dropif", "macro_sql": "{% macro spark__dropif(node) %}\n \n {% set ddl %}\n drop table if exists {{source(node.source_name, node.name)}}\n {% endset %}\n \n {{return(ddl)}}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.726032}, "macro.dbt_external_tables.spark__recover_partitions": {"unique_id": "macro.dbt_external_tables.spark__recover_partitions", "package_name": "dbt_external_tables", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_external_tables", "path": "macros\\plugins\\spark\\helpers\\recover_partitions.sql", "original_file_path": "macros\\plugins\\spark\\helpers\\recover_partitions.sql", "name": "spark__recover_partitions", "macro_sql": "{% macro spark__recover_partitions(source_node) %}\n {# https://docs.databricks.com/sql/language-manual/sql-ref-syntax-ddl-alter-table.html #}\n\n {% set ddl %}\n {%- if source_node.external.partitions and source_node.external.using and source_node.external.using|lower != 'delta' -%}\n ALTER TABLE {{ source(source_node.source_name, source_node.name) }} RECOVER PARTITIONS\n {%- endif -%}\n {% endset %}\n\n {{return(ddl)}}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7270317}, "macro.dbt_external_tables.sqlserver__create_external_table": {"unique_id": "macro.dbt_external_tables.sqlserver__create_external_table", "package_name": "dbt_external_tables", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_external_tables", "path": "macros\\plugins\\sqlserver\\create_external_table.sql", "original_file_path": "macros\\plugins\\sqlserver\\create_external_table.sql", "name": "sqlserver__create_external_table", "macro_sql": "{% macro sqlserver__create_external_table(source_node) %}\n\n {%- set columns = source_node.columns.values() -%}\n {%- set external = source_node.external -%}\n\n {% if external.ansi_nulls is true -%} SET ANSI_NULLS ON; {%- endif %}\n {% if external.quoted_identifier is true -%} SET QUOTED_IDENTIFIER ON; {%- endif %}\n\n create external table {{source(source_node.source_name, source_node.name)}} (\n {% for column in columns %}\n {# TODO set nullity based on schema tests?? #}\n {%- set nullity = 'NOT NULL' if 'not_null' in columns.tests else 'NULL'-%}\n {{adapter.quote(column.name)}} {{column.data_type}} {{nullity}}\n {{- ',' if not loop.last -}}\n {% endfor %}\n )\n WITH (\n {# remove keys that are None (i.e. not defined for a given source) #}\n {%- for key, value in external.items() if value is not none and key not in ['ansi_nulls', 'quoted_identifier'] -%}\n {{key}} = \n {%- if key in [\"location\", \"schema_name\", \"object_name\"] -%}\n '{{value}}'\n {% elif key in [\"data_source\",\"file_format\"] -%}\n [{{value}}]\n {% else -%}\n {{value}}\n {%- endif -%}\n {{- ',' if not loop.last -}}\n {%- endfor -%}\n )\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7290323}, "macro.dbt_external_tables.sqlserver__get_external_build_plan": {"unique_id": "macro.dbt_external_tables.sqlserver__get_external_build_plan", "package_name": "dbt_external_tables", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_external_tables", "path": "macros\\plugins\\sqlserver\\get_external_build_plan.sql", "original_file_path": "macros\\plugins\\sqlserver\\get_external_build_plan.sql", "name": "sqlserver__get_external_build_plan", "macro_sql": "{% macro sqlserver__get_external_build_plan(source_node) %}\n\n {% set build_plan = [] %}\n\n {% set old_relation = adapter.get_relation(\n database = source_node.database,\n schema = source_node.schema,\n identifier = source_node.identifier\n ) %}\n\n {% set create_or_replace = (old_relation is none or var('ext_full_refresh', false)) %}\n\n {% if create_or_replace %}\n {% set build_plan = build_plan + [ \n dbt_external_tables.dropif(source_node), \n dbt_external_tables.create_external_table(source_node)\n ] %}\n {% else %}\n {% set build_plan = build_plan + dbt_external_tables.refresh_external_table(source_node) %}\n {% endif %}\n {% do return(build_plan) %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_external_tables.dropif", "macro.dbt_external_tables.create_external_table", "macro.dbt_external_tables.refresh_external_table"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7310326}, "macro.dbt_external_tables.sqlserver__dropif": {"unique_id": "macro.dbt_external_tables.sqlserver__dropif", "package_name": "dbt_external_tables", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_external_tables", "path": "macros\\plugins\\sqlserver\\helpers\\dropif.sql", "original_file_path": "macros\\plugins\\sqlserver\\helpers\\dropif.sql", "name": "sqlserver__dropif", "macro_sql": "{% macro sqlserver__dropif(node) %}\n \n {% set ddl %}\n if object_id ('{{source(node.source_name, node.name)}}') is not null\n begin\n drop external table {{source(node.source_name, node.name)}}\n end\n {% endset %}\n \n {{return(ddl)}}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7310326}, "macro.dbt_utils.any_value": {"unique_id": "macro.dbt_utils.any_value", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\any_value.sql", "original_file_path": "macros\\cross_db_utils\\any_value.sql", "name": "any_value", "macro_sql": "{% macro any_value(expression) -%}\n {{ return(adapter.dispatch('any_value', 'dbt_utils') (expression)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__any_value"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.732227}, "macro.dbt_utils.default__any_value": {"unique_id": "macro.dbt_utils.default__any_value", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\any_value.sql", "original_file_path": "macros\\cross_db_utils\\any_value.sql", "name": "default__any_value", "macro_sql": "{% macro default__any_value(expression) -%}\n \n any_value({{ expression }})\n \n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.732227}, "macro.dbt_utils.postgres__any_value": {"unique_id": "macro.dbt_utils.postgres__any_value", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\any_value.sql", "original_file_path": "macros\\cross_db_utils\\any_value.sql", "name": "postgres__any_value", "macro_sql": "{% macro postgres__any_value(expression) -%}\n {#- /*Postgres doesn't support any_value, so we're using min() to get the same result*/ -#}\n min({{ expression }})\n \n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.732227}, "macro.dbt_utils.array_append": {"unique_id": "macro.dbt_utils.array_append", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\array_append.sql", "original_file_path": "macros\\cross_db_utils\\array_append.sql", "name": "array_append", "macro_sql": "{% macro array_append(array, new_element) -%}\n {{ return(adapter.dispatch('array_append', 'dbt_utils')(array, new_element)) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__array_append"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.73323}, "macro.dbt_utils.default__array_append": {"unique_id": "macro.dbt_utils.default__array_append", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\array_append.sql", "original_file_path": "macros\\cross_db_utils\\array_append.sql", "name": "default__array_append", "macro_sql": "{% macro default__array_append(array, new_element) -%}\n array_append({{ array }}, {{ new_element }})\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.73323}, "macro.dbt_utils.bigquery__array_append": {"unique_id": "macro.dbt_utils.bigquery__array_append", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\array_append.sql", "original_file_path": "macros\\cross_db_utils\\array_append.sql", "name": "bigquery__array_append", "macro_sql": "{% macro bigquery__array_append(array, new_element) -%}\n {{ dbt_utils.array_concat(array, dbt_utils.array_construct([new_element])) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.array_concat", "macro.dbt_utils.array_construct"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.73323}, "macro.dbt_utils.redshift__array_append": {"unique_id": "macro.dbt_utils.redshift__array_append", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\array_append.sql", "original_file_path": "macros\\cross_db_utils\\array_append.sql", "name": "redshift__array_append", "macro_sql": "{% macro redshift__array_append(array, new_element) -%}\n {{ dbt_utils.array_concat(array, dbt_utils.array_construct([new_element])) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.array_concat", "macro.dbt_utils.array_construct"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.73423}, "macro.dbt_utils.array_concat": {"unique_id": "macro.dbt_utils.array_concat", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\array_concat.sql", "original_file_path": "macros\\cross_db_utils\\array_concat.sql", "name": "array_concat", "macro_sql": "{% macro array_concat(array_1, array_2) -%}\n {{ return(adapter.dispatch('array_concat', 'dbt_utils')(array_1, array_2)) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__array_concat"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.73423}, "macro.dbt_utils.default__array_concat": {"unique_id": "macro.dbt_utils.default__array_concat", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\array_concat.sql", "original_file_path": "macros\\cross_db_utils\\array_concat.sql", "name": "default__array_concat", "macro_sql": "{% macro default__array_concat(array_1, array_2) -%}\n array_cat({{ array_1 }}, {{ array_2 }})\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7352302}, "macro.dbt_utils.bigquery__array_concat": {"unique_id": "macro.dbt_utils.bigquery__array_concat", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\array_concat.sql", "original_file_path": "macros\\cross_db_utils\\array_concat.sql", "name": "bigquery__array_concat", "macro_sql": "{% macro bigquery__array_concat(array_1, array_2) -%}\n array_concat({{ array_1 }}, {{ array_2 }})\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7352302}, "macro.dbt_utils.redshift__array_concat": {"unique_id": "macro.dbt_utils.redshift__array_concat", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\array_concat.sql", "original_file_path": "macros\\cross_db_utils\\array_concat.sql", "name": "redshift__array_concat", "macro_sql": "{% macro redshift__array_concat(array_1, array_2) -%}\n array_concat({{ array_1 }}, {{ array_2 }})\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7352302}, "macro.dbt_utils.array_construct": {"unique_id": "macro.dbt_utils.array_construct", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\array_construct.sql", "original_file_path": "macros\\cross_db_utils\\array_construct.sql", "name": "array_construct", "macro_sql": "{% macro array_construct(inputs = [], data_type = api.Column.translate_type('integer')) -%}\n {{ return(adapter.dispatch('array_construct', 'dbt_utils')(inputs, data_type)) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.snowflake__array_construct"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7362301}, "macro.dbt_utils.default__array_construct": {"unique_id": "macro.dbt_utils.default__array_construct", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\array_construct.sql", "original_file_path": "macros\\cross_db_utils\\array_construct.sql", "name": "default__array_construct", "macro_sql": "{% macro default__array_construct(inputs, data_type) -%}\n {% if inputs|length > 0 %}\n array[ {{ inputs|join(' , ') }} ]\n {% else %}\n array[]::{{data_type}}[]\n {% endif %}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7362301}, "macro.dbt_utils.snowflake__array_construct": {"unique_id": "macro.dbt_utils.snowflake__array_construct", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\array_construct.sql", "original_file_path": "macros\\cross_db_utils\\array_construct.sql", "name": "snowflake__array_construct", "macro_sql": "{% macro snowflake__array_construct(inputs, data_type) -%}\n array_construct( {{ inputs|join(' , ') }} )\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7362301}, "macro.dbt_utils.redshift__array_construct": {"unique_id": "macro.dbt_utils.redshift__array_construct", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\array_construct.sql", "original_file_path": "macros\\cross_db_utils\\array_construct.sql", "name": "redshift__array_construct", "macro_sql": "{% macro redshift__array_construct(inputs, data_type) -%}\n array( {{ inputs|join(' , ') }} )\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7362301}, "macro.dbt_utils.bigquery__array_construct": {"unique_id": "macro.dbt_utils.bigquery__array_construct", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\array_construct.sql", "original_file_path": "macros\\cross_db_utils\\array_construct.sql", "name": "bigquery__array_construct", "macro_sql": "{% macro bigquery__array_construct(inputs, data_type) -%}\n [ {{ inputs|join(' , ') }} ]\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7372298}, "macro.dbt_utils.bool_or": {"unique_id": "macro.dbt_utils.bool_or", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\bool_or.sql", "original_file_path": "macros\\cross_db_utils\\bool_or.sql", "name": "bool_or", "macro_sql": "{% macro bool_or(expression) -%}\n {{ return(adapter.dispatch('bool_or', 'dbt_utils') (expression)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.snowflake__bool_or"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7372298}, "macro.dbt_utils.default__bool_or": {"unique_id": "macro.dbt_utils.default__bool_or", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\bool_or.sql", "original_file_path": "macros\\cross_db_utils\\bool_or.sql", "name": "default__bool_or", "macro_sql": "{% macro default__bool_or(expression) -%}\n \n bool_or({{ expression }})\n \n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7372298}, "macro.dbt_utils.snowflake__bool_or": {"unique_id": "macro.dbt_utils.snowflake__bool_or", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\bool_or.sql", "original_file_path": "macros\\cross_db_utils\\bool_or.sql", "name": "snowflake__bool_or", "macro_sql": "{% macro snowflake__bool_or(expression) -%}\n \n boolor_agg({{ expression }})\n \n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7382302}, "macro.dbt_utils.bigquery__bool_or": {"unique_id": "macro.dbt_utils.bigquery__bool_or", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\bool_or.sql", "original_file_path": "macros\\cross_db_utils\\bool_or.sql", "name": "bigquery__bool_or", "macro_sql": "{% macro bigquery__bool_or(expression) -%}\n \n logical_or({{ expression }})\n \n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7382302}, "macro.dbt_utils.cast_array_to_string": {"unique_id": "macro.dbt_utils.cast_array_to_string", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\cast_array_to_string.sql", "original_file_path": "macros\\cross_db_utils\\cast_array_to_string.sql", "name": "cast_array_to_string", "macro_sql": "{% macro cast_array_to_string(array) %}\n {{ adapter.dispatch('cast_array_to_string', 'dbt_utils') (array) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__cast_array_to_string"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7382302}, "macro.dbt_utils.default__cast_array_to_string": {"unique_id": "macro.dbt_utils.default__cast_array_to_string", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\cast_array_to_string.sql", "original_file_path": "macros\\cross_db_utils\\cast_array_to_string.sql", "name": "default__cast_array_to_string", "macro_sql": "{% macro default__cast_array_to_string(array) %}\n cast({{ array }} as {{ dbt_utils.type_string() }})\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.type_string"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7392302}, "macro.dbt_utils.postgres__cast_array_to_string": {"unique_id": "macro.dbt_utils.postgres__cast_array_to_string", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\cast_array_to_string.sql", "original_file_path": "macros\\cross_db_utils\\cast_array_to_string.sql", "name": "postgres__cast_array_to_string", "macro_sql": "{% macro postgres__cast_array_to_string(array) %}\n {%- set array_as_string -%}cast({{ array }} as {{ dbt_utils.type_string() }}){%- endset -%}\n {{ dbt_utils.replace(dbt_utils.replace(array_as_string,\"'}'\",\"']'\"),\"'{'\",\"'['\") }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.type_string", "macro.dbt_utils.replace"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7392302}, "macro.dbt_utils.redshift__cast_array_to_string": {"unique_id": "macro.dbt_utils.redshift__cast_array_to_string", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\cast_array_to_string.sql", "original_file_path": "macros\\cross_db_utils\\cast_array_to_string.sql", "name": "redshift__cast_array_to_string", "macro_sql": "{% macro redshift__cast_array_to_string(array) %}\n cast({{ array }} as {{ dbt_utils.type_string() }})\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.type_string"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7392302}, "macro.dbt_utils.bigquery__cast_array_to_string": {"unique_id": "macro.dbt_utils.bigquery__cast_array_to_string", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\cast_array_to_string.sql", "original_file_path": "macros\\cross_db_utils\\cast_array_to_string.sql", "name": "bigquery__cast_array_to_string", "macro_sql": "{% macro bigquery__cast_array_to_string(array) %}\n '['||(select string_agg(cast(element as string), ',') from unnest({{ array }}) element)||']'\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7392302}, "macro.dbt_utils.cast_bool_to_text": {"unique_id": "macro.dbt_utils.cast_bool_to_text", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\cast_bool_to_text.sql", "original_file_path": "macros\\cross_db_utils\\cast_bool_to_text.sql", "name": "cast_bool_to_text", "macro_sql": "{% macro cast_bool_to_text(field) %}\n {{ adapter.dispatch('cast_bool_to_text', 'dbt_utils') (field) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__cast_bool_to_text"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.74023}, "macro.dbt_utils.default__cast_bool_to_text": {"unique_id": "macro.dbt_utils.default__cast_bool_to_text", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\cast_bool_to_text.sql", "original_file_path": "macros\\cross_db_utils\\cast_bool_to_text.sql", "name": "default__cast_bool_to_text", "macro_sql": "{% macro default__cast_bool_to_text(field) %}\n cast({{ field }} as {{ dbt_utils.type_string() }})\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.type_string"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.74023}, "macro.dbt_utils.redshift__cast_bool_to_text": {"unique_id": "macro.dbt_utils.redshift__cast_bool_to_text", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\cast_bool_to_text.sql", "original_file_path": "macros\\cross_db_utils\\cast_bool_to_text.sql", "name": "redshift__cast_bool_to_text", "macro_sql": "{% macro redshift__cast_bool_to_text(field) %}\n case\n when {{ field }} is true then 'true'\n when {{ field }} is false then 'false'\n end::text\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.74023}, "macro.dbt_utils.concat": {"unique_id": "macro.dbt_utils.concat", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\concat.sql", "original_file_path": "macros\\cross_db_utils\\concat.sql", "name": "concat", "macro_sql": "{% macro concat(fields) -%}\n {{ return(adapter.dispatch('concat', 'dbt_utils')(fields)) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__concat"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7412302}, "macro.dbt_utils.default__concat": {"unique_id": "macro.dbt_utils.default__concat", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\concat.sql", "original_file_path": "macros\\cross_db_utils\\concat.sql", "name": "default__concat", "macro_sql": "{% macro default__concat(fields) -%}\n {{ fields|join(' || ') }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7412302}, "macro.dbt_utils.current_timestamp": {"unique_id": "macro.dbt_utils.current_timestamp", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\current_timestamp.sql", "original_file_path": "macros\\cross_db_utils\\current_timestamp.sql", "name": "current_timestamp", "macro_sql": "{% macro current_timestamp() -%}\n {{ return(adapter.dispatch('current_timestamp', 'dbt_utils')()) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__current_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7422311}, "macro.dbt_utils.default__current_timestamp": {"unique_id": "macro.dbt_utils.default__current_timestamp", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\current_timestamp.sql", "original_file_path": "macros\\cross_db_utils\\current_timestamp.sql", "name": "default__current_timestamp", "macro_sql": "{% macro default__current_timestamp() %}\n current_timestamp::{{dbt_utils.type_timestamp()}}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.type_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7422311}, "macro.dbt_utils.redshift__current_timestamp": {"unique_id": "macro.dbt_utils.redshift__current_timestamp", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\current_timestamp.sql", "original_file_path": "macros\\cross_db_utils\\current_timestamp.sql", "name": "redshift__current_timestamp", "macro_sql": "{% macro redshift__current_timestamp() %}\n getdate()\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7422311}, "macro.dbt_utils.bigquery__current_timestamp": {"unique_id": "macro.dbt_utils.bigquery__current_timestamp", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\current_timestamp.sql", "original_file_path": "macros\\cross_db_utils\\current_timestamp.sql", "name": "bigquery__current_timestamp", "macro_sql": "{% macro bigquery__current_timestamp() %}\n current_timestamp\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7422311}, "macro.dbt_utils.current_timestamp_in_utc": {"unique_id": "macro.dbt_utils.current_timestamp_in_utc", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\current_timestamp.sql", "original_file_path": "macros\\cross_db_utils\\current_timestamp.sql", "name": "current_timestamp_in_utc", "macro_sql": "{% macro current_timestamp_in_utc() -%}\n {{ return(adapter.dispatch('current_timestamp_in_utc', 'dbt_utils')()) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.snowflake__current_timestamp_in_utc"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7432299}, "macro.dbt_utils.default__current_timestamp_in_utc": {"unique_id": "macro.dbt_utils.default__current_timestamp_in_utc", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\current_timestamp.sql", "original_file_path": "macros\\cross_db_utils\\current_timestamp.sql", "name": "default__current_timestamp_in_utc", "macro_sql": "{% macro default__current_timestamp_in_utc() %}\n {{dbt_utils.current_timestamp()}}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.current_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7432299}, "macro.dbt_utils.snowflake__current_timestamp_in_utc": {"unique_id": "macro.dbt_utils.snowflake__current_timestamp_in_utc", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\current_timestamp.sql", "original_file_path": "macros\\cross_db_utils\\current_timestamp.sql", "name": "snowflake__current_timestamp_in_utc", "macro_sql": "{% macro snowflake__current_timestamp_in_utc() %}\n convert_timezone('UTC', {{dbt_utils.current_timestamp()}})::{{dbt_utils.type_timestamp()}}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.current_timestamp", "macro.dbt_utils.type_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7432299}, "macro.dbt_utils.postgres__current_timestamp_in_utc": {"unique_id": "macro.dbt_utils.postgres__current_timestamp_in_utc", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\current_timestamp.sql", "original_file_path": "macros\\cross_db_utils\\current_timestamp.sql", "name": "postgres__current_timestamp_in_utc", "macro_sql": "{% macro postgres__current_timestamp_in_utc() %}\n (current_timestamp at time zone 'utc')::{{dbt_utils.type_timestamp()}}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.type_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7432299}, "macro.dbt_utils.redshift__current_timestamp_in_utc": {"unique_id": "macro.dbt_utils.redshift__current_timestamp_in_utc", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\current_timestamp.sql", "original_file_path": "macros\\cross_db_utils\\current_timestamp.sql", "name": "redshift__current_timestamp_in_utc", "macro_sql": "{% macro redshift__current_timestamp_in_utc() %}\n {{ return(dbt_utils.default__current_timestamp_in_utc()) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__current_timestamp_in_utc"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7432299}, "macro.dbt_utils.type_string": {"unique_id": "macro.dbt_utils.type_string", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\datatypes.sql", "original_file_path": "macros\\cross_db_utils\\datatypes.sql", "name": "type_string", "macro_sql": "\n\n{%- macro type_string() -%}\n {{ return(adapter.dispatch('type_string', 'dbt_utils')()) }}\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.snowflake__type_string"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7442298}, "macro.dbt_utils.default__type_string": {"unique_id": "macro.dbt_utils.default__type_string", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\datatypes.sql", "original_file_path": "macros\\cross_db_utils\\datatypes.sql", "name": "default__type_string", "macro_sql": "{% macro default__type_string() %}\n string\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7442298}, "macro.dbt_utils.redshift__type_string": {"unique_id": "macro.dbt_utils.redshift__type_string", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\datatypes.sql", "original_file_path": "macros\\cross_db_utils\\datatypes.sql", "name": "redshift__type_string", "macro_sql": "\n\n{%- macro redshift__type_string() -%}\n varchar\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7442298}, "macro.dbt_utils.postgres__type_string": {"unique_id": "macro.dbt_utils.postgres__type_string", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\datatypes.sql", "original_file_path": "macros\\cross_db_utils\\datatypes.sql", "name": "postgres__type_string", "macro_sql": "{% macro postgres__type_string() %}\n varchar\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7452297}, "macro.dbt_utils.snowflake__type_string": {"unique_id": "macro.dbt_utils.snowflake__type_string", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\datatypes.sql", "original_file_path": "macros\\cross_db_utils\\datatypes.sql", "name": "snowflake__type_string", "macro_sql": "{% macro snowflake__type_string() %}\n varchar\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7452297}, "macro.dbt_utils.type_timestamp": {"unique_id": "macro.dbt_utils.type_timestamp", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\datatypes.sql", "original_file_path": "macros\\cross_db_utils\\datatypes.sql", "name": "type_timestamp", "macro_sql": "\n\n{%- macro type_timestamp() -%}\n {{ return(adapter.dispatch('type_timestamp', 'dbt_utils')()) }}\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.snowflake__type_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7452297}, "macro.dbt_utils.default__type_timestamp": {"unique_id": "macro.dbt_utils.default__type_timestamp", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\datatypes.sql", "original_file_path": "macros\\cross_db_utils\\datatypes.sql", "name": "default__type_timestamp", "macro_sql": "{% macro default__type_timestamp() %}\n timestamp\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7452297}, "macro.dbt_utils.postgres__type_timestamp": {"unique_id": "macro.dbt_utils.postgres__type_timestamp", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\datatypes.sql", "original_file_path": "macros\\cross_db_utils\\datatypes.sql", "name": "postgres__type_timestamp", "macro_sql": "{% macro postgres__type_timestamp() %}\n timestamp without time zone\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7452297}, "macro.dbt_utils.snowflake__type_timestamp": {"unique_id": "macro.dbt_utils.snowflake__type_timestamp", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\datatypes.sql", "original_file_path": "macros\\cross_db_utils\\datatypes.sql", "name": "snowflake__type_timestamp", "macro_sql": "{% macro snowflake__type_timestamp() %}\n timestamp_ntz\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7452297}, "macro.dbt_utils.type_float": {"unique_id": "macro.dbt_utils.type_float", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\datatypes.sql", "original_file_path": "macros\\cross_db_utils\\datatypes.sql", "name": "type_float", "macro_sql": "\n\n{%- macro type_float() -%}\n {{ return(adapter.dispatch('type_float', 'dbt_utils')()) }}\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__type_float"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7452297}, "macro.dbt_utils.default__type_float": {"unique_id": "macro.dbt_utils.default__type_float", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\datatypes.sql", "original_file_path": "macros\\cross_db_utils\\datatypes.sql", "name": "default__type_float", "macro_sql": "{% macro default__type_float() %}\n float\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7452297}, "macro.dbt_utils.bigquery__type_float": {"unique_id": "macro.dbt_utils.bigquery__type_float", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\datatypes.sql", "original_file_path": "macros\\cross_db_utils\\datatypes.sql", "name": "bigquery__type_float", "macro_sql": "{% macro bigquery__type_float() %}\n float64\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7462294}, "macro.dbt_utils.type_numeric": {"unique_id": "macro.dbt_utils.type_numeric", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\datatypes.sql", "original_file_path": "macros\\cross_db_utils\\datatypes.sql", "name": "type_numeric", "macro_sql": "\n\n{%- macro type_numeric() -%}\n {{ return(adapter.dispatch('type_numeric', 'dbt_utils')()) }}\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__type_numeric"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7462294}, "macro.dbt_utils.default__type_numeric": {"unique_id": "macro.dbt_utils.default__type_numeric", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\datatypes.sql", "original_file_path": "macros\\cross_db_utils\\datatypes.sql", "name": "default__type_numeric", "macro_sql": "{% macro default__type_numeric() %}\n numeric(28, 6)\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7462294}, "macro.dbt_utils.bigquery__type_numeric": {"unique_id": "macro.dbt_utils.bigquery__type_numeric", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\datatypes.sql", "original_file_path": "macros\\cross_db_utils\\datatypes.sql", "name": "bigquery__type_numeric", "macro_sql": "{% macro bigquery__type_numeric() %}\n numeric\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7462294}, "macro.dbt_utils.type_bigint": {"unique_id": "macro.dbt_utils.type_bigint", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\datatypes.sql", "original_file_path": "macros\\cross_db_utils\\datatypes.sql", "name": "type_bigint", "macro_sql": "\n\n{%- macro type_bigint() -%}\n {{ return(adapter.dispatch('type_bigint', 'dbt_utils')()) }}\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__type_bigint"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7462294}, "macro.dbt_utils.default__type_bigint": {"unique_id": "macro.dbt_utils.default__type_bigint", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\datatypes.sql", "original_file_path": "macros\\cross_db_utils\\datatypes.sql", "name": "default__type_bigint", "macro_sql": "{% macro default__type_bigint() %}\n bigint\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7462294}, "macro.dbt_utils.bigquery__type_bigint": {"unique_id": "macro.dbt_utils.bigquery__type_bigint", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\datatypes.sql", "original_file_path": "macros\\cross_db_utils\\datatypes.sql", "name": "bigquery__type_bigint", "macro_sql": "{% macro bigquery__type_bigint() %}\n int64\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7462294}, "macro.dbt_utils.type_int": {"unique_id": "macro.dbt_utils.type_int", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\datatypes.sql", "original_file_path": "macros\\cross_db_utils\\datatypes.sql", "name": "type_int", "macro_sql": "\n\n{%- macro type_int() -%}\n {{ return(adapter.dispatch('type_int', 'dbt_utils')()) }}\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__type_int"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.747229}, "macro.dbt_utils.default__type_int": {"unique_id": "macro.dbt_utils.default__type_int", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\datatypes.sql", "original_file_path": "macros\\cross_db_utils\\datatypes.sql", "name": "default__type_int", "macro_sql": "{% macro default__type_int() %}\n int\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.747352}, "macro.dbt_utils.bigquery__type_int": {"unique_id": "macro.dbt_utils.bigquery__type_int", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\datatypes.sql", "original_file_path": "macros\\cross_db_utils\\datatypes.sql", "name": "bigquery__type_int", "macro_sql": "{% macro bigquery__type_int() %}\n int64\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.747498}, "macro.dbt_utils.dateadd": {"unique_id": "macro.dbt_utils.dateadd", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\dateadd.sql", "original_file_path": "macros\\cross_db_utils\\dateadd.sql", "name": "dateadd", "macro_sql": "{% macro dateadd(datepart, interval, from_date_or_timestamp) %}\n {{ return(adapter.dispatch('dateadd', 'dbt_utils')(datepart, interval, from_date_or_timestamp)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__dateadd"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.747498}, "macro.dbt_utils.default__dateadd": {"unique_id": "macro.dbt_utils.default__dateadd", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\dateadd.sql", "original_file_path": "macros\\cross_db_utils\\dateadd.sql", "name": "default__dateadd", "macro_sql": "{% macro default__dateadd(datepart, interval, from_date_or_timestamp) %}\n\n dateadd(\n {{ datepart }},\n {{ interval }},\n {{ from_date_or_timestamp }}\n )\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.748501}, "macro.dbt_utils.bigquery__dateadd": {"unique_id": "macro.dbt_utils.bigquery__dateadd", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\dateadd.sql", "original_file_path": "macros\\cross_db_utils\\dateadd.sql", "name": "bigquery__dateadd", "macro_sql": "{% macro bigquery__dateadd(datepart, interval, from_date_or_timestamp) %}\n\n datetime_add(\n cast( {{ from_date_or_timestamp }} as datetime),\n interval {{ interval }} {{ datepart }}\n )\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.748501}, "macro.dbt_utils.postgres__dateadd": {"unique_id": "macro.dbt_utils.postgres__dateadd", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\dateadd.sql", "original_file_path": "macros\\cross_db_utils\\dateadd.sql", "name": "postgres__dateadd", "macro_sql": "{% macro postgres__dateadd(datepart, interval, from_date_or_timestamp) %}\n\n {{ from_date_or_timestamp }} + ((interval '1 {{ datepart }}') * ({{ interval }}))\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.748501}, "macro.dbt_utils.redshift__dateadd": {"unique_id": "macro.dbt_utils.redshift__dateadd", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\dateadd.sql", "original_file_path": "macros\\cross_db_utils\\dateadd.sql", "name": "redshift__dateadd", "macro_sql": "{% macro redshift__dateadd(datepart, interval, from_date_or_timestamp) %}\n\n {{ return(dbt_utils.default__dateadd(datepart, interval, from_date_or_timestamp)) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__dateadd"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.748501}, "macro.dbt_utils.datediff": {"unique_id": "macro.dbt_utils.datediff", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\datediff.sql", "original_file_path": "macros\\cross_db_utils\\datediff.sql", "name": "datediff", "macro_sql": "{% macro datediff(first_date, second_date, datepart) %}\n {{ return(adapter.dispatch('datediff', 'dbt_utils')(first_date, second_date, datepart)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__datediff"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7514992}, "macro.dbt_utils.default__datediff": {"unique_id": "macro.dbt_utils.default__datediff", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\datediff.sql", "original_file_path": "macros\\cross_db_utils\\datediff.sql", "name": "default__datediff", "macro_sql": "{% macro default__datediff(first_date, second_date, datepart) -%}\n\n datediff(\n {{ datepart }},\n {{ first_date }},\n {{ second_date }}\n )\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7525008}, "macro.dbt_utils.bigquery__datediff": {"unique_id": "macro.dbt_utils.bigquery__datediff", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\datediff.sql", "original_file_path": "macros\\cross_db_utils\\datediff.sql", "name": "bigquery__datediff", "macro_sql": "{% macro bigquery__datediff(first_date, second_date, datepart) -%}\n\n datetime_diff(\n cast({{second_date}} as datetime),\n cast({{first_date}} as datetime),\n {{datepart}}\n )\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7525008}, "macro.dbt_utils.postgres__datediff": {"unique_id": "macro.dbt_utils.postgres__datediff", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\datediff.sql", "original_file_path": "macros\\cross_db_utils\\datediff.sql", "name": "postgres__datediff", "macro_sql": "{% macro postgres__datediff(first_date, second_date, datepart) -%}\n\n {% if datepart == 'year' %}\n (date_part('year', ({{second_date}})::date) - date_part('year', ({{first_date}})::date))\n {% elif datepart == 'quarter' %}\n ({{ dbt_utils.datediff(first_date, second_date, 'year') }} * 4 + date_part('quarter', ({{second_date}})::date) - date_part('quarter', ({{first_date}})::date))\n {% elif datepart == 'month' %}\n ({{ dbt_utils.datediff(first_date, second_date, 'year') }} * 12 + date_part('month', ({{second_date}})::date) - date_part('month', ({{first_date}})::date))\n {% elif datepart == 'day' %}\n (({{second_date}})::date - ({{first_date}})::date)\n {% elif datepart == 'week' %}\n ({{ dbt_utils.datediff(first_date, second_date, 'day') }} / 7 + case\n when date_part('dow', ({{first_date}})::timestamp) <= date_part('dow', ({{second_date}})::timestamp) then\n case when {{first_date}} <= {{second_date}} then 0 else -1 end\n else\n case when {{first_date}} <= {{second_date}} then 1 else 0 end\n end)\n {% elif datepart == 'hour' %}\n ({{ dbt_utils.datediff(first_date, second_date, 'day') }} * 24 + date_part('hour', ({{second_date}})::timestamp) - date_part('hour', ({{first_date}})::timestamp))\n {% elif datepart == 'minute' %}\n ({{ dbt_utils.datediff(first_date, second_date, 'hour') }} * 60 + date_part('minute', ({{second_date}})::timestamp) - date_part('minute', ({{first_date}})::timestamp))\n {% elif datepart == 'second' %}\n ({{ dbt_utils.datediff(first_date, second_date, 'minute') }} * 60 + floor(date_part('second', ({{second_date}})::timestamp)) - floor(date_part('second', ({{first_date}})::timestamp)))\n {% elif datepart == 'millisecond' %}\n ({{ dbt_utils.datediff(first_date, second_date, 'minute') }} * 60000 + floor(date_part('millisecond', ({{second_date}})::timestamp)) - floor(date_part('millisecond', ({{first_date}})::timestamp)))\n {% elif datepart == 'microsecond' %}\n ({{ dbt_utils.datediff(first_date, second_date, 'minute') }} * 60000000 + floor(date_part('microsecond', ({{second_date}})::timestamp)) - floor(date_part('microsecond', ({{first_date}})::timestamp)))\n {% else %}\n {{ exceptions.raise_compiler_error(\"Unsupported datepart for macro datediff in postgres: {!r}\".format(datepart)) }}\n {% endif %}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.datediff"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7544994}, "macro.dbt_utils.redshift__datediff": {"unique_id": "macro.dbt_utils.redshift__datediff", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\datediff.sql", "original_file_path": "macros\\cross_db_utils\\datediff.sql", "name": "redshift__datediff", "macro_sql": "{% macro redshift__datediff(first_date, second_date, datepart) -%}\n\n {{ return(dbt_utils.default__datediff(first_date, second_date, datepart)) }}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__datediff"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7544994}, "macro.dbt_utils.date_trunc": {"unique_id": "macro.dbt_utils.date_trunc", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\date_trunc.sql", "original_file_path": "macros\\cross_db_utils\\date_trunc.sql", "name": "date_trunc", "macro_sql": "{% macro date_trunc(datepart, date) -%}\n {{ return(adapter.dispatch('date_trunc', 'dbt_utils') (datepart, date)) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__date_trunc"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7556362}, "macro.dbt_utils.default__date_trunc": {"unique_id": "macro.dbt_utils.default__date_trunc", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\date_trunc.sql", "original_file_path": "macros\\cross_db_utils\\date_trunc.sql", "name": "default__date_trunc", "macro_sql": "{% macro default__date_trunc(datepart, date) -%}\n date_trunc('{{datepart}}', {{date}})\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7556362}, "macro.dbt_utils.bigquery__date_trunc": {"unique_id": "macro.dbt_utils.bigquery__date_trunc", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\date_trunc.sql", "original_file_path": "macros\\cross_db_utils\\date_trunc.sql", "name": "bigquery__date_trunc", "macro_sql": "{% macro bigquery__date_trunc(datepart, date) -%}\n timestamp_trunc(\n cast({{date}} as timestamp),\n {{datepart}}\n )\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7556362}, "macro.dbt_utils.escape_single_quotes": {"unique_id": "macro.dbt_utils.escape_single_quotes", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\escape_single_quotes.sql", "original_file_path": "macros\\cross_db_utils\\escape_single_quotes.sql", "name": "escape_single_quotes", "macro_sql": "{% macro escape_single_quotes(expression) %}\n {{ return(adapter.dispatch('escape_single_quotes', 'dbt_utils') (expression)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.snowflake__escape_single_quotes"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7566662}, "macro.dbt_utils.default__escape_single_quotes": {"unique_id": "macro.dbt_utils.default__escape_single_quotes", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\escape_single_quotes.sql", "original_file_path": "macros\\cross_db_utils\\escape_single_quotes.sql", "name": "default__escape_single_quotes", "macro_sql": "{% macro default__escape_single_quotes(expression) -%}\n{{ expression | replace(\"'\",\"''\") }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7566662}, "macro.dbt_utils.snowflake__escape_single_quotes": {"unique_id": "macro.dbt_utils.snowflake__escape_single_quotes", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\escape_single_quotes.sql", "original_file_path": "macros\\cross_db_utils\\escape_single_quotes.sql", "name": "snowflake__escape_single_quotes", "macro_sql": "{% macro snowflake__escape_single_quotes(expression) -%}\n{{ expression | replace(\"'\", \"\\\\'\") }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7566662}, "macro.dbt_utils.bigquery__escape_single_quotes": {"unique_id": "macro.dbt_utils.bigquery__escape_single_quotes", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\escape_single_quotes.sql", "original_file_path": "macros\\cross_db_utils\\escape_single_quotes.sql", "name": "bigquery__escape_single_quotes", "macro_sql": "{% macro bigquery__escape_single_quotes(expression) -%}\n{{ expression | replace(\"'\", \"\\\\'\") }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7576663}, "macro.dbt_utils.except": {"unique_id": "macro.dbt_utils.except", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\except.sql", "original_file_path": "macros\\cross_db_utils\\except.sql", "name": "except", "macro_sql": "{% macro except() %}\n {{ return(adapter.dispatch('except', 'dbt_utils')()) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__except"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7576663}, "macro.dbt_utils.default__except": {"unique_id": "macro.dbt_utils.default__except", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\except.sql", "original_file_path": "macros\\cross_db_utils\\except.sql", "name": "default__except", "macro_sql": "{% macro default__except() %}\n\n except\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7576663}, "macro.dbt_utils.bigquery__except": {"unique_id": "macro.dbt_utils.bigquery__except", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\except.sql", "original_file_path": "macros\\cross_db_utils\\except.sql", "name": "bigquery__except", "macro_sql": "{% macro bigquery__except() %}\n\n except distinct\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7576663}, "macro.dbt_utils.hash": {"unique_id": "macro.dbt_utils.hash", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\hash.sql", "original_file_path": "macros\\cross_db_utils\\hash.sql", "name": "hash", "macro_sql": "{% macro hash(field) -%}\n {{ return(adapter.dispatch('hash', 'dbt_utils') (field)) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__hash"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7586663}, "macro.dbt_utils.default__hash": {"unique_id": "macro.dbt_utils.default__hash", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\hash.sql", "original_file_path": "macros\\cross_db_utils\\hash.sql", "name": "default__hash", "macro_sql": "{% macro default__hash(field) -%}\n md5(cast({{field}} as {{dbt_utils.type_string()}}))\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.type_string"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7586663}, "macro.dbt_utils.bigquery__hash": {"unique_id": "macro.dbt_utils.bigquery__hash", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\hash.sql", "original_file_path": "macros\\cross_db_utils\\hash.sql", "name": "bigquery__hash", "macro_sql": "{% macro bigquery__hash(field) -%}\n to_hex({{dbt_utils.default__hash(field)}})\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__hash"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7586663}, "macro.dbt_utils.identifier": {"unique_id": "macro.dbt_utils.identifier", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\identifier.sql", "original_file_path": "macros\\cross_db_utils\\identifier.sql", "name": "identifier", "macro_sql": "{% macro identifier(value) %}\t\n {%- set error_message = '\n Warning: the `identifier` macro is no longer supported and will be deprecated in a future release of dbt-utils. \\\n Use `adapter.quote` instead. The {}.{} model triggered this warning. \\\n '.format(model.package_name, model.name) -%}\n {%- do exceptions.warn(error_message) -%}\n {{ return(adapter.dispatch('identifier', 'dbt_utils') (value)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__identifier"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.759667}, "macro.dbt_utils.default__identifier": {"unique_id": "macro.dbt_utils.default__identifier", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\identifier.sql", "original_file_path": "macros\\cross_db_utils\\identifier.sql", "name": "default__identifier", "macro_sql": "{% macro default__identifier(value) -%}\t\n \"{{ value }}\"\t\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.759667}, "macro.dbt_utils.bigquery__identifier": {"unique_id": "macro.dbt_utils.bigquery__identifier", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\identifier.sql", "original_file_path": "macros\\cross_db_utils\\identifier.sql", "name": "bigquery__identifier", "macro_sql": "{% macro bigquery__identifier(value) -%}\t\n `{{ value }}`\t\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.759667}, "macro.dbt_utils.intersect": {"unique_id": "macro.dbt_utils.intersect", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\intersect.sql", "original_file_path": "macros\\cross_db_utils\\intersect.sql", "name": "intersect", "macro_sql": "{% macro intersect() %}\n {{ return(adapter.dispatch('intersect', 'dbt_utils')()) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__intersect"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7606661}, "macro.dbt_utils.default__intersect": {"unique_id": "macro.dbt_utils.default__intersect", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\intersect.sql", "original_file_path": "macros\\cross_db_utils\\intersect.sql", "name": "default__intersect", "macro_sql": "{% macro default__intersect() %}\n\n intersect\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7606661}, "macro.dbt_utils.bigquery__intersect": {"unique_id": "macro.dbt_utils.bigquery__intersect", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\intersect.sql", "original_file_path": "macros\\cross_db_utils\\intersect.sql", "name": "bigquery__intersect", "macro_sql": "{% macro bigquery__intersect() %}\n\n intersect distinct\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7606661}, "macro.dbt_utils.last_day": {"unique_id": "macro.dbt_utils.last_day", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\last_day.sql", "original_file_path": "macros\\cross_db_utils\\last_day.sql", "name": "last_day", "macro_sql": "{% macro last_day(date, datepart) %}\n {{ return(adapter.dispatch('last_day', 'dbt_utils') (date, datepart)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__last_day"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7616673}, "macro.dbt_utils.default_last_day": {"unique_id": "macro.dbt_utils.default_last_day", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\last_day.sql", "original_file_path": "macros\\cross_db_utils\\last_day.sql", "name": "default_last_day", "macro_sql": "\n\n\n{%- macro default_last_day(date, datepart) -%}\n cast(\n {{dbt_utils.dateadd('day', '-1',\n dbt_utils.dateadd(datepart, '1', dbt_utils.date_trunc(datepart, date))\n )}}\n as date)\n{%- endmacro -%}\n\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.dateadd", "macro.dbt_utils.date_trunc"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7626657}, "macro.dbt_utils.default__last_day": {"unique_id": "macro.dbt_utils.default__last_day", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\last_day.sql", "original_file_path": "macros\\cross_db_utils\\last_day.sql", "name": "default__last_day", "macro_sql": "{% macro default__last_day(date, datepart) -%}\n {{dbt_utils.default_last_day(date, datepart)}}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default_last_day"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7626657}, "macro.dbt_utils.postgres__last_day": {"unique_id": "macro.dbt_utils.postgres__last_day", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\last_day.sql", "original_file_path": "macros\\cross_db_utils\\last_day.sql", "name": "postgres__last_day", "macro_sql": "{% macro postgres__last_day(date, datepart) -%}\n\n {%- if datepart == 'quarter' -%}\n -- postgres dateadd does not support quarter interval.\n cast(\n {{dbt_utils.dateadd('day', '-1',\n dbt_utils.dateadd('month', '3', dbt_utils.date_trunc(datepart, date))\n )}}\n as date)\n {%- else -%}\n {{dbt_utils.default_last_day(date, datepart)}}\n {%- endif -%}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.dateadd", "macro.dbt_utils.date_trunc", "macro.dbt_utils.default_last_day"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7626657}, "macro.dbt_utils.redshift__last_day": {"unique_id": "macro.dbt_utils.redshift__last_day", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\last_day.sql", "original_file_path": "macros\\cross_db_utils\\last_day.sql", "name": "redshift__last_day", "macro_sql": "{% macro redshift__last_day(date, datepart) %}\n\n {{ return(dbt_utils.default__last_day(date, datepart)) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__last_day"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7626657}, "macro.dbt_utils.length": {"unique_id": "macro.dbt_utils.length", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\length.sql", "original_file_path": "macros\\cross_db_utils\\length.sql", "name": "length", "macro_sql": "{% macro length(expression) -%}\n {{ return(adapter.dispatch('length', 'dbt_utils') (expression)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__length"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7639282}, "macro.dbt_utils.default__length": {"unique_id": "macro.dbt_utils.default__length", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\length.sql", "original_file_path": "macros\\cross_db_utils\\length.sql", "name": "default__length", "macro_sql": "{% macro default__length(expression) %}\n \n length(\n {{ expression }}\n )\n \n{%- endmacro -%}\n\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7639282}, "macro.dbt_utils.redshift__length": {"unique_id": "macro.dbt_utils.redshift__length", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\length.sql", "original_file_path": "macros\\cross_db_utils\\length.sql", "name": "redshift__length", "macro_sql": "{% macro redshift__length(expression) %}\n\n len(\n {{ expression }}\n )\n \n{%- endmacro -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7639282}, "macro.dbt_utils.listagg": {"unique_id": "macro.dbt_utils.listagg", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\listagg.sql", "original_file_path": "macros\\cross_db_utils\\listagg.sql", "name": "listagg", "macro_sql": "{% macro listagg(measure, delimiter_text=\"','\", order_by_clause=none, limit_num=none) -%}\n {{ return(adapter.dispatch('listagg', 'dbt_utils') (measure, delimiter_text, order_by_clause, limit_num)) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__listagg"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.76693}, "macro.dbt_utils.default__listagg": {"unique_id": "macro.dbt_utils.default__listagg", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\listagg.sql", "original_file_path": "macros\\cross_db_utils\\listagg.sql", "name": "default__listagg", "macro_sql": "{% macro default__listagg(measure, delimiter_text, order_by_clause, limit_num) -%}\n\n {% if limit_num -%}\n array_to_string(\n array_slice(\n array_agg(\n {{ measure }}\n ){% if order_by_clause -%}\n within group ({{ order_by_clause }})\n {%- endif %}\n ,0\n ,{{ limit_num }}\n ),\n {{ delimiter_text }}\n )\n {%- else %}\n listagg(\n {{ measure }},\n {{ delimiter_text }}\n )\n {% if order_by_clause -%}\n within group ({{ order_by_clause }})\n {%- endif %}\n {%- endif %}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.76693}, "macro.dbt_utils.bigquery__listagg": {"unique_id": "macro.dbt_utils.bigquery__listagg", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\listagg.sql", "original_file_path": "macros\\cross_db_utils\\listagg.sql", "name": "bigquery__listagg", "macro_sql": "{% macro bigquery__listagg(measure, delimiter_text, order_by_clause, limit_num) -%}\n\n string_agg(\n {{ measure }},\n {{ delimiter_text }}\n {% if order_by_clause -%}\n {{ order_by_clause }}\n {%- endif %}\n {% if limit_num -%}\n limit {{ limit_num }}\n {%- endif %}\n )\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7679303}, "macro.dbt_utils.postgres__listagg": {"unique_id": "macro.dbt_utils.postgres__listagg", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\listagg.sql", "original_file_path": "macros\\cross_db_utils\\listagg.sql", "name": "postgres__listagg", "macro_sql": "{% macro postgres__listagg(measure, delimiter_text, order_by_clause, limit_num) -%}\n \n {% if limit_num -%}\n array_to_string(\n (array_agg(\n {{ measure }}\n {% if order_by_clause -%}\n {{ order_by_clause }}\n {%- endif %}\n ))[1:{{ limit_num }}],\n {{ delimiter_text }}\n )\n {%- else %}\n string_agg(\n {{ measure }},\n {{ delimiter_text }}\n {% if order_by_clause -%}\n {{ order_by_clause }}\n {%- endif %}\n )\n {%- endif %}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7679303}, "macro.dbt_utils.redshift__listagg": {"unique_id": "macro.dbt_utils.redshift__listagg", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\listagg.sql", "original_file_path": "macros\\cross_db_utils\\listagg.sql", "name": "redshift__listagg", "macro_sql": "{% macro redshift__listagg(measure, delimiter_text, order_by_clause, limit_num) -%}\n\n {% if limit_num -%}\n {% set ns = namespace() %}\n {% set ns.delimiter_text_regex = delimiter_text|trim(\"'\") %}\n {% set special_chars %}\\,^,$,.,|,?,*,+,(,),[,],{,}{% endset %} \n {%- for char in special_chars.split(',') -%}\n {% set escape_char %}\\\\{{ char }}{% endset %}\n {% set ns.delimiter_text_regex = ns.delimiter_text_regex|replace(char,escape_char) %}\n {%- endfor -%}\n\n {% set regex %}'([^{{ ns.delimiter_text_regex }}]+{{ ns.delimiter_text_regex }}){1,{{ limit_num - 1}}}[^{{ ns.delimiter_text_regex }}]+'{% endset %}\n regexp_substr(\n listagg(\n {{ measure }},\n {{ delimiter_text }}\n )\n {% if order_by_clause -%}\n within group ({{ order_by_clause }})\n {%- endif %}\n ,{{ regex }}\n )\n {%- else %}\n listagg(\n {{ measure }},\n {{ delimiter_text }}\n )\n {% if order_by_clause -%}\n within group ({{ order_by_clause }})\n {%- endif %}\n {%- endif %}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.76893}, "macro.dbt_utils.string_literal": {"unique_id": "macro.dbt_utils.string_literal", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\literal.sql", "original_file_path": "macros\\cross_db_utils\\literal.sql", "name": "string_literal", "macro_sql": "{%- macro string_literal(value) -%}\n {{ return(adapter.dispatch('string_literal', 'dbt_utils') (value)) }}\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__string_literal"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7699306}, "macro.dbt_utils.default__string_literal": {"unique_id": "macro.dbt_utils.default__string_literal", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\literal.sql", "original_file_path": "macros\\cross_db_utils\\literal.sql", "name": "default__string_literal", "macro_sql": "{% macro default__string_literal(value) -%}\n '{{ value }}'\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7699306}, "macro.dbt_utils.position": {"unique_id": "macro.dbt_utils.position", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\position.sql", "original_file_path": "macros\\cross_db_utils\\position.sql", "name": "position", "macro_sql": "{% macro position(substring_text, string_text) -%}\n {{ return(adapter.dispatch('position', 'dbt_utils') (substring_text, string_text)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__position"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7709365}, "macro.dbt_utils.default__position": {"unique_id": "macro.dbt_utils.default__position", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\position.sql", "original_file_path": "macros\\cross_db_utils\\position.sql", "name": "default__position", "macro_sql": "{% macro default__position(substring_text, string_text) %}\n\n position(\n {{ substring_text }} in {{ string_text }}\n )\n \n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7709365}, "macro.dbt_utils.bigquery__position": {"unique_id": "macro.dbt_utils.bigquery__position", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\position.sql", "original_file_path": "macros\\cross_db_utils\\position.sql", "name": "bigquery__position", "macro_sql": "{% macro bigquery__position(substring_text, string_text) %}\n\n strpos(\n {{ string_text }},\n {{ substring_text }}\n \n )\n \n{%- endmacro -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7709365}, "macro.dbt_utils.replace": {"unique_id": "macro.dbt_utils.replace", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\replace.sql", "original_file_path": "macros\\cross_db_utils\\replace.sql", "name": "replace", "macro_sql": "{% macro replace(field, old_chars, new_chars) -%}\n {{ return(adapter.dispatch('replace', 'dbt_utils') (field, old_chars, new_chars)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__replace"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.772181}, "macro.dbt_utils.default__replace": {"unique_id": "macro.dbt_utils.default__replace", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\replace.sql", "original_file_path": "macros\\cross_db_utils\\replace.sql", "name": "default__replace", "macro_sql": "{% macro default__replace(field, old_chars, new_chars) %}\n\n replace(\n {{ field }},\n {{ old_chars }},\n {{ new_chars }}\n )\n \n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.772181}, "macro.dbt_utils.right": {"unique_id": "macro.dbt_utils.right", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\right.sql", "original_file_path": "macros\\cross_db_utils\\right.sql", "name": "right", "macro_sql": "{% macro right(string_text, length_expression) -%}\n {{ return(adapter.dispatch('right', 'dbt_utils') (string_text, length_expression)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.snowflake__right"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7742069}, "macro.dbt_utils.default__right": {"unique_id": "macro.dbt_utils.default__right", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\right.sql", "original_file_path": "macros\\cross_db_utils\\right.sql", "name": "default__right", "macro_sql": "{% macro default__right(string_text, length_expression) %}\n\n right(\n {{ string_text }},\n {{ length_expression }}\n )\n \n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7742069}, "macro.dbt_utils.bigquery__right": {"unique_id": "macro.dbt_utils.bigquery__right", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\right.sql", "original_file_path": "macros\\cross_db_utils\\right.sql", "name": "bigquery__right", "macro_sql": "{% macro bigquery__right(string_text, length_expression) %}\n\n case when {{ length_expression }} = 0 \n then ''\n else \n substr(\n {{ string_text }},\n -1 * ({{ length_expression }})\n )\n end\n\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7753165}, "macro.dbt_utils.snowflake__right": {"unique_id": "macro.dbt_utils.snowflake__right", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\right.sql", "original_file_path": "macros\\cross_db_utils\\right.sql", "name": "snowflake__right", "macro_sql": "{% macro snowflake__right(string_text, length_expression) %}\n\n case when {{ length_expression }} = 0 \n then ''\n else \n right(\n {{ string_text }},\n {{ length_expression }}\n )\n end\n\n{%- endmacro -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.776308}, "macro.dbt_utils.safe_cast": {"unique_id": "macro.dbt_utils.safe_cast", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\safe_cast.sql", "original_file_path": "macros\\cross_db_utils\\safe_cast.sql", "name": "safe_cast", "macro_sql": "{% macro safe_cast(field, type) %}\n {{ return(adapter.dispatch('safe_cast', 'dbt_utils') (field, type)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.snowflake__safe_cast"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7772996}, "macro.dbt_utils.default__safe_cast": {"unique_id": "macro.dbt_utils.default__safe_cast", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\safe_cast.sql", "original_file_path": "macros\\cross_db_utils\\safe_cast.sql", "name": "default__safe_cast", "macro_sql": "{% macro default__safe_cast(field, type) %}\n {# most databases don't support this function yet\n so we just need to use cast #}\n cast({{field}} as {{type}})\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7783132}, "macro.dbt_utils.snowflake__safe_cast": {"unique_id": "macro.dbt_utils.snowflake__safe_cast", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\safe_cast.sql", "original_file_path": "macros\\cross_db_utils\\safe_cast.sql", "name": "snowflake__safe_cast", "macro_sql": "{% macro snowflake__safe_cast(field, type) %}\n try_cast({{field}} as {{type}})\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7783132}, "macro.dbt_utils.bigquery__safe_cast": {"unique_id": "macro.dbt_utils.bigquery__safe_cast", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\safe_cast.sql", "original_file_path": "macros\\cross_db_utils\\safe_cast.sql", "name": "bigquery__safe_cast", "macro_sql": "{% macro bigquery__safe_cast(field, type) %}\n safe_cast({{field}} as {{type}})\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7793005}, "macro.dbt_utils.split_part": {"unique_id": "macro.dbt_utils.split_part", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\split_part.sql", "original_file_path": "macros\\cross_db_utils\\split_part.sql", "name": "split_part", "macro_sql": "{% macro split_part(string_text, delimiter_text, part_number) %}\n {{ return(adapter.dispatch('split_part', 'dbt_utils') (string_text, delimiter_text, part_number)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__split_part"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7812953}, "macro.dbt_utils.default__split_part": {"unique_id": "macro.dbt_utils.default__split_part", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\split_part.sql", "original_file_path": "macros\\cross_db_utils\\split_part.sql", "name": "default__split_part", "macro_sql": "{% macro default__split_part(string_text, delimiter_text, part_number) %}\n\n split_part(\n {{ string_text }},\n {{ delimiter_text }},\n {{ part_number }}\n )\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.782294}, "macro.dbt_utils._split_part_negative": {"unique_id": "macro.dbt_utils._split_part_negative", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\split_part.sql", "original_file_path": "macros\\cross_db_utils\\split_part.sql", "name": "_split_part_negative", "macro_sql": "{% macro _split_part_negative(string_text, delimiter_text, part_number) %}\n\n split_part(\n {{ string_text }},\n {{ delimiter_text }},\n length({{ string_text }}) \n - length(\n replace({{ string_text }}, {{ delimiter_text }}, '')\n ) + 2 {{ part_number }}\n )\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.782294}, "macro.dbt_utils.postgres__split_part": {"unique_id": "macro.dbt_utils.postgres__split_part", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\split_part.sql", "original_file_path": "macros\\cross_db_utils\\split_part.sql", "name": "postgres__split_part", "macro_sql": "{% macro postgres__split_part(string_text, delimiter_text, part_number) %}\n\n {% if part_number >= 0 %}\n {{ dbt_utils.default__split_part(string_text, delimiter_text, part_number) }}\n {% else %}\n {{ dbt_utils._split_part_negative(string_text, delimiter_text, part_number) }}\n {% endif %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__split_part", "macro.dbt_utils._split_part_negative"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7832885}, "macro.dbt_utils.redshift__split_part": {"unique_id": "macro.dbt_utils.redshift__split_part", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\split_part.sql", "original_file_path": "macros\\cross_db_utils\\split_part.sql", "name": "redshift__split_part", "macro_sql": "{% macro redshift__split_part(string_text, delimiter_text, part_number) %}\n\n {% if part_number >= 0 %}\n {{ dbt_utils.default__split_part(string_text, delimiter_text, part_number) }}\n {% else %}\n {{ dbt_utils._split_part_negative(string_text, delimiter_text, part_number) }}\n {% endif %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__split_part", "macro.dbt_utils._split_part_negative"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7832885}, "macro.dbt_utils.bigquery__split_part": {"unique_id": "macro.dbt_utils.bigquery__split_part", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\split_part.sql", "original_file_path": "macros\\cross_db_utils\\split_part.sql", "name": "bigquery__split_part", "macro_sql": "{% macro bigquery__split_part(string_text, delimiter_text, part_number) %}\n\n {% if part_number >= 0 %}\n split(\n {{ string_text }},\n {{ delimiter_text }}\n )[safe_offset({{ part_number - 1 }})]\n {% else %}\n split(\n {{ string_text }},\n {{ delimiter_text }}\n )[safe_offset(\n length({{ string_text }}) \n - length(\n replace({{ string_text }}, {{ delimiter_text }}, '')\n ) + 1\n )]\n {% endif %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7843065}, "macro.dbt_utils.width_bucket": {"unique_id": "macro.dbt_utils.width_bucket", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\width_bucket.sql", "original_file_path": "macros\\cross_db_utils\\width_bucket.sql", "name": "width_bucket", "macro_sql": "{% macro width_bucket(expr, min_value, max_value, num_buckets) %}\n {{ return(adapter.dispatch('width_bucket', 'dbt_utils') (expr, min_value, max_value, num_buckets)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.snowflake__width_bucket"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7862902}, "macro.dbt_utils.default__width_bucket": {"unique_id": "macro.dbt_utils.default__width_bucket", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\width_bucket.sql", "original_file_path": "macros\\cross_db_utils\\width_bucket.sql", "name": "default__width_bucket", "macro_sql": "{% macro default__width_bucket(expr, min_value, max_value, num_buckets) -%}\n\n {% set bin_size -%}\n (( {{ max_value }} - {{ min_value }} ) / {{ num_buckets }} )\n {%- endset %}\n (\n -- to break ties when the amount is eaxtly at the bucket egde\n case\n when\n mod(\n {{ dbt_utils.safe_cast(expr, dbt_utils.type_numeric() ) }},\n {{ dbt_utils.safe_cast(bin_size, dbt_utils.type_numeric() ) }}\n ) = 0\n then 1\n else 0\n end\n ) +\n -- Anything over max_value goes the N+1 bucket\n least(\n ceil(\n ({{ expr }} - {{ min_value }})/{{ bin_size }}\n ),\n {{ num_buckets }} + 1\n )\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.safe_cast", "macro.dbt_utils.type_numeric"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7873037}, "macro.dbt_utils.redshift__width_bucket": {"unique_id": "macro.dbt_utils.redshift__width_bucket", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\width_bucket.sql", "original_file_path": "macros\\cross_db_utils\\width_bucket.sql", "name": "redshift__width_bucket", "macro_sql": "{% macro redshift__width_bucket(expr, min_value, max_value, num_buckets) -%}\n\n {% set bin_size -%}\n (( {{ max_value }} - {{ min_value }} ) / {{ num_buckets }} )\n {%- endset %}\n (\n -- to break ties when the amount is exactly at the bucket edge\n case\n when\n {{ dbt_utils.safe_cast(expr, dbt_utils.type_numeric() ) }} %\n {{ dbt_utils.safe_cast(bin_size, dbt_utils.type_numeric() ) }}\n = 0\n then 1\n else 0\n end\n ) +\n -- Anything over max_value goes the N+1 bucket\n least(\n ceil(\n ({{ expr }} - {{ min_value }})/{{ bin_size }}\n ),\n {{ num_buckets }} + 1\n )\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.safe_cast", "macro.dbt_utils.type_numeric"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7873037}, "macro.dbt_utils.snowflake__width_bucket": {"unique_id": "macro.dbt_utils.snowflake__width_bucket", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\width_bucket.sql", "original_file_path": "macros\\cross_db_utils\\width_bucket.sql", "name": "snowflake__width_bucket", "macro_sql": "{% macro snowflake__width_bucket(expr, min_value, max_value, num_buckets) %}\n width_bucket({{ expr }}, {{ min_value }}, {{ max_value }}, {{ num_buckets }} )\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7882962}, "macro.dbt_utils._is_ephemeral": {"unique_id": "macro.dbt_utils._is_ephemeral", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\_is_ephemeral.sql", "original_file_path": "macros\\cross_db_utils\\_is_ephemeral.sql", "name": "_is_ephemeral", "macro_sql": "{% macro _is_ephemeral(obj, macro) %}\n {%- if obj.is_cte -%}\n {% set ephemeral_prefix = api.Relation.add_ephemeral_prefix('') %}\n {% if obj.name.startswith(ephemeral_prefix) %}\n {% set model_name = obj.name[(ephemeral_prefix|length):] %}\n {% else %}\n {% set model_name = obj.name %}\n {%- endif -%}\n {% set error_message %}\nThe `{{ macro }}` macro cannot be used with ephemeral models, as it relies on the information schema.\n\n`{{ model_name }}` is an ephemeral model. Consider making it a view or table instead.\n {% endset %}\n {%- do exceptions.raise_compiler_error(error_message) -%}\n {%- endif -%}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7892468}, "macro.dbt_utils._is_relation": {"unique_id": "macro.dbt_utils._is_relation", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\cross_db_utils\\_is_relation.sql", "original_file_path": "macros\\cross_db_utils\\_is_relation.sql", "name": "_is_relation", "macro_sql": "{% macro _is_relation(obj, macro) %}\n {%- if not (obj is mapping and obj.get('metadata', {}).get('type', '').endswith('Relation')) -%}\n {%- do exceptions.raise_compiler_error(\"Macro \" ~ macro ~ \" expected a Relation but received the value: \" ~ obj) -%}\n {%- endif -%}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.790294}, "macro.dbt_utils.test_accepted_range": {"unique_id": "macro.dbt_utils.test_accepted_range", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\generic_tests\\accepted_range.sql", "original_file_path": "macros\\generic_tests\\accepted_range.sql", "name": "test_accepted_range", "macro_sql": "{% test accepted_range(model, column_name, min_value=none, max_value=none, inclusive=true) %}\n {{ return(adapter.dispatch('test_accepted_range', 'dbt_utils')(model, column_name, min_value, max_value, inclusive)) }}\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__test_accepted_range"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7922876}, "macro.dbt_utils.default__test_accepted_range": {"unique_id": "macro.dbt_utils.default__test_accepted_range", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\generic_tests\\accepted_range.sql", "original_file_path": "macros\\generic_tests\\accepted_range.sql", "name": "default__test_accepted_range", "macro_sql": "{% macro default__test_accepted_range(model, column_name, min_value=none, max_value=none, inclusive=true) %}\n\nwith meet_condition as(\n select *\n from {{ model }}\n),\n\nvalidation_errors as (\n select *\n from meet_condition\n where\n -- never true, defaults to an empty result set. Exists to ensure any combo of the `or` clauses below succeeds\n 1 = 2\n\n {%- if min_value is not none %}\n -- records with a value >= min_value are permitted. The `not` flips this to find records that don't meet the rule.\n or not {{ column_name }} > {{- \"=\" if inclusive }} {{ min_value }}\n {%- endif %}\n\n {%- if max_value is not none %}\n -- records with a value <= max_value are permitted. The `not` flips this to find records that don't meet the rule.\n or not {{ column_name }} < {{- \"=\" if inclusive }} {{ max_value }}\n {%- endif %}\n)\n\nselect *\nfrom validation_errors\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.793298}, "macro.dbt_utils.test_at_least_one": {"unique_id": "macro.dbt_utils.test_at_least_one", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\generic_tests\\at_least_one.sql", "original_file_path": "macros\\generic_tests\\at_least_one.sql", "name": "test_at_least_one", "macro_sql": "{% test at_least_one(model, column_name) %}\n {{ return(adapter.dispatch('test_at_least_one', 'dbt_utils')(model, column_name)) }}\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__test_at_least_one"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.793298}, "macro.dbt_utils.default__test_at_least_one": {"unique_id": "macro.dbt_utils.default__test_at_least_one", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\generic_tests\\at_least_one.sql", "original_file_path": "macros\\generic_tests\\at_least_one.sql", "name": "default__test_at_least_one", "macro_sql": "{% macro default__test_at_least_one(model, column_name) %}\n\nselect *\nfrom (\n select\n {# In TSQL, subquery aggregate columns need aliases #}\n {# thus: a filler col name, 'filler_column' #}\n count({{ column_name }}) as filler_column\n\n from {{ model }}\n\n having count({{ column_name }}) = 0\n\n) validation_errors\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7943046}, "macro.dbt_utils.test_cardinality_equality": {"unique_id": "macro.dbt_utils.test_cardinality_equality", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\generic_tests\\cardinality_equality.sql", "original_file_path": "macros\\generic_tests\\cardinality_equality.sql", "name": "test_cardinality_equality", "macro_sql": "{% test cardinality_equality(model, column_name, to, field) %}\n {{ return(adapter.dispatch('test_cardinality_equality', 'dbt_utils')(model, column_name, to, field)) }}\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__test_cardinality_equality"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7953098}, "macro.dbt_utils.default__test_cardinality_equality": {"unique_id": "macro.dbt_utils.default__test_cardinality_equality", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\generic_tests\\cardinality_equality.sql", "original_file_path": "macros\\generic_tests\\cardinality_equality.sql", "name": "default__test_cardinality_equality", "macro_sql": "{% macro default__test_cardinality_equality(model, column_name, to, field) %}\n\n{# T-SQL does not let you use numbers as aliases for columns #}\n{# Thus, no \"GROUP BY 1\" #}\n\nwith table_a as (\nselect\n {{ column_name }},\n count(*) as num_rows\nfrom {{ model }}\ngroup by {{ column_name }}\n),\n\ntable_b as (\nselect\n {{ field }},\n count(*) as num_rows\nfrom {{ to }}\ngroup by {{ field }}\n),\n\nexcept_a as (\n select *\n from table_a\n {{ dbt_utils.except() }}\n select *\n from table_b\n),\n\nexcept_b as (\n select *\n from table_b\n {{ dbt_utils.except() }}\n select *\n from table_a\n),\n\nunioned as (\n select *\n from except_a\n union all\n select *\n from except_b\n)\n\nselect *\nfrom unioned\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.except"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7953098}, "macro.dbt_utils.test_equality": {"unique_id": "macro.dbt_utils.test_equality", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\generic_tests\\equality.sql", "original_file_path": "macros\\generic_tests\\equality.sql", "name": "test_equality", "macro_sql": "{% test equality(model, compare_model, compare_columns=None) %}\n {{ return(adapter.dispatch('test_equality', 'dbt_utils')(model, compare_model, compare_columns)) }}\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__test_equality"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.797296}, "macro.dbt_utils.default__test_equality": {"unique_id": "macro.dbt_utils.default__test_equality", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\generic_tests\\equality.sql", "original_file_path": "macros\\generic_tests\\equality.sql", "name": "default__test_equality", "macro_sql": "{% macro default__test_equality(model, compare_model, compare_columns=None) %}\n\n{% set set_diff %}\n count(*) + coalesce(abs(\n sum(case when which_diff = 'a_minus_b' then 1 else 0 end) -\n sum(case when which_diff = 'b_minus_a' then 1 else 0 end)\n ), 0)\n{% endset %}\n\n{#-- Needs to be set at parse time, before we return '' below --#}\n{{ config(fail_calc = set_diff) }}\n\n{#-- Prevent querying of db in parsing mode. This works because this macro does not create any new refs. #}\n{%- if not execute -%}\n {{ return('') }}\n{% endif %}\n\n-- setup\n{%- do dbt_utils._is_relation(model, 'test_equality') -%}\n\n{#-\nIf the compare_cols arg is provided, we can run this test without querying the\ninformation schema\u00a0\u2014 this allows the model to be an ephemeral model\n-#}\n\n{%- if not compare_columns -%}\n {%- do dbt_utils._is_ephemeral(model, 'test_equality') -%}\n {%- set compare_columns = adapter.get_columns_in_relation(model) | map(attribute='quoted') -%}\n{%- endif -%}\n\n{% set compare_cols_csv = compare_columns | join(', ') %}\n\nwith a as (\n\n select * from {{ model }}\n\n),\n\nb as (\n\n select * from {{ compare_model }}\n\n),\n\na_minus_b as (\n\n select {{compare_cols_csv}} from a\n {{ dbt_utils.except() }}\n select {{compare_cols_csv}} from b\n\n),\n\nb_minus_a as (\n\n select {{compare_cols_csv}} from b\n {{ dbt_utils.except() }}\n select {{compare_cols_csv}} from a\n\n),\n\nunioned as (\n\n select 'a_minus_b' as which_diff, a_minus_b.* from a_minus_b\n union all\n select 'b_minus_a' as which_diff, b_minus_a.* from b_minus_a\n\n)\n\nselect * from unioned\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils._is_relation", "macro.dbt_utils._is_ephemeral", "macro.dbt_utils.except"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.7982907}, "macro.dbt_utils.test_equal_rowcount": {"unique_id": "macro.dbt_utils.test_equal_rowcount", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\generic_tests\\equal_rowcount.sql", "original_file_path": "macros\\generic_tests\\equal_rowcount.sql", "name": "test_equal_rowcount", "macro_sql": "{% test equal_rowcount(model, compare_model) %}\n {{ return(adapter.dispatch('test_equal_rowcount', 'dbt_utils')(model, compare_model)) }}\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__test_equal_rowcount"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.799307}, "macro.dbt_utils.default__test_equal_rowcount": {"unique_id": "macro.dbt_utils.default__test_equal_rowcount", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\generic_tests\\equal_rowcount.sql", "original_file_path": "macros\\generic_tests\\equal_rowcount.sql", "name": "default__test_equal_rowcount", "macro_sql": "{% macro default__test_equal_rowcount(model, compare_model) %}\n\n{#-- Needs to be set at parse time, before we return '' below --#}\n{{ config(fail_calc = 'coalesce(diff_count, 0)') }}\n\n{#-- Prevent querying of db in parsing mode. This works because this macro does not create any new refs. #}\n{%- if not execute -%}\n {{ return('') }}\n{% endif %}\n\nwith a as (\n\n select count(*) as count_a from {{ model }}\n\n),\nb as (\n\n select count(*) as count_b from {{ compare_model }}\n\n),\nfinal as (\n\n select\n count_a,\n count_b,\n abs(count_a - count_b) as diff_count\n from a\n cross join b\n\n)\n\nselect * from final\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8002915}, "macro.dbt_utils.test_expression_is_true": {"unique_id": "macro.dbt_utils.test_expression_is_true", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\generic_tests\\expression_is_true.sql", "original_file_path": "macros\\generic_tests\\expression_is_true.sql", "name": "test_expression_is_true", "macro_sql": "{% test expression_is_true(model, expression, column_name=None, condition='1=1') %}\n{# T-SQL has no boolean data type so we use 1=1 which returns TRUE #}\n{# ref https://stackoverflow.com/a/7170753/3842610 #}\n {{ return(adapter.dispatch('test_expression_is_true', 'dbt_utils')(model, expression, column_name, condition)) }}\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__test_expression_is_true"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8013031}, "macro.dbt_utils.default__test_expression_is_true": {"unique_id": "macro.dbt_utils.default__test_expression_is_true", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\generic_tests\\expression_is_true.sql", "original_file_path": "macros\\generic_tests\\expression_is_true.sql", "name": "default__test_expression_is_true", "macro_sql": "{% macro default__test_expression_is_true(model, expression, column_name, condition) %}\n\nwith meet_condition as (\n select * from {{ model }} where {{ condition }}\n)\n\nselect\n *\nfrom meet_condition\n{% if column_name is none %}\nwhere not({{ expression }})\n{%- else %}\nwhere not({{ column_name }} {{ expression }})\n{%- endif %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8013031}, "macro.dbt_utils.test_fewer_rows_than": {"unique_id": "macro.dbt_utils.test_fewer_rows_than", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\generic_tests\\fewer_rows_than.sql", "original_file_path": "macros\\generic_tests\\fewer_rows_than.sql", "name": "test_fewer_rows_than", "macro_sql": "{% test fewer_rows_than(model, compare_model) %}\n {{ return(adapter.dispatch('test_fewer_rows_than', 'dbt_utils')(model, compare_model)) }}\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__test_fewer_rows_than"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8022966}, "macro.dbt_utils.default__test_fewer_rows_than": {"unique_id": "macro.dbt_utils.default__test_fewer_rows_than", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\generic_tests\\fewer_rows_than.sql", "original_file_path": "macros\\generic_tests\\fewer_rows_than.sql", "name": "default__test_fewer_rows_than", "macro_sql": "{% macro default__test_fewer_rows_than(model, compare_model) %}\n\n{{ config(fail_calc = 'coalesce(row_count_delta, 0)') }}\n\nwith a as (\n\n select count(*) as count_our_model from {{ model }}\n\n),\nb as (\n\n select count(*) as count_comparison_model from {{ compare_model }}\n\n),\ncounts as (\n\n select\n count_our_model,\n count_comparison_model\n from a\n cross join b\n\n),\nfinal as (\n\n select *,\n case\n -- fail the test if we have more rows than the reference model and return the row count delta\n when count_our_model > count_comparison_model then (count_our_model - count_comparison_model)\n -- fail the test if they are the same number\n when count_our_model = count_comparison_model then 1\n -- pass the test if the delta is positive (i.e. return the number 0)\n else 0\n end as row_count_delta\n from counts\n\n)\n\nselect * from final\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.803294}, "macro.dbt_utils.test_mutually_exclusive_ranges": {"unique_id": "macro.dbt_utils.test_mutually_exclusive_ranges", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\generic_tests\\mutually_exclusive_ranges.sql", "original_file_path": "macros\\generic_tests\\mutually_exclusive_ranges.sql", "name": "test_mutually_exclusive_ranges", "macro_sql": "{% test mutually_exclusive_ranges(model, lower_bound_column, upper_bound_column, partition_by=None, gaps='allowed', zero_length_range_allowed=False) %}\n {{ return(adapter.dispatch('test_mutually_exclusive_ranges', 'dbt_utils')(model, lower_bound_column, upper_bound_column, partition_by, gaps, zero_length_range_allowed)) }}\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__test_mutually_exclusive_ranges"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8067248}, "macro.dbt_utils.default__test_mutually_exclusive_ranges": {"unique_id": "macro.dbt_utils.default__test_mutually_exclusive_ranges", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\generic_tests\\mutually_exclusive_ranges.sql", "original_file_path": "macros\\generic_tests\\mutually_exclusive_ranges.sql", "name": "default__test_mutually_exclusive_ranges", "macro_sql": "{% macro default__test_mutually_exclusive_ranges(model, lower_bound_column, upper_bound_column, partition_by=None, gaps='allowed', zero_length_range_allowed=False) %}\n{% if gaps == 'not_allowed' %}\n {% set allow_gaps_operator='=' %}\n {% set allow_gaps_operator_in_words='equal_to' %}\n{% elif gaps == 'allowed' %}\n {% set allow_gaps_operator='<=' %}\n {% set allow_gaps_operator_in_words='less_than_or_equal_to' %}\n{% elif gaps == 'required' %}\n {% set allow_gaps_operator='<' %}\n {% set allow_gaps_operator_in_words='less_than' %}\n{% else %}\n {{ exceptions.raise_compiler_error(\n \"`gaps` argument for mutually_exclusive_ranges test must be one of ['not_allowed', 'allowed', 'required'] Got: '\" ~ gaps ~\"'.'\"\n ) }}\n{% endif %}\n{% if not zero_length_range_allowed %}\n {% set allow_zero_length_operator='<' %}\n {% set allow_zero_length_operator_in_words='less_than' %}\n{% elif zero_length_range_allowed %}\n {% set allow_zero_length_operator='<=' %}\n {% set allow_zero_length_operator_in_words='less_than_or_equal_to' %}\n{% else %}\n {{ exceptions.raise_compiler_error(\n \"`zero_length_range_allowed` argument for mutually_exclusive_ranges test must be one of [true, false] Got: '\" ~ zero_length_range_allowed ~\"'.'\"\n ) }}\n{% endif %}\n\n{% set partition_clause=\"partition by \" ~ partition_by if partition_by else '' %}\n\nwith window_functions as (\n\n select\n {% if partition_by %}\n {{ partition_by }} as partition_by_col,\n {% endif %}\n {{ lower_bound_column }} as lower_bound,\n {{ upper_bound_column }} as upper_bound,\n\n lead({{ lower_bound_column }}) over (\n {{ partition_clause }}\n order by {{ lower_bound_column }}\n ) as next_lower_bound,\n\n row_number() over (\n {{ partition_clause }}\n order by {{ lower_bound_column }} desc\n ) = 1 as is_last_record\n\n from {{ model }}\n\n),\n\ncalc as (\n -- We want to return records where one of our assumptions fails, so we'll use\n -- the `not` function with `and` statements so we can write our assumptions nore cleanly\n select\n *,\n\n -- For each record: lower_bound should be < upper_bound.\n -- Coalesce it to return an error on the null case (implicit assumption\n -- these columns are not_null)\n coalesce(\n lower_bound {{ allow_zero_length_operator }} upper_bound,\n false\n ) as lower_bound_{{ allow_zero_length_operator_in_words }}_upper_bound,\n\n -- For each record: upper_bound {{ allow_gaps_operator }} the next lower_bound.\n -- Coalesce it to handle null cases for the last record.\n coalesce(\n upper_bound {{ allow_gaps_operator }} next_lower_bound,\n is_last_record,\n false\n ) as upper_bound_{{ allow_gaps_operator_in_words }}_next_lower_bound\n\n from window_functions\n\n),\n\nvalidation_errors as (\n\n select\n *\n from calc\n\n where not(\n -- THE FOLLOWING SHOULD BE TRUE --\n lower_bound_{{ allow_zero_length_operator_in_words }}_upper_bound\n and upper_bound_{{ allow_gaps_operator_in_words }}_next_lower_bound\n )\n)\n\nselect * from validation_errors\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.809722}, "macro.dbt_utils.test_not_accepted_values": {"unique_id": "macro.dbt_utils.test_not_accepted_values", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\generic_tests\\not_accepted_values.sql", "original_file_path": "macros\\generic_tests\\not_accepted_values.sql", "name": "test_not_accepted_values", "macro_sql": "{% test not_accepted_values(model, column_name, values, quote=True) %}\n {{ return(adapter.dispatch('test_not_accepted_values', 'dbt_utils')(model, column_name, values, quote)) }}\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__test_not_accepted_values"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8106716}, "macro.dbt_utils.default__test_not_accepted_values": {"unique_id": "macro.dbt_utils.default__test_not_accepted_values", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\generic_tests\\not_accepted_values.sql", "original_file_path": "macros\\generic_tests\\not_accepted_values.sql", "name": "default__test_not_accepted_values", "macro_sql": "{% macro default__test_not_accepted_values(model, column_name, values, quote=True) %}\nwith all_values as (\n\n select distinct\n {{ column_name }} as value_field\n\n from {{ model }}\n\n),\n\nvalidation_errors as (\n\n select\n value_field\n\n from all_values\n where value_field in (\n {% for value in values -%}\n {% if quote -%}\n '{{ value }}'\n {%- else -%}\n {{ value }}\n {%- endif -%}\n {%- if not loop.last -%},{%- endif %}\n {%- endfor %}\n )\n\n)\n\nselect *\nfrom validation_errors\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8118923}, "macro.dbt_utils.test_not_constant": {"unique_id": "macro.dbt_utils.test_not_constant", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\generic_tests\\not_constant.sql", "original_file_path": "macros\\generic_tests\\not_constant.sql", "name": "test_not_constant", "macro_sql": "{% test not_constant(model, column_name) %}\n {{ return(adapter.dispatch('test_not_constant', 'dbt_utils')(model, column_name)) }}\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__test_not_constant"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8120198}, "macro.dbt_utils.default__test_not_constant": {"unique_id": "macro.dbt_utils.default__test_not_constant", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\generic_tests\\not_constant.sql", "original_file_path": "macros\\generic_tests\\not_constant.sql", "name": "default__test_not_constant", "macro_sql": "{% macro default__test_not_constant(model, column_name) %}\n\n\nselect\n {# In TSQL, subquery aggregate columns need aliases #}\n {# thus: a filler col name, 'filler_column' #}\n count(distinct {{ column_name }}) as filler_column\n\nfrom {{ model }}\n\nhaving count(distinct {{ column_name }}) = 1\n\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8120198}, "macro.dbt_utils.test_not_null_proportion": {"unique_id": "macro.dbt_utils.test_not_null_proportion", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\generic_tests\\not_null_proportion.sql", "original_file_path": "macros\\generic_tests\\not_null_proportion.sql", "name": "test_not_null_proportion", "macro_sql": "{% macro test_not_null_proportion(model) %}\n {{ return(adapter.dispatch('test_not_null_proportion', 'dbt_utils')(model, **kwargs)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__test_not_null_proportion"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8131113}, "macro.dbt_utils.default__test_not_null_proportion": {"unique_id": "macro.dbt_utils.default__test_not_null_proportion", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\generic_tests\\not_null_proportion.sql", "original_file_path": "macros\\generic_tests\\not_null_proportion.sql", "name": "default__test_not_null_proportion", "macro_sql": "{% macro default__test_not_null_proportion(model) %}\n\n{% set column_name = kwargs.get('column_name', kwargs.get('arg')) %}\n{% set at_least = kwargs.get('at_least', kwargs.get('arg')) %}\n{% set at_most = kwargs.get('at_most', kwargs.get('arg', 1)) %}\n\nwith validation as (\n select\n sum(case when {{ column_name }} is null then 0 else 1 end) / cast(count(*) as numeric) as not_null_proportion\n from {{ model }}\n),\nvalidation_errors as (\n select\n not_null_proportion\n from validation\n where not_null_proportion < {{ at_least }} or not_null_proportion > {{ at_most }}\n)\nselect\n *\nfrom validation_errors\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8141153}, "macro.dbt_utils.test_recency": {"unique_id": "macro.dbt_utils.test_recency", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\generic_tests\\recency.sql", "original_file_path": "macros\\generic_tests\\recency.sql", "name": "test_recency", "macro_sql": "{% test recency(model, field, datepart, interval) %}\n {{ return(adapter.dispatch('test_recency', 'dbt_utils')(model, field, datepart, interval)) }}\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__test_recency"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8151052}, "macro.dbt_utils.default__test_recency": {"unique_id": "macro.dbt_utils.default__test_recency", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\generic_tests\\recency.sql", "original_file_path": "macros\\generic_tests\\recency.sql", "name": "default__test_recency", "macro_sql": "{% macro default__test_recency(model, field, datepart, interval) %}\n\n{% set threshold = dbt_utils.dateadd(datepart, interval * -1, dbt_utils.current_timestamp()) %}\n\nwith recency as (\n\n select max({{field}}) as most_recent\n from {{ model }}\n\n)\n\nselect\n\n most_recent,\n {{ threshold }} as threshold\n\nfrom recency\nwhere most_recent < {{ threshold }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.dateadd", "macro.dbt_utils.current_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8161104}, "macro.dbt_utils.test_relationships_where": {"unique_id": "macro.dbt_utils.test_relationships_where", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\generic_tests\\relationships_where.sql", "original_file_path": "macros\\generic_tests\\relationships_where.sql", "name": "test_relationships_where", "macro_sql": "{% test relationships_where(model, column_name, to, field, from_condition=\"1=1\", to_condition=\"1=1\") %}\n {{ return(adapter.dispatch('test_relationships_where', 'dbt_utils')(model, column_name, to, field, from_condition, to_condition)) }}\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__test_relationships_where"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8171017}, "macro.dbt_utils.default__test_relationships_where": {"unique_id": "macro.dbt_utils.default__test_relationships_where", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\generic_tests\\relationships_where.sql", "original_file_path": "macros\\generic_tests\\relationships_where.sql", "name": "default__test_relationships_where", "macro_sql": "{% macro default__test_relationships_where(model, column_name, to, field, from_condition=\"1=1\", to_condition=\"1=1\") %}\n\n{# T-SQL has no boolean data type so we use 1=1 which returns TRUE #}\n{# ref https://stackoverflow.com/a/7170753/3842610 #}\n\nwith left_table as (\n\n select\n {{column_name}} as id\n\n from {{model}}\n\n where {{column_name}} is not null\n and {{from_condition}}\n\n),\n\nright_table as (\n\n select\n {{field}} as id\n\n from {{to}}\n\n where {{field}} is not null\n and {{to_condition}}\n\n),\n\nexceptions as (\n\n select\n left_table.id,\n right_table.id as right_id\n\n from left_table\n\n left join right_table\n on left_table.id = right_table.id\n\n where right_table.id is null\n\n)\n\nselect * from exceptions\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.818118}, "macro.dbt_utils.test_sequential_values": {"unique_id": "macro.dbt_utils.test_sequential_values", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\generic_tests\\sequential_values.sql", "original_file_path": "macros\\generic_tests\\sequential_values.sql", "name": "test_sequential_values", "macro_sql": "{% test sequential_values(model, column_name, interval=1, datepart=None) %}\n\n {{ return(adapter.dispatch('test_sequential_values', 'dbt_utils')(model, column_name, interval, datepart)) }}\n\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__test_sequential_values"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.819118}, "macro.dbt_utils.default__test_sequential_values": {"unique_id": "macro.dbt_utils.default__test_sequential_values", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\generic_tests\\sequential_values.sql", "original_file_path": "macros\\generic_tests\\sequential_values.sql", "name": "default__test_sequential_values", "macro_sql": "{% macro default__test_sequential_values(model, column_name, interval=1, datepart=None) %}\n\n{% set previous_column_name = \"previous_\" ~ dbt_utils.slugify(column_name) %}\n\nwith windowed as (\n\n select\n {{ column_name }},\n lag({{ column_name }}) over (\n order by {{ column_name }}\n ) as {{ previous_column_name }}\n from {{ model }}\n),\n\nvalidation_errors as (\n select\n *\n from windowed\n {% if datepart %}\n where not(cast({{ column_name }} as {{ dbt_utils.type_timestamp() }})= cast({{ dbt_utils.dateadd(datepart, interval, previous_column_name) }} as {{ dbt_utils.type_timestamp() }}))\n {% else %}\n where not({{ column_name }} = {{ previous_column_name }} + {{ interval }})\n {% endif %}\n)\n\nselect *\nfrom validation_errors\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.slugify", "macro.dbt_utils.type_timestamp", "macro.dbt_utils.dateadd"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8200705}, "macro.dbt_utils.test_not_null_where": {"unique_id": "macro.dbt_utils.test_not_null_where", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\generic_tests\\test_not_null_where.sql", "original_file_path": "macros\\generic_tests\\test_not_null_where.sql", "name": "test_not_null_where", "macro_sql": "{% test not_null_where(model, column_name) %}\r\n {%- set deprecation_warning = '\r\n Warning: `dbt_utils.not_null_where` is no longer supported.\r\n Starting in dbt v0.20.0, the built-in `not_null` test supports a `where` config.\r\n ' -%}\r\n {%- do exceptions.warn(deprecation_warning) -%}\r\n {{ return(adapter.dispatch('test_not_null_where', 'dbt_utils')(model, column_name)) }}\r\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__test_not_null_where"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.821022}, "macro.dbt_utils.default__test_not_null_where": {"unique_id": "macro.dbt_utils.default__test_not_null_where", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\generic_tests\\test_not_null_where.sql", "original_file_path": "macros\\generic_tests\\test_not_null_where.sql", "name": "default__test_not_null_where", "macro_sql": "{% macro default__test_not_null_where(model, column_name) %}\r\n {{ return(test_not_null(model, column_name)) }}\r\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.test_not_null"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.821022}, "macro.dbt_utils.test_unique_where": {"unique_id": "macro.dbt_utils.test_unique_where", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\generic_tests\\test_unique_where.sql", "original_file_path": "macros\\generic_tests\\test_unique_where.sql", "name": "test_unique_where", "macro_sql": "{% test unique_where(model, column_name) %}\r\n {%- set deprecation_warning = '\r\n Warning: `dbt_utils.unique_where` is no longer supported.\r\n Starting in dbt v0.20.0, the built-in `unique` test supports a `where` config.\r\n ' -%}\r\n {%- do exceptions.warn(deprecation_warning) -%}\r\n {{ return(adapter.dispatch('test_unique_where', 'dbt_utils')(model, column_name)) }}\r\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__test_unique_where"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8221326}, "macro.dbt_utils.default__test_unique_where": {"unique_id": "macro.dbt_utils.default__test_unique_where", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\generic_tests\\test_unique_where.sql", "original_file_path": "macros\\generic_tests\\test_unique_where.sql", "name": "default__test_unique_where", "macro_sql": "{% macro default__test_unique_where(model, column_name) %}\r\n {{ return(test_unique(model, column_name)) }}\r\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.test_unique"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8221326}, "macro.dbt_utils.test_unique_combination_of_columns": {"unique_id": "macro.dbt_utils.test_unique_combination_of_columns", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\generic_tests\\unique_combination_of_columns.sql", "original_file_path": "macros\\generic_tests\\unique_combination_of_columns.sql", "name": "test_unique_combination_of_columns", "macro_sql": "{% test unique_combination_of_columns(model, combination_of_columns, quote_columns=false) %}\n {{ return(adapter.dispatch('test_unique_combination_of_columns', 'dbt_utils')(model, combination_of_columns, quote_columns)) }}\n{% endtest %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__test_unique_combination_of_columns"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8240993}, "macro.dbt_utils.default__test_unique_combination_of_columns": {"unique_id": "macro.dbt_utils.default__test_unique_combination_of_columns", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\generic_tests\\unique_combination_of_columns.sql", "original_file_path": "macros\\generic_tests\\unique_combination_of_columns.sql", "name": "default__test_unique_combination_of_columns", "macro_sql": "{% macro default__test_unique_combination_of_columns(model, combination_of_columns, quote_columns=false) %}\n\n{% if not quote_columns %}\n {%- set column_list=combination_of_columns %}\n{% elif quote_columns %}\n {%- set column_list=[] %}\n {% for column in combination_of_columns -%}\n {% set column_list = column_list.append( adapter.quote(column) ) %}\n {%- endfor %}\n{% else %}\n {{ exceptions.raise_compiler_error(\n \"`quote_columns` argument for unique_combination_of_columns test must be one of [True, False] Got: '\" ~ quote ~\"'.'\"\n ) }}\n{% endif %}\n\n{%- set columns_csv=column_list | join(', ') %}\n\n\nwith validation_errors as (\n\n select\n {{ columns_csv }}\n from {{ model }}\n group by {{ columns_csv }}\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8251154}, "macro.dbt_utils.log_info": {"unique_id": "macro.dbt_utils.log_info", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\jinja_helpers\\log_info.sql", "original_file_path": "macros\\jinja_helpers\\log_info.sql", "name": "log_info", "macro_sql": "{% macro log_info(message) %}\n {{ return(adapter.dispatch('log_info', 'dbt_utils')(message)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__log_info"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8251154}, "macro.dbt_utils.default__log_info": {"unique_id": "macro.dbt_utils.default__log_info", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\jinja_helpers\\log_info.sql", "original_file_path": "macros\\jinja_helpers\\log_info.sql", "name": "default__log_info", "macro_sql": "{% macro default__log_info(message) %}\n {{ log(dbt_utils.pretty_log_format(message), info=True) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.pretty_log_format"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.826112}, "macro.dbt_utils.pretty_log_format": {"unique_id": "macro.dbt_utils.pretty_log_format", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\jinja_helpers\\pretty_log_format.sql", "original_file_path": "macros\\jinja_helpers\\pretty_log_format.sql", "name": "pretty_log_format", "macro_sql": "{% macro pretty_log_format(message) %}\n {{ return(adapter.dispatch('pretty_log_format', 'dbt_utils')(message)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__pretty_log_format"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.826112}, "macro.dbt_utils.default__pretty_log_format": {"unique_id": "macro.dbt_utils.default__pretty_log_format", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\jinja_helpers\\pretty_log_format.sql", "original_file_path": "macros\\jinja_helpers\\pretty_log_format.sql", "name": "default__pretty_log_format", "macro_sql": "{% macro default__pretty_log_format(message) %}\n {{ return( dbt_utils.pretty_time() ~ ' + ' ~ message) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.pretty_time"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8271074}, "macro.dbt_utils.pretty_time": {"unique_id": "macro.dbt_utils.pretty_time", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\jinja_helpers\\pretty_time.sql", "original_file_path": "macros\\jinja_helpers\\pretty_time.sql", "name": "pretty_time", "macro_sql": "{% macro pretty_time(format='%H:%M:%S') %}\n {{ return(adapter.dispatch('pretty_time', 'dbt_utils')(format)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__pretty_time"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8271074}, "macro.dbt_utils.default__pretty_time": {"unique_id": "macro.dbt_utils.default__pretty_time", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\jinja_helpers\\pretty_time.sql", "original_file_path": "macros\\jinja_helpers\\pretty_time.sql", "name": "default__pretty_time", "macro_sql": "{% macro default__pretty_time(format='%H:%M:%S') %}\n {{ return(modules.datetime.datetime.now().strftime(format)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8282585}, "macro.dbt_utils.slugify": {"unique_id": "macro.dbt_utils.slugify", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\jinja_helpers\\slugify.sql", "original_file_path": "macros\\jinja_helpers\\slugify.sql", "name": "slugify", "macro_sql": "{% macro slugify(string) %}\n\n{#- Lower case the string -#}\n{% set string = string | lower %}\n{#- Replace spaces and dashes with underscores -#}\n{% set string = modules.re.sub('[ -]+', '_', string) %}\n{#- Only take letters, numbers, and underscores -#}\n{% set string = modules.re.sub('[^a-z0-9_]+', '', string) %}\n\n{{ return(string) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8293574}, "macro.dbt_utils.get_period_boundaries": {"unique_id": "macro.dbt_utils.get_period_boundaries", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\materializations\\insert_by_period_materialization.sql", "original_file_path": "macros\\materializations\\insert_by_period_materialization.sql", "name": "get_period_boundaries", "macro_sql": "{% macro get_period_boundaries(target_schema, target_table, timestamp_field, start_date, stop_date, period) -%}\n {{ return(adapter.dispatch('get_period_boundaries', 'dbt_utils')(target_schema, target_table, timestamp_field, start_date, stop_date, period)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__get_period_boundaries"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.835513}, "macro.dbt_utils.default__get_period_boundaries": {"unique_id": "macro.dbt_utils.default__get_period_boundaries", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\materializations\\insert_by_period_materialization.sql", "original_file_path": "macros\\materializations\\insert_by_period_materialization.sql", "name": "default__get_period_boundaries", "macro_sql": "{% macro default__get_period_boundaries(target_schema, target_table, timestamp_field, start_date, stop_date, period) -%}\n\n {% call statement('period_boundaries', fetch_result=True) -%}\n with data as (\n select\n coalesce(max(\"{{timestamp_field}}\"), '{{start_date}}')::timestamp as start_timestamp,\n coalesce(\n {{dbt_utils.dateadd('millisecond',\n -1,\n \"nullif('\" ~ stop_date ~ \"','')::timestamp\")}},\n {{dbt_utils.current_timestamp()}}\n ) as stop_timestamp\n from \"{{target_schema}}\".\"{{target_table}}\"\n )\n\n select\n start_timestamp,\n stop_timestamp,\n {{dbt_utils.datediff('start_timestamp',\n 'stop_timestamp',\n period)}} + 1 as num_periods\n from data\n {%- endcall %}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt_utils.dateadd", "macro.dbt_utils.current_timestamp", "macro.dbt_utils.datediff"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.836638}, "macro.dbt_utils.get_period_sql": {"unique_id": "macro.dbt_utils.get_period_sql", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\materializations\\insert_by_period_materialization.sql", "original_file_path": "macros\\materializations\\insert_by_period_materialization.sql", "name": "get_period_sql", "macro_sql": "{% macro get_period_sql(target_cols_csv, sql, timestamp_field, period, start_timestamp, stop_timestamp, offset) -%}\n {{ return(adapter.dispatch('get_period_sql', 'dbt_utils')(target_cols_csv, sql, timestamp_field, period, start_timestamp, stop_timestamp, offset)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__get_period_sql"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.836638}, "macro.dbt_utils.default__get_period_sql": {"unique_id": "macro.dbt_utils.default__get_period_sql", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\materializations\\insert_by_period_materialization.sql", "original_file_path": "macros\\materializations\\insert_by_period_materialization.sql", "name": "default__get_period_sql", "macro_sql": "{% macro default__get_period_sql(target_cols_csv, sql, timestamp_field, period, start_timestamp, stop_timestamp, offset) -%}\n\n {%- set period_filter -%}\n (\"{{timestamp_field}}\" > '{{start_timestamp}}'::timestamp + interval '{{offset}} {{period}}' and\n \"{{timestamp_field}}\" <= '{{start_timestamp}}'::timestamp + interval '{{offset}} {{period}}' + interval '1 {{period}}' and\n \"{{timestamp_field}}\" < '{{stop_timestamp}}'::timestamp)\n {%- endset -%}\n\n {%- set filtered_sql = sql | replace(\"__PERIOD_FILTER__\", period_filter) -%}\n\n select\n {{target_cols_csv}}\n from (\n {{filtered_sql}}\n )\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8376255}, "macro.dbt_utils.materialization_insert_by_period_default": {"unique_id": "macro.dbt_utils.materialization_insert_by_period_default", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\materializations\\insert_by_period_materialization.sql", "original_file_path": "macros\\materializations\\insert_by_period_materialization.sql", "name": "materialization_insert_by_period_default", "macro_sql": "{% materialization insert_by_period, default -%}\n {%- set timestamp_field = config.require('timestamp_field') -%}\n {%- set start_date = config.require('start_date') -%}\n {%- set stop_date = config.get('stop_date') or '' -%}\n {%- set period = config.get('period') or 'week' -%}\n\n {%- if sql.find('__PERIOD_FILTER__') == -1 -%}\n {%- set error_message -%}\n Model '{{ model.unique_id }}' does not include the required string '__PERIOD_FILTER__' in its sql\n {%- endset -%}\n {{ exceptions.raise_compiler_error(error_message) }}\n {%- endif -%}\n\n {%- set identifier = model['name'] -%}\n\n {%- set old_relation = adapter.get_relation(database=database, schema=schema, identifier=identifier) -%}\n {%- set target_relation = api.Relation.create(identifier=identifier, schema=schema, type='table') -%}\n\n {%- set non_destructive_mode = (flags.NON_DESTRUCTIVE == True) -%}\n {%- set full_refresh_mode = (flags.FULL_REFRESH == True) -%}\n\n {%- set exists_as_table = (old_relation is not none and old_relation.is_table) -%}\n {%- set exists_not_as_table = (old_relation is not none and not old_relation.is_table) -%}\n\n {%- set should_truncate = (non_destructive_mode and full_refresh_mode and exists_as_table) -%}\n {%- set should_drop = (not should_truncate and (full_refresh_mode or exists_not_as_table)) -%}\n {%- set force_create = (flags.FULL_REFRESH and not flags.NON_DESTRUCTIVE) -%}\n\n -- setup\n {% if old_relation is none -%}\n -- noop\n {%- elif should_truncate -%}\n {{adapter.truncate_relation(old_relation)}}\n {%- elif should_drop -%}\n {{adapter.drop_relation(old_relation)}}\n {%- set old_relation = none -%}\n {%- endif %}\n\n {{run_hooks(pre_hooks, inside_transaction=False)}}\n\n -- `begin` happens here, so `commit` after it to finish the transaction\n {{run_hooks(pre_hooks, inside_transaction=True)}}\n {% call statement() -%}\n begin; -- make extra sure we've closed out the transaction\n commit;\n {%- endcall %}\n\n -- build model\n {% if force_create or old_relation is none -%}\n {# Create an empty target table -#}\n {% call statement('main') -%}\n {%- set empty_sql = sql | replace(\"__PERIOD_FILTER__\", 'false') -%}\n {{create_table_as(False, target_relation, empty_sql)}}\n {%- endcall %}\n {%- endif %}\n\n {% set _ = dbt_utils.get_period_boundaries(schema,\n identifier,\n timestamp_field,\n start_date,\n stop_date,\n period) %}\n {%- set start_timestamp = load_result('period_boundaries')['data'][0][0] | string -%}\n {%- set stop_timestamp = load_result('period_boundaries')['data'][0][1] | string -%}\n {%- set num_periods = load_result('period_boundaries')['data'][0][2] | int -%}\n\n {% set target_columns = adapter.get_columns_in_relation(target_relation) %}\n {%- set target_cols_csv = target_columns | map(attribute='quoted') | join(', ') -%}\n {%- set loop_vars = {'sum_rows_inserted': 0} -%}\n\n -- commit each period as a separate transaction\n {% for i in range(num_periods) -%}\n {%- set msg = \"Running for \" ~ period ~ \" \" ~ (i + 1) ~ \" of \" ~ (num_periods) -%}\n {{ dbt_utils.log_info(msg) }}\n\n {%- set tmp_identifier = model['name'] ~ '__dbt_incremental_period' ~ i ~ '_tmp' -%}\n {%- set tmp_relation = api.Relation.create(identifier=tmp_identifier,\n schema=schema, type='table') -%}\n {% call statement() -%}\n {% set tmp_table_sql = dbt_utils.get_period_sql(target_cols_csv,\n sql,\n timestamp_field,\n period,\n start_timestamp,\n stop_timestamp,\n i) %}\n {{dbt.create_table_as(True, tmp_relation, tmp_table_sql)}}\n {%- endcall %}\n\n {{adapter.expand_target_column_types(from_relation=tmp_relation,\n to_relation=target_relation)}}\n {%- set name = 'main-' ~ i -%}\n {% call statement(name, fetch_result=True) -%}\n insert into {{target_relation}} ({{target_cols_csv}})\n (\n select\n {{target_cols_csv}}\n from {{tmp_relation.include(schema=False)}}\n );\n {%- endcall %}\n {% set result = load_result('main-' ~ i) %}\n {% if 'response' in result.keys() %} {# added in v0.19.0 #}\n {% set rows_inserted = result['response']['rows_affected'] %}\n {% else %} {# older versions #}\n {% set rows_inserted = result['status'].split(\" \")[2] | int %}\n {% endif %}\n \n {%- set sum_rows_inserted = loop_vars['sum_rows_inserted'] + rows_inserted -%}\n {%- if loop_vars.update({'sum_rows_inserted': sum_rows_inserted}) %} {% endif -%}\n\n {%- set msg = \"Ran for \" ~ period ~ \" \" ~ (i + 1) ~ \" of \" ~ (num_periods) ~ \"; \" ~ rows_inserted ~ \" records inserted\" -%}\n {{ dbt_utils.log_info(msg) }}\n\n {%- endfor %}\n\n {% call statement() -%}\n begin;\n {%- endcall %}\n\n {{run_hooks(post_hooks, inside_transaction=True)}}\n\n {% call statement() -%}\n commit;\n {%- endcall %}\n\n {{run_hooks(post_hooks, inside_transaction=False)}}\n\n {%- set status_string = \"INSERT \" ~ loop_vars['sum_rows_inserted'] -%}\n\n {% call noop_statement('main', status_string) -%}\n -- no-op\n {%- endcall %}\n\n -- Return the relations created in this materialization\n {{ return({'relations': [target_relation]}) }} \n\n{%- endmaterialization %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.run_hooks", "macro.dbt.statement", "macro.dbt.create_table_as", "macro.dbt_utils.get_period_boundaries", "macro.dbt_utils.log_info", "macro.dbt_utils.get_period_sql", "macro.dbt.noop_statement"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8468802}, "macro.dbt_utils.get_intervals_between": {"unique_id": "macro.dbt_utils.get_intervals_between", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\date_spine.sql", "original_file_path": "macros\\sql\\date_spine.sql", "name": "get_intervals_between", "macro_sql": "{% macro get_intervals_between(start_date, end_date, datepart) -%}\n {{ return(adapter.dispatch('get_intervals_between', 'dbt_utils')(start_date, end_date, datepart)) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__get_intervals_between"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8488894}, "macro.dbt_utils.default__get_intervals_between": {"unique_id": "macro.dbt_utils.default__get_intervals_between", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\date_spine.sql", "original_file_path": "macros\\sql\\date_spine.sql", "name": "default__get_intervals_between", "macro_sql": "{% macro default__get_intervals_between(start_date, end_date, datepart) -%}\n {%- call statement('get_intervals_between', fetch_result=True) %}\n\n select {{dbt_utils.datediff(start_date, end_date, datepart)}}\n\n {%- endcall -%}\n\n {%- set value_list = load_result('get_intervals_between') -%}\n\n {%- if value_list and value_list['data'] -%}\n {%- set values = value_list['data'] | map(attribute=0) | list %}\n {{ return(values[0]) }}\n {%- else -%}\n {{ return(1) }}\n {%- endif -%}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt_utils.datediff"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8498783}, "macro.dbt_utils.date_spine": {"unique_id": "macro.dbt_utils.date_spine", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\date_spine.sql", "original_file_path": "macros\\sql\\date_spine.sql", "name": "date_spine", "macro_sql": "{% macro date_spine(datepart, start_date, end_date) %}\n {{ return(adapter.dispatch('date_spine', 'dbt_utils')(datepart, start_date, end_date)) }}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__date_spine"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8498783}, "macro.dbt_utils.default__date_spine": {"unique_id": "macro.dbt_utils.default__date_spine", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\date_spine.sql", "original_file_path": "macros\\sql\\date_spine.sql", "name": "default__date_spine", "macro_sql": "{% macro default__date_spine(datepart, start_date, end_date) %}\n\n\n{# call as follows:\n\ndate_spine(\n \"day\",\n \"to_date('01/01/2016', 'mm/dd/yyyy')\",\n \"dateadd(week, 1, current_date)\"\n) #}\n\n\nwith rawdata as (\n\n {{dbt_utils.generate_series(\n dbt_utils.get_intervals_between(start_date, end_date, datepart)\n )}}\n\n),\n\nall_periods as (\n\n select (\n {{\n dbt_utils.dateadd(\n datepart,\n \"row_number() over (order by 1) - 1\",\n start_date\n )\n }}\n ) as date_{{datepart}}\n from rawdata\n\n),\n\nfiltered as (\n\n select *\n from all_periods\n where date_{{datepart}} <= {{ end_date }}\n\n)\n\nselect * from filtered\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.generate_series", "macro.dbt_utils.get_intervals_between", "macro.dbt_utils.dateadd"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8508723}, "macro.dbt_utils.deduplicate": {"unique_id": "macro.dbt_utils.deduplicate", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\deduplicate.sql", "original_file_path": "macros\\sql\\deduplicate.sql", "name": "deduplicate", "macro_sql": "{%- macro deduplicate(relation, partition_by, order_by=none, relation_alias=none) -%}\n\n {%- set error_message_group_by -%}\nWarning: the `group_by` parameter of the `deduplicate` macro is no longer supported and will be deprecated in a future release of dbt-utils.\nUse `partition_by` instead.\nThe {{ model.package_name }}.{{ model.name }} model triggered this warning.\n {%- endset -%}\n\n {% if kwargs.get('group_by') %}\n {%- do exceptions.warn(error_message_group_by) -%}\n {%- endif -%}\n\n {%- set error_message_order_by -%}\nWarning: `order_by` as an optional parameter of the `deduplicate` macro is no longer supported and will be deprecated in a future release of dbt-utils.\nSupply a non-null value for `order_by` instead.\nThe {{ model.package_name }}.{{ model.name }} model triggered this warning.\n {%- endset -%}\n\n {% if not order_by %}\n {%- do exceptions.warn(error_message_order_by) -%}\n {%- endif -%}\n\n {%- set error_message_alias -%}\nWarning: the `relation_alias` parameter of the `deduplicate` macro is no longer supported and will be deprecated in a future release of dbt-utils.\nIf you were using `relation_alias` to point to a CTE previously then you can now pass the alias directly to `relation` instead.\nThe {{ model.package_name }}.{{ model.name }} model triggered this warning.\n {%- endset -%}\n\n {% if relation_alias %}\n {%- do exceptions.warn(error_message_alias) -%}\n {%- endif -%}\n\n {% set partition_by = partition_by or kwargs.get('group_by') %}\n {% set relation = relation_alias or relation %}\n {% set order_by = order_by or \"'1'\" %}\n\n {{ return(adapter.dispatch('deduplicate', 'dbt_utils')(relation, partition_by, order_by)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.snowflake__deduplicate"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8541255}, "macro.dbt_utils.default__deduplicate": {"unique_id": "macro.dbt_utils.default__deduplicate", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\deduplicate.sql", "original_file_path": "macros\\sql\\deduplicate.sql", "name": "default__deduplicate", "macro_sql": "\n\n{%- macro default__deduplicate(relation, partition_by, order_by) -%}\n\n with row_numbered as (\n select\n _inner.*,\n row_number() over (\n partition by {{ partition_by }}\n order by {{ order_by }}\n ) as rn\n from {{ relation }} as _inner\n )\n\n select\n distinct data.*\n from {{ relation }} as data\n {#\n -- Not all DBs will support natural joins but the ones that do include:\n -- Oracle, MySQL, SQLite, Redshift, Teradata, Materialize, Databricks\n -- Apache Spark, SingleStore, Vertica\n -- Those that do not appear to support natural joins include:\n -- SQLServer, Trino, Presto, Rockset, Athena\n #}\n natural join row_numbered\n where row_numbered.rn = 1\n\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.855135}, "macro.dbt_utils.redshift__deduplicate": {"unique_id": "macro.dbt_utils.redshift__deduplicate", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\deduplicate.sql", "original_file_path": "macros\\sql\\deduplicate.sql", "name": "redshift__deduplicate", "macro_sql": "{% macro redshift__deduplicate(relation, partition_by, order_by) -%}\n\n {{ return(dbt_utils.default__deduplicate(relation, partition_by, order_by=order_by)) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__deduplicate"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.855135}, "macro.dbt_utils.postgres__deduplicate": {"unique_id": "macro.dbt_utils.postgres__deduplicate", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\deduplicate.sql", "original_file_path": "macros\\sql\\deduplicate.sql", "name": "postgres__deduplicate", "macro_sql": "\n{%- macro postgres__deduplicate(relation, partition_by, order_by) -%}\n\n select\n distinct on ({{ partition_by }}) *\n from {{ relation }}\n order by {{ partition_by }}{{ ',' ~ order_by }}\n\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.855135}, "macro.dbt_utils.snowflake__deduplicate": {"unique_id": "macro.dbt_utils.snowflake__deduplicate", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\deduplicate.sql", "original_file_path": "macros\\sql\\deduplicate.sql", "name": "snowflake__deduplicate", "macro_sql": "\n{%- macro snowflake__deduplicate(relation, partition_by, order_by) -%}\n\n select *\n from {{ relation }}\n qualify\n row_number() over (\n partition by {{ partition_by }}\n order by {{ order_by }}\n ) = 1\n\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8561325}, "macro.dbt_utils.bigquery__deduplicate": {"unique_id": "macro.dbt_utils.bigquery__deduplicate", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\deduplicate.sql", "original_file_path": "macros\\sql\\deduplicate.sql", "name": "bigquery__deduplicate", "macro_sql": "\n{%- macro bigquery__deduplicate(relation, partition_by, order_by) -%}\n\n select unique.*\n from (\n select\n array_agg (\n original\n order by {{ order_by }}\n limit 1\n )[offset(0)] unique\n from {{ relation }} original\n group by {{ partition_by }}\n )\n\n{%- endmacro -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8561325}, "macro.dbt_utils.get_powers_of_two": {"unique_id": "macro.dbt_utils.get_powers_of_two", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\generate_series.sql", "original_file_path": "macros\\sql\\generate_series.sql", "name": "get_powers_of_two", "macro_sql": "{% macro get_powers_of_two(upper_bound) %}\n {{ return(adapter.dispatch('get_powers_of_two', 'dbt_utils')(upper_bound)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__get_powers_of_two"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.857035}, "macro.dbt_utils.default__get_powers_of_two": {"unique_id": "macro.dbt_utils.default__get_powers_of_two", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\generate_series.sql", "original_file_path": "macros\\sql\\generate_series.sql", "name": "default__get_powers_of_two", "macro_sql": "{% macro default__get_powers_of_two(upper_bound) %}\n\n {% if upper_bound <= 0 %}\n {{ exceptions.raise_compiler_error(\"upper bound must be positive\") }}\n {% endif %}\n\n {% for _ in range(1, 100) %}\n {% if upper_bound <= 2 ** loop.index %}{{ return(loop.index) }}{% endif %}\n {% endfor %}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8581274}, "macro.dbt_utils.generate_series": {"unique_id": "macro.dbt_utils.generate_series", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\generate_series.sql", "original_file_path": "macros\\sql\\generate_series.sql", "name": "generate_series", "macro_sql": "{% macro generate_series(upper_bound) %}\n {{ return(adapter.dispatch('generate_series', 'dbt_utils')(upper_bound)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__generate_series"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8581274}, "macro.dbt_utils.default__generate_series": {"unique_id": "macro.dbt_utils.default__generate_series", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\generate_series.sql", "original_file_path": "macros\\sql\\generate_series.sql", "name": "default__generate_series", "macro_sql": "{% macro default__generate_series(upper_bound) %}\n\n {% set n = dbt_utils.get_powers_of_two(upper_bound) %}\n\n with p as (\n select 0 as generated_number union all select 1\n ), unioned as (\n\n select\n\n {% for i in range(n) %}\n p{{i}}.generated_number * power(2, {{i}})\n {% if not loop.last %} + {% endif %}\n {% endfor %}\n + 1\n as generated_number\n\n from\n\n {% for i in range(n) %}\n p as p{{i}}\n {% if not loop.last %} cross join {% endif %}\n {% endfor %}\n\n )\n\n select *\n from unioned\n where generated_number <= {{upper_bound}}\n order by generated_number\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.get_powers_of_two"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8591242}, "macro.dbt_utils.get_column_values": {"unique_id": "macro.dbt_utils.get_column_values", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\get_column_values.sql", "original_file_path": "macros\\sql\\get_column_values.sql", "name": "get_column_values", "macro_sql": "{% macro get_column_values(table, column, order_by='count(*) desc', max_records=none, default=none, where=none) -%}\n {{ return(adapter.dispatch('get_column_values', 'dbt_utils')(table, column, order_by, max_records, default, where)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__get_column_values"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8611412}, "macro.dbt_utils.default__get_column_values": {"unique_id": "macro.dbt_utils.default__get_column_values", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\get_column_values.sql", "original_file_path": "macros\\sql\\get_column_values.sql", "name": "default__get_column_values", "macro_sql": "{% macro default__get_column_values(table, column, order_by='count(*) desc', max_records=none, default=none, where=none) -%}\n {#-- Prevent querying of db in parsing mode. This works because this macro does not create any new refs. #}\n {%- if not execute -%}\n {% set default = [] if not default %}\n {{ return(default) }}\n {% endif %}\n\n {%- do dbt_utils._is_ephemeral(table, 'get_column_values') -%}\n\n {# Not all relations are tables. Renaming for internal clarity without breaking functionality for anyone using named arguments #}\n {# TODO: Change the method signature in a future 0.x.0 release #}\n {%- set target_relation = table -%}\n\n {# adapter.load_relation is a convenience wrapper to avoid building a Relation when we already have one #}\n {% set relation_exists = (load_relation(target_relation)) is not none %}\n\n {%- call statement('get_column_values', fetch_result=true) %}\n\n {%- if not relation_exists and default is none -%}\n\n {{ exceptions.raise_compiler_error(\"In get_column_values(): relation \" ~ target_relation ~ \" does not exist and no default value was provided.\") }}\n\n {%- elif not relation_exists and default is not none -%}\n\n {{ log(\"Relation \" ~ target_relation ~ \" does not exist. Returning the default value: \" ~ default) }}\n\n {{ return(default) }}\n\n {%- else -%}\n\n\n select\n {{ column }} as value\n\n from {{ target_relation }}\n\n {% if where is not none %}\n where {{ where }}\n {% endif %}\n\n group by {{ column }}\n order by {{ order_by }}\n\n {% if max_records is not none %}\n limit {{ max_records }}\n {% endif %}\n\n {% endif %}\n\n {%- endcall -%}\n\n {%- set value_list = load_result('get_column_values') -%}\n\n {%- if value_list and value_list['data'] -%}\n {%- set values = value_list['data'] | map(attribute=0) | list %}\n {{ return(values) }}\n {%- else -%}\n {{ return(default) }}\n {%- endif -%}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils._is_ephemeral", "macro.dbt.load_relation", "macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8641193}, "macro.dbt_utils.get_filtered_columns_in_relation": {"unique_id": "macro.dbt_utils.get_filtered_columns_in_relation", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\get_filtered_columns_in_relation.sql", "original_file_path": "macros\\sql\\get_filtered_columns_in_relation.sql", "name": "get_filtered_columns_in_relation", "macro_sql": "{% macro get_filtered_columns_in_relation(from, except=[]) -%}\n {{ return(adapter.dispatch('get_filtered_columns_in_relation', 'dbt_utils')(from, except)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__get_filtered_columns_in_relation"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8650684}, "macro.dbt_utils.default__get_filtered_columns_in_relation": {"unique_id": "macro.dbt_utils.default__get_filtered_columns_in_relation", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\get_filtered_columns_in_relation.sql", "original_file_path": "macros\\sql\\get_filtered_columns_in_relation.sql", "name": "default__get_filtered_columns_in_relation", "macro_sql": "{% macro default__get_filtered_columns_in_relation(from, except=[]) -%}\n {%- do dbt_utils._is_relation(from, 'get_filtered_columns_in_relation') -%}\n {%- do dbt_utils._is_ephemeral(from, 'get_filtered_columns_in_relation') -%}\n\n {# -- Prevent querying of db in parsing mode. This works because this macro does not create any new refs. #}\n {%- if not execute -%}\n {{ return('') }}\n {% endif %}\n\n {%- set include_cols = [] %}\n {%- set cols = adapter.get_columns_in_relation(from) -%}\n {%- set except = except | map(\"lower\") | list %}\n {%- for col in cols -%}\n {%- if col.column|lower not in except -%}\n {% do include_cols.append(col.column) %}\n {%- endif %}\n {%- endfor %}\n\n {{ return(include_cols) }}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils._is_relation", "macro.dbt_utils._is_ephemeral"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8661115}, "macro.dbt_utils.get_query_results_as_dict": {"unique_id": "macro.dbt_utils.get_query_results_as_dict", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\get_query_results_as_dict.sql", "original_file_path": "macros\\sql\\get_query_results_as_dict.sql", "name": "get_query_results_as_dict", "macro_sql": "{% macro get_query_results_as_dict(query) %}\n {{ return(adapter.dispatch('get_query_results_as_dict', 'dbt_utils')(query)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__get_query_results_as_dict"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8671246}, "macro.dbt_utils.default__get_query_results_as_dict": {"unique_id": "macro.dbt_utils.default__get_query_results_as_dict", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\get_query_results_as_dict.sql", "original_file_path": "macros\\sql\\get_query_results_as_dict.sql", "name": "default__get_query_results_as_dict", "macro_sql": "{% macro default__get_query_results_as_dict(query) %}\n\n{# This macro returns a dictionary of the form {column_name: (tuple_of_results)} #}\n\n {%- call statement('get_query_results', fetch_result=True,auto_begin=false) -%}\n\n {{ query }}\n\n {%- endcall -%}\n\n {% set sql_results={} %}\n\n {%- if execute -%}\n {% set sql_results_table = load_result('get_query_results').table.columns %}\n {% for column_name, column in sql_results_table.items() %}\n {% do sql_results.update({column_name: column.values()}) %}\n {% endfor %}\n {%- endif -%}\n\n {{ return(sql_results) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8682725}, "macro.dbt_utils.get_relations_by_pattern": {"unique_id": "macro.dbt_utils.get_relations_by_pattern", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\get_relations_by_pattern.sql", "original_file_path": "macros\\sql\\get_relations_by_pattern.sql", "name": "get_relations_by_pattern", "macro_sql": "{% macro get_relations_by_pattern(schema_pattern, table_pattern, exclude='', database=target.database) %}\n {{ return(adapter.dispatch('get_relations_by_pattern', 'dbt_utils')(schema_pattern, table_pattern, exclude, database)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__get_relations_by_pattern"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8693264}, "macro.dbt_utils.default__get_relations_by_pattern": {"unique_id": "macro.dbt_utils.default__get_relations_by_pattern", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\get_relations_by_pattern.sql", "original_file_path": "macros\\sql\\get_relations_by_pattern.sql", "name": "default__get_relations_by_pattern", "macro_sql": "{% macro default__get_relations_by_pattern(schema_pattern, table_pattern, exclude='', database=target.database) %}\n\n {%- call statement('get_tables', fetch_result=True) %}\n\n {{ dbt_utils.get_tables_by_pattern_sql(schema_pattern, table_pattern, exclude, database) }}\n\n {%- endcall -%}\n\n {%- set table_list = load_result('get_tables') -%}\n\n {%- if table_list and table_list['table'] -%}\n {%- set tbl_relations = [] -%}\n {%- for row in table_list['table'] -%}\n {%- set tbl_relation = api.Relation.create(\n database=database,\n schema=row.table_schema,\n identifier=row.table_name,\n type=row.table_type\n ) -%}\n {%- do tbl_relations.append(tbl_relation) -%}\n {%- endfor -%}\n\n {{ return(tbl_relations) }}\n {%- else -%}\n {{ return([]) }}\n {%- endif -%}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt_utils.get_tables_by_pattern_sql"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.871384}, "macro.dbt_utils.get_relations_by_prefix": {"unique_id": "macro.dbt_utils.get_relations_by_prefix", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\get_relations_by_prefix.sql", "original_file_path": "macros\\sql\\get_relations_by_prefix.sql", "name": "get_relations_by_prefix", "macro_sql": "{% macro get_relations_by_prefix(schema, prefix, exclude='', database=target.database) %}\n {{ return(adapter.dispatch('get_relations_by_prefix', 'dbt_utils')(schema, prefix, exclude, database)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__get_relations_by_prefix"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8723857}, "macro.dbt_utils.default__get_relations_by_prefix": {"unique_id": "macro.dbt_utils.default__get_relations_by_prefix", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\get_relations_by_prefix.sql", "original_file_path": "macros\\sql\\get_relations_by_prefix.sql", "name": "default__get_relations_by_prefix", "macro_sql": "{% macro default__get_relations_by_prefix(schema, prefix, exclude='', database=target.database) %}\n\n {%- call statement('get_tables', fetch_result=True) %}\n\n {{ dbt_utils.get_tables_by_prefix_sql(schema, prefix, exclude, database) }}\n\n {%- endcall -%}\n\n {%- set table_list = load_result('get_tables') -%}\n\n {%- if table_list and table_list['table'] -%}\n {%- set tbl_relations = [] -%}\n {%- for row in table_list['table'] -%}\n {%- set tbl_relation = api.Relation.create(\n database=database,\n schema=row.table_schema,\n identifier=row.table_name,\n type=row.table_type\n ) -%}\n {%- do tbl_relations.append(tbl_relation) -%}\n {%- endfor -%}\n\n {{ return(tbl_relations) }}\n {%- else -%}\n {{ return([]) }}\n {%- endif -%}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt_utils.get_tables_by_prefix_sql"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.873393}, "macro.dbt_utils.get_tables_by_pattern_sql": {"unique_id": "macro.dbt_utils.get_tables_by_pattern_sql", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\get_tables_by_pattern_sql.sql", "original_file_path": "macros\\sql\\get_tables_by_pattern_sql.sql", "name": "get_tables_by_pattern_sql", "macro_sql": "{% macro get_tables_by_pattern_sql(schema_pattern, table_pattern, exclude='', database=target.database) %}\n {{ return(adapter.dispatch('get_tables_by_pattern_sql', 'dbt_utils')\n (schema_pattern, table_pattern, exclude, database)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__get_tables_by_pattern_sql"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.875527}, "macro.dbt_utils.default__get_tables_by_pattern_sql": {"unique_id": "macro.dbt_utils.default__get_tables_by_pattern_sql", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\get_tables_by_pattern_sql.sql", "original_file_path": "macros\\sql\\get_tables_by_pattern_sql.sql", "name": "default__get_tables_by_pattern_sql", "macro_sql": "{% macro default__get_tables_by_pattern_sql(schema_pattern, table_pattern, exclude='', database=target.database) %}\n\n select distinct\n table_schema as \"table_schema\",\n table_name as \"table_name\",\n {{ dbt_utils.get_table_types_sql() }}\n from {{ database }}.information_schema.tables\n where table_schema ilike '{{ schema_pattern }}'\n and table_name ilike '{{ table_pattern }}'\n and table_name not ilike '{{ exclude }}'\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.get_table_types_sql"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.876627}, "macro.dbt_utils.bigquery__get_tables_by_pattern_sql": {"unique_id": "macro.dbt_utils.bigquery__get_tables_by_pattern_sql", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\get_tables_by_pattern_sql.sql", "original_file_path": "macros\\sql\\get_tables_by_pattern_sql.sql", "name": "bigquery__get_tables_by_pattern_sql", "macro_sql": "{% macro bigquery__get_tables_by_pattern_sql(schema_pattern, table_pattern, exclude='', database=target.database) %}\n\n {% if '%' in schema_pattern %}\n {% set schemata=dbt_utils._bigquery__get_matching_schemata(schema_pattern, database) %}\n {% else %}\n {% set schemata=[schema_pattern] %}\n {% endif %}\n\n {% set sql %}\n {% for schema in schemata %}\n select distinct\n table_schema,\n table_name,\n {{ dbt_utils.get_table_types_sql() }}\n\n from {{ adapter.quote(database) }}.{{ schema }}.INFORMATION_SCHEMA.TABLES\n where lower(table_name) like lower ('{{ table_pattern }}')\n and lower(table_name) not like lower ('{{ exclude }}')\n\n {% if not loop.last %} union all {% endif %}\n\n {% endfor %}\n {% endset %}\n\n {{ return(sql) }}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils._bigquery__get_matching_schemata", "macro.dbt_utils.get_table_types_sql"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8776364}, "macro.dbt_utils._bigquery__get_matching_schemata": {"unique_id": "macro.dbt_utils._bigquery__get_matching_schemata", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\get_tables_by_pattern_sql.sql", "original_file_path": "macros\\sql\\get_tables_by_pattern_sql.sql", "name": "_bigquery__get_matching_schemata", "macro_sql": "{% macro _bigquery__get_matching_schemata(schema_pattern, database) %}\n {% if execute %}\n\n {% set sql %}\n select schema_name from {{ adapter.quote(database) }}.INFORMATION_SCHEMA.SCHEMATA\n where lower(schema_name) like lower('{{ schema_pattern }}')\n {% endset %}\n\n {% set results=run_query(sql) %}\n\n {% set schemata=results.columns['schema_name'].values() %}\n\n {{ return(schemata) }}\n\n {% else %}\n\n {{ return([]) }}\n\n {% endif %}\n\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.878631}, "macro.dbt_utils.get_tables_by_prefix_sql": {"unique_id": "macro.dbt_utils.get_tables_by_prefix_sql", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\get_tables_by_prefix_sql.sql", "original_file_path": "macros\\sql\\get_tables_by_prefix_sql.sql", "name": "get_tables_by_prefix_sql", "macro_sql": "{% macro get_tables_by_prefix_sql(schema, prefix, exclude='', database=target.database) %}\n {{ return(adapter.dispatch('get_tables_by_prefix_sql', 'dbt_utils')(schema, prefix, exclude, database)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__get_tables_by_prefix_sql"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8796306}, "macro.dbt_utils.default__get_tables_by_prefix_sql": {"unique_id": "macro.dbt_utils.default__get_tables_by_prefix_sql", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\get_tables_by_prefix_sql.sql", "original_file_path": "macros\\sql\\get_tables_by_prefix_sql.sql", "name": "default__get_tables_by_prefix_sql", "macro_sql": "{% macro default__get_tables_by_prefix_sql(schema, prefix, exclude='', database=target.database) %}\n\n {{ dbt_utils.get_tables_by_pattern_sql(\n schema_pattern = schema,\n table_pattern = prefix ~ '%',\n exclude = exclude,\n database = database\n ) }}\n \n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.get_tables_by_pattern_sql"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8806407}, "macro.dbt_utils.get_table_types_sql": {"unique_id": "macro.dbt_utils.get_table_types_sql", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\get_table_types_sql.sql", "original_file_path": "macros\\sql\\get_table_types_sql.sql", "name": "get_table_types_sql", "macro_sql": "{%- macro get_table_types_sql() -%}\n {{ return(adapter.dispatch('get_table_types_sql', 'dbt_utils')()) }}\n{%- endmacro -%}\n\n", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__get_table_types_sql"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8806407}, "macro.dbt_utils.default__get_table_types_sql": {"unique_id": "macro.dbt_utils.default__get_table_types_sql", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\get_table_types_sql.sql", "original_file_path": "macros\\sql\\get_table_types_sql.sql", "name": "default__get_table_types_sql", "macro_sql": "{% macro default__get_table_types_sql() %}\n case table_type\n when 'BASE TABLE' then 'table'\n when 'EXTERNAL TABLE' then 'external'\n when 'MATERIALIZED VIEW' then 'materializedview'\n else lower(table_type)\n end as \"table_type\"\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8816497}, "macro.dbt_utils.postgres__get_table_types_sql": {"unique_id": "macro.dbt_utils.postgres__get_table_types_sql", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\get_table_types_sql.sql", "original_file_path": "macros\\sql\\get_table_types_sql.sql", "name": "postgres__get_table_types_sql", "macro_sql": "{% macro postgres__get_table_types_sql() %}\n case table_type\n when 'BASE TABLE' then 'table'\n when 'FOREIGN' then 'external'\n when 'MATERIALIZED VIEW' then 'materializedview'\n else lower(table_type)\n end as \"table_type\"\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8816497}, "macro.dbt_utils.bigquery__get_table_types_sql": {"unique_id": "macro.dbt_utils.bigquery__get_table_types_sql", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\get_table_types_sql.sql", "original_file_path": "macros\\sql\\get_table_types_sql.sql", "name": "bigquery__get_table_types_sql", "macro_sql": "{% macro bigquery__get_table_types_sql() %}\n case table_type\n when 'BASE TABLE' then 'table'\n when 'EXTERNAL TABLE' then 'external'\n when 'MATERIALIZED VIEW' then 'materializedview'\n else lower(table_type)\n end as `table_type`\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8816497}, "macro.dbt_utils.group_by": {"unique_id": "macro.dbt_utils.group_by", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\groupby.sql", "original_file_path": "macros\\sql\\groupby.sql", "name": "group_by", "macro_sql": "{%- macro group_by(n) -%}\n {{ return(adapter.dispatch('group_by', 'dbt_utils')(n)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__group_by"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8826315}, "macro.dbt_utils.default__group_by": {"unique_id": "macro.dbt_utils.default__group_by", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\groupby.sql", "original_file_path": "macros\\sql\\groupby.sql", "name": "default__group_by", "macro_sql": "\n\n{%- macro default__group_by(n) -%}\n\n group by {% for i in range(1, n + 1) -%}\n {{ i }}{{ ',' if not loop.last }} \n {%- endfor -%}\n\n{%- endmacro -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8826315}, "macro.dbt_utils.degrees_to_radians": {"unique_id": "macro.dbt_utils.degrees_to_radians", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\haversine_distance.sql", "original_file_path": "macros\\sql\\haversine_distance.sql", "name": "degrees_to_radians", "macro_sql": "{% macro degrees_to_radians(degrees) -%}\n acos(-1) * {{degrees}} / 180\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8846927}, "macro.dbt_utils.haversine_distance": {"unique_id": "macro.dbt_utils.haversine_distance", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\haversine_distance.sql", "original_file_path": "macros\\sql\\haversine_distance.sql", "name": "haversine_distance", "macro_sql": "{% macro haversine_distance(lat1, lon1, lat2, lon2, unit='mi') -%}\n {{ return(adapter.dispatch('haversine_distance', 'dbt_utils')(lat1,lon1,lat2,lon2,unit)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__haversine_distance"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8846927}, "macro.dbt_utils.default__haversine_distance": {"unique_id": "macro.dbt_utils.default__haversine_distance", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\haversine_distance.sql", "original_file_path": "macros\\sql\\haversine_distance.sql", "name": "default__haversine_distance", "macro_sql": "{% macro default__haversine_distance(lat1, lon1, lat2, lon2, unit='mi') -%}\n{%- if unit == 'mi' %}\n {% set conversion_rate = 1 %}\n{% elif unit == 'km' %}\n {% set conversion_rate = 1.60934 %}\n{% else %}\n {{ exceptions.raise_compiler_error(\"unit input must be one of 'mi' or 'km'. Got \" ~ unit) }}\n{% endif %}\n\n 2 * 3961 * asin(sqrt(power((sin(radians(({{ lat2 }} - {{ lat1 }}) / 2))), 2) +\n cos(radians({{lat1}})) * cos(radians({{lat2}})) *\n power((sin(radians(({{ lon2 }} - {{ lon1 }}) / 2))), 2))) * {{ conversion_rate }}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8856976}, "macro.dbt_utils.bigquery__haversine_distance": {"unique_id": "macro.dbt_utils.bigquery__haversine_distance", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\haversine_distance.sql", "original_file_path": "macros\\sql\\haversine_distance.sql", "name": "bigquery__haversine_distance", "macro_sql": "{% macro bigquery__haversine_distance(lat1, lon1, lat2, lon2, unit='mi') -%}\n{% set radians_lat1 = dbt_utils.degrees_to_radians(lat1) %}\n{% set radians_lat2 = dbt_utils.degrees_to_radians(lat2) %}\n{% set radians_lon1 = dbt_utils.degrees_to_radians(lon1) %}\n{% set radians_lon2 = dbt_utils.degrees_to_radians(lon2) %}\n{%- if unit == 'mi' %}\n {% set conversion_rate = 1 %}\n{% elif unit == 'km' %}\n {% set conversion_rate = 1.60934 %}\n{% else %}\n {{ exceptions.raise_compiler_error(\"unit input must be one of 'mi' or 'km'. Got \" ~ unit) }}\n{% endif %}\n 2 * 3961 * asin(sqrt(power(sin(({{ radians_lat2 }} - {{ radians_lat1 }}) / 2), 2) +\n cos({{ radians_lat1 }}) * cos({{ radians_lat2 }}) *\n power(sin(({{ radians_lon2 }} - {{ radians_lon1 }}) / 2), 2))) * {{ conversion_rate }}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.degrees_to_radians"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8876905}, "macro.dbt_utils.nullcheck": {"unique_id": "macro.dbt_utils.nullcheck", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\nullcheck.sql", "original_file_path": "macros\\sql\\nullcheck.sql", "name": "nullcheck", "macro_sql": "{% macro nullcheck(cols) %}\n {{ return(adapter.dispatch('nullcheck', 'dbt_utils')(cols)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__nullcheck"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8887017}, "macro.dbt_utils.default__nullcheck": {"unique_id": "macro.dbt_utils.default__nullcheck", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\nullcheck.sql", "original_file_path": "macros\\sql\\nullcheck.sql", "name": "default__nullcheck", "macro_sql": "{% macro default__nullcheck(cols) %}\n{%- for col in cols %}\n\n {% if col.is_string() -%}\n\n nullif({{col.name}},'') as {{col.name}}\n\n {%- else -%}\n\n {{col.name}}\n\n {%- endif -%}\n\n{%- if not loop.last -%} , {%- endif -%}\n\n{%- endfor -%}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8887017}, "macro.dbt_utils.nullcheck_table": {"unique_id": "macro.dbt_utils.nullcheck_table", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\nullcheck_table.sql", "original_file_path": "macros\\sql\\nullcheck_table.sql", "name": "nullcheck_table", "macro_sql": "{% macro nullcheck_table(relation) %}\n {{ return(adapter.dispatch('nullcheck_table', 'dbt_utils')(relation)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__nullcheck_table"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8896108}, "macro.dbt_utils.default__nullcheck_table": {"unique_id": "macro.dbt_utils.default__nullcheck_table", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\nullcheck_table.sql", "original_file_path": "macros\\sql\\nullcheck_table.sql", "name": "default__nullcheck_table", "macro_sql": "{% macro default__nullcheck_table(relation) %}\n\n {%- do dbt_utils._is_relation(relation, 'nullcheck_table') -%}\n {%- do dbt_utils._is_ephemeral(relation, 'nullcheck_table') -%}\n {% set cols = adapter.get_columns_in_relation(relation) %}\n\n select {{ dbt_utils.nullcheck(cols) }}\n from {{relation}}\n\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils._is_relation", "macro.dbt_utils._is_ephemeral", "macro.dbt_utils.nullcheck"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8906956}, "macro.dbt_utils.pivot": {"unique_id": "macro.dbt_utils.pivot", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\pivot.sql", "original_file_path": "macros\\sql\\pivot.sql", "name": "pivot", "macro_sql": "{% macro pivot(column,\n values,\n alias=True,\n agg='sum',\n cmp='=',\n prefix='',\n suffix='',\n then_value=1,\n else_value=0,\n quote_identifiers=True,\n distinct=False) %}\n {{ return(adapter.dispatch('pivot', 'dbt_utils')(column, values, alias, agg, cmp, prefix, suffix, then_value, else_value, quote_identifiers, distinct)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__pivot"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8919702}, "macro.dbt_utils.default__pivot": {"unique_id": "macro.dbt_utils.default__pivot", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\pivot.sql", "original_file_path": "macros\\sql\\pivot.sql", "name": "default__pivot", "macro_sql": "{% macro default__pivot(column,\n values,\n alias=True,\n agg='sum',\n cmp='=',\n prefix='',\n suffix='',\n then_value=1,\n else_value=0,\n quote_identifiers=True,\n distinct=False) %}\n {% for value in values %}\n {{ agg }}(\n {% if distinct %} distinct {% endif %}\n case\n when {{ column }} {{ cmp }} '{{ dbt_utils.escape_single_quotes(value) }}'\n then {{ then_value }}\n else {{ else_value }}\n end\n )\n {% if alias %}\n {% if quote_identifiers %}\n as {{ adapter.quote(prefix ~ value ~ suffix) }}\n {% else %}\n as {{ dbt_utils.slugify(prefix ~ value ~ suffix) }}\n {% endif %}\n {% endif %}\n {% if not loop.last %},{% endif %}\n {% endfor %}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.escape_single_quotes", "macro.dbt_utils.slugify"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8940644}, "macro.dbt_utils.safe_add": {"unique_id": "macro.dbt_utils.safe_add", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\safe_add.sql", "original_file_path": "macros\\sql\\safe_add.sql", "name": "safe_add", "macro_sql": "{%- macro safe_add() -%}\n {# needed for safe_add to allow for non-keyword arguments see SO post #}\n {# https://stackoverflow.com/questions/13944751/args-kwargs-in-jinja2-macros #}\n {% set frustrating_jinja_feature = varargs %}\n {{ return(adapter.dispatch('safe_add', 'dbt_utils')(*varargs)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__safe_add"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8940644}, "macro.dbt_utils.default__safe_add": {"unique_id": "macro.dbt_utils.default__safe_add", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\safe_add.sql", "original_file_path": "macros\\sql\\safe_add.sql", "name": "default__safe_add", "macro_sql": "\n\n{%- macro default__safe_add() -%}\n\n{% set fields = [] %}\n\n{%- for field in varargs -%}\n\n {% do fields.append(\"coalesce(\" ~ field ~ \", 0)\") %}\n\n{%- endfor -%}\n\n{{ fields|join(' +\\n ') }}\n\n{%- endmacro -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8950498}, "macro.dbt_utils.star": {"unique_id": "macro.dbt_utils.star", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\star.sql", "original_file_path": "macros\\sql\\star.sql", "name": "star", "macro_sql": "{% macro star(from, relation_alias=False, except=[], prefix='', suffix='') -%}\n {{ return(adapter.dispatch('star', 'dbt_utils')(from, relation_alias, except, prefix, suffix)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__star"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8960648}, "macro.dbt_utils.default__star": {"unique_id": "macro.dbt_utils.default__star", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\star.sql", "original_file_path": "macros\\sql\\star.sql", "name": "default__star", "macro_sql": "{% macro default__star(from, relation_alias=False, except=[], prefix='', suffix='') -%}\n {%- do dbt_utils._is_relation(from, 'star') -%}\n {%- do dbt_utils._is_ephemeral(from, 'star') -%}\n\n {#-- Prevent querying of db in parsing mode. This works because this macro does not create any new refs. #}\n {%- if not execute -%}\n {{ return('*') }}\n {% endif %}\n\n {% set cols = dbt_utils.get_filtered_columns_in_relation(from, except) %}\n\n {%- if cols|length <= 0 -%}\n {{- return('*') -}}\n {%- else -%}\n {%- for col in cols %}\n {%- if relation_alias %}{{ relation_alias }}.{% else %}{%- endif -%}{{ adapter.quote(col)|trim }} {%- if prefix!='' or suffix!='' %} as {{ adapter.quote(prefix ~ col ~ suffix)|trim }} {%- endif -%}\n {%- if not loop.last %},{{ '\\n ' }}{% endif %}\n {%- endfor -%}\n {% endif %}\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils._is_relation", "macro.dbt_utils._is_ephemeral", "macro.dbt_utils.get_filtered_columns_in_relation"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8980706}, "macro.dbt_utils.surrogate_key": {"unique_id": "macro.dbt_utils.surrogate_key", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\surrogate_key.sql", "original_file_path": "macros\\sql\\surrogate_key.sql", "name": "surrogate_key", "macro_sql": "{%- macro surrogate_key(field_list) -%}\n {# needed for safe_add to allow for non-keyword arguments see SO post #}\n {# https://stackoverflow.com/questions/13944751/args-kwargs-in-jinja2-macros #}\n {% set frustrating_jinja_feature = varargs %}\n {{ return(adapter.dispatch('surrogate_key', 'dbt_utils')(field_list, *varargs)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__surrogate_key"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.8989985}, "macro.dbt_utils.default__surrogate_key": {"unique_id": "macro.dbt_utils.default__surrogate_key", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\surrogate_key.sql", "original_file_path": "macros\\sql\\surrogate_key.sql", "name": "default__surrogate_key", "macro_sql": "\n\n{%- macro default__surrogate_key(field_list) -%}\n\n{%- if varargs|length >= 1 or field_list is string %}\n\n{%- set error_message = '\nWarning: the `surrogate_key` macro now takes a single list argument instead of \\\nmultiple string arguments. Support for multiple string arguments will be \\\ndeprecated in a future release of dbt-utils. The {}.{} model triggered this warning. \\\n'.format(model.package_name, model.name) -%}\n\n{%- do exceptions.warn(error_message) -%}\n\n{# first argument is not included in varargs, so add first element to field_list_xf #}\n{%- set field_list_xf = [field_list] -%}\n\n{%- for field in varargs %}\n{%- set _ = field_list_xf.append(field) -%}\n{%- endfor -%}\n\n{%- else -%}\n\n{# if using list, just set field_list_xf as field_list #}\n{%- set field_list_xf = field_list -%}\n\n{%- endif -%}\n\n\n{%- set fields = [] -%}\n\n{%- for field in field_list_xf -%}\n\n {%- set _ = fields.append(\n \"coalesce(cast(\" ~ field ~ \" as \" ~ dbt_utils.type_string() ~ \"), '')\"\n ) -%}\n\n {%- if not loop.last %}\n {%- set _ = fields.append(\"'-'\") -%}\n {%- endif -%}\n\n{%- endfor -%}\n\n{{dbt_utils.hash(dbt_utils.concat(fields))}}\n\n{%- endmacro -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.type_string", "macro.dbt_utils.hash", "macro.dbt_utils.concat"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.901057}, "macro.dbt_utils.union_relations": {"unique_id": "macro.dbt_utils.union_relations", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\union.sql", "original_file_path": "macros\\sql\\union.sql", "name": "union_relations", "macro_sql": "{%- macro union_relations(relations, column_override=none, include=[], exclude=[], source_column_name='_dbt_source_relation', where=none) -%}\n {{ return(adapter.dispatch('union_relations', 'dbt_utils')(relations, column_override, include, exclude, source_column_name, where)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__union_relations"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.9040697}, "macro.dbt_utils.default__union_relations": {"unique_id": "macro.dbt_utils.default__union_relations", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\union.sql", "original_file_path": "macros\\sql\\union.sql", "name": "default__union_relations", "macro_sql": "\n\n{%- macro default__union_relations(relations, column_override=none, include=[], exclude=[], source_column_name='_dbt_source_relation', where=none) -%}\n\n {%- if exclude and include -%}\n {{ exceptions.raise_compiler_error(\"Both an exclude and include list were provided to the `union` macro. Only one is allowed\") }}\n {%- endif -%}\n\n {#-- Prevent querying of db in parsing mode. This works because this macro does not create any new refs. -#}\n {%- if not execute %}\n {{ return('') }}\n {% endif -%}\n\n {%- set column_override = column_override if column_override is not none else {} -%}\n\n {%- set relation_columns = {} -%}\n {%- set column_superset = {} -%}\n\n {%- for relation in relations -%}\n\n {%- do relation_columns.update({relation: []}) -%}\n\n {%- do dbt_utils._is_relation(relation, 'union_relations') -%}\n {%- do dbt_utils._is_ephemeral(relation, 'union_relations') -%}\n {%- set cols = adapter.get_columns_in_relation(relation) -%}\n {%- for col in cols -%}\n\n {#- If an exclude list was provided and the column is in the list, do nothing -#}\n {%- if exclude and col.column in exclude -%}\n\n {#- If an include list was provided and the column is not in the list, do nothing -#}\n {%- elif include and col.column not in include -%}\n\n {#- Otherwise add the column to the column superset -#}\n {%- else -%}\n\n {#- update the list of columns in this relation -#}\n {%- do relation_columns[relation].append(col.column) -%}\n\n {%- if col.column in column_superset -%}\n\n {%- set stored = column_superset[col.column] -%}\n {%- if col.is_string() and stored.is_string() and col.string_size() > stored.string_size() -%}\n\n {%- do column_superset.update({col.column: col}) -%}\n\n {%- endif %}\n\n {%- else -%}\n\n {%- do column_superset.update({col.column: col}) -%}\n\n {%- endif -%}\n\n {%- endif -%}\n\n {%- endfor -%}\n {%- endfor -%}\n\n {%- set ordered_column_names = column_superset.keys() -%}\n {%- set dbt_command = flags.WHICH -%}\n\n\n {% if dbt_command in ['run', 'build'] %}\n {% if (include | length > 0 or exclude | length > 0) and not column_superset.keys() %}\n {%- set relations_string -%}\n {%- for relation in relations -%}\n {{ relation.name }}\n {%- if not loop.last %}, {% endif -%}\n {%- endfor -%}\n {%- endset -%}\n\n {%- set error_message -%}\n There were no columns found to union for relations {{ relations_string }}\n {%- endset -%}\n\n {{ exceptions.raise_compiler_error(error_message) }}\n {%- endif -%}\n {%- endif -%}\n\n {%- for relation in relations %}\n\n (\n select\n\n cast({{ dbt_utils.string_literal(relation) }} as {{ dbt_utils.type_string() }}) as {{ source_column_name }},\n {% for col_name in ordered_column_names -%}\n\n {%- set col = column_superset[col_name] %}\n {%- set col_type = column_override.get(col.column, col.data_type) %}\n {%- set col_name = adapter.quote(col_name) if col_name in relation_columns[relation] else 'null' %}\n cast({{ col_name }} as {{ col_type }}) as {{ col.quoted }} {% if not loop.last %},{% endif -%}\n\n {%- endfor %}\n\n from {{ relation }}\n\n {% if where -%}\n where {{ where }}\n {%- endif %}\n )\n\n {% if not loop.last -%}\n union all\n {% endif -%}\n\n {%- endfor -%}\n\n{%- endmacro -%}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils._is_relation", "macro.dbt_utils._is_ephemeral", "macro.dbt_utils.string_literal", "macro.dbt_utils.type_string"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.9094653}, "macro.dbt_utils.unpivot": {"unique_id": "macro.dbt_utils.unpivot", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\unpivot.sql", "original_file_path": "macros\\sql\\unpivot.sql", "name": "unpivot", "macro_sql": "{% macro unpivot(relation=none, cast_to='varchar', exclude=none, remove=none, field_name='field_name', value_name='value', table=none) -%}\n {{ return(adapter.dispatch('unpivot', 'dbt_utils')(relation, cast_to, exclude, remove, field_name, value_name, table)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__unpivot"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.9124672}, "macro.dbt_utils.default__unpivot": {"unique_id": "macro.dbt_utils.default__unpivot", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\sql\\unpivot.sql", "original_file_path": "macros\\sql\\unpivot.sql", "name": "default__unpivot", "macro_sql": "{% macro default__unpivot(relation=none, cast_to='varchar', exclude=none, remove=none, field_name='field_name', value_name='value', table=none) -%}\n\n {% if table %}\n {%- set error_message = '\n Warning: the `unpivot` macro no longer accepts a `table` parameter. \\\n This parameter will be deprecated in a future release of dbt-utils. Use the `relation` parameter instead. \\\n The {}.{} model triggered this warning. \\\n '.format(model.package_name, model.name) -%}\n {%- do exceptions.warn(error_message) -%}\n {% endif %}\n\n {% if relation and table %}\n {{ exceptions.raise_compiler_error(\"Error: both the `relation` and `table` parameters were provided to `unpivot` macro. Choose one only (we recommend `relation`).\") }}\n {% elif not relation and table %}\n {% set relation=table %}\n {% elif not relation and not table %}\n {{ exceptions.raise_compiler_error(\"Error: argument `relation` is required for `unpivot` macro.\") }}\n {% endif %}\n\n {%- set exclude = exclude if exclude is not none else [] %}\n {%- set remove = remove if remove is not none else [] %}\n\n {%- set include_cols = [] %}\n\n {%- set table_columns = {} %}\n\n {%- do table_columns.update({relation: []}) %}\n\n {%- do dbt_utils._is_relation(relation, 'unpivot') -%}\n {%- do dbt_utils._is_ephemeral(relation, 'unpivot') -%}\n {%- set cols = adapter.get_columns_in_relation(relation) %}\n\n {%- for col in cols -%}\n {%- if col.column.lower() not in remove|map('lower') and col.column.lower() not in exclude|map('lower') -%}\n {% do include_cols.append(col) %}\n {%- endif %}\n {%- endfor %}\n\n\n {%- for col in include_cols -%}\n select\n {%- for exclude_col in exclude %}\n {{ exclude_col }},\n {%- endfor %}\n\n cast('{{ col.column }}' as {{ dbt_utils.type_string() }}) as {{ field_name }},\n cast( {% if col.data_type == 'boolean' %}\n {{ dbt_utils.cast_bool_to_text(col.column) }}\n {% else %}\n {{ col.column }}\n {% endif %}\n as {{ cast_to }}) as {{ value_name }}\n\n from {{ relation }}\n\n {% if not loop.last -%}\n union all\n {% endif -%}\n {%- endfor -%}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils._is_relation", "macro.dbt_utils._is_ephemeral", "macro.dbt_utils.type_string", "macro.dbt_utils.cast_bool_to_text"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.9157796}, "macro.dbt_utils.get_url_host": {"unique_id": "macro.dbt_utils.get_url_host", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\web\\get_url_host.sql", "original_file_path": "macros\\web\\get_url_host.sql", "name": "get_url_host", "macro_sql": "{% macro get_url_host(field) -%}\n {{ return(adapter.dispatch('get_url_host', 'dbt_utils')(field)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__get_url_host"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.9168713}, "macro.dbt_utils.default__get_url_host": {"unique_id": "macro.dbt_utils.default__get_url_host", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\web\\get_url_host.sql", "original_file_path": "macros\\web\\get_url_host.sql", "name": "default__get_url_host", "macro_sql": "{% macro default__get_url_host(field) -%}\n\n{%- set parsed =\n dbt_utils.split_part(\n dbt_utils.split_part(\n dbt_utils.replace(\n dbt_utils.replace(\n dbt_utils.replace(field, \"'android-app://'\", \"''\"\n ), \"'http://'\", \"''\"\n ), \"'https://'\", \"''\"\n ), \"'/'\", 1\n ), \"'?'\", 1\n )\n\n-%}\n\n\n {{ dbt_utils.safe_cast(\n parsed,\n dbt_utils.type_string()\n )}}\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.split_part", "macro.dbt_utils.replace", "macro.dbt_utils.safe_cast", "macro.dbt_utils.type_string"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.9178672}, "macro.dbt_utils.get_url_parameter": {"unique_id": "macro.dbt_utils.get_url_parameter", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\web\\get_url_parameter.sql", "original_file_path": "macros\\web\\get_url_parameter.sql", "name": "get_url_parameter", "macro_sql": "{% macro get_url_parameter(field, url_parameter) -%}\n {{ return(adapter.dispatch('get_url_parameter', 'dbt_utils')(field, url_parameter)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__get_url_parameter"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.918784}, "macro.dbt_utils.default__get_url_parameter": {"unique_id": "macro.dbt_utils.default__get_url_parameter", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\web\\get_url_parameter.sql", "original_file_path": "macros\\web\\get_url_parameter.sql", "name": "default__get_url_parameter", "macro_sql": "{% macro default__get_url_parameter(field, url_parameter) -%}\n\n{%- set formatted_url_parameter = \"'\" + url_parameter + \"='\" -%}\n\n{%- set split = dbt_utils.split_part(dbt_utils.split_part(field, formatted_url_parameter, 2), \"'&'\", 1) -%}\n\nnullif({{ split }},'')\n\n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.split_part"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.918784}, "macro.dbt_utils.get_url_path": {"unique_id": "macro.dbt_utils.get_url_path", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\web\\get_url_path.sql", "original_file_path": "macros\\web\\get_url_path.sql", "name": "get_url_path", "macro_sql": "{% macro get_url_path(field) -%}\n {{ return(adapter.dispatch('get_url_path', 'dbt_utils')(field)) }}\n{% endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.default__get_url_path"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.9198585}, "macro.dbt_utils.default__get_url_path": {"unique_id": "macro.dbt_utils.default__get_url_path", "package_name": "dbt_utils", "root_path": "C:\\Users\\jessi\\git\\osmosis-models\\dbt_packages\\dbt_utils", "path": "macros\\web\\get_url_path.sql", "original_file_path": "macros\\web\\get_url_path.sql", "name": "default__get_url_path", "macro_sql": "{% macro default__get_url_path(field) -%}\n\n {%- set stripped_url = \n dbt_utils.replace(\n dbt_utils.replace(field, \"'http://'\", \"''\"), \"'https://'\", \"''\")\n -%}\n\n {%- set first_slash_pos -%}\n coalesce(\n nullif({{dbt_utils.position(\"'/'\", stripped_url)}}, 0),\n {{dbt_utils.position(\"'?'\", stripped_url)}} - 1\n )\n {%- endset -%}\n\n {%- set parsed_path =\n dbt_utils.split_part(\n dbt_utils.right(\n stripped_url, \n dbt_utils.length(stripped_url) ~ \"-\" ~ first_slash_pos\n ), \n \"'?'\", 1\n )\n -%}\n\n {{ dbt_utils.safe_cast(\n parsed_path,\n dbt_utils.type_string()\n )}}\n \n{%- endmacro %}", "resource_type": "macro", "tags": [], "depends_on": {"macros": ["macro.dbt_utils.replace", "macro.dbt_utils.position", "macro.dbt_utils.split_part", "macro.dbt_utils.right", "macro.dbt_utils.length", "macro.dbt_utils.safe_cast", "macro.dbt_utils.type_string"]}, "description": "", "meta": {}, "docs": {"show": true}, "patch_path": null, "arguments": [], "created_at": 1670432238.9208786}}, "docs": {"osmosis_models.action": {"unique_id": "osmosis_models.action", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\action.md", "original_file_path": "models\\descriptions\\action.md", "name": "action", "block_contents": "<<<<<<< HEAD\r\nTells what action is happening in the transaction. I.E. is the user adding or removing liquidity to the pool. \r\n=======\r\nThe action taken in the msg group. For staking this includes delegate, undelegate, redelegate, withdraw_rewards.\r\n>>>>>>> main"}, "osmosis_models.address": {"unique_id": "osmosis_models.address", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\address.md", "original_file_path": "models\\descriptions\\address.md", "name": "address", "block_contents": "Address unique to an individual wallet, validator, or token."}, "osmosis_models.amount": {"unique_id": "osmosis_models.amount", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\amount.md", "original_file_path": "models\\descriptions\\amount.md", "name": "amount", "block_contents": "The amount that was used in the transaction message."}, "osmosis_models.amount_sent": {"unique_id": "osmosis_models.amount_sent", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\amount_sent.md", "original_file_path": "models\\descriptions\\amount_sent.md", "name": "amount_sent", "block_contents": "The amount that the user sent in a transfer."}, "osmosis_models.auth_info": {"unique_id": "osmosis_models.auth_info", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\auth_info.md", "original_file_path": "models\\descriptions\\auth_info.md", "name": "auth_info", "block_contents": "The top level auth information for the transaction"}, "osmosis_models.blockchain": {"unique_id": "osmosis_models.blockchain", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\blockchain.md", "original_file_path": "models\\descriptions\\blockchain.md", "name": "blockchain", "block_contents": "In this table, always Osmosis. Used to join to cross-chain tables."}, "osmosis_models.block_id": {"unique_id": "osmosis_models.block_id", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\block_id.md", "original_file_path": "models\\descriptions\\block_id.md", "name": "block_id", "block_contents": "The block height the block was recorded at."}, "osmosis_models.block_timestamp": {"unique_id": "osmosis_models.block_timestamp", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\block_timestamp.md", "original_file_path": "models\\descriptions\\block_timestamp.md", "name": "block_timestamp", "block_contents": "The date and time at which the block began."}, "osmosis_models.chain_id": {"unique_id": "osmosis_models.chain_id", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\chain_id.md", "original_file_path": "models\\descriptions\\chain_id.md", "name": "chain_id", "block_contents": "The name and version of the blockchain."}, "osmosis_models.codespace": {"unique_id": "osmosis_models.codespace", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\codespace.md", "original_file_path": "models\\descriptions\\codespace.md", "name": "codespace", "block_contents": "Namespace for the code."}, "osmosis_models.completion_time": {"unique_id": "osmosis_models.completion_time", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\completion_time.md", "original_file_path": "models\\descriptions\\completion_time.md", "name": "completion_time", "block_contents": "The time at which the undelegate or redelegate staking action is completed."}, "osmosis_models.creator": {"unique_id": "osmosis_models.creator", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\creator.md", "original_file_path": "models\\descriptions\\creator.md", "name": "creator", "block_contents": "Name of the label creator - for now, this will always be \"Flipside.\""}, "osmosis_models.currency": {"unique_id": "osmosis_models.currency", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\currency.md", "original_file_path": "models\\descriptions\\currency.md", "name": "currency", "block_contents": "The currency that was used in the transaction message."}, "osmosis_models.decimal": {"unique_id": "osmosis_models.decimal", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\decimal.md", "original_file_path": "models\\descriptions\\decimal.md", "name": "decimal", "block_contents": "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."}, "osmosis_models.delegator_address": {"unique_id": "osmosis_models.delegator_address", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\delegator_address.md", "original_file_path": "models\\descriptions\\delegator_address.md", "name": "delegator_address", "block_contents": "The wallet address of the individual who owns the delegated asset."}, "osmosis_models.depositor": {"unique_id": "osmosis_models.depositor", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\depositor.md", "original_file_path": "models\\descriptions\\depositor.md", "name": "depositor", "block_contents": "The wallet address of the individual who deposited funds into the proposal. At least 500 OSMO must be deposited into a proposal after it is submitted for it to go to vote."}, "osmosis_models.fee": {"unique_id": "osmosis_models.fee", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\fee.md", "original_file_path": "models\\descriptions\\fee.md", "name": "fee", "block_contents": "The fee is paid by the initiator of the transaction. Fee = gas * gas price and is given in micro-OSMO."}, "osmosis_models.from_amount": {"unique_id": "osmosis_models.from_amount", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\from_amount.md", "original_file_path": "models\\descriptions\\from_amount.md", "name": "from_amount", "block_contents": "The amount that the user sent to be swapped for another currency."}, "osmosis_models.from_currency": {"unique_id": "osmosis_models.from_currency", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\from_currency.md", "original_file_path": "models\\descriptions\\from_currency.md", "name": "from_currency", "block_contents": "The currency that the user sent to be swapped for another currency."}, "osmosis_models.from_decimal": {"unique_id": "osmosis_models.from_decimal", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\from_decimal.md", "original_file_path": "models\\descriptions\\from_decimal.md", "name": "from_decimal", "block_contents": "Divide the swap_from_amount by POW(10, swap_from_decimal) to get the amount the user swapped."}, "osmosis_models.gas_used": {"unique_id": "osmosis_models.gas_used", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\gas_used.md", "original_file_path": "models\\descriptions\\gas_used.md", "name": "gas_used", "block_contents": "The amount of gas consumed by the transaction."}, "osmosis_models.gas_wanted": {"unique_id": "osmosis_models.gas_wanted", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\gas_wanted.md", "original_file_path": "models\\descriptions\\gas_wanted.md", "name": "gas_wanted", "block_contents": "Amount of gas requested for a transaction. It is provided by users when the transaction is generated."}, "osmosis_models.ingested_at": {"unique_id": "osmosis_models.ingested_at", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\ingested_at.md", "original_file_path": "models\\descriptions\\ingested_at.md", "name": "ingested_at", "block_contents": "The time the block was sent to the Flipside database."}, "osmosis_models.inserted_timestamp": {"unique_id": "osmosis_models.inserted_timestamp", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\inserted_timestamp.md", "original_file_path": "models\\descriptions\\inserted_timestamp.md", "name": "inserted_timestamp", "block_contents": "The time the block was inserted into to the Flipside database."}, "osmosis_models.is_superfluid": {"unique_id": "osmosis_models.is_superfluid", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\is_superfluid.md", "original_file_path": "models\\descriptions\\is_superfluid.md", "name": "is_superfluid", "block_contents": "The length of time the LP toke takes to unlock"}, "osmosis_models.label": {"unique_id": "osmosis_models.label", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\label.md", "original_file_path": "models\\descriptions\\label.md", "name": "label", "block_contents": "The label or name of the address."}, "osmosis_models.label_subtype": {"unique_id": "osmosis_models.label_subtype", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\label_subtype.md", "original_file_path": "models\\descriptions\\label_subtype.md", "name": "label_subtype", "block_contents": "Adds more detail to the label type."}, "osmosis_models.label_type": {"unique_id": "osmosis_models.label_type", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\label_type.md", "original_file_path": "models\\descriptions\\label_type.md", "name": "label_type", "block_contents": "A broad category that describes what a label is representing."}, "osmosis_models.liquidity_provider_address": {"unique_id": "osmosis_models.liquidity_provider_address", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\liquidity_provider_address.md", "original_file_path": "models\\descriptions\\liquidity_provider_address.md", "name": "liquidity_provider_address", "block_contents": "The address of user that provided or removed liquidity from the pool."}, "osmosis_models.locker_address": {"unique_id": "osmosis_models.locker_address", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\locker_address.md", "original_file_path": "models\\descriptions\\locker_address.md", "name": "locker_address", "block_contents": "The address of user that performed an action related to locked lp tokens"}, "osmosis_models.lock_duration": {"unique_id": "osmosis_models.lock_duration", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\lock_duration.md", "original_file_path": "models\\descriptions\\lock_duration.md", "name": "lock_duration", "block_contents": "The length of time the LP toke takes to unlock"}, "osmosis_models.lock_id": {"unique_id": "osmosis_models.lock_id", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\lock_id.md", "original_file_path": "models\\descriptions\\lock_id.md", "name": "lock_id", "block_contents": "The unique id related to the specifc address, pool, and lock duration"}, "osmosis_models.msg_action": {"unique_id": "osmosis_models.msg_action", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\msg_action.md", "original_file_path": "models\\descriptions\\msg_action.md", "name": "msg_action", "block_contents": "The attribute value when the message type = 'mesage' and the attribute key = 'action'"}, "osmosis_models.msg_action_description": {"unique_id": "osmosis_models.msg_action_description", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\msg_action_description.md", "original_file_path": "models\\descriptions\\msg_action_description.md", "name": "msg_action_description", "block_contents": "A user friendly description of what action occured"}, "osmosis_models.msg_group": {"unique_id": "osmosis_models.msg_group", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\msg_group.md", "original_file_path": "models\\descriptions\\msg_group.md", "name": "msg_group", "block_contents": "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)"}, "osmosis_models.msg_index": {"unique_id": "osmosis_models.msg_index", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\msg_index.md", "original_file_path": "models\\descriptions\\msg_index.md", "name": "msg_index", "block_contents": "Short for \"message index,\" the position in which messages occur in a transaction."}, "osmosis_models.msg_sub_group": {"unique_id": "osmosis_models.msg_sub_group", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\msg_sub_group.md", "original_file_path": "models\\descriptions\\msg_sub_group.md", "name": "msg_sub_group", "block_contents": "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)"}, "osmosis_models.msg_type": {"unique_id": "osmosis_models.msg_type", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\msg_type.md", "original_file_path": "models\\descriptions\\msg_type.md", "name": "msg_type", "block_contents": "A string containing information about the type of message occurring."}, "osmosis_models.pool_assets": {"unique_id": "osmosis_models.pool_assets", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\pool_assets.md", "original_file_path": "models\\descriptions\\pool_assets.md", "name": "pool_assets", "block_contents": "List of 2 or more asset addresses belonging to the pool"}, "osmosis_models.pool_id": {"unique_id": "osmosis_models.pool_id", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\pool_id.md", "original_file_path": "models\\descriptions\\pool_id.md", "name": "pool_id", "block_contents": "Identifier for the pool within the module"}, "osmosis_models.pool_module": {"unique_id": "osmosis_models.pool_module", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\pool_module.md", "original_file_path": "models\\descriptions\\pool_module.md", "name": "pool_module", "block_contents": "Module used to create liquidity pool"}, "osmosis_models.project_name": {"unique_id": "osmosis_models.project_name", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\project_name.md", "original_file_path": "models\\descriptions\\project_name.md", "name": "project_name", "block_contents": "The name of the project the label belongs to."}, "osmosis_models.proposal_id": {"unique_id": "osmosis_models.proposal_id", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\proposal_id.md", "original_file_path": "models\\descriptions\\proposal_id.md", "name": "proposal_id", "block_contents": "Numeric ID that corresponds to the proposal."}, "osmosis_models.proposal_type": {"unique_id": "osmosis_models.proposal_type", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\proposal_type.md", "original_file_path": "models\\descriptions\\proposal_type.md", "name": "proposal_type", "block_contents": "The type of proposal that was submitted."}, "osmosis_models.proposer": {"unique_id": "osmosis_models.proposer", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\proposer.md", "original_file_path": "models\\descriptions\\proposer.md", "name": "proposer", "block_contents": "The address of the validator that submitted the proposal."}, "osmosis_models.proposer_address": {"unique_id": "osmosis_models.proposer_address", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\proposer_address.md", "original_file_path": "models\\descriptions\\proposer_address.md", "name": "proposer_address", "block_contents": "The address of the validator that proposed the block."}, "osmosis_models.raw_metadata": {"unique_id": "osmosis_models.raw_metadata", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\raw_metadata.md", "original_file_path": "models\\descriptions\\raw_metadata.md", "name": "raw_metadata", "block_contents": "Additional details about the validator or token in json format."}, "osmosis_models.receiver": {"unique_id": "osmosis_models.receiver", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\receiver.md", "original_file_path": "models\\descriptions\\receiver.md", "name": "receiver", "block_contents": "The wallet address of the individual received tokens in the transfer."}, "osmosis_models.redelegate_source_validator_address": {"unique_id": "osmosis_models.redelegate_source_validator_address", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\redelegate_source_validator_address.md", "original_file_path": "models\\descriptions\\redelegate_source_validator_address.md", "name": "redelegate_source_validator_address", "block_contents": "The wallet address of the source alidator in a redelegation staking action."}, "osmosis_models.sender": {"unique_id": "osmosis_models.sender", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\sender.md", "original_file_path": "models\\descriptions\\sender.md", "name": "sender", "block_contents": "The wallet address of the individual sent tokens in the transfer."}, "osmosis_models.silver_msg_group": {"unique_id": "osmosis_models.silver_msg_group", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\silver_msg_group.md", "original_file_path": "models\\descriptions\\silver_msg_group.md", "name": "silver_msg_group", "block_contents": "Numeric value grouping different messages together to represent a single action. NULL group means messages are related to the header (overall transaction)"}, "osmosis_models.to_amount": {"unique_id": "osmosis_models.to_amount", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\to_amount.md", "original_file_path": "models\\descriptions\\to_amount.md", "name": "to_amount", "block_contents": "The amount that the user sent to be swapped for another currency."}, "osmosis_models.to_currency": {"unique_id": "osmosis_models.to_currency", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\to_currency.md", "original_file_path": "models\\descriptions\\to_currency.md", "name": "to_currency", "block_contents": "The currency that the user sent to be swapped for another currency."}, "osmosis_models.to_decimal": {"unique_id": "osmosis_models.to_decimal", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\to_decimal.md", "original_file_path": "models\\descriptions\\to_decimal.md", "name": "to_decimal", "block_contents": "Divide the swap_to_amount by POW(10, swap_to_decimal) to get the amount the user received."}, "osmosis_models.trader": {"unique_id": "osmosis_models.trader", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\trader.md", "original_file_path": "models\\descriptions\\trader.md", "name": "trader", "block_contents": "The wallet address of the individual who initiated the swap."}, "osmosis_models.transfer_type": {"unique_id": "osmosis_models.transfer_type", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\transfer_type.md", "original_file_path": "models\\descriptions\\transfer_type.md", "name": "transfer_type", "block_contents": "Details on the type of transfer occurring during the transaction. \"IBC_Transfer_In\" = depositing tokens onto Osmosis. \"IBC_transfer_out\" = withdrawing tokens from Osmosis. \"Osmosis\" = wallet to wallet transfer on Osmosis."}, "osmosis_models.tx_body": {"unique_id": "osmosis_models.tx_body", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\tx_body.md", "original_file_path": "models\\descriptions\\tx_body.md", "name": "tx_body", "block_contents": "The top level transaction body for the transaction"}, "osmosis_models.tx_caller_address": {"unique_id": "osmosis_models.tx_caller_address", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\tx_caller_address.md", "original_file_path": "models\\descriptions\\tx_caller_address.md", "name": "tx_caller_address", "block_contents": "The wallet address of the individual who initiated the transaction."}, "osmosis_models.tx_code": {"unique_id": "osmosis_models.tx_code", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\tx_code.md", "original_file_path": "models\\descriptions\\tx_code.md", "name": "tx_code", "block_contents": "A number that corresponds to various error codes. When \"0\", the transaction is successful. Non-zero numbers signify different types of transaction failures."}, "osmosis_models.tx_count": {"unique_id": "osmosis_models.tx_count", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\tx_count.md", "original_file_path": "models\\descriptions\\tx_count.md", "name": "tx_count", "block_contents": "The number of transactions that occurred during a block."}, "osmosis_models.tx_from": {"unique_id": "osmosis_models.tx_from", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\tx_from.md", "original_file_path": "models\\descriptions\\tx_from.md", "name": "tx_from", "block_contents": "The wallet address of the individual who initiated the transaction"}, "osmosis_models.tx_id": {"unique_id": "osmosis_models.tx_id", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\tx_id.md", "original_file_path": "models\\descriptions\\tx_id.md", "name": "tx_id", "block_contents": "A unique key that identifies a transaction. Called \"TxHash\" on block explorers."}, "osmosis_models.tx_status": {"unique_id": "osmosis_models.tx_status", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\tx_status.md", "original_file_path": "models\\descriptions\\tx_status.md", "name": "tx_status", "block_contents": "Transaction status is \"SUCCEEDED\" if the transaction went through, \"FALSE\" if the transaction failed."}, "osmosis_models.unlock_time": {"unique_id": "osmosis_models.unlock_time", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\unlock_time.md", "original_file_path": "models\\descriptions\\unlock_time.md", "name": "unlock_time", "block_contents": "When the LP token is fully unlocked and liquid again"}, "osmosis_models.unpool_new_lock_ids": {"unique_id": "osmosis_models.unpool_new_lock_ids", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\unpool_new_lock_ids.md", "original_file_path": "models\\descriptions\\unpool_new_lock_ids.md", "name": "unpool_new_lock_ids", "block_contents": "The new lock ids generated when a lp position is unpooled"}, "osmosis_models.validator_address": {"unique_id": "osmosis_models.validator_address", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\validator_address.md", "original_file_path": "models\\descriptions\\validator_address.md", "name": "validator_address", "block_contents": "The wallet address of the validator related to the staking action."}, "osmosis_models.validator_hash": {"unique_id": "osmosis_models.validator_hash", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\validator_hash.md", "original_file_path": "models\\descriptions\\validator_hash.md", "name": "validator_hash", "block_contents": "The root hash of the new validator set."}, "osmosis_models.voter": {"unique_id": "osmosis_models.voter", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\voter.md", "original_file_path": "models\\descriptions\\voter.md", "name": "voter", "block_contents": "Address of the delegator that voted on the proposal."}, "osmosis_models.vote_option": {"unique_id": "osmosis_models.vote_option", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\vote_option.md", "original_file_path": "models\\descriptions\\vote_option.md", "name": "vote_option", "block_contents": "How the delegator voted on the proposal."}, "osmosis_models.vote_weight": {"unique_id": "osmosis_models.vote_weight", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "descriptions\\vote_weight.md", "original_file_path": "models\\descriptions\\vote_weight.md", "name": "vote_weight", "block_contents": "Denotes what portion of a user's stake is put toward the voting option. If \"1\", 100% of the voter's voting power is put toward the selected option."}, "dbt.__overview__": {"unique_id": "dbt.__overview__", "package_name": "dbt", "root_path": "C:\\Python310\\lib\\site-packages\\dbt\\include\\global_project", "path": "overview.md", "original_file_path": "docs\\overview.md", "name": "__overview__", "block_contents": "### Welcome!\n\nWelcome to the auto-generated documentation for your dbt project!\n\n### Navigation\n\nYou can use the `Project` and `Database` navigation tabs on the left side of the window to explore the models\nin your project.\n\n#### Project Tab\nThe `Project` tab mirrors the directory structure of your dbt project. In this tab, you can see all of the\nmodels defined in your dbt project, as well as models imported from dbt packages.\n\n#### Database Tab\nThe `Database` tab also exposes your models, but in a format that looks more like a database explorer. This view\nshows relations (tables and views) grouped into database schemas. Note that ephemeral models are _not_ shown\nin this interface, as they do not exist in the database.\n\n### Graph Exploration\nYou can click the blue icon on the bottom-right corner of the page to view the lineage graph of your models.\n\nOn model pages, you'll see the immediate parents and children of the model you're exploring. By clicking the `Expand`\nbutton at the top-right of this lineage pane, you'll be able to see all of the models that are used to build,\nor are built from, the model you're exploring.\n\nOnce expanded, you'll be able to use the `--select` and `--exclude` model selection syntax to filter the\nmodels in the graph. For more information on model selection, check out the [dbt docs](https://docs.getdbt.com/docs/model-selection-syntax).\n\nNote that you can also right-click on models to interactively filter and explore the graph.\n\n---\n\n### More information\n\n- [What is dbt](https://docs.getdbt.com/docs/introduction)?\n- Read the [dbt viewpoint](https://docs.getdbt.com/docs/viewpoint)\n- [Installation](https://docs.getdbt.com/docs/installation)\n- Join the [dbt Community](https://www.getdbt.com/community/) for questions and discussion"}}, "exposures": {}, "metrics": {}, "selectors": {}, "disabled": {"test.osmosis_models.not_null_silver__prices_TOTAL_SUPPLY.2cf2d2ca97": [{"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}{{ config(enabled=False) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "TOTAL_SUPPLY", "model": "{{ get_where_subquery(ref('silver__prices')) }}"}, "namespace": null}, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null"], "nodes": []}, "config": {"enabled": false, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__prices_TOTAL_SUPPLY"], "unique_id": "test.osmosis_models.not_null_silver__prices_TOTAL_SUPPLY.2cf2d2ca97", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__prices_TOTAL_SUPPLY.sql", "original_file_path": "models\\silver\\silver__prices.yml", "name": "not_null_silver__prices_TOTAL_SUPPLY", "alias": "prices_TOTAL_SUPPLY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__prices"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "enabled": false}, "created_at": 1670432241.5918388, "config_call_dict": {"enabled": false}, "column_name": "TOTAL_SUPPLY", "file_key_name": "models.silver__prices"}, {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}{{ config(enabled=False) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "TOTAL_SUPPLY", "model": "{{ get_where_subquery(ref('silver__prices')) }}"}, "namespace": null}, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null"], "nodes": []}, "config": {"enabled": false, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__prices_TOTAL_SUPPLY"], "unique_id": "test.osmosis_models.not_null_silver__prices_TOTAL_SUPPLY.2cf2d2ca97", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__prices_TOTAL_SUPPLY.sql", "original_file_path": "models\\silver\\silver__prices.yml", "name": "not_null_silver__prices_TOTAL_SUPPLY", "alias": "prices_TOTAL_SUPPLY", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__prices"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "enabled": false}, "created_at": 1670433257.2655723, "config_call_dict": {"enabled": false}, "column_name": "TOTAL_SUPPLY", "file_key_name": "models.silver__prices"}], "test.osmosis_models.not_null_silver__prices_VOLUME_24H.2b7f640dde": [{"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}{{ config(enabled=False) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "VOLUME_24H", "model": "{{ get_where_subquery(ref('silver__prices')) }}"}, "namespace": null}, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null"], "nodes": []}, "config": {"enabled": false, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__prices_VOLUME_24H"], "unique_id": "test.osmosis_models.not_null_silver__prices_VOLUME_24H.2b7f640dde", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__prices_VOLUME_24H.sql", "original_file_path": "models\\silver\\silver__prices.yml", "name": "not_null_silver__prices_VOLUME_24H", "alias": "prices_VOLUME_24H", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__prices"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "enabled": false}, "created_at": 1670432241.5928624, "config_call_dict": {"enabled": false}, "column_name": "VOLUME_24H", "file_key_name": "models.silver__prices"}, {"raw_sql": "{{ test_not_null(**_dbt_generic_test_kwargs) }}{{ config(enabled=False) }}", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "VOLUME_24H", "model": "{{ get_where_subquery(ref('silver__prices')) }}"}, "namespace": null}, "resource_type": "test", "depends_on": {"macros": ["macro.dbt.test_not_null"], "nodes": []}, "config": {"enabled": false, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "materialized": "test", "severity": "ERROR", "store_failures": true, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "database": "OSMOSIS_DEV", "schema": "not_null_silver", "fqn": ["osmosis_models", "silver", "not_null_silver__prices_VOLUME_24H"], "unique_id": "test.osmosis_models.not_null_silver__prices_VOLUME_24H.2b7f640dde", "package_name": "osmosis_models", "root_path": "C:\\Users\\jessi\\git\\osmosis-models", "path": "not_null_silver__prices_VOLUME_24H.sql", "original_file_path": "models\\silver\\silver__prices.yml", "name": "not_null_silver__prices_VOLUME_24H", "alias": "prices_VOLUME_24H", "checksum": {"name": "none", "checksum": ""}, "tags": [], "refs": [["silver__prices"]], "sources": [], "metrics": [], "description": "", "columns": {}, "meta": {}, "docs": {"show": true}, "patch_path": null, "compiled_path": null, "build_path": null, "deferred": false, "unrendered_config": {"store_failures": true, "enabled": false}, "created_at": 1670433257.272579, "config_call_dict": {"enabled": false}, "column_name": "VOLUME_24H", "file_key_name": "models.silver__prices"}]}, "parent_map": {"model.osmosis_models.bronze__blocks": ["source.osmosis_models.prod.osmosis_blocks"], "model.osmosis_models.bronze__transactions": ["source.osmosis_models.prod.osmosis_txs"], "model.osmosis_models.core__dim_labels": ["model.osmosis_models.silver__asset_metadata", "model.osmosis_models.silver__validator_metadata"], "model.osmosis_models.core__dim_prices": ["model.osmosis_models.silver__prices", "model.osmosis_models.silver__prices_swaps"], "model.osmosis_models.core__dim_vote_options": ["model.osmosis_models.silver__governance_votes"], "model.osmosis_models.core__fact_airdrop": ["model.osmosis_models.silver__airdrops"], "model.osmosis_models.core__fact_blocks": ["model.osmosis_models.silver__blocks"], "model.osmosis_models.core__fact_daily_balances": ["model.osmosis_models.silver__daily_balances"], "model.osmosis_models.core__fact_governance_proposal_deposits": ["model.osmosis_models.silver__governance_proposal_deposits"], "model.osmosis_models.core__fact_governance_submit_proposal": ["model.osmosis_models.silver__governance_submit_proposal"], "model.osmosis_models.core__fact_governance_votes": ["model.osmosis_models.silver__governance_votes"], "model.osmosis_models.core__fact_locked_liquidity_actions": ["model.osmosis_models.silver__locked_liquidity_actions"], "model.osmosis_models.core__fact_msgs": ["model.osmosis_models.silver__msgs"], "model.osmosis_models.core__fact_msg_attributes": ["model.osmosis_models.silver__msg_attributes"], "model.osmosis_models.core__fact_staking": ["model.osmosis_models.silver__staking"], "model.osmosis_models.core__fact_staking_rewards": ["model.osmosis_models.silver__staking_rewards"], "model.osmosis_models.core__fact_superfluid_staking": ["model.osmosis_models.silver__superfluid_staking"], "model.osmosis_models.core__fact_swaps": ["model.osmosis_models.silver__swaps"], "model.osmosis_models.core__fact_transactions": ["model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__transactions"], "model.osmosis_models.core__fact_transfers": ["model.osmosis_models.silver__transfers"], "model.osmosis_models.silver__all_undecoded_assets": ["model.osmosis_models.silver__pool_metadata", "source.osmosis_models.osmosis_external.asset_metadata_api"], "model.osmosis_models.silver__all_unknown_balances": ["model.osmosis_models.silver__liquidity_provider_actions", "model.osmosis_models.silver__msg_attributes", "source.osmosis_models.osmosis_external.balances_api"], "model.osmosis_models.silver__all_unknown_pool_balances": ["model.osmosis_models.silver__blocks", "source.osmosis_models.osmosis_external.pool_balances_api"], "seed.osmosis_models.testing__daily_balances": [], "seed.osmosis_models.testing__locked_liquidity_balances": [], "seed.osmosis_models.testing__superfluid_staked_balances": [], "operation.osmosis_models.osmosis_models-on-run-start-0": [], "operation.osmosis_models.osmosis_models-on-run-start-1": [], "operation.osmosis_models.osmosis_models-on-run-start-2": ["model.osmosis_models.silver__all_undecoded_assets"], "operation.osmosis_models.osmosis_models-on-run-start-3": [], "operation.osmosis_models.osmosis_models-on-run-start-4": [], "operation.osmosis_models.osmosis_models-on-run-start-5": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_ADDRESS.1501e0ea66": ["model.osmosis_models.core__dim_labels"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_BLOCKCHAIN.8557883709": ["model.osmosis_models.core__dim_labels"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_CREATOR.d5181598d8": ["model.osmosis_models.core__dim_labels"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_LABEL_TYPE.c9d9d14a55": ["model.osmosis_models.core__dim_labels"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_LABEL_SUBTYPE.dc4b4a781a": ["model.osmosis_models.core__dim_labels"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_LABEL.457ab8a792": ["model.osmosis_models.core__dim_labels"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_PROJECT_NAME.a2110e9474": ["model.osmosis_models.core__dim_labels"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_RAW_METADATA.0cad1c0c05": ["model.osmosis_models.core__dim_labels"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_prices_RECORDED_AT.1fc325bfa7": ["model.osmosis_models.core__dim_prices"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_prices_SYMBOL.dc9508e9d2": ["model.osmosis_models.core__dim_prices"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_prices_PRICE.ca031d03c3": ["model.osmosis_models.core__dim_prices"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_prices_TOTAL_SUPPLY.4e7189fb00": ["model.osmosis_models.core__dim_prices"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_prices_PROVIDER.fe44b8c1dd": ["model.osmosis_models.core__dim_prices"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_BLOCK_ID.3b4804ad7b": ["model.osmosis_models.core__fact_airdrop"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_BLOCK_TIMESTAMP.49fc519795": ["model.osmosis_models.core__fact_airdrop"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_BLOCKCHAIN.c3ced31c38": ["model.osmosis_models.core__fact_airdrop"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_CHAIN_ID.6653e9b226": ["model.osmosis_models.core__fact_airdrop"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_TX_ID.787cd5bc51": ["model.osmosis_models.core__fact_airdrop"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_TX_STATUS.abd343a562": ["model.osmosis_models.core__fact_airdrop"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_TRANSFER_TYPE.4dc7ebfd9b": ["model.osmosis_models.core__fact_airdrop"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_SENDER.74078bf4bc": ["model.osmosis_models.core__fact_airdrop"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_AMOUNT.67a8d6bb77": ["model.osmosis_models.core__fact_airdrop"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_CURRENCY.d48765727c": ["model.osmosis_models.core__fact_airdrop"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_RECEIVER.1cdbc0676a": ["model.osmosis_models.core__fact_airdrop"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_blocks_BLOCK_ID.1758defefc": ["model.osmosis_models.core__fact_blocks"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_blocks_BLOCK_TIMESTAMP.c36a4acd9b": ["model.osmosis_models.core__fact_blocks"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_blocks_CHAIN_ID.d97c339232": ["model.osmosis_models.core__fact_blocks"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_blocks_TX_COUNT.cba858f6da": ["model.osmosis_models.core__fact_blocks"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_blocks_PROPOSER_ADDRESS.33eacc997a": ["model.osmosis_models.core__fact_blocks"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_blocks_VALIDATOR_HASH.74e26a3ed2": ["model.osmosis_models.core__fact_blocks"], "test.osmosis_models.not_null_core__fact_daily_balances_DATE.3060cee3fd": ["model.osmosis_models.core__fact_daily_balances"], "test.osmosis_models.not_null_core__fact_daily_balances_BALANCE_TYPE.2d455fbc9a": ["model.osmosis_models.core__fact_daily_balances"], "test.osmosis_models.not_null_core__fact_daily_balances_ADDRESS.b77e86f517": ["model.osmosis_models.core__fact_daily_balances"], "test.osmosis_models.not_null_core__fact_daily_balances_BALANCE.dad6546a8a": ["model.osmosis_models.core__fact_daily_balances"], "test.osmosis_models.not_null_core__fact_daily_balances_CURRENCY.9b02e469ef": ["model.osmosis_models.core__fact_daily_balances"], "test.osmosis_models.dbt_utils_unique_combination_of_columns_core__fact_daily_balances_DATE__ADDRESS__BALANCE_TYPE__CURRENCY.03bb793409": ["model.osmosis_models.core__fact_daily_balances"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_BLOCK_ID.8371e6022c": ["model.osmosis_models.core__fact_governance_proposal_deposits"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_BLOCK_TIMESTAMP.02bfe08bd4": ["model.osmosis_models.core__fact_governance_proposal_deposits"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_BLOCKCHAIN.a3fed89c6e": ["model.osmosis_models.core__fact_governance_proposal_deposits"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_CHAIN_ID.f521152f07": ["model.osmosis_models.core__fact_governance_proposal_deposits"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_TX_ID.862c4cca9a": ["model.osmosis_models.core__fact_governance_proposal_deposits"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_TX_STATUS.de70b0008c": ["model.osmosis_models.core__fact_governance_proposal_deposits"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_DEPOSITOR.13b4d77077": ["model.osmosis_models.core__fact_governance_proposal_deposits"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_PROPOSAL_ID.7a2276491a": ["model.osmosis_models.core__fact_governance_proposal_deposits"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_AMOUNT.651eccef0b": ["model.osmosis_models.core__fact_governance_proposal_deposits"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_CURRENCY.8c9324d670": ["model.osmosis_models.core__fact_governance_proposal_deposits"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_DECIMAL.ecfaead484": ["model.osmosis_models.core__fact_governance_proposal_deposits"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_BLOCK_ID.94b5ee163d": ["model.osmosis_models.core__fact_governance_submit_proposal"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_BLOCK_TIMESTAMP.e35edaf2e4": ["model.osmosis_models.core__fact_governance_submit_proposal"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_BLOCKCHAIN.f1cd6b6f61": ["model.osmosis_models.core__fact_governance_submit_proposal"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_CHAIN_ID.614c918017": ["model.osmosis_models.core__fact_governance_submit_proposal"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_TX_ID.0b098941f8": ["model.osmosis_models.core__fact_governance_submit_proposal"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_TX_STATUS.c16a62bdb4": ["model.osmosis_models.core__fact_governance_submit_proposal"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_PROPOSER.a0c1201cf0": ["model.osmosis_models.core__fact_governance_submit_proposal"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_PROPOSAL_ID.5d9ec9cb22": ["model.osmosis_models.core__fact_governance_submit_proposal"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_PROPOSAL_TYPE.abd0b6911e": ["model.osmosis_models.core__fact_governance_submit_proposal"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_BLOCK_ID.f40109cc23": ["model.osmosis_models.core__fact_governance_votes"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_BLOCK_TIMESTAMP.21675bcd7b": ["model.osmosis_models.core__fact_governance_votes"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_BLOCKCHAIN.cd744bf5de": ["model.osmosis_models.core__fact_governance_votes"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_CHAIN_ID.88e95d51bf": ["model.osmosis_models.core__fact_governance_votes"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_TX_ID.ec6a5f21b6": ["model.osmosis_models.core__fact_governance_votes"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_TX_STATUS.0e5f27fd3d": ["model.osmosis_models.core__fact_governance_votes"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_VOTER.39617dd3e8": ["model.osmosis_models.core__fact_governance_votes"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_PROPOSAL_ID.56012275fa": ["model.osmosis_models.core__fact_governance_votes"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_VOTE_OPTION.da3bb68e41": ["model.osmosis_models.core__fact_governance_votes"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_BLOCK_ID.492c85de2b": ["model.osmosis_models.core__fact_locked_liquidity_actions"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_BLOCK_TIMESTAMP.e1f22910a5": ["model.osmosis_models.core__fact_locked_liquidity_actions"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_BLOCKCHAIN.b6c1a9e1dc": ["model.osmosis_models.core__fact_locked_liquidity_actions"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_CHAIN_ID.311b17954d": ["model.osmosis_models.core__fact_locked_liquidity_actions"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_TX_ID.029ad6a46e": ["model.osmosis_models.core__fact_locked_liquidity_actions"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_TX_STATUS.756f1a8d6d": ["model.osmosis_models.core__fact_locked_liquidity_actions"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_MSG_GROUP.3eac4f7b6c": ["model.osmosis_models.core__fact_locked_liquidity_actions"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_MSG_ACTION.6a18baaf6f": ["model.osmosis_models.core__fact_locked_liquidity_actions"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_MSG_ACTION_DESCRIPTION.72e94dd816": ["model.osmosis_models.core__fact_locked_liquidity_actions"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_LOCKER_ADDRESS.2139e198f2": ["model.osmosis_models.core__fact_locked_liquidity_actions"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_LOCK_ID.26adc06491": ["model.osmosis_models.core__fact_locked_liquidity_actions"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_POOL_ID.8fe568c1c6": ["model.osmosis_models.core__fact_locked_liquidity_actions"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_AMOUNT.bf2f7fe82c": ["model.osmosis_models.core__fact_locked_liquidity_actions"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_CURRENCY.ce0427eb08": ["model.osmosis_models.core__fact_locked_liquidity_actions"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_DECIMAL.0ab80dbc1d": ["model.osmosis_models.core__fact_locked_liquidity_actions"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_LOCK_DURATION.14a1f75ff0": ["model.osmosis_models.core__fact_locked_liquidity_actions"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_UNLOCK_TIME.d9e63d31a2": ["model.osmosis_models.core__fact_locked_liquidity_actions"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_IS_SUPERFLUID.747f821f90": ["model.osmosis_models.core__fact_locked_liquidity_actions"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_UNPOOL_NEW_LOCK_IDS.dff4ccf333": ["model.osmosis_models.core__fact_locked_liquidity_actions"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_BLOCK_ID.faa38255c9": ["model.osmosis_models.core__fact_msgs"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_BLOCK_TIMESTAMP.cb0d0e3790": ["model.osmosis_models.core__fact_msgs"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_BLOCKCHAIN.ae346ad8fd": ["model.osmosis_models.core__fact_msgs"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_CHAIN_ID.de462fe441": ["model.osmosis_models.core__fact_msgs"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_TX_ID.c4b71cafbe": ["model.osmosis_models.core__fact_msgs"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_TX_STATUS.dc83b6b237": ["model.osmosis_models.core__fact_msgs"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_MSG_GROUP.32d74436d2": ["model.osmosis_models.core__fact_msgs"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_MSG_INDEX.32d6a4e7cb": ["model.osmosis_models.core__fact_msgs"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_MSG_TYPE.e48648d983": ["model.osmosis_models.core__fact_msgs"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_MSG.f1f3ebfcd4": ["model.osmosis_models.core__fact_msgs"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_BLOCK_ID.7b9a016433": ["model.osmosis_models.core__fact_msg_attributes"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_BLOCK_TIMESTAMP.11e5f5562c": ["model.osmosis_models.core__fact_msg_attributes"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_BLOCKCHAIN.356c2dfa46": ["model.osmosis_models.core__fact_msg_attributes"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_CHAIN_ID.2983b83289": ["model.osmosis_models.core__fact_msg_attributes"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_TX_ID.cab7fab11b": ["model.osmosis_models.core__fact_msg_attributes"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_MSG_GROUP.f1ed86ed4e": ["model.osmosis_models.core__fact_msg_attributes"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_MSG_INDEX.d0e91438b3": ["model.osmosis_models.core__fact_msg_attributes"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_MSG_TYPE.b2b48e2e7f": ["model.osmosis_models.core__fact_msg_attributes"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_ATTRIBUTE_KEY.978c26f41e": ["model.osmosis_models.core__fact_msg_attributes"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_ATTRIBUTE_VALUE.f316cfca60": ["model.osmosis_models.core__fact_msg_attributes"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_BLOCK_ID.4035f141b2": ["model.osmosis_models.core__fact_staking"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_BLOCK_TIMESTAMP.534a269d8f": ["model.osmosis_models.core__fact_staking"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_BLOCKCHAIN.82c266350b": ["model.osmosis_models.core__fact_staking"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_CHAIN_ID.5811cc1a91": ["model.osmosis_models.core__fact_staking"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_TX_ID.770a65b294": ["model.osmosis_models.core__fact_staking"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_TX_STATUS.1c233bb3a6": ["model.osmosis_models.core__fact_staking"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_TX_CALLER_ADDRESS.7824a39547": ["model.osmosis_models.core__fact_staking"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_ACTION.daedb41454": ["model.osmosis_models.core__fact_staking"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_DELEGATOR_ADDRESS.0c1d05680f": ["model.osmosis_models.core__fact_staking"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_AMOUNT.e948e49ade": ["model.osmosis_models.core__fact_staking"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_CURRENCY.8c13a074dc": ["model.osmosis_models.core__fact_staking"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_VALIDATOR_ADDRESS.9012a42def": ["model.osmosis_models.core__fact_staking"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_BLOCK_ID.69b7ddd1ef": ["model.osmosis_models.core__fact_staking_rewards"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_BLOCK_TIMESTAMP.056ffb437f": ["model.osmosis_models.core__fact_staking_rewards"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_BLOCKCHAIN.0df26b2190": ["model.osmosis_models.core__fact_staking_rewards"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_CHAIN_ID.1554dd817e": ["model.osmosis_models.core__fact_staking_rewards"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_TX_ID.9bc819755a": ["model.osmosis_models.core__fact_staking_rewards"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_TX_STATUS.9628424510": ["model.osmosis_models.core__fact_staking_rewards"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_TX_CALLER_ADDRESS.357674199d": ["model.osmosis_models.core__fact_staking_rewards"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_ACTION.0e53619279": ["model.osmosis_models.core__fact_staking_rewards"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_DELEGATOR_ADDRESS.e860e06aa7": ["model.osmosis_models.core__fact_staking_rewards"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_AMOUNT.0173c5159b": ["model.osmosis_models.core__fact_staking_rewards"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_CURRENCY.159b32703a": ["model.osmosis_models.core__fact_staking_rewards"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_VALIDATOR_ADDRESS.a9f7307c18": ["model.osmosis_models.core__fact_staking_rewards"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_BLOCK_ID.a698a31b42": ["model.osmosis_models.core__fact_superfluid_staking"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_BLOCK_TIMESTAMP.2c008a4482": ["model.osmosis_models.core__fact_superfluid_staking"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_BLOCKCHAIN.faca4e92dd": ["model.osmosis_models.core__fact_superfluid_staking"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_CHAIN_ID.0204c72ac3": ["model.osmosis_models.core__fact_superfluid_staking"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_TX_ID.5ff19c33d5": ["model.osmosis_models.core__fact_superfluid_staking"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_TX_STATUS.82c5734c10": ["model.osmosis_models.core__fact_superfluid_staking"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_ACTION.edee194a8c": ["model.osmosis_models.core__fact_superfluid_staking"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_DELEGATOR_ADDRESS.e9c0dfdad6": ["model.osmosis_models.core__fact_superfluid_staking"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_AMOUNT.a9f37804f2": ["model.osmosis_models.core__fact_superfluid_staking"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_CURRENCY.fc3faa3870": ["model.osmosis_models.core__fact_superfluid_staking"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_DECIMAL.597a17bcd2": ["model.osmosis_models.core__fact_superfluid_staking"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_VALIDATOR_ADDRESS.49b2ae24f9": ["model.osmosis_models.core__fact_superfluid_staking"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_LOCK_ID.3bd9aaf31a": ["model.osmosis_models.core__fact_superfluid_staking"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_BLOCK_ID.39064d929a": ["model.osmosis_models.core__fact_swaps"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_BLOCK_TIMESTAMP.1e17d9cc4c": ["model.osmosis_models.core__fact_swaps"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_BLOCKCHAIN.874916623d": ["model.osmosis_models.core__fact_swaps"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_CHAIN_ID.0c43d81ce2": ["model.osmosis_models.core__fact_swaps"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_TX_ID.b8a105d7d4": ["model.osmosis_models.core__fact_swaps"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_TX_STATUS.35874d4212": ["model.osmosis_models.core__fact_swaps"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_TRADER.fdbd8f08b4": ["model.osmosis_models.core__fact_swaps"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_FROM_AMOUNT.bc44e86b16": ["model.osmosis_models.core__fact_swaps"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_FROM_CURRENCY.949ddb5513": ["model.osmosis_models.core__fact_swaps"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_TO_AMOUNT.d9ad062e38": ["model.osmosis_models.core__fact_swaps"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_TO_CURRENCY.7ac79fbfcd": ["model.osmosis_models.core__fact_swaps"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_POOL_IDS.cacb5b40e4": ["model.osmosis_models.core__fact_swaps"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_BLOCK_ID.37c1b7e860": ["model.osmosis_models.core__fact_transactions"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_BLOCK_TIMESTAMP.84e94e706b": ["model.osmosis_models.core__fact_transactions"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_BLOCKCHAIN.8f714681bd": ["model.osmosis_models.core__fact_transactions"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_CHAIN_ID.a3a8b966b5": ["model.osmosis_models.core__fact_transactions"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_TX_ID.f616a284b6": ["model.osmosis_models.core__fact_transactions"], "test.osmosis_models.not_null_core__fact_transactions_TX_FROM.7ddc5dd2a3": ["model.osmosis_models.core__fact_transactions"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_TX_STATUS.65653cecde": ["model.osmosis_models.core__fact_transactions"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_CODESPACE.31e919d605": ["model.osmosis_models.core__fact_transactions"], "test.osmosis_models.not_null_core__fact_transactions_FEE.f477aa43d7": ["model.osmosis_models.core__fact_transactions"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_GAS_USED.330cc6bb7e": ["model.osmosis_models.core__fact_transactions"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_GAS_WANTED.8717751539": ["model.osmosis_models.core__fact_transactions"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_TX_CODE.8a8b1c8b5d": ["model.osmosis_models.core__fact_transactions"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_MSGS.aee52badd9": ["model.osmosis_models.core__fact_transactions"], "test.osmosis_models.dbt_utils_unique_combination_of_columns_core__fact_transactions_TX_ID.57efb72c3f": ["model.osmosis_models.core__fact_transactions"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_BLOCK_ID.2c6f7e05cc": ["model.osmosis_models.core__fact_transfers"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_BLOCK_TIMESTAMP.0f58d69ae8": ["model.osmosis_models.core__fact_transfers"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_BLOCKCHAIN.9239785984": ["model.osmosis_models.core__fact_transfers"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_CHAIN_ID.5fc5a9ebd8": ["model.osmosis_models.core__fact_transfers"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_TX_ID.9cf9dd8a23": ["model.osmosis_models.core__fact_transfers"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_TX_STATUS.6b15191c9a": ["model.osmosis_models.core__fact_transfers"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_TRANSFER_TYPE.ee95d8d48f": ["model.osmosis_models.core__fact_transfers"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_SENDER.5acfdb6d48": ["model.osmosis_models.core__fact_transfers"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_AMOUNT.dfd5f028ff": ["model.osmosis_models.core__fact_transfers"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_CURRENCY.cea97ef73f": ["model.osmosis_models.core__fact_transfers"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_RECEIVER.442acc3f94": ["model.osmosis_models.core__fact_transfers"], "model.osmosis_models.silver__locked_liquidity_actions": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock", "model.osmosis_models.silver__locked_liquidity_transactions", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__superfluid_actions", "model.osmosis_models.silver__superfluid_actions", "model.osmosis_models.silver__superfluid_actions", "model.osmosis_models.silver__superfluid_actions"], "model.osmosis_models.silver__liquid_balances": ["model.osmosis_models.silver__asset_metadata", "model.osmosis_models.silver__blocks", "source.osmosis_models.osmosis_external.balances_api"], "model.osmosis_models.silver__superfluid_actions": ["model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__tx_body_msgs"], "model.osmosis_models.silver__tx_body_msgs": ["model.osmosis_models.silver__transactions"], "model.osmosis_models.silver__governance_proposal_deposits": ["model.osmosis_models.silver__asset_metadata", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__transactions"], "model.osmosis_models.silver__transactions": ["model.osmosis_models.bronze__transactions"], "model.osmosis_models.silver__staked_balances": ["model.osmosis_models.silver__asset_metadata", "model.osmosis_models.silver__asset_metadata", "model.osmosis_models.silver__staking", "model.osmosis_models.silver__staking"], "model.osmosis_models.silver__airdrops": ["model.osmosis_models.silver__asset_metadata", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__transactions"], "model.osmosis_models.silver__blockchain": ["source.osmosis_models.bronze_api.blockchain"], "model.osmosis_models.silver__locked_liquidity_actions_begin_unlock": ["model.osmosis_models.silver__locked_liquidity_transactions", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__superfluid_actions"], "model.osmosis_models.silver__daily_balances": ["model.osmosis_models.silver__liquid_balances", "model.osmosis_models.silver__locked_liquidity_balances", "model.osmosis_models.silver__staked_balances", "model.osmosis_models.silver__superfluid_staked_balances", "model.osmosis_models.silver__superfluid_staked_balances", "source.osmosis_models.shared2.hours"], "model.osmosis_models.silver__locked_liquidity_balances": ["model.osmosis_models.silver__locked_liquidity_actions", "model.osmosis_models.silver__locked_liquidity_actions", "model.osmosis_models.silver__locked_liquidity_actions", "model.osmosis_models.silver__locked_liquidity_actions"], "model.osmosis_models.silver__msgs": ["model.osmosis_models.silver__transactions"], "model.osmosis_models.silver__superfluid_staking": ["model.osmosis_models.silver__locked_liquidity_actions", "model.osmosis_models.silver__locked_liquidity_actions", "model.osmosis_models.silver__superfluid_actions", "model.osmosis_models.silver__superfluid_actions"], "model.osmosis_models.silver__superfluid_staked_balances": ["model.osmosis_models.silver__locked_liquidity_balances", "model.osmosis_models.silver__superfluid_staking"], "model.osmosis_models.silver__staking_rewards": ["model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__staking", "model.osmosis_models.silver__transactions"], "model.osmosis_models.silver__governance_submit_proposal": ["model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__transactions"], "model.osmosis_models.silver__early_liquidity_provider_actions": ["model.osmosis_models.silver__asset_metadata", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__transactions"], "model.osmosis_models.silver__msg_attributes": ["model.osmosis_models.silver__msgs"], "model.osmosis_models.silver___early_swaps": ["model.osmosis_models.silver__asset_metadata", "model.osmosis_models.silver__asset_metadata", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__transactions"], "model.osmosis_models.silver__prices_swaps": ["model.osmosis_models.silver__asset_metadata", "model.osmosis_models.silver__asset_metadata", "model.osmosis_models.silver__swaps", "source.osmosis_models.shared2.hours"], "model.osmosis_models.silver__staking": ["model.osmosis_models.silver__asset_metadata", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__transactions"], "model.osmosis_models.silver__blocks": ["model.osmosis_models.bronze__blocks"], "model.osmosis_models.silver__latest_liquid_balances": ["model.osmosis_models.silver__liquid_balances", "model.osmosis_models.silver__liquid_balances"], "model.osmosis_models.silver__pool_metadata": ["model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msgs"], "model.osmosis_models.silver__liquidity_provider_actions": ["model.osmosis_models.silver__asset_metadata", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__transactions"], "model.osmosis_models.silver__locked_liquidity_transactions": ["model.osmosis_models.silver__msg_attributes"], "model.osmosis_models.silver__swaps": ["model.osmosis_models.silver__asset_metadata", "model.osmosis_models.silver__asset_metadata", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__transactions"], "model.osmosis_models.silver__prices": ["source.osmosis_models.shared.prices_v2"], "model.osmosis_models.silver__transfers": ["model.osmosis_models.silver__asset_metadata", "model.osmosis_models.silver__asset_metadata", "model.osmosis_models.silver__asset_metadata", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__transactions", "model.osmosis_models.silver__transactions", "model.osmosis_models.silver__transactions"], "model.osmosis_models.silver__governance_votes": ["model.osmosis_models.silver__transactions", "model.osmosis_models.silver__transactions"], "test.osmosis_models.not_null_silver__locked_liquidity_actions_BLOCK_ID.971c830a94": ["model.osmosis_models.silver__locked_liquidity_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_BLOCK_ID__NUMBER__FLOAT.653de7e47d": ["model.osmosis_models.silver__locked_liquidity_actions"], "test.osmosis_models.not_null_silver__locked_liquidity_actions_BLOCK_TIMESTAMP.ae52fcaf2c": ["model.osmosis_models.silver__locked_liquidity_actions"], "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__locked_liquidity_actions_BLOCK_TIMESTAMP__day__2.dc5bb8840e": ["model.osmosis_models.silver__locked_liquidity_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.3a3d5edff0": ["model.osmosis_models.silver__locked_liquidity_actions"], "test.osmosis_models.not_null_silver__locked_liquidity_actions_BLOCKCHAIN.024c6f27bd": ["model.osmosis_models.silver__locked_liquidity_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_BLOCKCHAIN__STRING__VARCHAR.fcd09e94b3": ["model.osmosis_models.silver__locked_liquidity_actions"], "test.osmosis_models.not_null_silver__locked_liquidity_actions_CHAIN_ID.b2d4c6ef82": ["model.osmosis_models.silver__locked_liquidity_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_CHAIN_ID__STRING__VARCHAR.09564f3f99": ["model.osmosis_models.silver__locked_liquidity_actions"], "test.osmosis_models.not_null_silver__locked_liquidity_actions_TX_ID.6608c6c52f": ["model.osmosis_models.silver__locked_liquidity_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_TX_ID__STRING__VARCHAR.73e8e1f6e3": ["model.osmosis_models.silver__locked_liquidity_actions"], "test.osmosis_models.not_null_silver__locked_liquidity_actions_TX_STATUS.a17ebaec62": ["model.osmosis_models.silver__locked_liquidity_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_TX_STATUS__STRING__VARCHAR.08471430fb": ["model.osmosis_models.silver__locked_liquidity_actions"], "test.osmosis_models.not_null_silver__locked_liquidity_actions_MSG_GROUP.7dc26d1fff": ["model.osmosis_models.silver__locked_liquidity_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_MSG_GROUP__NUMBER__FLOAT.7486554f02": ["model.osmosis_models.silver__locked_liquidity_actions"], "test.osmosis_models.not_null_silver__locked_liquidity_actions_MSG_TYPE.4109a97708": ["model.osmosis_models.silver__locked_liquidity_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_MSG_TYPE__STRING__VARCHAR.1ac6fd49d6": ["model.osmosis_models.silver__locked_liquidity_actions"], "test.osmosis_models.not_null_silver__locked_liquidity_actions_MSG_ACTION.2ab3e2d6fa": ["model.osmosis_models.silver__locked_liquidity_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_MSG_ACTION__STRING__VARCHAR.6c72fe356d": ["model.osmosis_models.silver__locked_liquidity_actions"], "test.osmosis_models.not_null_silver__locked_liquidity_actions_MSG_ACTION_DESCRIPTION.7528ea2359": ["model.osmosis_models.silver__locked_liquidity_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_MSG_ACTION_DESCRIPTION__STRING__VARCHAR.9aee985784": ["model.osmosis_models.silver__locked_liquidity_actions"], "test.osmosis_models.not_null_silver__locked_liquidity_actions_LOCKER_ADDRESS.ad9c450f75": ["model.osmosis_models.silver__locked_liquidity_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_LOCKER_ADDRESS__STRING__VARCHAR.a1136b143f": ["model.osmosis_models.silver__locked_liquidity_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__locked_liquidity_actions_LOCKER_ADDRESS__osmo1_0_9a_z_38_38_.5c219a22f0": ["model.osmosis_models.silver__locked_liquidity_actions"], "test.osmosis_models.not_null_silver__locked_liquidity_actions_LOCK_ID.758dadfcb8": ["model.osmosis_models.silver__locked_liquidity_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_LOCK_ID__NUMBER__FLOAT.ba6b67d6ee": ["model.osmosis_models.silver__locked_liquidity_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_AMOUNT__NUMBER__FLOAT.bb6d21f95e": ["model.osmosis_models.silver__locked_liquidity_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_CURRENCY__STRING__VARCHAR.5f05d9b019": ["model.osmosis_models.silver__locked_liquidity_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_POOL_ID__NUMBER__FLOAT.51c2e01920": ["model.osmosis_models.silver__locked_liquidity_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_LOCK_DURATION__STRING__VARCHAR.1058324721": ["model.osmosis_models.silver__locked_liquidity_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_UNLOCK_TIME__STRING__VARCHAR.f8a327954a": ["model.osmosis_models.silver__locked_liquidity_actions"], "test.osmosis_models.not_null_silver__locked_liquidity_actions_IS_SUPERFLUID.57e1f1d019": ["model.osmosis_models.silver__locked_liquidity_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_UNPOOL_NEW_LOCK_IDS__STRING__VARCHAR.f9a75c3679": ["model.osmosis_models.silver__locked_liquidity_actions"], "test.osmosis_models.not_null_silver__locked_liquidity_actions__INSERTED_TIMESTAMP.6fd97ed590": ["model.osmosis_models.silver__locked_liquidity_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.b4e9812fce": ["model.osmosis_models.silver__locked_liquidity_actions"], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__locked_liquidity_actions_TX_ID__MSG_GROUP__LOCK_ID__LOCKER_ADDRESS.f671cf7580": ["model.osmosis_models.silver__locked_liquidity_actions"], "test.osmosis_models.not_null_silver__liquid_balances_BLOCK_ID.8968cb6ee4": ["model.osmosis_models.silver__liquid_balances"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquid_balances_BLOCK_ID__NUMBER__FLOAT.749dfae343": ["model.osmosis_models.silver__liquid_balances"], "test.osmosis_models.not_null_silver__liquid_balances_BLOCK_TIMESTAMP.8458f7dd86": ["model.osmosis_models.silver__liquid_balances"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquid_balances_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.ecb06bde81": ["model.osmosis_models.silver__liquid_balances"], "test.osmosis_models.not_null_silver__liquid_balances_ADDRESS.cfc01317aa": ["model.osmosis_models.silver__liquid_balances"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquid_balances_ADDRESS__STRING__VARCHAR.4f666e0e38": ["model.osmosis_models.silver__liquid_balances"], "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__liquid_balances_ADDRESS__osmo1_0_9a_z_38_38_.8901f55875": ["model.osmosis_models.silver__liquid_balances"], "test.osmosis_models.not_null_silver__liquid_balances_BALANCE.9206f45427": ["model.osmosis_models.silver__liquid_balances"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquid_balances_BALANCE__NUMBER__FLOAT.63d421d7bb": ["model.osmosis_models.silver__liquid_balances"], "test.osmosis_models.not_null_silver__liquid_balances_CURRENCY.2057e3852f": ["model.osmosis_models.silver__liquid_balances"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquid_balances_CURRENCY__STRING__VARCHAR.e584d3adfe": ["model.osmosis_models.silver__liquid_balances"], "test.osmosis_models.not_null_silver__liquid_balances__INSERTED_TIMESTAMP.b013ef0a91": ["model.osmosis_models.silver__liquid_balances"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquid_balances__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.5defd9132d": ["model.osmosis_models.silver__liquid_balances"], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__liquid_balances_BLOCK_ID__ADDRESS__CURRENCY.63726cca49": ["model.osmosis_models.silver__liquid_balances"], "test.osmosis_models.not_null_silver__superfluid_actions_BLOCK_ID.2581cf0e21": ["model.osmosis_models.silver__superfluid_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_BLOCK_ID__NUMBER__FLOAT.738438b359": ["model.osmosis_models.silver__superfluid_actions"], "test.osmosis_models.not_null_silver__superfluid_actions_BLOCK_TIMESTAMP.fa01a85178": ["model.osmosis_models.silver__superfluid_actions"], "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__superfluid_actions_BLOCK_TIMESTAMP__day__2.9afcf7acb8": ["model.osmosis_models.silver__superfluid_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.902a4aeca4": ["model.osmosis_models.silver__superfluid_actions"], "test.osmosis_models.not_null_silver__superfluid_actions_BLOCKCHAIN.405a0109a4": ["model.osmosis_models.silver__superfluid_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_BLOCKCHAIN__STRING__VARCHAR.fd622a5f85": ["model.osmosis_models.silver__superfluid_actions"], "test.osmosis_models.not_null_silver__superfluid_actions_CHAIN_ID.aea6c07b4c": ["model.osmosis_models.silver__superfluid_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_CHAIN_ID__STRING__VARCHAR.a34dd5cd27": ["model.osmosis_models.silver__superfluid_actions"], "test.osmosis_models.not_null_silver__superfluid_actions_TX_ID.00c69897f3": ["model.osmosis_models.silver__superfluid_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_TX_ID__STRING__VARCHAR.f9a9c6d7ed": ["model.osmosis_models.silver__superfluid_actions"], "test.osmosis_models.not_null_silver__superfluid_actions_TX_STATUS.ea7562b389": ["model.osmosis_models.silver__superfluid_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_TX_STATUS__STRING__VARCHAR.bb9989b0e5": ["model.osmosis_models.silver__superfluid_actions"], "test.osmosis_models.not_null_silver__superfluid_actions_MSG_TYPE.9160db842e": ["model.osmosis_models.silver__superfluid_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_MSG_TYPE__STRING__VARCHAR.ef9c7bd94a": ["model.osmosis_models.silver__superfluid_actions"], "test.osmosis_models.not_null_silver__superfluid_actions_MSG_GROUP.2d6dbf7b6f": ["model.osmosis_models.silver__superfluid_actions"], "test.osmosis_models.not_null_silver__superfluid_actions_DELEGATOR_ADDRESS.a3c51af23b": ["model.osmosis_models.silver__superfluid_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_DELEGATOR_ADDRESS__STRING__VARCHAR.7dc32d5e9e": ["model.osmosis_models.silver__superfluid_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__superfluid_actions_DELEGATOR_ADDRESS__osmo1_0_9a_z_38_38_.fa98b8d044": ["model.osmosis_models.silver__superfluid_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_AMOUNT__NUMBER__FLOAT.fa9630c787": ["model.osmosis_models.silver__superfluid_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_CURRENCY__STRING__VARCHAR.20c99f2434": ["model.osmosis_models.silver__superfluid_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_VALIDATOR_ADDRESS__STRING__VARCHAR.0ebb86f82e": ["model.osmosis_models.silver__superfluid_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__superfluid_actions_VALIDATOR_ADDRESS__osmovaloper1_0_9a_z_38_38_.6f278d6d62": ["model.osmosis_models.silver__superfluid_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_LOCK_ID__NUMBER__FLOAT.5541c92343": ["model.osmosis_models.silver__superfluid_actions"], "test.osmosis_models.not_null_silver__superfluid_actions__INSERTED_TIMESTAMP.acdeac1160": ["model.osmosis_models.silver__superfluid_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.5d498deaa7": ["model.osmosis_models.silver__superfluid_actions"], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__superfluid_actions_TX_ID__MSG_GROUP.281fa4cd48": ["model.osmosis_models.silver__superfluid_actions"], "test.osmosis_models.not_null_silver__tx_body_msgs_BLOCK_ID.38a819e992": ["model.osmosis_models.silver__tx_body_msgs"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs_BLOCK_ID__NUMBER__FLOAT.800bf7baaa": ["model.osmosis_models.silver__tx_body_msgs"], "test.osmosis_models.not_null_silver__tx_body_msgs_BLOCK_TIMESTAMP.5e95f78986": ["model.osmosis_models.silver__tx_body_msgs"], "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__tx_body_msgs_BLOCK_TIMESTAMP__day__1.0569f1bd13": ["model.osmosis_models.silver__tx_body_msgs"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.ca8344970f": ["model.osmosis_models.silver__tx_body_msgs"], "test.osmosis_models.not_null_silver__tx_body_msgs_CHAIN_ID.70175276f8": ["model.osmosis_models.silver__tx_body_msgs"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs_CHAIN_ID__STRING__VARCHAR.54b3bc8135": ["model.osmosis_models.silver__tx_body_msgs"], "test.osmosis_models.not_null_silver__tx_body_msgs_TX_ID.6c76303c1c": ["model.osmosis_models.silver__tx_body_msgs"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs_TX_ID__STRING__VARCHAR.14cd77fad4": ["model.osmosis_models.silver__tx_body_msgs"], "test.osmosis_models.not_null_silver__tx_body_msgs_MSG_GROUP.b92c2b2ada": ["model.osmosis_models.silver__tx_body_msgs"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs_MSG_GROUP__NUMBER__FLOAT.f2555a5e5d": ["model.osmosis_models.silver__tx_body_msgs"], "test.osmosis_models.not_null_silver__tx_body_msgs_MSG_TYPE.e2005d6ecf": ["model.osmosis_models.silver__tx_body_msgs"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs_MSG_TYPE__STRING__VARCHAR.495ccb6cd7": ["model.osmosis_models.silver__tx_body_msgs"], "test.osmosis_models.not_null_silver__tx_body_msgs__INSERTED_TIMESTAMP.e3e73dea57": ["model.osmosis_models.silver__tx_body_msgs"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.76dc3dad56": ["model.osmosis_models.silver__tx_body_msgs"], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__tx_body_msgs_TX_ID__MSG_GROUP.40c9a97820": ["model.osmosis_models.silver__tx_body_msgs"], "test.osmosis_models.not_null_silver__governance_proposal_deposits_BLOCK_ID.1fc8e8d39e": ["model.osmosis_models.silver__governance_proposal_deposits"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_BLOCK_ID__NUMBER__FLOAT.bbd1e1037c": ["model.osmosis_models.silver__governance_proposal_deposits"], "test.osmosis_models.not_null_silver__governance_proposal_deposits_BLOCK_TIMESTAMP.be9d64b7a5": ["model.osmosis_models.silver__governance_proposal_deposits"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.d6e6a5ce54": ["model.osmosis_models.silver__governance_proposal_deposits"], "test.osmosis_models.not_null_silver__governance_proposal_deposits_BLOCKCHAIN.69bb1d7034": ["model.osmosis_models.silver__governance_proposal_deposits"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_BLOCKCHAIN__STRING__VARCHAR.5742b53356": ["model.osmosis_models.silver__governance_proposal_deposits"], "test.osmosis_models.not_null_silver__governance_proposal_deposits_CHAIN_ID.54ba7a5d36": ["model.osmosis_models.silver__governance_proposal_deposits"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_CHAIN_ID__STRING__VARCHAR.cf8694bc13": ["model.osmosis_models.silver__governance_proposal_deposits"], "test.osmosis_models.not_null_silver__governance_proposal_deposits_TX_ID.5813dde547": ["model.osmosis_models.silver__governance_proposal_deposits"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_TX_ID__STRING__VARCHAR.dc8a385cd0": ["model.osmosis_models.silver__governance_proposal_deposits"], "test.osmosis_models.not_null_silver__governance_proposal_deposits_TX_STATUS.51d5ffd514": ["model.osmosis_models.silver__governance_proposal_deposits"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_TX_STATUS__STRING__VARCHAR.c541da6807": ["model.osmosis_models.silver__governance_proposal_deposits"], "test.osmosis_models.not_null_silver__governance_proposal_deposits_DEPOSITOR.5ce640cb83": ["model.osmosis_models.silver__governance_proposal_deposits"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_DEPOSITOR__STRING__VARCHAR.db0ffc94e1": ["model.osmosis_models.silver__governance_proposal_deposits"], "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__governance_proposal_deposits_DEPOSITOR__osmo1_0_9a_z_38_38_.7748ef9c5c": ["model.osmosis_models.silver__governance_proposal_deposits"], "test.osmosis_models.not_null_silver__governance_proposal_deposits_PROPOSAL_ID.7ff8bdf182": ["model.osmosis_models.silver__governance_proposal_deposits"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_PROPOSAL_ID__NUMBER__FLOAT.5d96907650": ["model.osmosis_models.silver__governance_proposal_deposits"], "test.osmosis_models.not_null_silver__governance_proposal_deposits_AMOUNT.0396b06362": ["model.osmosis_models.silver__governance_proposal_deposits"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_AMOUNT__NUMBER__FLOAT.9946136e6f": ["model.osmosis_models.silver__governance_proposal_deposits"], "test.osmosis_models.not_null_silver__governance_proposal_deposits_CURRENCY.2b95ab2ae2": ["model.osmosis_models.silver__governance_proposal_deposits"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_CURRENCY__STRING__VARCHAR.00e06593e6": ["model.osmosis_models.silver__governance_proposal_deposits"], "test.osmosis_models.not_null_silver__governance_proposal_deposits_DECIMAL.2f40ac09a3": ["model.osmosis_models.silver__governance_proposal_deposits"], "test.osmosis_models.not_null_silver__governance_proposal_deposits__INSERTED_TIMESTAMP.793e397848": ["model.osmosis_models.silver__governance_proposal_deposits"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.47268211d9": ["model.osmosis_models.silver__governance_proposal_deposits"], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__governance_proposal_deposits_TX_ID.6018626d83": ["model.osmosis_models.silver__governance_proposal_deposits"], "test.osmosis_models.not_null_silver__transactions_BLOCK_ID.ba1565770d": ["model.osmosis_models.silver__transactions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_BLOCK_ID__NUMBER__FLOAT.f4d0275a3e": ["model.osmosis_models.silver__transactions"], "test.osmosis_models.not_null_silver__transactions_BLOCK_TIMESTAMP.3ffe21fe8d": ["model.osmosis_models.silver__transactions"], "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__transactions_BLOCK_TIMESTAMP__day__1.cf074498fc": ["model.osmosis_models.silver__transactions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.bc42693f6e": ["model.osmosis_models.silver__transactions"], "test.osmosis_models.not_null_silver__transactions_CHAIN_ID.d90596c439": ["model.osmosis_models.silver__transactions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_CHAIN_ID__STRING__VARCHAR.2d90a83266": ["model.osmosis_models.silver__transactions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_CODESPACE__STRING__VARCHAR.1b0088f6be": ["model.osmosis_models.silver__transactions"], "test.osmosis_models.not_null_silver__transactions_GAS_USED.1c943486c0": ["model.osmosis_models.silver__transactions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_GAS_USED__NUMBER__FLOAT.5308f986d3": ["model.osmosis_models.silver__transactions"], "test.osmosis_models.not_null_silver__transactions_GAS_WANTED.440469f6c5": ["model.osmosis_models.silver__transactions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_GAS_WANTED__NUMBER__FLOAT.b15ebe8eff": ["model.osmosis_models.silver__transactions"], "test.osmosis_models.not_null_silver__transactions_TX_ID.5bc0e20339": ["model.osmosis_models.silver__transactions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_TX_ID__STRING__VARCHAR.81b523ec1d": ["model.osmosis_models.silver__transactions"], "test.osmosis_models.not_null_silver__transactions_TX_STATUS.db9f6bb2ff": ["model.osmosis_models.silver__transactions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_TX_STATUS__STRING__VARCHAR.ab609c5d6b": ["model.osmosis_models.silver__transactions"], "test.osmosis_models.not_null_silver__transactions_TX_CODE.080a71cc61": ["model.osmosis_models.silver__transactions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_TX_CODE__NUMBER__FLOAT.7a08ebe064": ["model.osmosis_models.silver__transactions"], "test.osmosis_models.not_null_silver__transactions_MSGS.e30a3fea27": ["model.osmosis_models.silver__transactions"], "test.osmosis_models.not_null_silver__transactions__INSERTED_TIMESTAMP.3b2b0fb3b0": ["model.osmosis_models.silver__transactions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.82828385ba": ["model.osmosis_models.silver__transactions"], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__transactions_TX_ID.215714589b": ["model.osmosis_models.silver__transactions"], "test.osmosis_models.not_null_silver__staked_balances_BLOCK_ID.0a48a2c189": ["model.osmosis_models.silver__staked_balances"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances_BLOCK_ID__NUMBER__FLOAT.13de4e17bb": ["model.osmosis_models.silver__staked_balances"], "test.osmosis_models.not_null_silver__staked_balances_BLOCK_TIMESTAMP.f44089a47f": ["model.osmosis_models.silver__staked_balances"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.6f3c07dc52": ["model.osmosis_models.silver__staked_balances"], "test.osmosis_models.not_null_silver__staked_balances_ADDRESS.7dbac49da8": ["model.osmosis_models.silver__staked_balances"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances_ADDRESS__STRING__VARCHAR.bb27ba6e54": ["model.osmosis_models.silver__staked_balances"], "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__staked_balances_ADDRESS__osmo1_0_9a_z_38_38_.23c8c0c6f0": ["model.osmosis_models.silver__staked_balances"], "test.osmosis_models.not_null_silver__staked_balances_BALANCE.df9daa5873": ["model.osmosis_models.silver__staked_balances"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances_BALANCE__NUMBER__FLOAT.b61dbc885b": ["model.osmosis_models.silver__staked_balances"], "test.osmosis_models.not_null_silver__staked_balances_CURRENCY.9bc24a80cc": ["model.osmosis_models.silver__staked_balances"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances_CURRENCY__STRING__VARCHAR.4236c735a0": ["model.osmosis_models.silver__staked_balances"], "test.osmosis_models.not_null_silver__staked_balances__INSERTED_TIMESTAMP.275c42bb76": ["model.osmosis_models.silver__staked_balances"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.6fec735b71": ["model.osmosis_models.silver__staked_balances"], "test.osmosis_models.not_null_silver__airdrops_BLOCK_ID.ee3a74ad7a": ["model.osmosis_models.silver__airdrops"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_BLOCK_ID__NUMBER__FLOAT.bcd63d0d77": ["model.osmosis_models.silver__airdrops"], "test.osmosis_models.not_null_silver__airdrops_BLOCK_TIMESTAMP.ff87091da6": ["model.osmosis_models.silver__airdrops"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.14e9298b2f": ["model.osmosis_models.silver__airdrops"], "test.osmosis_models.not_null_silver__airdrops_BLOCKCHAIN.d9113b8ac5": ["model.osmosis_models.silver__airdrops"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_BLOCKCHAIN__STRING__VARCHAR.995a68ed72": ["model.osmosis_models.silver__airdrops"], "test.osmosis_models.not_null_silver__airdrops_CHAIN_ID.33e4ef27e0": ["model.osmosis_models.silver__airdrops"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_CHAIN_ID__STRING__VARCHAR.72919c7b73": ["model.osmosis_models.silver__airdrops"], "test.osmosis_models.not_null_silver__airdrops_TX_ID.2e22ee1a50": ["model.osmosis_models.silver__airdrops"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_TX_ID__STRING__VARCHAR.d2f921cedb": ["model.osmosis_models.silver__airdrops"], "test.osmosis_models.not_null_silver__airdrops_TX_STATUS.a3162c9843": ["model.osmosis_models.silver__airdrops"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_TX_STATUS__STRING__VARCHAR.7070acf37f": ["model.osmosis_models.silver__airdrops"], "test.osmosis_models.not_null_silver__airdrops_TRANSFER_TYPE.eddea8aeb0": ["model.osmosis_models.silver__airdrops"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_TRANSFER_TYPE__STRING__VARCHAR.d83d714b32": ["model.osmosis_models.silver__airdrops"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_set_silver__airdrops_TRANSFER_TYPE__AIRDROP.e967a80a8f": ["model.osmosis_models.silver__airdrops"], "test.osmosis_models.not_null_silver__airdrops_SENDER.5ea1f6eb65": ["model.osmosis_models.silver__airdrops"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_SENDER__STRING__VARCHAR.005f6e92c2": ["model.osmosis_models.silver__airdrops"], "test.osmosis_models.not_null_silver__airdrops_AMOUNT.63707661be": ["model.osmosis_models.silver__airdrops"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_AMOUNT__NUMBER__FLOAT.4a5d9a8f00": ["model.osmosis_models.silver__airdrops"], "test.osmosis_models.not_null_silver__airdrops_CURRENCY.9028a3ddde": ["model.osmosis_models.silver__airdrops"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_CURRENCY__STRING__VARCHAR.81aa1a187e": ["model.osmosis_models.silver__airdrops"], "test.osmosis_models.not_null_silver__airdrops_RECEIVER.0292ee7f56": ["model.osmosis_models.silver__airdrops"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_RECEIVER__STRING__VARCHAR.f5d9504799": ["model.osmosis_models.silver__airdrops"], "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__airdrops_RECEIVER__osmo1_0_9a_z_38_38_.9878fc05ff": ["model.osmosis_models.silver__airdrops"], "test.osmosis_models.not_null_silver__airdrops__INSERTED_TIMESTAMP.be1e2150f4": ["model.osmosis_models.silver__airdrops"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.5715fe733b": ["model.osmosis_models.silver__airdrops"], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__airdrops_TX_ID__MSG_INDEX__CURRENCY.f34cd2556f": ["model.osmosis_models.silver__airdrops"], "test.osmosis_models.not_null_silver__blockchain_CHAIN_ID.c381503839": ["model.osmosis_models.silver__blockchain"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blockchain_CHAIN_ID__STRING__VARCHAR.fd3829b376": ["model.osmosis_models.silver__blockchain"], "test.osmosis_models.not_null_silver__blockchain_BLOCK_ID.5997704c2b": ["model.osmosis_models.silver__blockchain"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blockchain_BLOCK_ID__NUMBER__FLOAT.254cf4f40e": ["model.osmosis_models.silver__blockchain"], "test.osmosis_models.not_null_silver__blockchain_BLOCK_TIMESTAMP.936901e9b8": ["model.osmosis_models.silver__blockchain"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blockchain_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.9dc38be292": ["model.osmosis_models.silver__blockchain"], "test.osmosis_models.not_null_silver__blockchain_BLOCK_SIZE.9120ec052a": ["model.osmosis_models.silver__blockchain"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blockchain_BLOCK_SIZE__NUMBER__FLOAT.36f07f3fba": ["model.osmosis_models.silver__blockchain"], "test.osmosis_models.not_null_silver__blockchain_BLOCK_HEADER.0b30826529": ["model.osmosis_models.silver__blockchain"], "test.osmosis_models.not_null_silver__blockchain_BLOCK_ID_OBJECT.dbc8f0771a": ["model.osmosis_models.silver__blockchain"], "test.osmosis_models.not_null_silver__blockchain_NUM_TXS.4e5926d643": ["model.osmosis_models.silver__blockchain"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blockchain_NUM_TXS__NUMBER__FLOAT.258ab6cc34": ["model.osmosis_models.silver__blockchain"], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__blockchain_BLOCK_ID.70f4075332": ["model.osmosis_models.silver__blockchain"], "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_BLOCK_ID.1279d7bd8a": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_BLOCK_ID__NUMBER__FLOAT.7f1f84a874": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"], "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_BLOCK_TIMESTAMP.b6d33ce8d6": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"], "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__locked_liquidity_actions_begin_unlock_BLOCK_TIMESTAMP__day__2.5cdbe66ea1": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.79817097ef": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"], "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_BLOCKCHAIN.06d4e203c7": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_BLOCKCHAIN__STRING__VARCHAR.4a44c49c06": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"], "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_CHAIN_ID.b800517756": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_CHAIN_ID__STRING__VARCHAR.6304978660": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"], "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_TX_ID.a62e8ba3d7": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_TX_ID__STRING__VARCHAR.ac8568386c": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"], "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_TX_STATUS.1777ec971f": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_TX_STATUS__STRING__VARCHAR.f43a675f86": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"], "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_MSG_GROUP.5b8c365b67": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_MSG_GROUP__NUMBER__FLOAT.86186834df": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"], "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_MSG_TYPE.d30c0e0def": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_MSG_TYPE__STRING__VARCHAR.7922409452": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"], "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_LOCKER.165a589a45": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_LOCKER__STRING__VARCHAR.4c202016d2": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"], "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__locked_liquidity_actions_begin_unlock_LOCKER__osmo1_0_9a_z_38_38_.9bdff65916": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_LOCK_ID__NUMBER__FLOAT.e69665d5bf": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_AMOUNT__NUMBER__FLOAT.c0c9872c96": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_CURRENCY__STRING__VARCHAR.a0b0b15b9c": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_POOL_ID__NUMBER__FLOAT.c8ceee3be2": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_LOCK_DURATION__STRING__VARCHAR.b756587ec3": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_UNLOCK_TIME__STRING__VARCHAR.4a85f30b2f": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"], "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock__INSERTED_TIMESTAMP.f2ef1b3a48": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.97cb6569bf": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__locked_liquidity_actions_begin_unlock_TX_ID__MSG_GROUP__LOCK_ID__LOCKER.64df55bed9": ["model.osmosis_models.silver__locked_liquidity_actions_begin_unlock"], "test.osmosis_models.not_null_silver__daily_balances_DATE.85b329c0c5": ["model.osmosis_models.silver__daily_balances"], "test.osmosis_models.not_null_silver__daily_balances_BALANCE_TYPE.09cab6d79c": ["model.osmosis_models.silver__daily_balances"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__daily_balances_BALANCE_TYPE__STRING__VARCHAR.cc0098d30c": ["model.osmosis_models.silver__daily_balances"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_set_silver__daily_balances_BALANCE_TYPE__staked__liquid__locked_liquidity__superfluid_staked.d078954ac3": ["model.osmosis_models.silver__daily_balances"], "test.osmosis_models.not_null_silver__daily_balances_ADDRESS.2502493350": ["model.osmosis_models.silver__daily_balances"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__daily_balances_ADDRESS__STRING__VARCHAR.6c5fd1d408": ["model.osmosis_models.silver__daily_balances"], "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__daily_balances_ADDRESS__osmo1_0_9a_z_38_38_.e1a612aa3d": ["model.osmosis_models.silver__daily_balances"], "test.osmosis_models.not_null_silver__daily_balances_BALANCE.a2177bc39f": ["model.osmosis_models.silver__daily_balances"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__daily_balances_BALANCE__NUMBER__FLOAT.fcc80a76c8": ["model.osmosis_models.silver__daily_balances"], "test.osmosis_models.not_null_silver__daily_balances_CURRENCY.eeaa474ed0": ["model.osmosis_models.silver__daily_balances"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__daily_balances_CURRENCY__STRING__VARCHAR.8d6c7fe66e": ["model.osmosis_models.silver__daily_balances"], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__daily_balances_DATE__ADDRESS__BALANCE_TYPE__CURRENCY.22c162bf1e": ["model.osmosis_models.silver__daily_balances"], "test.osmosis_models.silver__daily_balances_business_logic_test.1e7294bb09": ["model.osmosis_models.silver__daily_balances", "seed.osmosis_models.testing__daily_balances"], "test.osmosis_models.not_null_silver__locked_liquidity_balances_BLOCK_ID.ec480589a6": ["model.osmosis_models.silver__locked_liquidity_balances"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_balances_BLOCK_ID__NUMBER__FLOAT.0eb41acf0e": ["model.osmosis_models.silver__locked_liquidity_balances"], "test.osmosis_models.not_null_silver__locked_liquidity_balances_BLOCK_TIMESTAMP.21203332fb": ["model.osmosis_models.silver__locked_liquidity_balances"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_balances_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.698987328d": ["model.osmosis_models.silver__locked_liquidity_balances"], "test.osmosis_models.not_null_silver__locked_liquidity_balances_ADDRESS.2efc699f74": ["model.osmosis_models.silver__locked_liquidity_balances"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_balances_ADDRESS__STRING__VARCHAR.ae461cb78c": ["model.osmosis_models.silver__locked_liquidity_balances"], "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__locked_liquidity_balances_ADDRESS__osmo1_0_9a_z_38_38_.d22119d0c2": ["model.osmosis_models.silver__locked_liquidity_balances"], "test.osmosis_models.not_null_silver__locked_liquidity_balances_LOCK_ID.54075fdad3": ["model.osmosis_models.silver__locked_liquidity_balances"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_balances_LOCK_ID__NUMBER__FLOAT.6927551370": ["model.osmosis_models.silver__locked_liquidity_balances"], "test.osmosis_models.not_null_silver__locked_liquidity_balances_BALANCE.545df98975": ["model.osmosis_models.silver__locked_liquidity_balances"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_balances_BALANCE__NUMBER__FLOAT.c3487a4494": ["model.osmosis_models.silver__locked_liquidity_balances"], "test.osmosis_models.not_null_silver__locked_liquidity_balances_CURRENCY.2359a768b9": ["model.osmosis_models.silver__locked_liquidity_balances"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_balances_CURRENCY__STRING__VARCHAR.9b1c19adbd": ["model.osmosis_models.silver__locked_liquidity_balances"], "test.osmosis_models.not_null_silver__locked_liquidity_balances__INSERTED_TIMESTAMP.30bc92efdd": ["model.osmosis_models.silver__locked_liquidity_balances"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_balances__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.6b1a6cb3d2": ["model.osmosis_models.silver__locked_liquidity_balances"], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__locked_liquidity_balances_ADDRESS__BLOCK_ID__LOCK_ID__CURRENCY.d6b3952f03": ["model.osmosis_models.silver__locked_liquidity_balances"], "test.osmosis_models.silver__locked_liquidity_balances_business_logic_test.067110be08": ["model.osmosis_models.silver__locked_liquidity_balances", "seed.osmosis_models.testing__locked_liquidity_balances"], "test.osmosis_models.not_null_silver__msgs_BLOCK_ID.1de1a37994": ["model.osmosis_models.silver__msgs"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_BLOCK_ID__NUMBER__FLOAT.84601b77c0": ["model.osmosis_models.silver__msgs"], "test.osmosis_models.not_null_silver__msgs_BLOCK_TIMESTAMP.5896b5fc79": ["model.osmosis_models.silver__msgs"], "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__msgs_BLOCK_TIMESTAMP__day__1.7d26c028d2": ["model.osmosis_models.silver__msgs"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.dfd05a3d5b": ["model.osmosis_models.silver__msgs"], "test.osmosis_models.not_null_silver__msgs_CHAIN_ID.41ac59beba": ["model.osmosis_models.silver__msgs"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_CHAIN_ID__STRING__VARCHAR.5060cbda07": ["model.osmosis_models.silver__msgs"], "test.osmosis_models.not_null_silver__msgs_TX_ID.59a107fa1e": ["model.osmosis_models.silver__msgs"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_TX_ID__STRING__VARCHAR.007224ef8b": ["model.osmosis_models.silver__msgs"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_MSG_GROUP__NUMBER__FLOAT.c2035fb2bc": ["model.osmosis_models.silver__msgs"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_MSG_SUB_GROUP__NUMBER__FLOAT.1036402d60": ["model.osmosis_models.silver__msgs"], "test.osmosis_models.not_null_silver__msgs_MSG_INDEX.227765e0bf": ["model.osmosis_models.silver__msgs"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_MSG_INDEX__NUMBER__FLOAT.fd6bcc57f5": ["model.osmosis_models.silver__msgs"], "test.osmosis_models.not_null_silver__msgs_MSG_TYPE.312b195565": ["model.osmosis_models.silver__msgs"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_MSG_TYPE__STRING__VARCHAR.ca4da74e2a": ["model.osmosis_models.silver__msgs"], "test.osmosis_models.not_null_silver__msgs__INSERTED_TIMESTAMP.f08429b22f": ["model.osmosis_models.silver__msgs"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.a1e200cf11": ["model.osmosis_models.silver__msgs"], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__msgs_TX_ID__MSG_INDEX.73756b76d1": ["model.osmosis_models.silver__msgs"], "test.osmosis_models.not_null_silver__superfluid_staking_BLOCK_ID.160d35e47c": ["model.osmosis_models.silver__superfluid_staking"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_BLOCK_ID__NUMBER__FLOAT.c10e4c514d": ["model.osmosis_models.silver__superfluid_staking"], "test.osmosis_models.not_null_silver__superfluid_staking_BLOCK_TIMESTAMP.1ff654455f": ["model.osmosis_models.silver__superfluid_staking"], "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__superfluid_staking_BLOCK_TIMESTAMP__day__2.dad736bb50": ["model.osmosis_models.silver__superfluid_staking"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.643a52356e": ["model.osmosis_models.silver__superfluid_staking"], "test.osmosis_models.not_null_silver__superfluid_staking_BLOCKCHAIN.f73c8554fa": ["model.osmosis_models.silver__superfluid_staking"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_BLOCKCHAIN__STRING__VARCHAR.37e6968279": ["model.osmosis_models.silver__superfluid_staking"], "test.osmosis_models.not_null_silver__superfluid_staking_CHAIN_ID.0676d04c55": ["model.osmosis_models.silver__superfluid_staking"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_CHAIN_ID__STRING__VARCHAR.fc9457adbb": ["model.osmosis_models.silver__superfluid_staking"], "test.osmosis_models.not_null_silver__superfluid_staking_TX_ID.a8fe1153aa": ["model.osmosis_models.silver__superfluid_staking"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_TX_ID__STRING__VARCHAR.26d8db866a": ["model.osmosis_models.silver__superfluid_staking"], "test.osmosis_models.not_null_silver__superfluid_staking_TX_STATUS.c4011fad46": ["model.osmosis_models.silver__superfluid_staking"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_TX_STATUS__STRING__VARCHAR.dfe768c0ac": ["model.osmosis_models.silver__superfluid_staking"], "test.osmosis_models.not_null_silver__superfluid_staking_ACTION.b79959a3f6": ["model.osmosis_models.silver__superfluid_staking"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_ACTION__STRING__VARCHAR.8b96bdc1fc": ["model.osmosis_models.silver__superfluid_staking"], "test.osmosis_models.not_null_silver__superfluid_staking_DELEGATOR_ADDRESS.f1d271586d": ["model.osmosis_models.silver__superfluid_staking"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_DELEGATOR_ADDRESS__STRING__VARCHAR.8962964241": ["model.osmosis_models.silver__superfluid_staking"], "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__superfluid_staking_DELEGATOR_ADDRESS__osmo1_0_9a_z_38_38_.c7ef402b0f": ["model.osmosis_models.silver__superfluid_staking"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_AMOUNT__NUMBER__FLOAT.0d62188668": ["model.osmosis_models.silver__superfluid_staking"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_CURRENCY__STRING__VARCHAR.bf88aeb5a7": ["model.osmosis_models.silver__superfluid_staking"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_VALIDATOR_ADDRESS__STRING__VARCHAR.006de59284": ["model.osmosis_models.silver__superfluid_staking"], "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__superfluid_staking_VALIDATOR_ADDRESS__osmovaloper1_0_9a_z_38_38_.1c1f87a18a": ["model.osmosis_models.silver__superfluid_staking"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_LOCK_ID__NUMBER__FLOAT.f9dd2b55b5": ["model.osmosis_models.silver__superfluid_staking"], "test.osmosis_models.not_null_silver__superfluid_staking__INSERTED_TIMESTAMP.a0fd918e83": ["model.osmosis_models.silver__superfluid_staking"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.65eefd12f6": ["model.osmosis_models.silver__superfluid_staking"], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__superfluid_staking_TX_ID__MSG_GROUP__LOCK_ID__ACTION.c18e75c3d7": ["model.osmosis_models.silver__superfluid_staking"], "test.osmosis_models.not_null_silver__superfluid_staked_balances_BLOCK_ID.57554a158d": ["model.osmosis_models.silver__superfluid_staked_balances"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staked_balances_BLOCK_ID__NUMBER__FLOAT.02221d3aec": ["model.osmosis_models.silver__superfluid_staked_balances"], "test.osmosis_models.not_null_silver__superfluid_staked_balances_BLOCK_TIMESTAMP.9a572004ab": ["model.osmosis_models.silver__superfluid_staked_balances"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staked_balances_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.8ede29e0af": ["model.osmosis_models.silver__superfluid_staked_balances"], "test.osmosis_models.not_null_silver__superfluid_staked_balances_ADDRESS.c21acd1dd9": ["model.osmosis_models.silver__superfluid_staked_balances"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staked_balances_ADDRESS__STRING__VARCHAR.2c47326b70": ["model.osmosis_models.silver__superfluid_staked_balances"], "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__superfluid_staked_balances_ADDRESS__osmo1_0_9a_z_38_38_.f83d3ff51e": ["model.osmosis_models.silver__superfluid_staked_balances"], "test.osmosis_models.not_null_silver__superfluid_staked_balances_BALANCE.3603712604": ["model.osmosis_models.silver__superfluid_staked_balances"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staked_balances_BALANCE__NUMBER__FLOAT.6f9251e20e": ["model.osmosis_models.silver__superfluid_staked_balances"], "test.osmosis_models.not_null_silver__superfluid_staked_balances_CURRENCY.ac58036cbc": ["model.osmosis_models.silver__superfluid_staked_balances"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staked_balances_CURRENCY__STRING__VARCHAR.85e2c189e9": ["model.osmosis_models.silver__superfluid_staked_balances"], "test.osmosis_models.not_null_silver__superfluid_staked_balances__INSERTED_TIMESTAMP.136ee40ea4": ["model.osmosis_models.silver__superfluid_staked_balances"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staked_balances__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.4408116690": ["model.osmosis_models.silver__superfluid_staked_balances"], "test.osmosis_models.silver__superfluid_staked_balances_business_logic_test.8de4cedcc4": ["model.osmosis_models.silver__superfluid_staked_balances", "seed.osmosis_models.testing__superfluid_staked_balances"], "test.osmosis_models.not_null_silver__staking_rewards_BLOCK_ID.421120ab5c": ["model.osmosis_models.silver__staking_rewards"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_BLOCK_ID__NUMBER__FLOAT.f0526590fd": ["model.osmosis_models.silver__staking_rewards"], "test.osmosis_models.not_null_silver__staking_rewards_BLOCK_TIMESTAMP.337ca361f9": ["model.osmosis_models.silver__staking_rewards"], "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__staking_rewards_BLOCK_TIMESTAMP__day__1.d9c2eafe68": ["model.osmosis_models.silver__staking_rewards"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.ba045d2659": ["model.osmosis_models.silver__staking_rewards"], "test.osmosis_models.not_null_silver__staking_rewards_BLOCKCHAIN.2c8319b7d6": ["model.osmosis_models.silver__staking_rewards"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_BLOCKCHAIN__STRING__VARCHAR.73e2d60bfe": ["model.osmosis_models.silver__staking_rewards"], "test.osmosis_models.not_null_silver__staking_rewards_CHAIN_ID.355173de9a": ["model.osmosis_models.silver__staking_rewards"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_CHAIN_ID__STRING__VARCHAR.75e2eea483": ["model.osmosis_models.silver__staking_rewards"], "test.osmosis_models.not_null_silver__staking_rewards_TX_ID.d523010112": ["model.osmosis_models.silver__staking_rewards"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_TX_ID__STRING__VARCHAR.011b204602": ["model.osmosis_models.silver__staking_rewards"], "test.osmosis_models.not_null_silver__staking_rewards_TX_STATUS.428145451b": ["model.osmosis_models.silver__staking_rewards"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_TX_STATUS__STRING__VARCHAR.595452bf15": ["model.osmosis_models.silver__staking_rewards"], "test.osmosis_models.not_null_silver__staking_rewards_TX_CALLER_ADDRESS.2a5a45cb36": ["model.osmosis_models.silver__staking_rewards"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_TX_CALLER_ADDRESS__STRING__VARCHAR.933dcd3d53": ["model.osmosis_models.silver__staking_rewards"], "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__staking_rewards_TX_CALLER_ADDRESS__osmo1_0_9a_z_38_38_.2eca9ab849": ["model.osmosis_models.silver__staking_rewards"], "test.osmosis_models.not_null_silver__staking_rewards_ACTION.dd6166997d": ["model.osmosis_models.silver__staking_rewards"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_ACTION__STRING__VARCHAR.27e21a7bde": ["model.osmosis_models.silver__staking_rewards"], "test.osmosis_models.not_null_silver__staking_rewards_MSG_GROUP.d4c6d540fa": ["model.osmosis_models.silver__staking_rewards"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_MSG_GROUP__NUMBER__FLOAT.2a039a57c5": ["model.osmosis_models.silver__staking_rewards"], "test.osmosis_models.not_null_silver__staking_rewards_DELEGATOR_ADDRESS.19c389e860": ["model.osmosis_models.silver__staking_rewards"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_DELEGATOR_ADDRESS__STRING__VARCHAR.fd6280430a": ["model.osmosis_models.silver__staking_rewards"], "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__staking_rewards_DELEGATOR_ADDRESS__osmo1_0_9a_z_38_38_.4ff0249885": ["model.osmosis_models.silver__staking_rewards"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_AMOUNT__NUMBER__FLOAT.96c70dcfc1": ["model.osmosis_models.silver__staking_rewards"], "test.osmosis_models.not_null_silver__staking_rewards_CURRENCY.766ae7c4fc": ["model.osmosis_models.silver__staking_rewards"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_CURRENCY__STRING__VARCHAR.2b78169dcc": ["model.osmosis_models.silver__staking_rewards"], "test.osmosis_models.not_null_silver__staking_rewards_VALIDATOR_ADDRESS.98bbd27fec": ["model.osmosis_models.silver__staking_rewards"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_VALIDATOR_ADDRESS__STRING__VARCHAR.da86db981d": ["model.osmosis_models.silver__staking_rewards"], "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__staking_rewards_VALIDATOR_ADDRESS__osmovaloper1_0_9a_z_38_38_.e8b4e6c785": ["model.osmosis_models.silver__staking_rewards"], "test.osmosis_models.not_null_silver__staking_rewards__INSERTED_TIMESTAMP.25d2eb6d01": ["model.osmosis_models.silver__staking_rewards"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.9b513ba703": ["model.osmosis_models.silver__staking_rewards"], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__staking_rewards_TX_ID__MSG_GROUP__ACTION__CURRENCY__DELEGATOR_ADDRESS__VALIDATOR_ADDRESS.3ba061f62e": ["model.osmosis_models.silver__staking_rewards"], "test.osmosis_models.not_null_silver__governance_submit_proposal_BLOCK_ID.80df3f0930": ["model.osmosis_models.silver__governance_submit_proposal"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_BLOCK_ID__NUMBER__FLOAT.065c6b7366": ["model.osmosis_models.silver__governance_submit_proposal"], "test.osmosis_models.not_null_silver__governance_submit_proposal_BLOCK_TIMESTAMP.59a0f38558": ["model.osmosis_models.silver__governance_submit_proposal"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.f1054d98d9": ["model.osmosis_models.silver__governance_submit_proposal"], "test.osmosis_models.not_null_silver__governance_submit_proposal_BLOCKCHAIN.908b82f02b": ["model.osmosis_models.silver__governance_submit_proposal"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_BLOCKCHAIN__STRING__VARCHAR.0931733295": ["model.osmosis_models.silver__governance_submit_proposal"], "test.osmosis_models.not_null_silver__governance_submit_proposal_CHAIN_ID.db4c666e00": ["model.osmosis_models.silver__governance_submit_proposal"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_CHAIN_ID__STRING__VARCHAR.dbb25df7d2": ["model.osmosis_models.silver__governance_submit_proposal"], "test.osmosis_models.not_null_silver__governance_submit_proposal_TX_ID.8dc772d3ad": ["model.osmosis_models.silver__governance_submit_proposal"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_TX_ID__STRING__VARCHAR.7af3aa957c": ["model.osmosis_models.silver__governance_submit_proposal"], "test.osmosis_models.not_null_silver__governance_submit_proposal_TX_STATUS.6fb668b0ba": ["model.osmosis_models.silver__governance_submit_proposal"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_TX_STATUS__STRING__VARCHAR.c7ad8d786c": ["model.osmosis_models.silver__governance_submit_proposal"], "test.osmosis_models.not_null_silver__governance_submit_proposal_PROPOSER.51a248ebc4": ["model.osmosis_models.silver__governance_submit_proposal"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_PROPOSER__STRING__VARCHAR.29a95924a4": ["model.osmosis_models.silver__governance_submit_proposal"], "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__governance_submit_proposal_PROPOSER__osmo1_0_9a_z_38_38_.1d8593bc8b": ["model.osmosis_models.silver__governance_submit_proposal"], "test.osmosis_models.not_null_silver__governance_submit_proposal_PROPOSAL_ID.b8f0c6f0fa": ["model.osmosis_models.silver__governance_submit_proposal"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_PROPOSAL_ID__NUMBER__FLOAT.ce7aea08c5": ["model.osmosis_models.silver__governance_submit_proposal"], "test.osmosis_models.not_null_silver__governance_submit_proposal_PROPOSAL_TYPE.dbda3680fd": ["model.osmosis_models.silver__governance_submit_proposal"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_PROPOSAL_TYPE__STRING__VARCHAR.ea3d5adceb": ["model.osmosis_models.silver__governance_submit_proposal"], "test.osmosis_models.not_null_silver__governance_submit_proposal__INSERTED_TIMESTAMP.cfc79bcad1": ["model.osmosis_models.silver__governance_submit_proposal"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.76862a64f3": ["model.osmosis_models.silver__governance_submit_proposal"], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__governance_submit_proposal_TX_ID.e7cadc9d82": ["model.osmosis_models.silver__governance_submit_proposal"], "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_BLOCK_ID.5c8cb09743": ["model.osmosis_models.silver__early_liquidity_provider_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_BLOCK_ID__NUMBER__FLOAT.92d6f9fa83": ["model.osmosis_models.silver__early_liquidity_provider_actions"], "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_BLOCK_TIMESTAMP.88837b828b": ["model.osmosis_models.silver__early_liquidity_provider_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.8bb804ba79": ["model.osmosis_models.silver__early_liquidity_provider_actions"], "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_BLOCKCHAIN.70ef02ef19": ["model.osmosis_models.silver__early_liquidity_provider_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_BLOCKCHAIN__STRING__VARCHAR.6de58a061d": ["model.osmosis_models.silver__early_liquidity_provider_actions"], "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_CHAIN_ID.1827bcd45c": ["model.osmosis_models.silver__early_liquidity_provider_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_CHAIN_ID__STRING__VARCHAR.2224ec2817": ["model.osmosis_models.silver__early_liquidity_provider_actions"], "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_TX_ID.02c860572b": ["model.osmosis_models.silver__early_liquidity_provider_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_TX_ID__STRING__VARCHAR.759e840564": ["model.osmosis_models.silver__early_liquidity_provider_actions"], "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_TX_STATUS.bef7ced5c0": ["model.osmosis_models.silver__early_liquidity_provider_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_TX_STATUS__STRING__VARCHAR.59a6958177": ["model.osmosis_models.silver__early_liquidity_provider_actions"], "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS.ec1a91e35f": ["model.osmosis_models.silver__early_liquidity_provider_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS__STRING__VARCHAR.095fc803e9": ["model.osmosis_models.silver__early_liquidity_provider_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__early_liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS__osmo1_0_9a_z_38_38_.2599354aaa": ["model.osmosis_models.silver__early_liquidity_provider_actions"], "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_ACTION.489926bcf5": ["model.osmosis_models.silver__early_liquidity_provider_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_ACTION__STRING__VARCHAR.3060882c54": ["model.osmosis_models.silver__early_liquidity_provider_actions"], "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_POOL_ID.b8081075e8": ["model.osmosis_models.silver__early_liquidity_provider_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_POOL_ID__ARRAY.3d9ded5e5e": ["model.osmosis_models.silver__early_liquidity_provider_actions"], "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_AMOUNT.ba81291ef5": ["model.osmosis_models.silver__early_liquidity_provider_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_AMOUNT__NUMBER__FLOAT.2f4582445e": ["model.osmosis_models.silver__early_liquidity_provider_actions"], "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_CURRENCY.42cabee685": ["model.osmosis_models.silver__early_liquidity_provider_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_CURRENCY__STRING__VARCHAR.6232819f74": ["model.osmosis_models.silver__early_liquidity_provider_actions"], "test.osmosis_models.not_null_silver__early_liquidity_provider_actions__INSERTED_TIMESTAMP.5156a0041a": ["model.osmosis_models.silver__early_liquidity_provider_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.3f7ce6d42f": ["model.osmosis_models.silver__early_liquidity_provider_actions"], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__early_liquidity_provider_actions_TX_ID__MSG_INDEX__CURRENCY.108215e9e9": ["model.osmosis_models.silver__early_liquidity_provider_actions"], "test.osmosis_models.not_null_silver__msg_attributes_BLOCK_ID.73b2e37ccf": ["model.osmosis_models.silver__msg_attributes"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_BLOCK_ID__NUMBER__FLOAT.f13be7abb1": ["model.osmosis_models.silver__msg_attributes"], "test.osmosis_models.not_null_silver__msg_attributes_BLOCK_TIMESTAMP.ef8fb181e9": ["model.osmosis_models.silver__msg_attributes"], "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__msg_attributes_BLOCK_TIMESTAMP__day__1.e267a0033b": ["model.osmosis_models.silver__msg_attributes"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.683e76fd93": ["model.osmosis_models.silver__msg_attributes"], "test.osmosis_models.not_null_silver__msg_attributes_CHAIN_ID.000bd705a4": ["model.osmosis_models.silver__msg_attributes"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_CHAIN_ID__STRING__VARCHAR.10f84b6d48": ["model.osmosis_models.silver__msg_attributes"], "test.osmosis_models.not_null_silver__msg_attributes_TX_ID.34f30240c0": ["model.osmosis_models.silver__msg_attributes"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_TX_ID__STRING__VARCHAR.f3a5b084a1": ["model.osmosis_models.silver__msg_attributes"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_MSG_GROUP__NUMBER__FLOAT.3ff8ce7ee1": ["model.osmosis_models.silver__msg_attributes"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_MSG_SUB_GROUP__NUMBER__FLOAT.ffdfeb6ce8": ["model.osmosis_models.silver__msg_attributes"], "test.osmosis_models.not_null_silver__msg_attributes_MSG_INDEX.38b80c3717": ["model.osmosis_models.silver__msg_attributes"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_MSG_INDEX__NUMBER__FLOAT.970dc74b0d": ["model.osmosis_models.silver__msg_attributes"], "test.osmosis_models.not_null_silver__msg_attributes_MSG_TYPE.6fb2c6c361": ["model.osmosis_models.silver__msg_attributes"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_MSG_TYPE__STRING__VARCHAR.20bcdff679": ["model.osmosis_models.silver__msg_attributes"], "test.osmosis_models.not_null_silver__msg_attributes__INSERTED_TIMESTAMP.a5c8d75d4d": ["model.osmosis_models.silver__msg_attributes"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.d6c427737f": ["model.osmosis_models.silver__msg_attributes"], "test.osmosis_models.not_null_silver__msg_attributes_ATTRIBUTE_KEY.2f7c4d2b9b": ["model.osmosis_models.silver__msg_attributes"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_ATTRIBUTE_KEY__STRING__VARCHAR.67a0b28a3f": ["model.osmosis_models.silver__msg_attributes"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_ATTRIBUTE_VALUE__STRING__VARCHAR.f18062a7c2": ["model.osmosis_models.silver__msg_attributes"], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__msg_attributes_TX_ID__MSG_INDEX__ATTRIBUTE_INDEX.e7c19e7974": ["model.osmosis_models.silver__msg_attributes"], "test.osmosis_models.not_null_silver___early_swaps_BLOCK_ID.9e06fdaf94": ["model.osmosis_models.silver___early_swaps"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_BLOCK_ID__NUMBER__FLOAT.032ee208f6": ["model.osmosis_models.silver___early_swaps"], "test.osmosis_models.not_null_silver___early_swaps_BLOCK_TIMESTAMP.29caba1789": ["model.osmosis_models.silver___early_swaps"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.a2ef7b2489": ["model.osmosis_models.silver___early_swaps"], "test.osmosis_models.not_null_silver___early_swaps_BLOCKCHAIN.ebc9b2f7a4": ["model.osmosis_models.silver___early_swaps"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_BLOCKCHAIN__STRING__VARCHAR.41286c0cd5": ["model.osmosis_models.silver___early_swaps"], "test.osmosis_models.not_null_silver___early_swaps_CHAIN_ID.284c2272d1": ["model.osmosis_models.silver___early_swaps"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_CHAIN_ID__STRING__VARCHAR.dfe0bc5865": ["model.osmosis_models.silver___early_swaps"], "test.osmosis_models.not_null_silver___early_swaps_TX_ID.73a8ff01fb": ["model.osmosis_models.silver___early_swaps"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_TX_ID__STRING__VARCHAR.775048cbed": ["model.osmosis_models.silver___early_swaps"], "test.osmosis_models.not_null_silver___early_swaps_TX_STATUS.0343f71ca8": ["model.osmosis_models.silver___early_swaps"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_TX_STATUS__STRING__VARCHAR.d9613396d0": ["model.osmosis_models.silver___early_swaps"], "test.osmosis_models.not_null_silver___early_swaps_TRADER.806c7238de": ["model.osmosis_models.silver___early_swaps"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_TRADER__STRING__VARCHAR.92a9152dac": ["model.osmosis_models.silver___early_swaps"], "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver___early_swaps_TRADER__osmo1_0_9a_z_38_38_.1e8fe25746": ["model.osmosis_models.silver___early_swaps"], "test.osmosis_models.not_null_silver___early_swaps_FROM_AMOUNT.96d9dfb3eb": ["model.osmosis_models.silver___early_swaps"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_FROM_AMOUNT__NUMBER__FLOAT.20a611f270": ["model.osmosis_models.silver___early_swaps"], "test.osmosis_models.not_null_silver___early_swaps_FROM_CURRENCY.904e6cfcbc": ["model.osmosis_models.silver___early_swaps"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_FROM_CURRENCY__STRING__VARCHAR.47a0803c58": ["model.osmosis_models.silver___early_swaps"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_FROM_DECIMAL__NUMBER__FLOAT.811f1552e9": ["model.osmosis_models.silver___early_swaps"], "test.osmosis_models.not_null_silver___early_swaps_TO_AMOUNT.b0b1adc19e": ["model.osmosis_models.silver___early_swaps"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_TO_AMOUNT__NUMBER__FLOAT.a13957a51f": ["model.osmosis_models.silver___early_swaps"], "test.osmosis_models.not_null_silver___early_swaps_TO_CURRENCY.db8488cd23": ["model.osmosis_models.silver___early_swaps"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_TO_CURRENCY__STRING__VARCHAR.ba31519b60": ["model.osmosis_models.silver___early_swaps"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_TO_DECIMAL__NUMBER__FLOAT.4feda9b4b2": ["model.osmosis_models.silver___early_swaps"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_POOL_IDS__ARRAY.d1b8e878af": ["model.osmosis_models.silver___early_swaps"], "test.osmosis_models.not_null_silver___early_swaps__INSERTED_TIMESTAMP.87bc9fcc22": ["model.osmosis_models.silver___early_swaps"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.dd1b7834a2": ["model.osmosis_models.silver___early_swaps"], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver___early_swaps_TX_ID.aee97898a3": ["model.osmosis_models.silver___early_swaps"], "test.osmosis_models.not_null_silver__prices_swaps_BLOCK_HOUR.b4b12e48f6": ["model.osmosis_models.silver__prices_swaps"], "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__prices_swaps_BLOCK_HOUR__day__1.ac250fd2bb": ["model.osmosis_models.silver__prices_swaps"], "test.osmosis_models.not_null_silver__prices_swaps_CURRENCY.95f8e47d9a": ["model.osmosis_models.silver__prices_swaps"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_swaps_CURRENCY__STRING__VARCHAR.5404a8c9fc": ["model.osmosis_models.silver__prices_swaps"], "test.osmosis_models.not_null_silver__prices_swaps_PRICE_USD.6179e52ac6": ["model.osmosis_models.silver__prices_swaps"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_swaps_PRICE_USD__NUMBER__FLOAT.7358a267f4": ["model.osmosis_models.silver__prices_swaps"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_swaps_MIN_PRICE_USD_HOUR__NUMBER__FLOAT.2990f13ded": ["model.osmosis_models.silver__prices_swaps"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_swaps_MAX_PRICE_USD_HOUR__NUMBER__FLOAT.a321b53116": ["model.osmosis_models.silver__prices_swaps"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_swaps_VOLATILITY_MEASURE__NUMBER__FLOAT.4a9194b040": ["model.osmosis_models.silver__prices_swaps"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_swaps_SWAPS_IN_HOUR__NUMBER__FLOAT.bdf85d5ea1": ["model.osmosis_models.silver__prices_swaps"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_swaps_VOLUME_USD_IN_HOUR__NUMBER__FLOAT.7c91eccb42": ["model.osmosis_models.silver__prices_swaps"], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__prices_swaps_BLOCK_HOUR__CURRENCY.1e06dedf16": ["model.osmosis_models.silver__prices_swaps"], "test.osmosis_models.not_null_silver__staking_BLOCK_ID.1d5493faed": ["model.osmosis_models.silver__staking"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_BLOCK_ID__NUMBER__FLOAT.c6925be5b1": ["model.osmosis_models.silver__staking"], "test.osmosis_models.not_null_silver__staking_BLOCK_TIMESTAMP.c6ce91983d": ["model.osmosis_models.silver__staking"], "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__staking_BLOCK_TIMESTAMP__day__1.8c14a74a71": ["model.osmosis_models.silver__staking"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.4108c35ac5": ["model.osmosis_models.silver__staking"], "test.osmosis_models.not_null_silver__staking_BLOCKCHAIN.58801fa4bb": ["model.osmosis_models.silver__staking"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_BLOCKCHAIN__STRING__VARCHAR.8bb6096ab5": ["model.osmosis_models.silver__staking"], "test.osmosis_models.not_null_silver__staking_CHAIN_ID.3ba9c15357": ["model.osmosis_models.silver__staking"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_CHAIN_ID__STRING__VARCHAR.58d47a7e2f": ["model.osmosis_models.silver__staking"], "test.osmosis_models.not_null_silver__staking_TX_ID.79d5b2c618": ["model.osmosis_models.silver__staking"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_TX_ID__STRING__VARCHAR.6de65a5238": ["model.osmosis_models.silver__staking"], "test.osmosis_models.not_null_silver__staking_TX_STATUS.924f01adaa": ["model.osmosis_models.silver__staking"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_TX_STATUS__STRING__VARCHAR.13aee68e30": ["model.osmosis_models.silver__staking"], "test.osmosis_models.not_null_silver__staking_TX_CALLER_ADDRESS.c71643fc54": ["model.osmosis_models.silver__staking"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_TX_CALLER_ADDRESS__STRING__VARCHAR.d7af473b9a": ["model.osmosis_models.silver__staking"], "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__staking_TX_CALLER_ADDRESS__osmo1_0_9a_z_38_38_.11f1890a87": ["model.osmosis_models.silver__staking"], "test.osmosis_models.not_null_silver__staking_ACTION.91a24f522a": ["model.osmosis_models.silver__staking"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_ACTION__STRING__VARCHAR.9afcc8fda7": ["model.osmosis_models.silver__staking"], "test.osmosis_models.not_null_silver__staking_MSG_GROUP.80a68c918c": ["model.osmosis_models.silver__staking"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_MSG_GROUP__NUMBER__FLOAT.8bdffa9ab5": ["model.osmosis_models.silver__staking"], "test.osmosis_models.not_null_silver__staking_DELEGATOR_ADDRESS.36dee98f10": ["model.osmosis_models.silver__staking"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_DELEGATOR_ADDRESS__STRING__VARCHAR.49e89789f3": ["model.osmosis_models.silver__staking"], "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__staking_DELEGATOR_ADDRESS__osmo1_0_9a_z_38_38_.7a1a9bb6be": ["model.osmosis_models.silver__staking"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_AMOUNT__NUMBER__FLOAT.4f37d82831": ["model.osmosis_models.silver__staking"], "test.osmosis_models.not_null_silver__staking_CURRENCY.9997da9b27": ["model.osmosis_models.silver__staking"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_CURRENCY__STRING__VARCHAR.e490885777": ["model.osmosis_models.silver__staking"], "test.osmosis_models.not_null_silver__staking_VALIDATOR_ADDRESS.3d65954499": ["model.osmosis_models.silver__staking"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_VALIDATOR_ADDRESS__STRING__VARCHAR.e475239096": ["model.osmosis_models.silver__staking"], "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__staking_VALIDATOR_ADDRESS__osmovaloper1_0_9a_z_38_38_.cc08ac2574": ["model.osmosis_models.silver__staking"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_REDELEGATE_SOURCE_VALIDATOR_ADDRESS__STRING__VARCHAR.2600b68c44": ["model.osmosis_models.silver__staking"], "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__staking_REDELEGATE_SOURCE_VALIDATOR_ADDRESS__osmovaloper1_0_9a_z_38_38_.12583d1894": ["model.osmosis_models.silver__staking"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_COMPLETION_TIME__TIMESTAMP_NTZ.ebc4f994ed": ["model.osmosis_models.silver__staking"], "test.osmosis_models.not_null_silver__staking__INSERTED_TIMESTAMP.eff37b7ef3": ["model.osmosis_models.silver__staking"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.a61f51e053": ["model.osmosis_models.silver__staking"], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__staking_TX_ID__MSG_GROUP__ACTION__CURRENCY__DELEGATOR_ADDRESS__VALIDATOR_ADDRESS.eeaa03e7bf": ["model.osmosis_models.silver__staking"], "test.osmosis_models.not_null_silver__blocks_BLOCK_ID.2e78c008c9": ["model.osmosis_models.silver__blocks"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_BLOCK_ID__NUMBER.fd6ec57c3f": ["model.osmosis_models.silver__blocks"], "test.osmosis_models.not_null_silver__blocks_BLOCK_TIMESTAMP.b65a1fcead": ["model.osmosis_models.silver__blocks"], "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__blocks_BLOCK_TIMESTAMP__day__1.3844f6e7d3": ["model.osmosis_models.silver__blocks"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.2a22373751": ["model.osmosis_models.silver__blocks"], "test.osmosis_models.not_null_silver__blocks_CHAIN_ID.a10569ee35": ["model.osmosis_models.silver__blocks"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_CHAIN_ID__STRING__VARCHAR.eba2c1ff94": ["model.osmosis_models.silver__blocks"], "test.osmosis_models.not_null_silver__blocks_TX_COUNT.34525b51e6": ["model.osmosis_models.silver__blocks"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_TX_COUNT__NUMBER__FLOAT.9486c781f5": ["model.osmosis_models.silver__blocks"], "test.osmosis_models.not_null_silver__blocks_PROPOSER_ADDRESS.00f683ae74": ["model.osmosis_models.silver__blocks"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_PROPOSER_ADDRESS__STRING__VARCHAR.271fde4209": ["model.osmosis_models.silver__blocks"], "test.osmosis_models.not_null_silver__blocks_VALIDATOR_HASH.27e6c22877": ["model.osmosis_models.silver__blocks"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_VALIDATOR_HASH__STRING__VARCHAR.985e07aa79": ["model.osmosis_models.silver__blocks"], "test.osmosis_models.not_null_silver__blocks__INSERTED_TIMESTAMP.be3b3ed4ca": ["model.osmosis_models.silver__blocks"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.690191eca2": ["model.osmosis_models.silver__blocks"], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__blocks_CHAIN_ID__BLOCK_ID.00ab619aa5": ["model.osmosis_models.silver__blocks"], "test.osmosis_models.not_null_silver__latest_liquid_balances_BLOCK_TIMESTAMP.2e907def50": ["model.osmosis_models.silver__latest_liquid_balances"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__latest_liquid_balances_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.1abca7ddd8": ["model.osmosis_models.silver__latest_liquid_balances"], "test.osmosis_models.not_null_silver__latest_liquid_balances_ADDRESS.ab3d75134b": ["model.osmosis_models.silver__latest_liquid_balances"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__latest_liquid_balances_ADDRESS__STRING__VARCHAR.5582d70762": ["model.osmosis_models.silver__latest_liquid_balances"], "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__latest_liquid_balances_ADDRESS__osmo1_0_9a_z_38_38_.e6b7c69303": ["model.osmosis_models.silver__latest_liquid_balances"], "test.osmosis_models.not_null_silver__latest_liquid_balances_CURRENCY.5f3ccd6e9b": ["model.osmosis_models.silver__latest_liquid_balances"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__latest_liquid_balances_CURRENCY__STRING__VARCHAR.9f9cdb4f89": ["model.osmosis_models.silver__latest_liquid_balances"], "test.osmosis_models.not_null_silver__latest_liquid_balances_BALANCE_TYPE.79b62d56d2": ["model.osmosis_models.silver__latest_liquid_balances"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__latest_liquid_balances_BALANCE_TYPE__STRING__VARCHAR.52e6dbfbb3": ["model.osmosis_models.silver__latest_liquid_balances"], "test.osmosis_models.not_null_silver__latest_liquid_balances_BALANCE.1382ad1877": ["model.osmosis_models.silver__latest_liquid_balances"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__latest_liquid_balances_BALANCE__NUMBER__FLOAT.e344f15356": ["model.osmosis_models.silver__latest_liquid_balances"], "test.osmosis_models.not_null_silver__latest_liquid_balances_BLOCK_ID.c75efdbc0f": ["model.osmosis_models.silver__latest_liquid_balances"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__latest_liquid_balances_BLOCK_ID__NUMBER__FLOAT.ba0cddf013": ["model.osmosis_models.silver__latest_liquid_balances"], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__latest_liquid_balances_BLOCK_TIMESTAMP__BLOCK_ID__ADDRESS__CURRENCY__BALANCE_TYPE.cced9b710a": ["model.osmosis_models.silver__latest_liquid_balances"], "test.osmosis_models.not_null_silver__pool_metadata_MODULE.702b7e46ec": ["model.osmosis_models.silver__pool_metadata"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__pool_metadata_MODULE__STRING__VARCHAR.8f0ae124ea": ["model.osmosis_models.silver__pool_metadata"], "test.osmosis_models.not_null_silver__pool_metadata_POOL_ID.b97c1cddc8": ["model.osmosis_models.silver__pool_metadata"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__pool_metadata_POOL_ID__NUMBER__FLOAT.953fe0da98": ["model.osmosis_models.silver__pool_metadata"], "test.osmosis_models.not_null_silver__pool_metadata_ASSETS.e27062d4a1": ["model.osmosis_models.silver__pool_metadata"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__pool_metadata_ASSETS__OBJECT__ARRAY.9e31f56442": ["model.osmosis_models.silver__pool_metadata"], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__pool_metadata_MODULE__POOL_ID.0afdb135bb": ["model.osmosis_models.silver__pool_metadata"], "test.osmosis_models.not_null_silver__liquidity_provider_actions_BLOCK_ID.e2351bb72a": ["model.osmosis_models.silver__liquidity_provider_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_BLOCK_ID__NUMBER__FLOAT.2166b9667b": ["model.osmosis_models.silver__liquidity_provider_actions"], "test.osmosis_models.not_null_silver__liquidity_provider_actions_BLOCK_TIMESTAMP.6858137f77": ["model.osmosis_models.silver__liquidity_provider_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.679a55f93c": ["model.osmosis_models.silver__liquidity_provider_actions"], "test.osmosis_models.not_null_silver__liquidity_provider_actions_BLOCKCHAIN.5cdb355241": ["model.osmosis_models.silver__liquidity_provider_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_BLOCKCHAIN__STRING__VARCHAR.b49793fdd3": ["model.osmosis_models.silver__liquidity_provider_actions"], "test.osmosis_models.not_null_silver__liquidity_provider_actions_CHAIN_ID.be054d2d9f": ["model.osmosis_models.silver__liquidity_provider_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_CHAIN_ID__STRING__VARCHAR.17bb7dec27": ["model.osmosis_models.silver__liquidity_provider_actions"], "test.osmosis_models.not_null_silver__liquidity_provider_actions_TX_ID.e6b4225cb8": ["model.osmosis_models.silver__liquidity_provider_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_TX_ID__STRING__VARCHAR.ca4ecc1569": ["model.osmosis_models.silver__liquidity_provider_actions"], "test.osmosis_models.not_null_silver__liquidity_provider_actions_TX_STATUS.2d50fef0c0": ["model.osmosis_models.silver__liquidity_provider_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_TX_STATUS__STRING__VARCHAR.55a3406bd2": ["model.osmosis_models.silver__liquidity_provider_actions"], "test.osmosis_models.not_null_silver__liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS.3aad671b53": ["model.osmosis_models.silver__liquidity_provider_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS__STRING__VARCHAR.8c7e7ab303": ["model.osmosis_models.silver__liquidity_provider_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS__osmo1_0_9a_z_38_38_.64daf5563d": ["model.osmosis_models.silver__liquidity_provider_actions"], "test.osmosis_models.not_null_silver__liquidity_provider_actions_ACTION.15c846e1ab": ["model.osmosis_models.silver__liquidity_provider_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_ACTION__STRING__VARCHAR.7ccf45f26f": ["model.osmosis_models.silver__liquidity_provider_actions"], "test.osmosis_models.not_null_silver__liquidity_provider_actions_POOL_ID.ed43a4434d": ["model.osmosis_models.silver__liquidity_provider_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_POOL_ID__NUMBER__FLOAT.48620ff207": ["model.osmosis_models.silver__liquidity_provider_actions"], "test.osmosis_models.not_null_silver__liquidity_provider_actions_AMOUNT.a7f8cad8ca": ["model.osmosis_models.silver__liquidity_provider_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_AMOUNT__NUMBER__FLOAT.252db66ed4": ["model.osmosis_models.silver__liquidity_provider_actions"], "test.osmosis_models.not_null_silver__liquidity_provider_actions_CURRENCY.6175b544ae": ["model.osmosis_models.silver__liquidity_provider_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_CURRENCY__STRING__VARCHAR.aa2bed5b3c": ["model.osmosis_models.silver__liquidity_provider_actions"], "test.osmosis_models.not_null_silver__liquidity_provider_actions__INSERTED_TIMESTAMP.cfc613cece": ["model.osmosis_models.silver__liquidity_provider_actions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.b827caee01": ["model.osmosis_models.silver__liquidity_provider_actions"], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__liquidity_provider_actions_TX_ID__MSG_INDEX__CURRENCY.6cf2ece3b7": ["model.osmosis_models.silver__liquidity_provider_actions"], "test.osmosis_models.not_null_silver__locked_liquidity_transactions_TX_ID.99db42422e": ["model.osmosis_models.silver__locked_liquidity_transactions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_transactions_TX_ID__STRING__VARCHAR.0a469d4ff2": ["model.osmosis_models.silver__locked_liquidity_transactions"], "test.osmosis_models.not_null_silver__locked_liquidity_transactions_MSG_GROUP.2527005895": ["model.osmosis_models.silver__locked_liquidity_transactions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_transactions_MSG_GROUP__NUMBER__FLOAT.d85afc0f90": ["model.osmosis_models.silver__locked_liquidity_transactions"], "test.osmosis_models.not_null_silver__locked_liquidity_transactions_MSG_SUB_GROUP.f3be369729": ["model.osmosis_models.silver__locked_liquidity_transactions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_transactions_MSG_SUB_GROUP__NUMBER__FLOAT.4d1fa5f9f7": ["model.osmosis_models.silver__locked_liquidity_transactions"], "test.osmosis_models.not_null_silver__locked_liquidity_transactions_LOCK_ID.754ed3eff6": ["model.osmosis_models.silver__locked_liquidity_transactions"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_transactions_LOCK_ID__NUMBER__FLOAT.4f779c1ebd": ["model.osmosis_models.silver__locked_liquidity_transactions"], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__locked_liquidity_transactions_TX_ID__MSG_GROUP__MSG_SUB_GROUP__LOCK_ID.85ebfa31e0": ["model.osmosis_models.silver__locked_liquidity_transactions"], "test.osmosis_models.not_null_silver__swaps_BLOCK_ID.85d35d8cd4": ["model.osmosis_models.silver__swaps"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_BLOCK_ID__NUMBER__FLOAT.101e1084fe": ["model.osmosis_models.silver__swaps"], "test.osmosis_models.not_null_silver__swaps_BLOCK_TIMESTAMP.068154a8d8": ["model.osmosis_models.silver__swaps"], "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__swaps_BLOCK_TIMESTAMP__day__1.9fa83f3e3c": ["model.osmosis_models.silver__swaps"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.ff9ae19b53": ["model.osmosis_models.silver__swaps"], "test.osmosis_models.not_null_silver__swaps_BLOCKCHAIN.704d8b1b68": ["model.osmosis_models.silver__swaps"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_BLOCKCHAIN__STRING__VARCHAR.50665b2e23": ["model.osmosis_models.silver__swaps"], "test.osmosis_models.not_null_silver__swaps_CHAIN_ID.7bf1d2baa3": ["model.osmosis_models.silver__swaps"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_CHAIN_ID__STRING__VARCHAR.457a2d30a2": ["model.osmosis_models.silver__swaps"], "test.osmosis_models.not_null_silver__swaps_TX_ID.429c1bdd9e": ["model.osmosis_models.silver__swaps"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_TX_ID__STRING__VARCHAR.26bc11fb1a": ["model.osmosis_models.silver__swaps"], "test.osmosis_models.not_null_silver__swaps_TX_STATUS.5e5af9a4c1": ["model.osmosis_models.silver__swaps"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_TX_STATUS__STRING__VARCHAR.6807b3f7ad": ["model.osmosis_models.silver__swaps"], "test.osmosis_models.not_null_silver__swaps_TRADER.b122237f9c": ["model.osmosis_models.silver__swaps"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_TRADER__STRING__VARCHAR.05f525169d": ["model.osmosis_models.silver__swaps"], "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__swaps_TRADER__osmo1_0_9a_z_38_38_.0972697cde": ["model.osmosis_models.silver__swaps"], "test.osmosis_models.not_null_silver__swaps_FROM_AMOUNT.a2d756c197": ["model.osmosis_models.silver__swaps"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_FROM_AMOUNT__NUMBER__FLOAT.4c9fb2eac8": ["model.osmosis_models.silver__swaps"], "test.osmosis_models.not_null_silver__swaps_FROM_CURRENCY.7d197341cf": ["model.osmosis_models.silver__swaps"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_FROM_CURRENCY__STRING__VARCHAR.35b0022039": ["model.osmosis_models.silver__swaps"], "test.osmosis_models.not_null_silver__swaps_TO_AMOUNT.db49c788b2": ["model.osmosis_models.silver__swaps"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_TO_AMOUNT__NUMBER__FLOAT.3dca6f12ef": ["model.osmosis_models.silver__swaps"], "test.osmosis_models.not_null_silver__swaps_TO_CURRENCY.156045cb7d": ["model.osmosis_models.silver__swaps"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_TO_CURRENCY__STRING__VARCHAR.b01d006e49": ["model.osmosis_models.silver__swaps"], "test.osmosis_models.not_null_silver__swaps_POOL_IDS.0678a40b94": ["model.osmosis_models.silver__swaps"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_POOL_IDS__ARRAY.45e2118699": ["model.osmosis_models.silver__swaps"], "test.osmosis_models.not_null_silver__swaps__INSERTED_TIMESTAMP.3f844266ca": ["model.osmosis_models.silver__swaps"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.3580abd5d1": ["model.osmosis_models.silver__swaps"], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__swaps_TX_ID___BODY_INDEX.ad8caef338": ["model.osmosis_models.silver__swaps"], "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__prices_RECORDED_AT__day__2.b6efd5a503": ["model.osmosis_models.silver__prices"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_RECORDED_AT__TIMESTAMP_NTZ.d646d22b71": ["model.osmosis_models.silver__prices"], "test.osmosis_models.not_null_silver__prices_SYMBOL.1202ffaafb": ["model.osmosis_models.silver__prices"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_SYMBOL__STRING__VARCHAR.a36ba4bed7": ["model.osmosis_models.silver__prices"], "test.osmosis_models.not_null_silver__prices_PRICE.09dcf418d9": ["model.osmosis_models.silver__prices"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_PRICE__NUMBER__FLOAT.8ac3621a5a": ["model.osmosis_models.silver__prices"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_TOTAL_SUPPLY__NUMBER__FLOAT.0b67851ee8": ["model.osmosis_models.silver__prices"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_VOLUME_24H__NUMBER__FLOAT.13679e5f6f": ["model.osmosis_models.silver__prices"], "test.osmosis_models.not_null_silver__prices_PROVIDER.ed7f92e826": ["model.osmosis_models.silver__prices"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_PROVIDER__STRING__VARCHAR.6f2a686ead": ["model.osmosis_models.silver__prices"], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__prices_RECORDED_AT__SYMBOL.5bb3f27aa1": ["model.osmosis_models.silver__prices"], "test.osmosis_models.not_null_silver__transfers_BLOCK_ID.81767d6c3c": ["model.osmosis_models.silver__transfers"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_BLOCK_ID__NUMBER__FLOAT.e08ee6d46c": ["model.osmosis_models.silver__transfers"], "test.osmosis_models.not_null_silver__transfers_BLOCK_TIMESTAMP.d599dc282c": ["model.osmosis_models.silver__transfers"], "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__transfers_BLOCK_TIMESTAMP__day__1.aef2ec1111": ["model.osmosis_models.silver__transfers"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.4ccf9184cd": ["model.osmosis_models.silver__transfers"], "test.osmosis_models.not_null_silver__transfers_BLOCKCHAIN.0d49ed494c": ["model.osmosis_models.silver__transfers"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_BLOCKCHAIN__STRING__VARCHAR.6594da6631": ["model.osmosis_models.silver__transfers"], "test.osmosis_models.not_null_silver__transfers_CHAIN_ID.f332cbbf7c": ["model.osmosis_models.silver__transfers"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_CHAIN_ID__STRING__VARCHAR.8c3c444a39": ["model.osmosis_models.silver__transfers"], "test.osmosis_models.not_null_silver__transfers_TX_ID.1be05d8ee2": ["model.osmosis_models.silver__transfers"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_TX_ID__STRING__VARCHAR.0f84a7c8bb": ["model.osmosis_models.silver__transfers"], "test.osmosis_models.not_null_silver__transfers_TX_STATUS.0450f74677": ["model.osmosis_models.silver__transfers"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_TX_STATUS__STRING__VARCHAR.239d5199fe": ["model.osmosis_models.silver__transfers"], "test.osmosis_models.not_null_silver__transfers_TRANSFER_TYPE.280bc9914f": ["model.osmosis_models.silver__transfers"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_TRANSFER_TYPE__STRING__VARCHAR.43a2c68273": ["model.osmosis_models.silver__transfers"], "test.osmosis_models.not_null_silver__transfers_SENDER.0abbede6fe": ["model.osmosis_models.silver__transfers"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_SENDER__STRING__VARCHAR.4ae271899a": ["model.osmosis_models.silver__transfers"], "test.osmosis_models.not_null_silver__transfers_AMOUNT.ba102cb51b": ["model.osmosis_models.silver__transfers"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_AMOUNT__NUMBER__FLOAT.d9692a78f1": ["model.osmosis_models.silver__transfers"], "test.osmosis_models.not_null_silver__transfers_CURRENCY.4a8953d5ec": ["model.osmosis_models.silver__transfers"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_CURRENCY__STRING__VARCHAR.a650f3fc35": ["model.osmosis_models.silver__transfers"], "test.osmosis_models.not_null_silver__transfers_RECEIVER.965c9f325d": ["model.osmosis_models.silver__transfers"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_RECEIVER__STRING__VARCHAR.b93628338d": ["model.osmosis_models.silver__transfers"], "test.osmosis_models.not_null_silver__transfers__INSERTED_TIMESTAMP.595c1c618a": ["model.osmosis_models.silver__transfers"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.9d03af31f1": ["model.osmosis_models.silver__transfers"], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__transfers_TX_ID__MSG_INDEX__CURRENCY.e9d94ef7c9": ["model.osmosis_models.silver__transfers"], "test.osmosis_models.not_null_silver__governance_votes_BLOCK_ID.97979dad9a": ["model.osmosis_models.silver__governance_votes"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_BLOCK_ID__NUMBER__FLOAT.6db9174fdb": ["model.osmosis_models.silver__governance_votes"], "test.osmosis_models.not_null_silver__governance_votes_BLOCK_TIMESTAMP.0d2cf87ae5": ["model.osmosis_models.silver__governance_votes"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.e3e66ade1c": ["model.osmosis_models.silver__governance_votes"], "test.osmosis_models.not_null_silver__governance_votes_BLOCKCHAIN.62eef31c32": ["model.osmosis_models.silver__governance_votes"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_BLOCKCHAIN__STRING__VARCHAR.31f7049a3b": ["model.osmosis_models.silver__governance_votes"], "test.osmosis_models.not_null_silver__governance_votes_CHAIN_ID.d0a6045ea7": ["model.osmosis_models.silver__governance_votes"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_CHAIN_ID__STRING__VARCHAR.fc0b9be7cc": ["model.osmosis_models.silver__governance_votes"], "test.osmosis_models.not_null_silver__governance_votes_TX_ID.3dd2b22c87": ["model.osmosis_models.silver__governance_votes"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_TX_ID__STRING__VARCHAR.88979ead94": ["model.osmosis_models.silver__governance_votes"], "test.osmosis_models.not_null_silver__governance_votes_TX_STATUS.46470e496e": ["model.osmosis_models.silver__governance_votes"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_TX_STATUS__STRING__VARCHAR.0e8b4f3022": ["model.osmosis_models.silver__governance_votes"], "test.osmosis_models.not_null_silver__governance_votes_VOTER.96fedc99dd": ["model.osmosis_models.silver__governance_votes"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_VOTER__STRING__VARCHAR.c0c8cb9205": ["model.osmosis_models.silver__governance_votes"], "test.osmosis_models.not_null_silver__governance_votes_PROPOSAL_ID.7bb694c548": ["model.osmosis_models.silver__governance_votes"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_PROPOSAL_ID__NUMBER__FLOAT.a3c49bd449": ["model.osmosis_models.silver__governance_votes"], "test.osmosis_models.not_null_silver__governance_votes_VOTE_OPTION.233eb8ef14": ["model.osmosis_models.silver__governance_votes"], "test.osmosis_models.not_null_silver__governance_votes__INSERTED_TIMESTAMP.4b700ec0da": ["model.osmosis_models.silver__governance_votes"], "test.osmosis_models.not_null_silver__governance_votes__PATH.17d12040f8": ["model.osmosis_models.silver__governance_votes"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes__PATH__STRING__VARCHAR.2b5475b614": ["model.osmosis_models.silver__governance_votes"], "test.osmosis_models.not_null_silver__governance_votes_VOTE_WEIGHT.727ad84484": ["model.osmosis_models.silver__governance_votes"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_VOTE_WEIGHT__NUMBER__FLOAT.947c9b9847": ["model.osmosis_models.silver__governance_votes"], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__governance_votes_TX_ID__PROPOSAL_ID__VOTER__VOTE_OPTION___PATH.2dc3fee63f": ["model.osmosis_models.silver__governance_votes"], "model.osmosis_models.core__dim_liquidity_pools": ["model.osmosis_models.silver__pool_metadata"], "model.osmosis_models.core__fact_validators": ["model.osmosis_models.silver__validator_metadata"], "model.osmosis_models.core__dim_tokens": ["model.osmosis_models.silver__asset_metadata"], "model.osmosis_models.silver__validator_metadata": ["source.osmosis_models.osmosis_external.validator_metadata_api"], "model.osmosis_models.silver__asset_metadata": ["source.osmosis_models.osmosis_external.asset_metadata_api"], "model.osmosis_models.core__fact_liquidity_provider_actions": ["model.osmosis_models.silver__early_liquidity_provider_actions", "model.osmosis_models.silver__liquidity_provider_actions"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_tokens_ADDRESS.adf98dac75": ["model.osmosis_models.core__dim_tokens"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_tokens_BLOCKCHAIN.5d98f45895": ["model.osmosis_models.core__dim_tokens"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_tokens_CREATOR.8ee1250b60": ["model.osmosis_models.core__dim_tokens"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_tokens_LABEL_TYPE.acd943c593": ["model.osmosis_models.core__dim_tokens"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_tokens_LABEL_SUBTYPE.5c4b83673d": ["model.osmosis_models.core__dim_tokens"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_tokens_LABEL.63e745c91d": ["model.osmosis_models.core__dim_tokens"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_tokens_PROJECT_NAME.2275550428": ["model.osmosis_models.core__dim_tokens"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_tokens_ALIAS.46f836a959": ["model.osmosis_models.core__dim_tokens"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_tokens_DECIMAL.9ed902b8c6": ["model.osmosis_models.core__dim_tokens"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_tokens_RAW_METADATA.35e66014b2": ["model.osmosis_models.core__dim_tokens"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_ADDRESS.28ea232145": ["model.osmosis_models.core__fact_validators"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_BLOCKCHAIN.8c212981c8": ["model.osmosis_models.core__fact_validators"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_CREATOR.937fa2f10c": ["model.osmosis_models.core__fact_validators"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_LABEL_TYPE.d259f1a775": ["model.osmosis_models.core__fact_validators"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_LABEL_SUBTYPE.545516ad48": ["model.osmosis_models.core__fact_validators"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_LABEL.58ea9d5501": ["model.osmosis_models.core__fact_validators"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_PROJECT_NAME.580ffece96": ["model.osmosis_models.core__fact_validators"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_ACCOUNT_ADDRESS.e248ba3f9e": ["model.osmosis_models.core__fact_validators"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_DELEGATOR_SHARES.24690650ef": ["model.osmosis_models.core__fact_validators"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_JAILED.a889f6621b": ["model.osmosis_models.core__fact_validators"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_MAX_CHANGE_RATE.2b5ddeda55": ["model.osmosis_models.core__fact_validators"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_MAX_RATE.e02041b45d": ["model.osmosis_models.core__fact_validators"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_MIN_SELF_DELEGATION.a456038134": ["model.osmosis_models.core__fact_validators"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_RANK.8ccac4f170": ["model.osmosis_models.core__fact_validators"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_MISSED_BLOCKS.600496ee2c": ["model.osmosis_models.core__fact_validators"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_RAW_METADATA.935f630216": ["model.osmosis_models.core__fact_validators"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_liquidity_pools_BLOCKCHAIN.ef845be01c": ["model.osmosis_models.core__dim_liquidity_pools"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_liquidity_pools_MODULE.6c039b9336": ["model.osmosis_models.core__dim_liquidity_pools"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_liquidity_pools_POOL_ID.9cced0ccd6": ["model.osmosis_models.core__dim_liquidity_pools"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_liquidity_pools_ASSETS.71ed33d59d": ["model.osmosis_models.core__dim_liquidity_pools"], "test.osmosis_models.not_null_silver__validator_metadata_ADDRESS.885a2a4fe5": ["model.osmosis_models.silver__validator_metadata"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_ADDRESS__STRING__VARCHAR.8214c9947c": ["model.osmosis_models.silver__validator_metadata"], "test.osmosis_models.not_null_silver__validator_metadata_BLOCKCHAIN.f96b8c0a0d": ["model.osmosis_models.silver__validator_metadata"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_BLOCKCHAIN__STRING__VARCHAR.91e926b326": ["model.osmosis_models.silver__validator_metadata"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_set_silver__validator_metadata_BLOCKCHAIN__osmosis.3c580b011a": ["model.osmosis_models.silver__validator_metadata"], "test.osmosis_models.not_null_silver__validator_metadata_CREATOR.def8094189": ["model.osmosis_models.silver__validator_metadata"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_CREATOR__STRING__VARCHAR.1b94f47639": ["model.osmosis_models.silver__validator_metadata"], "test.osmosis_models.not_null_silver__validator_metadata_LABEL_TYPE.25dc568c6e": ["model.osmosis_models.silver__validator_metadata"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_LABEL_TYPE__STRING__VARCHAR.fe33923206": ["model.osmosis_models.silver__validator_metadata"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_set_silver__validator_metadata_LABEL_TYPE__operator.66e78facba": ["model.osmosis_models.silver__validator_metadata"], "test.osmosis_models.not_null_silver__validator_metadata_LABEL_SUBTYPE.8c71d42439": ["model.osmosis_models.silver__validator_metadata"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_LABEL_SUBTYPE__STRING__VARCHAR.860e4e4b26": ["model.osmosis_models.silver__validator_metadata"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_set_silver__validator_metadata_LABEL_SUBTYPE__validator.5eea37b4fe": ["model.osmosis_models.silver__validator_metadata"], "test.osmosis_models.not_null_silver__validator_metadata_LABEL.05d92ca845": ["model.osmosis_models.silver__validator_metadata"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_LABEL__STRING__VARCHAR.b5b1b9c628": ["model.osmosis_models.silver__validator_metadata"], "test.osmosis_models.not_null_silver__validator_metadata_PROJECT_NAME.d46dd3b07c": ["model.osmosis_models.silver__validator_metadata"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_PROJECT_NAME__STRING__VARCHAR.4a44c4d469": ["model.osmosis_models.silver__validator_metadata"], "test.osmosis_models.not_null_silver__validator_metadata_ACCOUNT_ADDRESS.2b770f6ac6": ["model.osmosis_models.silver__validator_metadata"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_ACCOUNT_ADDRESS__STRING__VARCHAR.4dcdc5e2fa": ["model.osmosis_models.silver__validator_metadata"], "test.osmosis_models.not_null_silver__validator_metadata_DELEGATOR_SHARES.11772209a8": ["model.osmosis_models.silver__validator_metadata"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_DELEGATOR_SHARES__NUMBER__FLOAT.a7ccdba585": ["model.osmosis_models.silver__validator_metadata"], "test.osmosis_models.not_null_silver__validator_metadata_JAILED.419de8e4b6": ["model.osmosis_models.silver__validator_metadata"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_JAILED__BOOLEAN.4aa983d590": ["model.osmosis_models.silver__validator_metadata"], "test.osmosis_models.not_null_silver__validator_metadata_MAX_CHANGE_RATE.920b0855b2": ["model.osmosis_models.silver__validator_metadata"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_MAX_CHANGE_RATE__NUMBER__FLOAT.93dcaaa012": ["model.osmosis_models.silver__validator_metadata"], "test.osmosis_models.not_null_silver__validator_metadata_MAX_RATE.9efaaea964": ["model.osmosis_models.silver__validator_metadata"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_MAX_RATE__NUMBER__FLOAT.d5198920ca": ["model.osmosis_models.silver__validator_metadata"], "test.osmosis_models.not_null_silver__validator_metadata_MIN_SELF_DELEGATION.f9b3707f39": ["model.osmosis_models.silver__validator_metadata"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_MIN_SELF_DELEGATION__NUMBER__FLOAT.8844857366": ["model.osmosis_models.silver__validator_metadata"], "test.osmosis_models.not_null_silver__validator_metadata_RANK.120b0a44be": ["model.osmosis_models.silver__validator_metadata"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_RANK__NUMBER__FLOAT.3894b4dc7e": ["model.osmosis_models.silver__validator_metadata"], "test.osmosis_models.not_null_silver__validator_metadata_MISSED_BLOCKS.50e9ac5383": ["model.osmosis_models.silver__validator_metadata"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_MISSED_BLOCKS__NUMBER__FLOAT.baa4b06bab": ["model.osmosis_models.silver__validator_metadata"], "test.osmosis_models.not_null_silver__validator_metadata_RAW_METADATA.6678ad8f50": ["model.osmosis_models.silver__validator_metadata"], "test.osmosis_models.not_null_silver__validator_metadata__UNIQUE_KEY.9c7e7f4556": ["model.osmosis_models.silver__validator_metadata"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata__UNIQUE_KEY__STRING__VARCHAR.8fdaa3b748": ["model.osmosis_models.silver__validator_metadata"], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__validator_metadata__UNIQUE_KEY.89901f7c84": ["model.osmosis_models.silver__validator_metadata"], "test.osmosis_models.not_null_silver__asset_metadata_BLOCKCHAIN.a8837e6a5c": ["model.osmosis_models.silver__asset_metadata"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_set_silver__asset_metadata_BLOCKCHAIN__osmosis.2121a57f6d": ["model.osmosis_models.silver__asset_metadata"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_BLOCKCHAIN__STRING__VARCHAR.a1ff4f0fa2": ["model.osmosis_models.silver__asset_metadata"], "test.osmosis_models.not_null_silver__asset_metadata_ADDRESS.896b32df42": ["model.osmosis_models.silver__asset_metadata"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_ADDRESS__STRING__VARCHAR.a8bdcee928": ["model.osmosis_models.silver__asset_metadata"], "test.osmosis_models.not_null_silver__asset_metadata_CREATOR.d4efd79600": ["model.osmosis_models.silver__asset_metadata"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_CREATOR__STRING__VARCHAR.32818e6ca9": ["model.osmosis_models.silver__asset_metadata"], "test.osmosis_models.not_null_silver__asset_metadata_LABEL_TYPE.19a4a3f8f6": ["model.osmosis_models.silver__asset_metadata"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_set_silver__asset_metadata_LABEL_TYPE__token.09f72c9603": ["model.osmosis_models.silver__asset_metadata"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_LABEL_TYPE__STRING__VARCHAR.ae9699373c": ["model.osmosis_models.silver__asset_metadata"], "test.osmosis_models.not_null_silver__asset_metadata_LABEL_SUBTYPE.bf070732ef": ["model.osmosis_models.silver__asset_metadata"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_LABEL_SUBTYPE__STRING__VARCHAR.c9a6a8952c": ["model.osmosis_models.silver__asset_metadata"], "test.osmosis_models.not_null_silver__asset_metadata_LABEL.174593b5e4": ["model.osmosis_models.silver__asset_metadata"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_LABEL__STRING__VARCHAR.afdeba8290": ["model.osmosis_models.silver__asset_metadata"], "test.osmosis_models.not_null_silver__asset_metadata_PROJECT_NAME.d941ece36c": ["model.osmosis_models.silver__asset_metadata"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_PROJECT_NAME__STRING__VARCHAR.600668d11b": ["model.osmosis_models.silver__asset_metadata"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_ALIAS__STRING__VARCHAR.5dce6745fd": ["model.osmosis_models.silver__asset_metadata"], "test.osmosis_models.not_null_silver__asset_metadata_DECIMAL.23264200c6": ["model.osmosis_models.silver__asset_metadata"], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_DECIMAL__NUMBER__FLOAT.71787a534c": ["model.osmosis_models.silver__asset_metadata"], "test.osmosis_models.not_null_silver__asset_metadata_RAW_METADATA.b19685741b": ["model.osmosis_models.silver__asset_metadata"], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__asset_metadata__UNIQUE_KEY.df30d1d03a": ["model.osmosis_models.silver__asset_metadata"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_BLOCK_ID.ba4641747d": ["model.osmosis_models.core__fact_liquidity_provider_actions"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_BLOCK_TIMESTAMP.5b115f0204": ["model.osmosis_models.core__fact_liquidity_provider_actions"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_BLOCKCHAIN.7fd1183d1b": ["model.osmosis_models.core__fact_liquidity_provider_actions"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_CHAIN_ID.2934d1bfe0": ["model.osmosis_models.core__fact_liquidity_provider_actions"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_TX_ID.0f5f2f982f": ["model.osmosis_models.core__fact_liquidity_provider_actions"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_TX_STATUS.da7b422096": ["model.osmosis_models.core__fact_liquidity_provider_actions"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS.2c9f74da41": ["model.osmosis_models.core__fact_liquidity_provider_actions"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_ACTION.4426bb60be": ["model.osmosis_models.core__fact_liquidity_provider_actions"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_POOL_ID.57de03f628": ["model.osmosis_models.core__fact_liquidity_provider_actions"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_AMOUNT.dce19a1db3": ["model.osmosis_models.core__fact_liquidity_provider_actions"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_CURRENCY.531fe8e6cb": ["model.osmosis_models.core__fact_liquidity_provider_actions"], "test.osmosis_models.dbt_utils_unique_combination_of_columns_core__fact_liquidity_provider_actions_TX_ID__CURRENCY.905ac4a709": ["model.osmosis_models.core__fact_liquidity_provider_actions"], "source.osmosis_models.prod.osmosis_blocks": [], "source.osmosis_models.prod.osmosis_txs": [], "source.osmosis_models.shared.prices_v2": [], "source.osmosis_models.shared2.hours": [], "source.osmosis_models.bronze_api.blockchain": [], "source.osmosis_models.osmosis_external.validator_metadata_api": [], "source.osmosis_models.osmosis_external.asset_metadata_api": [], "source.osmosis_models.osmosis_external.balances_api": [], "source.osmosis_models.osmosis_external.pool_balances_api": []}, "child_map": {"model.osmosis_models.bronze__blocks": ["model.osmosis_models.silver__blocks"], "model.osmosis_models.bronze__transactions": ["model.osmosis_models.silver__transactions"], "model.osmosis_models.core__dim_labels": ["test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_ADDRESS.1501e0ea66", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_BLOCKCHAIN.8557883709", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_CREATOR.d5181598d8", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_LABEL.457ab8a792", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_LABEL_SUBTYPE.dc4b4a781a", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_LABEL_TYPE.c9d9d14a55", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_PROJECT_NAME.a2110e9474", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_RAW_METADATA.0cad1c0c05"], "model.osmosis_models.core__dim_prices": ["test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_prices_PRICE.ca031d03c3", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_prices_PROVIDER.fe44b8c1dd", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_prices_RECORDED_AT.1fc325bfa7", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_prices_SYMBOL.dc9508e9d2", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_prices_TOTAL_SUPPLY.4e7189fb00"], "model.osmosis_models.core__dim_vote_options": [], "model.osmosis_models.core__fact_airdrop": ["test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_AMOUNT.67a8d6bb77", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_BLOCKCHAIN.c3ced31c38", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_BLOCK_ID.3b4804ad7b", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_BLOCK_TIMESTAMP.49fc519795", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_CHAIN_ID.6653e9b226", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_CURRENCY.d48765727c", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_RECEIVER.1cdbc0676a", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_SENDER.74078bf4bc", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_TRANSFER_TYPE.4dc7ebfd9b", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_TX_ID.787cd5bc51", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_TX_STATUS.abd343a562"], "model.osmosis_models.core__fact_blocks": ["test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_blocks_BLOCK_ID.1758defefc", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_blocks_BLOCK_TIMESTAMP.c36a4acd9b", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_blocks_CHAIN_ID.d97c339232", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_blocks_PROPOSER_ADDRESS.33eacc997a", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_blocks_TX_COUNT.cba858f6da", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_blocks_VALIDATOR_HASH.74e26a3ed2"], "model.osmosis_models.core__fact_daily_balances": ["test.osmosis_models.dbt_utils_unique_combination_of_columns_core__fact_daily_balances_DATE__ADDRESS__BALANCE_TYPE__CURRENCY.03bb793409", "test.osmosis_models.not_null_core__fact_daily_balances_ADDRESS.b77e86f517", "test.osmosis_models.not_null_core__fact_daily_balances_BALANCE.dad6546a8a", "test.osmosis_models.not_null_core__fact_daily_balances_BALANCE_TYPE.2d455fbc9a", "test.osmosis_models.not_null_core__fact_daily_balances_CURRENCY.9b02e469ef", "test.osmosis_models.not_null_core__fact_daily_balances_DATE.3060cee3fd"], "model.osmosis_models.core__fact_governance_proposal_deposits": ["test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_AMOUNT.651eccef0b", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_BLOCKCHAIN.a3fed89c6e", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_BLOCK_ID.8371e6022c", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_BLOCK_TIMESTAMP.02bfe08bd4", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_CHAIN_ID.f521152f07", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_CURRENCY.8c9324d670", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_DECIMAL.ecfaead484", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_DEPOSITOR.13b4d77077", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_PROPOSAL_ID.7a2276491a", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_TX_ID.862c4cca9a", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_TX_STATUS.de70b0008c"], "model.osmosis_models.core__fact_governance_submit_proposal": ["test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_BLOCKCHAIN.f1cd6b6f61", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_BLOCK_ID.94b5ee163d", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_BLOCK_TIMESTAMP.e35edaf2e4", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_CHAIN_ID.614c918017", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_PROPOSAL_ID.5d9ec9cb22", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_PROPOSAL_TYPE.abd0b6911e", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_PROPOSER.a0c1201cf0", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_TX_ID.0b098941f8", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_TX_STATUS.c16a62bdb4"], "model.osmosis_models.core__fact_governance_votes": ["test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_BLOCKCHAIN.cd744bf5de", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_BLOCK_ID.f40109cc23", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_BLOCK_TIMESTAMP.21675bcd7b", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_CHAIN_ID.88e95d51bf", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_PROPOSAL_ID.56012275fa", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_TX_ID.ec6a5f21b6", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_TX_STATUS.0e5f27fd3d", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_VOTER.39617dd3e8", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_VOTE_OPTION.da3bb68e41"], "model.osmosis_models.core__fact_locked_liquidity_actions": ["test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_AMOUNT.bf2f7fe82c", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_BLOCKCHAIN.b6c1a9e1dc", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_BLOCK_ID.492c85de2b", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_BLOCK_TIMESTAMP.e1f22910a5", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_CHAIN_ID.311b17954d", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_CURRENCY.ce0427eb08", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_DECIMAL.0ab80dbc1d", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_IS_SUPERFLUID.747f821f90", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_LOCKER_ADDRESS.2139e198f2", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_LOCK_DURATION.14a1f75ff0", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_LOCK_ID.26adc06491", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_MSG_ACTION.6a18baaf6f", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_MSG_ACTION_DESCRIPTION.72e94dd816", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_MSG_GROUP.3eac4f7b6c", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_POOL_ID.8fe568c1c6", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_TX_ID.029ad6a46e", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_TX_STATUS.756f1a8d6d", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_UNLOCK_TIME.d9e63d31a2", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_UNPOOL_NEW_LOCK_IDS.dff4ccf333"], "model.osmosis_models.core__fact_msgs": ["test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_BLOCKCHAIN.ae346ad8fd", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_BLOCK_ID.faa38255c9", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_BLOCK_TIMESTAMP.cb0d0e3790", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_CHAIN_ID.de462fe441", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_MSG.f1f3ebfcd4", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_MSG_GROUP.32d74436d2", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_MSG_INDEX.32d6a4e7cb", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_MSG_TYPE.e48648d983", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_TX_ID.c4b71cafbe", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_TX_STATUS.dc83b6b237"], "model.osmosis_models.core__fact_msg_attributes": ["test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_ATTRIBUTE_KEY.978c26f41e", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_ATTRIBUTE_VALUE.f316cfca60", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_BLOCKCHAIN.356c2dfa46", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_BLOCK_ID.7b9a016433", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_BLOCK_TIMESTAMP.11e5f5562c", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_CHAIN_ID.2983b83289", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_MSG_GROUP.f1ed86ed4e", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_MSG_INDEX.d0e91438b3", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_MSG_TYPE.b2b48e2e7f", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_TX_ID.cab7fab11b"], "model.osmosis_models.core__fact_staking": ["test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_ACTION.daedb41454", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_AMOUNT.e948e49ade", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_BLOCKCHAIN.82c266350b", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_BLOCK_ID.4035f141b2", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_BLOCK_TIMESTAMP.534a269d8f", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_CHAIN_ID.5811cc1a91", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_CURRENCY.8c13a074dc", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_DELEGATOR_ADDRESS.0c1d05680f", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_TX_CALLER_ADDRESS.7824a39547", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_TX_ID.770a65b294", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_TX_STATUS.1c233bb3a6", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_VALIDATOR_ADDRESS.9012a42def"], "model.osmosis_models.core__fact_staking_rewards": ["test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_ACTION.0e53619279", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_AMOUNT.0173c5159b", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_BLOCKCHAIN.0df26b2190", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_BLOCK_ID.69b7ddd1ef", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_BLOCK_TIMESTAMP.056ffb437f", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_CHAIN_ID.1554dd817e", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_CURRENCY.159b32703a", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_DELEGATOR_ADDRESS.e860e06aa7", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_TX_CALLER_ADDRESS.357674199d", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_TX_ID.9bc819755a", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_TX_STATUS.9628424510", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_VALIDATOR_ADDRESS.a9f7307c18"], "model.osmosis_models.core__fact_superfluid_staking": ["test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_ACTION.edee194a8c", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_AMOUNT.a9f37804f2", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_BLOCKCHAIN.faca4e92dd", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_BLOCK_ID.a698a31b42", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_BLOCK_TIMESTAMP.2c008a4482", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_CHAIN_ID.0204c72ac3", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_CURRENCY.fc3faa3870", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_DECIMAL.597a17bcd2", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_DELEGATOR_ADDRESS.e9c0dfdad6", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_LOCK_ID.3bd9aaf31a", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_TX_ID.5ff19c33d5", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_TX_STATUS.82c5734c10", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_VALIDATOR_ADDRESS.49b2ae24f9"], "model.osmosis_models.core__fact_swaps": ["test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_BLOCKCHAIN.874916623d", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_BLOCK_ID.39064d929a", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_BLOCK_TIMESTAMP.1e17d9cc4c", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_CHAIN_ID.0c43d81ce2", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_FROM_AMOUNT.bc44e86b16", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_FROM_CURRENCY.949ddb5513", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_POOL_IDS.cacb5b40e4", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_TO_AMOUNT.d9ad062e38", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_TO_CURRENCY.7ac79fbfcd", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_TRADER.fdbd8f08b4", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_TX_ID.b8a105d7d4", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_TX_STATUS.35874d4212"], "model.osmosis_models.core__fact_transactions": ["test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_BLOCKCHAIN.8f714681bd", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_BLOCK_ID.37c1b7e860", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_BLOCK_TIMESTAMP.84e94e706b", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_CHAIN_ID.a3a8b966b5", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_CODESPACE.31e919d605", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_GAS_USED.330cc6bb7e", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_GAS_WANTED.8717751539", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_MSGS.aee52badd9", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_TX_CODE.8a8b1c8b5d", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_TX_ID.f616a284b6", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_TX_STATUS.65653cecde", "test.osmosis_models.dbt_utils_unique_combination_of_columns_core__fact_transactions_TX_ID.57efb72c3f", "test.osmosis_models.not_null_core__fact_transactions_FEE.f477aa43d7", "test.osmosis_models.not_null_core__fact_transactions_TX_FROM.7ddc5dd2a3"], "model.osmosis_models.core__fact_transfers": ["test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_AMOUNT.dfd5f028ff", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_BLOCKCHAIN.9239785984", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_BLOCK_ID.2c6f7e05cc", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_BLOCK_TIMESTAMP.0f58d69ae8", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_CHAIN_ID.5fc5a9ebd8", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_CURRENCY.cea97ef73f", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_RECEIVER.442acc3f94", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_SENDER.5acfdb6d48", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_TRANSFER_TYPE.ee95d8d48f", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_TX_ID.9cf9dd8a23", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_TX_STATUS.6b15191c9a"], "model.osmosis_models.silver__all_undecoded_assets": ["operation.osmosis_models.osmosis_models-on-run-start-2"], "model.osmosis_models.silver__all_unknown_balances": [], "model.osmosis_models.silver__all_unknown_pool_balances": [], "seed.osmosis_models.testing__daily_balances": ["test.osmosis_models.silver__daily_balances_business_logic_test.1e7294bb09"], "seed.osmosis_models.testing__locked_liquidity_balances": ["test.osmosis_models.silver__locked_liquidity_balances_business_logic_test.067110be08"], "seed.osmosis_models.testing__superfluid_staked_balances": ["test.osmosis_models.silver__superfluid_staked_balances_business_logic_test.8de4cedcc4"], "operation.osmosis_models.osmosis_models-on-run-start-0": [], "operation.osmosis_models.osmosis_models-on-run-start-1": [], "operation.osmosis_models.osmosis_models-on-run-start-2": [], "operation.osmosis_models.osmosis_models-on-run-start-3": [], "operation.osmosis_models.osmosis_models-on-run-start-4": [], "operation.osmosis_models.osmosis_models-on-run-start-5": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_ADDRESS.1501e0ea66": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_BLOCKCHAIN.8557883709": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_CREATOR.d5181598d8": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_LABEL_TYPE.c9d9d14a55": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_LABEL_SUBTYPE.dc4b4a781a": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_LABEL.457ab8a792": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_PROJECT_NAME.a2110e9474": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_labels_RAW_METADATA.0cad1c0c05": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_prices_RECORDED_AT.1fc325bfa7": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_prices_SYMBOL.dc9508e9d2": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_prices_PRICE.ca031d03c3": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_prices_TOTAL_SUPPLY.4e7189fb00": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_prices_PROVIDER.fe44b8c1dd": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_BLOCK_ID.3b4804ad7b": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_BLOCK_TIMESTAMP.49fc519795": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_BLOCKCHAIN.c3ced31c38": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_CHAIN_ID.6653e9b226": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_TX_ID.787cd5bc51": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_TX_STATUS.abd343a562": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_TRANSFER_TYPE.4dc7ebfd9b": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_SENDER.74078bf4bc": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_AMOUNT.67a8d6bb77": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_CURRENCY.d48765727c": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_airdrop_RECEIVER.1cdbc0676a": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_blocks_BLOCK_ID.1758defefc": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_blocks_BLOCK_TIMESTAMP.c36a4acd9b": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_blocks_CHAIN_ID.d97c339232": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_blocks_TX_COUNT.cba858f6da": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_blocks_PROPOSER_ADDRESS.33eacc997a": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_blocks_VALIDATOR_HASH.74e26a3ed2": [], "test.osmosis_models.not_null_core__fact_daily_balances_DATE.3060cee3fd": [], "test.osmosis_models.not_null_core__fact_daily_balances_BALANCE_TYPE.2d455fbc9a": [], "test.osmosis_models.not_null_core__fact_daily_balances_ADDRESS.b77e86f517": [], "test.osmosis_models.not_null_core__fact_daily_balances_BALANCE.dad6546a8a": [], "test.osmosis_models.not_null_core__fact_daily_balances_CURRENCY.9b02e469ef": [], "test.osmosis_models.dbt_utils_unique_combination_of_columns_core__fact_daily_balances_DATE__ADDRESS__BALANCE_TYPE__CURRENCY.03bb793409": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_BLOCK_ID.8371e6022c": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_BLOCK_TIMESTAMP.02bfe08bd4": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_BLOCKCHAIN.a3fed89c6e": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_CHAIN_ID.f521152f07": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_TX_ID.862c4cca9a": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_TX_STATUS.de70b0008c": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_DEPOSITOR.13b4d77077": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_PROPOSAL_ID.7a2276491a": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_AMOUNT.651eccef0b": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_CURRENCY.8c9324d670": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_proposal_deposits_DECIMAL.ecfaead484": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_BLOCK_ID.94b5ee163d": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_BLOCK_TIMESTAMP.e35edaf2e4": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_BLOCKCHAIN.f1cd6b6f61": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_CHAIN_ID.614c918017": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_TX_ID.0b098941f8": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_TX_STATUS.c16a62bdb4": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_PROPOSER.a0c1201cf0": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_PROPOSAL_ID.5d9ec9cb22": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_submit_proposal_PROPOSAL_TYPE.abd0b6911e": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_BLOCK_ID.f40109cc23": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_BLOCK_TIMESTAMP.21675bcd7b": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_BLOCKCHAIN.cd744bf5de": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_CHAIN_ID.88e95d51bf": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_TX_ID.ec6a5f21b6": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_TX_STATUS.0e5f27fd3d": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_VOTER.39617dd3e8": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_PROPOSAL_ID.56012275fa": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_governance_votes_VOTE_OPTION.da3bb68e41": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_BLOCK_ID.492c85de2b": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_BLOCK_TIMESTAMP.e1f22910a5": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_BLOCKCHAIN.b6c1a9e1dc": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_CHAIN_ID.311b17954d": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_TX_ID.029ad6a46e": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_TX_STATUS.756f1a8d6d": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_MSG_GROUP.3eac4f7b6c": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_MSG_ACTION.6a18baaf6f": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_MSG_ACTION_DESCRIPTION.72e94dd816": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_LOCKER_ADDRESS.2139e198f2": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_LOCK_ID.26adc06491": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_POOL_ID.8fe568c1c6": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_AMOUNT.bf2f7fe82c": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_CURRENCY.ce0427eb08": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_DECIMAL.0ab80dbc1d": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_LOCK_DURATION.14a1f75ff0": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_UNLOCK_TIME.d9e63d31a2": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_IS_SUPERFLUID.747f821f90": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_locked_liquidity_actions_UNPOOL_NEW_LOCK_IDS.dff4ccf333": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_BLOCK_ID.faa38255c9": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_BLOCK_TIMESTAMP.cb0d0e3790": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_BLOCKCHAIN.ae346ad8fd": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_CHAIN_ID.de462fe441": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_TX_ID.c4b71cafbe": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_TX_STATUS.dc83b6b237": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_MSG_GROUP.32d74436d2": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_MSG_INDEX.32d6a4e7cb": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_MSG_TYPE.e48648d983": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msgs_MSG.f1f3ebfcd4": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_BLOCK_ID.7b9a016433": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_BLOCK_TIMESTAMP.11e5f5562c": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_BLOCKCHAIN.356c2dfa46": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_CHAIN_ID.2983b83289": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_TX_ID.cab7fab11b": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_MSG_GROUP.f1ed86ed4e": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_MSG_INDEX.d0e91438b3": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_MSG_TYPE.b2b48e2e7f": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_ATTRIBUTE_KEY.978c26f41e": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_msg_attributes_ATTRIBUTE_VALUE.f316cfca60": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_BLOCK_ID.4035f141b2": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_BLOCK_TIMESTAMP.534a269d8f": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_BLOCKCHAIN.82c266350b": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_CHAIN_ID.5811cc1a91": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_TX_ID.770a65b294": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_TX_STATUS.1c233bb3a6": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_TX_CALLER_ADDRESS.7824a39547": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_ACTION.daedb41454": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_DELEGATOR_ADDRESS.0c1d05680f": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_AMOUNT.e948e49ade": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_CURRENCY.8c13a074dc": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_VALIDATOR_ADDRESS.9012a42def": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_BLOCK_ID.69b7ddd1ef": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_BLOCK_TIMESTAMP.056ffb437f": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_BLOCKCHAIN.0df26b2190": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_CHAIN_ID.1554dd817e": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_TX_ID.9bc819755a": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_TX_STATUS.9628424510": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_TX_CALLER_ADDRESS.357674199d": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_ACTION.0e53619279": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_DELEGATOR_ADDRESS.e860e06aa7": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_AMOUNT.0173c5159b": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_CURRENCY.159b32703a": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_staking_rewards_VALIDATOR_ADDRESS.a9f7307c18": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_BLOCK_ID.a698a31b42": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_BLOCK_TIMESTAMP.2c008a4482": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_BLOCKCHAIN.faca4e92dd": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_CHAIN_ID.0204c72ac3": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_TX_ID.5ff19c33d5": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_TX_STATUS.82c5734c10": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_ACTION.edee194a8c": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_DELEGATOR_ADDRESS.e9c0dfdad6": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_AMOUNT.a9f37804f2": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_CURRENCY.fc3faa3870": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_DECIMAL.597a17bcd2": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_VALIDATOR_ADDRESS.49b2ae24f9": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_superfluid_staking_LOCK_ID.3bd9aaf31a": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_BLOCK_ID.39064d929a": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_BLOCK_TIMESTAMP.1e17d9cc4c": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_BLOCKCHAIN.874916623d": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_CHAIN_ID.0c43d81ce2": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_TX_ID.b8a105d7d4": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_TX_STATUS.35874d4212": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_TRADER.fdbd8f08b4": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_FROM_AMOUNT.bc44e86b16": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_FROM_CURRENCY.949ddb5513": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_TO_AMOUNT.d9ad062e38": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_TO_CURRENCY.7ac79fbfcd": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_swaps_POOL_IDS.cacb5b40e4": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_BLOCK_ID.37c1b7e860": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_BLOCK_TIMESTAMP.84e94e706b": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_BLOCKCHAIN.8f714681bd": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_CHAIN_ID.a3a8b966b5": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_TX_ID.f616a284b6": [], "test.osmosis_models.not_null_core__fact_transactions_TX_FROM.7ddc5dd2a3": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_TX_STATUS.65653cecde": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_CODESPACE.31e919d605": [], "test.osmosis_models.not_null_core__fact_transactions_FEE.f477aa43d7": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_GAS_USED.330cc6bb7e": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_GAS_WANTED.8717751539": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_TX_CODE.8a8b1c8b5d": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transactions_MSGS.aee52badd9": [], "test.osmosis_models.dbt_utils_unique_combination_of_columns_core__fact_transactions_TX_ID.57efb72c3f": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_BLOCK_ID.2c6f7e05cc": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_BLOCK_TIMESTAMP.0f58d69ae8": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_BLOCKCHAIN.9239785984": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_CHAIN_ID.5fc5a9ebd8": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_TX_ID.9cf9dd8a23": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_TX_STATUS.6b15191c9a": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_TRANSFER_TYPE.ee95d8d48f": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_SENDER.5acfdb6d48": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_AMOUNT.dfd5f028ff": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_CURRENCY.cea97ef73f": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_transfers_RECEIVER.442acc3f94": [], "model.osmosis_models.silver__locked_liquidity_actions": ["model.osmosis_models.core__fact_locked_liquidity_actions", "model.osmosis_models.silver__locked_liquidity_balances", "model.osmosis_models.silver__locked_liquidity_balances", "model.osmosis_models.silver__locked_liquidity_balances", "model.osmosis_models.silver__locked_liquidity_balances", "model.osmosis_models.silver__superfluid_staking", "model.osmosis_models.silver__superfluid_staking", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_AMOUNT__NUMBER__FLOAT.bb6d21f95e", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_BLOCKCHAIN__STRING__VARCHAR.fcd09e94b3", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_BLOCK_ID__NUMBER__FLOAT.653de7e47d", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.3a3d5edff0", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_CHAIN_ID__STRING__VARCHAR.09564f3f99", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_CURRENCY__STRING__VARCHAR.5f05d9b019", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_LOCKER_ADDRESS__STRING__VARCHAR.a1136b143f", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_LOCK_DURATION__STRING__VARCHAR.1058324721", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_LOCK_ID__NUMBER__FLOAT.ba6b67d6ee", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_MSG_ACTION_DESCRIPTION__STRING__VARCHAR.9aee985784", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_MSG_ACTION__STRING__VARCHAR.6c72fe356d", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_MSG_GROUP__NUMBER__FLOAT.7486554f02", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_MSG_TYPE__STRING__VARCHAR.1ac6fd49d6", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_POOL_ID__NUMBER__FLOAT.51c2e01920", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_TX_ID__STRING__VARCHAR.73e8e1f6e3", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_TX_STATUS__STRING__VARCHAR.08471430fb", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_UNLOCK_TIME__STRING__VARCHAR.f8a327954a", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_UNPOOL_NEW_LOCK_IDS__STRING__VARCHAR.f9a75c3679", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.b4e9812fce", "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__locked_liquidity_actions_LOCKER_ADDRESS__osmo1_0_9a_z_38_38_.5c219a22f0", "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__locked_liquidity_actions_BLOCK_TIMESTAMP__day__2.dc5bb8840e", "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__locked_liquidity_actions_TX_ID__MSG_GROUP__LOCK_ID__LOCKER_ADDRESS.f671cf7580", "test.osmosis_models.not_null_silver__locked_liquidity_actions_BLOCKCHAIN.024c6f27bd", "test.osmosis_models.not_null_silver__locked_liquidity_actions_BLOCK_ID.971c830a94", "test.osmosis_models.not_null_silver__locked_liquidity_actions_BLOCK_TIMESTAMP.ae52fcaf2c", "test.osmosis_models.not_null_silver__locked_liquidity_actions_CHAIN_ID.b2d4c6ef82", "test.osmosis_models.not_null_silver__locked_liquidity_actions_IS_SUPERFLUID.57e1f1d019", "test.osmosis_models.not_null_silver__locked_liquidity_actions_LOCKER_ADDRESS.ad9c450f75", "test.osmosis_models.not_null_silver__locked_liquidity_actions_LOCK_ID.758dadfcb8", "test.osmosis_models.not_null_silver__locked_liquidity_actions_MSG_ACTION.2ab3e2d6fa", "test.osmosis_models.not_null_silver__locked_liquidity_actions_MSG_ACTION_DESCRIPTION.7528ea2359", "test.osmosis_models.not_null_silver__locked_liquidity_actions_MSG_GROUP.7dc26d1fff", "test.osmosis_models.not_null_silver__locked_liquidity_actions_MSG_TYPE.4109a97708", "test.osmosis_models.not_null_silver__locked_liquidity_actions_TX_ID.6608c6c52f", "test.osmosis_models.not_null_silver__locked_liquidity_actions_TX_STATUS.a17ebaec62", "test.osmosis_models.not_null_silver__locked_liquidity_actions__INSERTED_TIMESTAMP.6fd97ed590"], "model.osmosis_models.silver__liquid_balances": ["model.osmosis_models.silver__daily_balances", "model.osmosis_models.silver__latest_liquid_balances", "model.osmosis_models.silver__latest_liquid_balances", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquid_balances_ADDRESS__STRING__VARCHAR.4f666e0e38", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquid_balances_BALANCE__NUMBER__FLOAT.63d421d7bb", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquid_balances_BLOCK_ID__NUMBER__FLOAT.749dfae343", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquid_balances_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.ecb06bde81", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquid_balances_CURRENCY__STRING__VARCHAR.e584d3adfe", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquid_balances__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.5defd9132d", "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__liquid_balances_ADDRESS__osmo1_0_9a_z_38_38_.8901f55875", "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__liquid_balances_BLOCK_ID__ADDRESS__CURRENCY.63726cca49", "test.osmosis_models.not_null_silver__liquid_balances_ADDRESS.cfc01317aa", "test.osmosis_models.not_null_silver__liquid_balances_BALANCE.9206f45427", "test.osmosis_models.not_null_silver__liquid_balances_BLOCK_ID.8968cb6ee4", "test.osmosis_models.not_null_silver__liquid_balances_BLOCK_TIMESTAMP.8458f7dd86", "test.osmosis_models.not_null_silver__liquid_balances_CURRENCY.2057e3852f", "test.osmosis_models.not_null_silver__liquid_balances__INSERTED_TIMESTAMP.b013ef0a91"], "model.osmosis_models.silver__superfluid_actions": ["model.osmosis_models.silver__locked_liquidity_actions", "model.osmosis_models.silver__locked_liquidity_actions", "model.osmosis_models.silver__locked_liquidity_actions", "model.osmosis_models.silver__locked_liquidity_actions", "model.osmosis_models.silver__locked_liquidity_actions_begin_unlock", "model.osmosis_models.silver__superfluid_staking", "model.osmosis_models.silver__superfluid_staking", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_AMOUNT__NUMBER__FLOAT.fa9630c787", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_BLOCKCHAIN__STRING__VARCHAR.fd622a5f85", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_BLOCK_ID__NUMBER__FLOAT.738438b359", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.902a4aeca4", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_CHAIN_ID__STRING__VARCHAR.a34dd5cd27", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_CURRENCY__STRING__VARCHAR.20c99f2434", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_DELEGATOR_ADDRESS__STRING__VARCHAR.7dc32d5e9e", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_LOCK_ID__NUMBER__FLOAT.5541c92343", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_MSG_TYPE__STRING__VARCHAR.ef9c7bd94a", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_TX_ID__STRING__VARCHAR.f9a9c6d7ed", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_TX_STATUS__STRING__VARCHAR.bb9989b0e5", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_VALIDATOR_ADDRESS__STRING__VARCHAR.0ebb86f82e", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.5d498deaa7", "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__superfluid_actions_DELEGATOR_ADDRESS__osmo1_0_9a_z_38_38_.fa98b8d044", "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__superfluid_actions_VALIDATOR_ADDRESS__osmovaloper1_0_9a_z_38_38_.6f278d6d62", "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__superfluid_actions_BLOCK_TIMESTAMP__day__2.9afcf7acb8", "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__superfluid_actions_TX_ID__MSG_GROUP.281fa4cd48", "test.osmosis_models.not_null_silver__superfluid_actions_BLOCKCHAIN.405a0109a4", "test.osmosis_models.not_null_silver__superfluid_actions_BLOCK_ID.2581cf0e21", "test.osmosis_models.not_null_silver__superfluid_actions_BLOCK_TIMESTAMP.fa01a85178", "test.osmosis_models.not_null_silver__superfluid_actions_CHAIN_ID.aea6c07b4c", "test.osmosis_models.not_null_silver__superfluid_actions_DELEGATOR_ADDRESS.a3c51af23b", "test.osmosis_models.not_null_silver__superfluid_actions_MSG_GROUP.2d6dbf7b6f", "test.osmosis_models.not_null_silver__superfluid_actions_MSG_TYPE.9160db842e", "test.osmosis_models.not_null_silver__superfluid_actions_TX_ID.00c69897f3", "test.osmosis_models.not_null_silver__superfluid_actions_TX_STATUS.ea7562b389", "test.osmosis_models.not_null_silver__superfluid_actions__INSERTED_TIMESTAMP.acdeac1160"], "model.osmosis_models.silver__tx_body_msgs": ["model.osmosis_models.silver__superfluid_actions", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs_BLOCK_ID__NUMBER__FLOAT.800bf7baaa", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.ca8344970f", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs_CHAIN_ID__STRING__VARCHAR.54b3bc8135", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs_MSG_GROUP__NUMBER__FLOAT.f2555a5e5d", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs_MSG_TYPE__STRING__VARCHAR.495ccb6cd7", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs_TX_ID__STRING__VARCHAR.14cd77fad4", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.76dc3dad56", "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__tx_body_msgs_BLOCK_TIMESTAMP__day__1.0569f1bd13", "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__tx_body_msgs_TX_ID__MSG_GROUP.40c9a97820", "test.osmosis_models.not_null_silver__tx_body_msgs_BLOCK_ID.38a819e992", "test.osmosis_models.not_null_silver__tx_body_msgs_BLOCK_TIMESTAMP.5e95f78986", "test.osmosis_models.not_null_silver__tx_body_msgs_CHAIN_ID.70175276f8", "test.osmosis_models.not_null_silver__tx_body_msgs_MSG_GROUP.b92c2b2ada", "test.osmosis_models.not_null_silver__tx_body_msgs_MSG_TYPE.e2005d6ecf", "test.osmosis_models.not_null_silver__tx_body_msgs_TX_ID.6c76303c1c", "test.osmosis_models.not_null_silver__tx_body_msgs__INSERTED_TIMESTAMP.e3e73dea57"], "model.osmosis_models.silver__governance_proposal_deposits": ["model.osmosis_models.core__fact_governance_proposal_deposits", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_AMOUNT__NUMBER__FLOAT.9946136e6f", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_BLOCKCHAIN__STRING__VARCHAR.5742b53356", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_BLOCK_ID__NUMBER__FLOAT.bbd1e1037c", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.d6e6a5ce54", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_CHAIN_ID__STRING__VARCHAR.cf8694bc13", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_CURRENCY__STRING__VARCHAR.00e06593e6", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_DEPOSITOR__STRING__VARCHAR.db0ffc94e1", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_PROPOSAL_ID__NUMBER__FLOAT.5d96907650", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_TX_ID__STRING__VARCHAR.dc8a385cd0", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_TX_STATUS__STRING__VARCHAR.c541da6807", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.47268211d9", "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__governance_proposal_deposits_DEPOSITOR__osmo1_0_9a_z_38_38_.7748ef9c5c", "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__governance_proposal_deposits_TX_ID.6018626d83", "test.osmosis_models.not_null_silver__governance_proposal_deposits_AMOUNT.0396b06362", "test.osmosis_models.not_null_silver__governance_proposal_deposits_BLOCKCHAIN.69bb1d7034", "test.osmosis_models.not_null_silver__governance_proposal_deposits_BLOCK_ID.1fc8e8d39e", "test.osmosis_models.not_null_silver__governance_proposal_deposits_BLOCK_TIMESTAMP.be9d64b7a5", "test.osmosis_models.not_null_silver__governance_proposal_deposits_CHAIN_ID.54ba7a5d36", "test.osmosis_models.not_null_silver__governance_proposal_deposits_CURRENCY.2b95ab2ae2", "test.osmosis_models.not_null_silver__governance_proposal_deposits_DECIMAL.2f40ac09a3", "test.osmosis_models.not_null_silver__governance_proposal_deposits_DEPOSITOR.5ce640cb83", "test.osmosis_models.not_null_silver__governance_proposal_deposits_PROPOSAL_ID.7ff8bdf182", "test.osmosis_models.not_null_silver__governance_proposal_deposits_TX_ID.5813dde547", "test.osmosis_models.not_null_silver__governance_proposal_deposits_TX_STATUS.51d5ffd514", "test.osmosis_models.not_null_silver__governance_proposal_deposits__INSERTED_TIMESTAMP.793e397848"], "model.osmosis_models.silver__transactions": ["model.osmosis_models.core__fact_transactions", "model.osmosis_models.silver___early_swaps", "model.osmosis_models.silver__airdrops", "model.osmosis_models.silver__early_liquidity_provider_actions", "model.osmosis_models.silver__governance_proposal_deposits", "model.osmosis_models.silver__governance_submit_proposal", "model.osmosis_models.silver__governance_votes", "model.osmosis_models.silver__governance_votes", "model.osmosis_models.silver__liquidity_provider_actions", "model.osmosis_models.silver__msgs", "model.osmosis_models.silver__staking", "model.osmosis_models.silver__staking_rewards", "model.osmosis_models.silver__swaps", "model.osmosis_models.silver__transfers", "model.osmosis_models.silver__transfers", "model.osmosis_models.silver__transfers", "model.osmosis_models.silver__tx_body_msgs", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_BLOCK_ID__NUMBER__FLOAT.f4d0275a3e", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.bc42693f6e", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_CHAIN_ID__STRING__VARCHAR.2d90a83266", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_CODESPACE__STRING__VARCHAR.1b0088f6be", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_GAS_USED__NUMBER__FLOAT.5308f986d3", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_GAS_WANTED__NUMBER__FLOAT.b15ebe8eff", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_TX_CODE__NUMBER__FLOAT.7a08ebe064", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_TX_ID__STRING__VARCHAR.81b523ec1d", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_TX_STATUS__STRING__VARCHAR.ab609c5d6b", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.82828385ba", "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__transactions_BLOCK_TIMESTAMP__day__1.cf074498fc", "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__transactions_TX_ID.215714589b", "test.osmosis_models.not_null_silver__transactions_BLOCK_ID.ba1565770d", "test.osmosis_models.not_null_silver__transactions_BLOCK_TIMESTAMP.3ffe21fe8d", "test.osmosis_models.not_null_silver__transactions_CHAIN_ID.d90596c439", "test.osmosis_models.not_null_silver__transactions_GAS_USED.1c943486c0", "test.osmosis_models.not_null_silver__transactions_GAS_WANTED.440469f6c5", "test.osmosis_models.not_null_silver__transactions_MSGS.e30a3fea27", "test.osmosis_models.not_null_silver__transactions_TX_CODE.080a71cc61", "test.osmosis_models.not_null_silver__transactions_TX_ID.5bc0e20339", "test.osmosis_models.not_null_silver__transactions_TX_STATUS.db9f6bb2ff", "test.osmosis_models.not_null_silver__transactions__INSERTED_TIMESTAMP.3b2b0fb3b0"], "model.osmosis_models.silver__staked_balances": ["model.osmosis_models.silver__daily_balances", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances_ADDRESS__STRING__VARCHAR.bb27ba6e54", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances_BALANCE__NUMBER__FLOAT.b61dbc885b", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances_BLOCK_ID__NUMBER__FLOAT.13de4e17bb", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.6f3c07dc52", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances_CURRENCY__STRING__VARCHAR.4236c735a0", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.6fec735b71", "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__staked_balances_ADDRESS__osmo1_0_9a_z_38_38_.23c8c0c6f0", "test.osmosis_models.not_null_silver__staked_balances_ADDRESS.7dbac49da8", "test.osmosis_models.not_null_silver__staked_balances_BALANCE.df9daa5873", "test.osmosis_models.not_null_silver__staked_balances_BLOCK_ID.0a48a2c189", "test.osmosis_models.not_null_silver__staked_balances_BLOCK_TIMESTAMP.f44089a47f", "test.osmosis_models.not_null_silver__staked_balances_CURRENCY.9bc24a80cc", "test.osmosis_models.not_null_silver__staked_balances__INSERTED_TIMESTAMP.275c42bb76"], "model.osmosis_models.silver__airdrops": ["model.osmosis_models.core__fact_airdrop", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_set_silver__airdrops_TRANSFER_TYPE__AIRDROP.e967a80a8f", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_AMOUNT__NUMBER__FLOAT.4a5d9a8f00", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_BLOCKCHAIN__STRING__VARCHAR.995a68ed72", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_BLOCK_ID__NUMBER__FLOAT.bcd63d0d77", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.14e9298b2f", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_CHAIN_ID__STRING__VARCHAR.72919c7b73", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_CURRENCY__STRING__VARCHAR.81aa1a187e", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_RECEIVER__STRING__VARCHAR.f5d9504799", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_SENDER__STRING__VARCHAR.005f6e92c2", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_TRANSFER_TYPE__STRING__VARCHAR.d83d714b32", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_TX_ID__STRING__VARCHAR.d2f921cedb", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_TX_STATUS__STRING__VARCHAR.7070acf37f", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.5715fe733b", "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__airdrops_RECEIVER__osmo1_0_9a_z_38_38_.9878fc05ff", "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__airdrops_TX_ID__MSG_INDEX__CURRENCY.f34cd2556f", "test.osmosis_models.not_null_silver__airdrops_AMOUNT.63707661be", "test.osmosis_models.not_null_silver__airdrops_BLOCKCHAIN.d9113b8ac5", "test.osmosis_models.not_null_silver__airdrops_BLOCK_ID.ee3a74ad7a", "test.osmosis_models.not_null_silver__airdrops_BLOCK_TIMESTAMP.ff87091da6", "test.osmosis_models.not_null_silver__airdrops_CHAIN_ID.33e4ef27e0", "test.osmosis_models.not_null_silver__airdrops_CURRENCY.9028a3ddde", "test.osmosis_models.not_null_silver__airdrops_RECEIVER.0292ee7f56", "test.osmosis_models.not_null_silver__airdrops_SENDER.5ea1f6eb65", "test.osmosis_models.not_null_silver__airdrops_TRANSFER_TYPE.eddea8aeb0", "test.osmosis_models.not_null_silver__airdrops_TX_ID.2e22ee1a50", "test.osmosis_models.not_null_silver__airdrops_TX_STATUS.a3162c9843", "test.osmosis_models.not_null_silver__airdrops__INSERTED_TIMESTAMP.be1e2150f4"], "model.osmosis_models.silver__blockchain": ["test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blockchain_BLOCK_ID__NUMBER__FLOAT.254cf4f40e", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blockchain_BLOCK_SIZE__NUMBER__FLOAT.36f07f3fba", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blockchain_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.9dc38be292", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blockchain_CHAIN_ID__STRING__VARCHAR.fd3829b376", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blockchain_NUM_TXS__NUMBER__FLOAT.258ab6cc34", "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__blockchain_BLOCK_ID.70f4075332", "test.osmosis_models.not_null_silver__blockchain_BLOCK_HEADER.0b30826529", "test.osmosis_models.not_null_silver__blockchain_BLOCK_ID.5997704c2b", "test.osmosis_models.not_null_silver__blockchain_BLOCK_ID_OBJECT.dbc8f0771a", "test.osmosis_models.not_null_silver__blockchain_BLOCK_SIZE.9120ec052a", "test.osmosis_models.not_null_silver__blockchain_BLOCK_TIMESTAMP.936901e9b8", "test.osmosis_models.not_null_silver__blockchain_CHAIN_ID.c381503839", "test.osmosis_models.not_null_silver__blockchain_NUM_TXS.4e5926d643"], "model.osmosis_models.silver__locked_liquidity_actions_begin_unlock": ["model.osmosis_models.silver__locked_liquidity_actions", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_AMOUNT__NUMBER__FLOAT.c0c9872c96", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_BLOCKCHAIN__STRING__VARCHAR.4a44c49c06", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_BLOCK_ID__NUMBER__FLOAT.7f1f84a874", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.79817097ef", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_CHAIN_ID__STRING__VARCHAR.6304978660", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_CURRENCY__STRING__VARCHAR.a0b0b15b9c", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_LOCKER__STRING__VARCHAR.4c202016d2", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_LOCK_DURATION__STRING__VARCHAR.b756587ec3", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_LOCK_ID__NUMBER__FLOAT.e69665d5bf", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_MSG_GROUP__NUMBER__FLOAT.86186834df", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_MSG_TYPE__STRING__VARCHAR.7922409452", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_POOL_ID__NUMBER__FLOAT.c8ceee3be2", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_TX_ID__STRING__VARCHAR.ac8568386c", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_TX_STATUS__STRING__VARCHAR.f43a675f86", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_UNLOCK_TIME__STRING__VARCHAR.4a85f30b2f", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.97cb6569bf", "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__locked_liquidity_actions_begin_unlock_LOCKER__osmo1_0_9a_z_38_38_.9bdff65916", "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__locked_liquidity_actions_begin_unlock_BLOCK_TIMESTAMP__day__2.5cdbe66ea1", "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__locked_liquidity_actions_begin_unlock_TX_ID__MSG_GROUP__LOCK_ID__LOCKER.64df55bed9", "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_BLOCKCHAIN.06d4e203c7", "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_BLOCK_ID.1279d7bd8a", "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_BLOCK_TIMESTAMP.b6d33ce8d6", "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_CHAIN_ID.b800517756", "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_LOCKER.165a589a45", "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_MSG_GROUP.5b8c365b67", "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_MSG_TYPE.d30c0e0def", "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_TX_ID.a62e8ba3d7", "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_TX_STATUS.1777ec971f", "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock__INSERTED_TIMESTAMP.f2ef1b3a48"], "model.osmosis_models.silver__daily_balances": ["model.osmosis_models.core__fact_daily_balances", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_set_silver__daily_balances_BALANCE_TYPE__staked__liquid__locked_liquidity__superfluid_staked.d078954ac3", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__daily_balances_ADDRESS__STRING__VARCHAR.6c5fd1d408", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__daily_balances_BALANCE_TYPE__STRING__VARCHAR.cc0098d30c", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__daily_balances_BALANCE__NUMBER__FLOAT.fcc80a76c8", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__daily_balances_CURRENCY__STRING__VARCHAR.8d6c7fe66e", "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__daily_balances_ADDRESS__osmo1_0_9a_z_38_38_.e1a612aa3d", "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__daily_balances_DATE__ADDRESS__BALANCE_TYPE__CURRENCY.22c162bf1e", "test.osmosis_models.not_null_silver__daily_balances_ADDRESS.2502493350", "test.osmosis_models.not_null_silver__daily_balances_BALANCE.a2177bc39f", "test.osmosis_models.not_null_silver__daily_balances_BALANCE_TYPE.09cab6d79c", "test.osmosis_models.not_null_silver__daily_balances_CURRENCY.eeaa474ed0", "test.osmosis_models.not_null_silver__daily_balances_DATE.85b329c0c5", "test.osmosis_models.silver__daily_balances_business_logic_test.1e7294bb09"], "model.osmosis_models.silver__locked_liquidity_balances": ["model.osmosis_models.silver__daily_balances", "model.osmosis_models.silver__superfluid_staked_balances", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_balances_ADDRESS__STRING__VARCHAR.ae461cb78c", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_balances_BALANCE__NUMBER__FLOAT.c3487a4494", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_balances_BLOCK_ID__NUMBER__FLOAT.0eb41acf0e", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_balances_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.698987328d", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_balances_CURRENCY__STRING__VARCHAR.9b1c19adbd", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_balances_LOCK_ID__NUMBER__FLOAT.6927551370", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_balances__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.6b1a6cb3d2", "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__locked_liquidity_balances_ADDRESS__osmo1_0_9a_z_38_38_.d22119d0c2", "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__locked_liquidity_balances_ADDRESS__BLOCK_ID__LOCK_ID__CURRENCY.d6b3952f03", "test.osmosis_models.not_null_silver__locked_liquidity_balances_ADDRESS.2efc699f74", "test.osmosis_models.not_null_silver__locked_liquidity_balances_BALANCE.545df98975", "test.osmosis_models.not_null_silver__locked_liquidity_balances_BLOCK_ID.ec480589a6", "test.osmosis_models.not_null_silver__locked_liquidity_balances_BLOCK_TIMESTAMP.21203332fb", "test.osmosis_models.not_null_silver__locked_liquidity_balances_CURRENCY.2359a768b9", "test.osmosis_models.not_null_silver__locked_liquidity_balances_LOCK_ID.54075fdad3", "test.osmosis_models.not_null_silver__locked_liquidity_balances__INSERTED_TIMESTAMP.30bc92efdd", "test.osmosis_models.silver__locked_liquidity_balances_business_logic_test.067110be08"], "model.osmosis_models.silver__msgs": ["model.osmosis_models.core__fact_msgs", "model.osmosis_models.silver__msg_attributes", "model.osmosis_models.silver__pool_metadata", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_BLOCK_ID__NUMBER__FLOAT.84601b77c0", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.dfd05a3d5b", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_CHAIN_ID__STRING__VARCHAR.5060cbda07", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_MSG_GROUP__NUMBER__FLOAT.c2035fb2bc", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_MSG_INDEX__NUMBER__FLOAT.fd6bcc57f5", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_MSG_SUB_GROUP__NUMBER__FLOAT.1036402d60", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_MSG_TYPE__STRING__VARCHAR.ca4da74e2a", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_TX_ID__STRING__VARCHAR.007224ef8b", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.a1e200cf11", "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__msgs_BLOCK_TIMESTAMP__day__1.7d26c028d2", "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__msgs_TX_ID__MSG_INDEX.73756b76d1", "test.osmosis_models.not_null_silver__msgs_BLOCK_ID.1de1a37994", "test.osmosis_models.not_null_silver__msgs_BLOCK_TIMESTAMP.5896b5fc79", "test.osmosis_models.not_null_silver__msgs_CHAIN_ID.41ac59beba", "test.osmosis_models.not_null_silver__msgs_MSG_INDEX.227765e0bf", "test.osmosis_models.not_null_silver__msgs_MSG_TYPE.312b195565", "test.osmosis_models.not_null_silver__msgs_TX_ID.59a107fa1e", "test.osmosis_models.not_null_silver__msgs__INSERTED_TIMESTAMP.f08429b22f"], "model.osmosis_models.silver__superfluid_staking": ["model.osmosis_models.core__fact_superfluid_staking", "model.osmosis_models.silver__superfluid_staked_balances", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_ACTION__STRING__VARCHAR.8b96bdc1fc", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_AMOUNT__NUMBER__FLOAT.0d62188668", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_BLOCKCHAIN__STRING__VARCHAR.37e6968279", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_BLOCK_ID__NUMBER__FLOAT.c10e4c514d", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.643a52356e", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_CHAIN_ID__STRING__VARCHAR.fc9457adbb", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_CURRENCY__STRING__VARCHAR.bf88aeb5a7", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_DELEGATOR_ADDRESS__STRING__VARCHAR.8962964241", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_LOCK_ID__NUMBER__FLOAT.f9dd2b55b5", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_TX_ID__STRING__VARCHAR.26d8db866a", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_TX_STATUS__STRING__VARCHAR.dfe768c0ac", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_VALIDATOR_ADDRESS__STRING__VARCHAR.006de59284", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.65eefd12f6", "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__superfluid_staking_DELEGATOR_ADDRESS__osmo1_0_9a_z_38_38_.c7ef402b0f", "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__superfluid_staking_VALIDATOR_ADDRESS__osmovaloper1_0_9a_z_38_38_.1c1f87a18a", "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__superfluid_staking_BLOCK_TIMESTAMP__day__2.dad736bb50", "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__superfluid_staking_TX_ID__MSG_GROUP__LOCK_ID__ACTION.c18e75c3d7", "test.osmosis_models.not_null_silver__superfluid_staking_ACTION.b79959a3f6", "test.osmosis_models.not_null_silver__superfluid_staking_BLOCKCHAIN.f73c8554fa", "test.osmosis_models.not_null_silver__superfluid_staking_BLOCK_ID.160d35e47c", "test.osmosis_models.not_null_silver__superfluid_staking_BLOCK_TIMESTAMP.1ff654455f", "test.osmosis_models.not_null_silver__superfluid_staking_CHAIN_ID.0676d04c55", "test.osmosis_models.not_null_silver__superfluid_staking_DELEGATOR_ADDRESS.f1d271586d", "test.osmosis_models.not_null_silver__superfluid_staking_TX_ID.a8fe1153aa", "test.osmosis_models.not_null_silver__superfluid_staking_TX_STATUS.c4011fad46", "test.osmosis_models.not_null_silver__superfluid_staking__INSERTED_TIMESTAMP.a0fd918e83"], "model.osmosis_models.silver__superfluid_staked_balances": ["model.osmosis_models.silver__daily_balances", "model.osmosis_models.silver__daily_balances", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staked_balances_ADDRESS__STRING__VARCHAR.2c47326b70", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staked_balances_BALANCE__NUMBER__FLOAT.6f9251e20e", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staked_balances_BLOCK_ID__NUMBER__FLOAT.02221d3aec", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staked_balances_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.8ede29e0af", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staked_balances_CURRENCY__STRING__VARCHAR.85e2c189e9", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staked_balances__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.4408116690", "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__superfluid_staked_balances_ADDRESS__osmo1_0_9a_z_38_38_.f83d3ff51e", "test.osmosis_models.not_null_silver__superfluid_staked_balances_ADDRESS.c21acd1dd9", "test.osmosis_models.not_null_silver__superfluid_staked_balances_BALANCE.3603712604", "test.osmosis_models.not_null_silver__superfluid_staked_balances_BLOCK_ID.57554a158d", "test.osmosis_models.not_null_silver__superfluid_staked_balances_BLOCK_TIMESTAMP.9a572004ab", "test.osmosis_models.not_null_silver__superfluid_staked_balances_CURRENCY.ac58036cbc", "test.osmosis_models.not_null_silver__superfluid_staked_balances__INSERTED_TIMESTAMP.136ee40ea4", "test.osmosis_models.silver__superfluid_staked_balances_business_logic_test.8de4cedcc4"], "model.osmosis_models.silver__staking_rewards": ["model.osmosis_models.core__fact_staking_rewards", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_ACTION__STRING__VARCHAR.27e21a7bde", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_AMOUNT__NUMBER__FLOAT.96c70dcfc1", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_BLOCKCHAIN__STRING__VARCHAR.73e2d60bfe", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_BLOCK_ID__NUMBER__FLOAT.f0526590fd", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.ba045d2659", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_CHAIN_ID__STRING__VARCHAR.75e2eea483", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_CURRENCY__STRING__VARCHAR.2b78169dcc", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_DELEGATOR_ADDRESS__STRING__VARCHAR.fd6280430a", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_MSG_GROUP__NUMBER__FLOAT.2a039a57c5", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_TX_CALLER_ADDRESS__STRING__VARCHAR.933dcd3d53", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_TX_ID__STRING__VARCHAR.011b204602", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_TX_STATUS__STRING__VARCHAR.595452bf15", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_VALIDATOR_ADDRESS__STRING__VARCHAR.da86db981d", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.9b513ba703", "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__staking_rewards_DELEGATOR_ADDRESS__osmo1_0_9a_z_38_38_.4ff0249885", "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__staking_rewards_TX_CALLER_ADDRESS__osmo1_0_9a_z_38_38_.2eca9ab849", "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__staking_rewards_VALIDATOR_ADDRESS__osmovaloper1_0_9a_z_38_38_.e8b4e6c785", "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__staking_rewards_BLOCK_TIMESTAMP__day__1.d9c2eafe68", "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__staking_rewards_TX_ID__MSG_GROUP__ACTION__CURRENCY__DELEGATOR_ADDRESS__VALIDATOR_ADDRESS.3ba061f62e", "test.osmosis_models.not_null_silver__staking_rewards_ACTION.dd6166997d", "test.osmosis_models.not_null_silver__staking_rewards_BLOCKCHAIN.2c8319b7d6", "test.osmosis_models.not_null_silver__staking_rewards_BLOCK_ID.421120ab5c", "test.osmosis_models.not_null_silver__staking_rewards_BLOCK_TIMESTAMP.337ca361f9", "test.osmosis_models.not_null_silver__staking_rewards_CHAIN_ID.355173de9a", "test.osmosis_models.not_null_silver__staking_rewards_CURRENCY.766ae7c4fc", "test.osmosis_models.not_null_silver__staking_rewards_DELEGATOR_ADDRESS.19c389e860", "test.osmosis_models.not_null_silver__staking_rewards_MSG_GROUP.d4c6d540fa", "test.osmosis_models.not_null_silver__staking_rewards_TX_CALLER_ADDRESS.2a5a45cb36", "test.osmosis_models.not_null_silver__staking_rewards_TX_ID.d523010112", "test.osmosis_models.not_null_silver__staking_rewards_TX_STATUS.428145451b", "test.osmosis_models.not_null_silver__staking_rewards_VALIDATOR_ADDRESS.98bbd27fec", "test.osmosis_models.not_null_silver__staking_rewards__INSERTED_TIMESTAMP.25d2eb6d01"], "model.osmosis_models.silver__governance_submit_proposal": ["model.osmosis_models.core__fact_governance_submit_proposal", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_BLOCKCHAIN__STRING__VARCHAR.0931733295", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_BLOCK_ID__NUMBER__FLOAT.065c6b7366", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.f1054d98d9", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_CHAIN_ID__STRING__VARCHAR.dbb25df7d2", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_PROPOSAL_ID__NUMBER__FLOAT.ce7aea08c5", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_PROPOSAL_TYPE__STRING__VARCHAR.ea3d5adceb", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_PROPOSER__STRING__VARCHAR.29a95924a4", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_TX_ID__STRING__VARCHAR.7af3aa957c", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_TX_STATUS__STRING__VARCHAR.c7ad8d786c", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.76862a64f3", "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__governance_submit_proposal_PROPOSER__osmo1_0_9a_z_38_38_.1d8593bc8b", "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__governance_submit_proposal_TX_ID.e7cadc9d82", "test.osmosis_models.not_null_silver__governance_submit_proposal_BLOCKCHAIN.908b82f02b", "test.osmosis_models.not_null_silver__governance_submit_proposal_BLOCK_ID.80df3f0930", "test.osmosis_models.not_null_silver__governance_submit_proposal_BLOCK_TIMESTAMP.59a0f38558", "test.osmosis_models.not_null_silver__governance_submit_proposal_CHAIN_ID.db4c666e00", "test.osmosis_models.not_null_silver__governance_submit_proposal_PROPOSAL_ID.b8f0c6f0fa", "test.osmosis_models.not_null_silver__governance_submit_proposal_PROPOSAL_TYPE.dbda3680fd", "test.osmosis_models.not_null_silver__governance_submit_proposal_PROPOSER.51a248ebc4", "test.osmosis_models.not_null_silver__governance_submit_proposal_TX_ID.8dc772d3ad", "test.osmosis_models.not_null_silver__governance_submit_proposal_TX_STATUS.6fb668b0ba", "test.osmosis_models.not_null_silver__governance_submit_proposal__INSERTED_TIMESTAMP.cfc79bcad1"], "model.osmosis_models.silver__early_liquidity_provider_actions": ["model.osmosis_models.core__fact_liquidity_provider_actions", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_ACTION__STRING__VARCHAR.3060882c54", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_AMOUNT__NUMBER__FLOAT.2f4582445e", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_BLOCKCHAIN__STRING__VARCHAR.6de58a061d", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_BLOCK_ID__NUMBER__FLOAT.92d6f9fa83", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.8bb804ba79", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_CHAIN_ID__STRING__VARCHAR.2224ec2817", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_CURRENCY__STRING__VARCHAR.6232819f74", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS__STRING__VARCHAR.095fc803e9", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_POOL_ID__ARRAY.3d9ded5e5e", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_TX_ID__STRING__VARCHAR.759e840564", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_TX_STATUS__STRING__VARCHAR.59a6958177", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.3f7ce6d42f", "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__early_liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS__osmo1_0_9a_z_38_38_.2599354aaa", "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__early_liquidity_provider_actions_TX_ID__MSG_INDEX__CURRENCY.108215e9e9", "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_ACTION.489926bcf5", "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_AMOUNT.ba81291ef5", "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_BLOCKCHAIN.70ef02ef19", "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_BLOCK_ID.5c8cb09743", "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_BLOCK_TIMESTAMP.88837b828b", "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_CHAIN_ID.1827bcd45c", "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_CURRENCY.42cabee685", "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS.ec1a91e35f", "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_POOL_ID.b8081075e8", "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_TX_ID.02c860572b", "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_TX_STATUS.bef7ced5c0", "test.osmosis_models.not_null_silver__early_liquidity_provider_actions__INSERTED_TIMESTAMP.5156a0041a"], "model.osmosis_models.silver__msg_attributes": ["model.osmosis_models.core__fact_msg_attributes", "model.osmosis_models.core__fact_transactions", "model.osmosis_models.core__fact_transactions", "model.osmosis_models.silver___early_swaps", "model.osmosis_models.silver___early_swaps", "model.osmosis_models.silver___early_swaps", "model.osmosis_models.silver___early_swaps", "model.osmosis_models.silver___early_swaps", "model.osmosis_models.silver__airdrops", "model.osmosis_models.silver__airdrops", "model.osmosis_models.silver__airdrops", "model.osmosis_models.silver__airdrops", "model.osmosis_models.silver__airdrops", "model.osmosis_models.silver__all_unknown_balances", "model.osmosis_models.silver__early_liquidity_provider_actions", "model.osmosis_models.silver__early_liquidity_provider_actions", "model.osmosis_models.silver__early_liquidity_provider_actions", "model.osmosis_models.silver__governance_proposal_deposits", "model.osmosis_models.silver__governance_proposal_deposits", "model.osmosis_models.silver__governance_proposal_deposits", "model.osmosis_models.silver__governance_submit_proposal", "model.osmosis_models.silver__governance_submit_proposal", "model.osmosis_models.silver__governance_submit_proposal", "model.osmosis_models.silver__liquidity_provider_actions", "model.osmosis_models.silver__liquidity_provider_actions", "model.osmosis_models.silver__locked_liquidity_actions", "model.osmosis_models.silver__locked_liquidity_actions_begin_unlock", "model.osmosis_models.silver__locked_liquidity_transactions", "model.osmosis_models.silver__pool_metadata", "model.osmosis_models.silver__staking", "model.osmosis_models.silver__staking", "model.osmosis_models.silver__staking", "model.osmosis_models.silver__staking_rewards", "model.osmosis_models.silver__superfluid_actions", "model.osmosis_models.silver__swaps", "model.osmosis_models.silver__swaps", "model.osmosis_models.silver__swaps", "model.osmosis_models.silver__swaps", "model.osmosis_models.silver__transfers", "model.osmosis_models.silver__transfers", "model.osmosis_models.silver__transfers", "model.osmosis_models.silver__transfers", "model.osmosis_models.silver__transfers", "model.osmosis_models.silver__transfers", "model.osmosis_models.silver__transfers", "model.osmosis_models.silver__transfers", "model.osmosis_models.silver__transfers", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_ATTRIBUTE_KEY__STRING__VARCHAR.67a0b28a3f", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_ATTRIBUTE_VALUE__STRING__VARCHAR.f18062a7c2", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_BLOCK_ID__NUMBER__FLOAT.f13be7abb1", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.683e76fd93", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_CHAIN_ID__STRING__VARCHAR.10f84b6d48", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_MSG_GROUP__NUMBER__FLOAT.3ff8ce7ee1", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_MSG_INDEX__NUMBER__FLOAT.970dc74b0d", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_MSG_SUB_GROUP__NUMBER__FLOAT.ffdfeb6ce8", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_MSG_TYPE__STRING__VARCHAR.20bcdff679", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_TX_ID__STRING__VARCHAR.f3a5b084a1", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.d6c427737f", "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__msg_attributes_BLOCK_TIMESTAMP__day__1.e267a0033b", "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__msg_attributes_TX_ID__MSG_INDEX__ATTRIBUTE_INDEX.e7c19e7974", "test.osmosis_models.not_null_silver__msg_attributes_ATTRIBUTE_KEY.2f7c4d2b9b", "test.osmosis_models.not_null_silver__msg_attributes_BLOCK_ID.73b2e37ccf", "test.osmosis_models.not_null_silver__msg_attributes_BLOCK_TIMESTAMP.ef8fb181e9", "test.osmosis_models.not_null_silver__msg_attributes_CHAIN_ID.000bd705a4", "test.osmosis_models.not_null_silver__msg_attributes_MSG_INDEX.38b80c3717", "test.osmosis_models.not_null_silver__msg_attributes_MSG_TYPE.6fb2c6c361", "test.osmosis_models.not_null_silver__msg_attributes_TX_ID.34f30240c0", "test.osmosis_models.not_null_silver__msg_attributes__INSERTED_TIMESTAMP.a5c8d75d4d"], "model.osmosis_models.silver___early_swaps": ["test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_BLOCKCHAIN__STRING__VARCHAR.41286c0cd5", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_BLOCK_ID__NUMBER__FLOAT.032ee208f6", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.a2ef7b2489", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_CHAIN_ID__STRING__VARCHAR.dfe0bc5865", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_FROM_AMOUNT__NUMBER__FLOAT.20a611f270", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_FROM_CURRENCY__STRING__VARCHAR.47a0803c58", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_FROM_DECIMAL__NUMBER__FLOAT.811f1552e9", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_POOL_IDS__ARRAY.d1b8e878af", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_TO_AMOUNT__NUMBER__FLOAT.a13957a51f", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_TO_CURRENCY__STRING__VARCHAR.ba31519b60", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_TO_DECIMAL__NUMBER__FLOAT.4feda9b4b2", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_TRADER__STRING__VARCHAR.92a9152dac", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_TX_ID__STRING__VARCHAR.775048cbed", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_TX_STATUS__STRING__VARCHAR.d9613396d0", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.dd1b7834a2", "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver___early_swaps_TRADER__osmo1_0_9a_z_38_38_.1e8fe25746", "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver___early_swaps_TX_ID.aee97898a3", "test.osmosis_models.not_null_silver___early_swaps_BLOCKCHAIN.ebc9b2f7a4", "test.osmosis_models.not_null_silver___early_swaps_BLOCK_ID.9e06fdaf94", "test.osmosis_models.not_null_silver___early_swaps_BLOCK_TIMESTAMP.29caba1789", "test.osmosis_models.not_null_silver___early_swaps_CHAIN_ID.284c2272d1", "test.osmosis_models.not_null_silver___early_swaps_FROM_AMOUNT.96d9dfb3eb", "test.osmosis_models.not_null_silver___early_swaps_FROM_CURRENCY.904e6cfcbc", "test.osmosis_models.not_null_silver___early_swaps_TO_AMOUNT.b0b1adc19e", "test.osmosis_models.not_null_silver___early_swaps_TO_CURRENCY.db8488cd23", "test.osmosis_models.not_null_silver___early_swaps_TRADER.806c7238de", "test.osmosis_models.not_null_silver___early_swaps_TX_ID.73a8ff01fb", "test.osmosis_models.not_null_silver___early_swaps_TX_STATUS.0343f71ca8", "test.osmosis_models.not_null_silver___early_swaps__INSERTED_TIMESTAMP.87bc9fcc22"], "model.osmosis_models.silver__prices_swaps": ["model.osmosis_models.core__dim_prices", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_swaps_CURRENCY__STRING__VARCHAR.5404a8c9fc", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_swaps_MAX_PRICE_USD_HOUR__NUMBER__FLOAT.a321b53116", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_swaps_MIN_PRICE_USD_HOUR__NUMBER__FLOAT.2990f13ded", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_swaps_PRICE_USD__NUMBER__FLOAT.7358a267f4", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_swaps_SWAPS_IN_HOUR__NUMBER__FLOAT.bdf85d5ea1", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_swaps_VOLATILITY_MEASURE__NUMBER__FLOAT.4a9194b040", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_swaps_VOLUME_USD_IN_HOUR__NUMBER__FLOAT.7c91eccb42", "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__prices_swaps_BLOCK_HOUR__day__1.ac250fd2bb", "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__prices_swaps_BLOCK_HOUR__CURRENCY.1e06dedf16", "test.osmosis_models.not_null_silver__prices_swaps_BLOCK_HOUR.b4b12e48f6", "test.osmosis_models.not_null_silver__prices_swaps_CURRENCY.95f8e47d9a", "test.osmosis_models.not_null_silver__prices_swaps_PRICE_USD.6179e52ac6"], "model.osmosis_models.silver__staking": ["model.osmosis_models.core__fact_staking", "model.osmosis_models.silver__staked_balances", "model.osmosis_models.silver__staked_balances", "model.osmosis_models.silver__staking_rewards", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_ACTION__STRING__VARCHAR.9afcc8fda7", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_AMOUNT__NUMBER__FLOAT.4f37d82831", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_BLOCKCHAIN__STRING__VARCHAR.8bb6096ab5", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_BLOCK_ID__NUMBER__FLOAT.c6925be5b1", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.4108c35ac5", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_CHAIN_ID__STRING__VARCHAR.58d47a7e2f", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_COMPLETION_TIME__TIMESTAMP_NTZ.ebc4f994ed", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_CURRENCY__STRING__VARCHAR.e490885777", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_DELEGATOR_ADDRESS__STRING__VARCHAR.49e89789f3", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_MSG_GROUP__NUMBER__FLOAT.8bdffa9ab5", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_REDELEGATE_SOURCE_VALIDATOR_ADDRESS__STRING__VARCHAR.2600b68c44", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_TX_CALLER_ADDRESS__STRING__VARCHAR.d7af473b9a", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_TX_ID__STRING__VARCHAR.6de65a5238", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_TX_STATUS__STRING__VARCHAR.13aee68e30", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_VALIDATOR_ADDRESS__STRING__VARCHAR.e475239096", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.a61f51e053", "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__staking_DELEGATOR_ADDRESS__osmo1_0_9a_z_38_38_.7a1a9bb6be", "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__staking_REDELEGATE_SOURCE_VALIDATOR_ADDRESS__osmovaloper1_0_9a_z_38_38_.12583d1894", "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__staking_TX_CALLER_ADDRESS__osmo1_0_9a_z_38_38_.11f1890a87", "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__staking_VALIDATOR_ADDRESS__osmovaloper1_0_9a_z_38_38_.cc08ac2574", "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__staking_BLOCK_TIMESTAMP__day__1.8c14a74a71", "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__staking_TX_ID__MSG_GROUP__ACTION__CURRENCY__DELEGATOR_ADDRESS__VALIDATOR_ADDRESS.eeaa03e7bf", "test.osmosis_models.not_null_silver__staking_ACTION.91a24f522a", "test.osmosis_models.not_null_silver__staking_BLOCKCHAIN.58801fa4bb", "test.osmosis_models.not_null_silver__staking_BLOCK_ID.1d5493faed", "test.osmosis_models.not_null_silver__staking_BLOCK_TIMESTAMP.c6ce91983d", "test.osmosis_models.not_null_silver__staking_CHAIN_ID.3ba9c15357", "test.osmosis_models.not_null_silver__staking_CURRENCY.9997da9b27", "test.osmosis_models.not_null_silver__staking_DELEGATOR_ADDRESS.36dee98f10", "test.osmosis_models.not_null_silver__staking_MSG_GROUP.80a68c918c", "test.osmosis_models.not_null_silver__staking_TX_CALLER_ADDRESS.c71643fc54", "test.osmosis_models.not_null_silver__staking_TX_ID.79d5b2c618", "test.osmosis_models.not_null_silver__staking_TX_STATUS.924f01adaa", "test.osmosis_models.not_null_silver__staking_VALIDATOR_ADDRESS.3d65954499", "test.osmosis_models.not_null_silver__staking__INSERTED_TIMESTAMP.eff37b7ef3"], "model.osmosis_models.silver__blocks": ["model.osmosis_models.core__fact_blocks", "model.osmosis_models.silver__all_unknown_pool_balances", "model.osmosis_models.silver__liquid_balances", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_BLOCK_ID__NUMBER.fd6ec57c3f", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.2a22373751", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_CHAIN_ID__STRING__VARCHAR.eba2c1ff94", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_PROPOSER_ADDRESS__STRING__VARCHAR.271fde4209", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_TX_COUNT__NUMBER__FLOAT.9486c781f5", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_VALIDATOR_HASH__STRING__VARCHAR.985e07aa79", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.690191eca2", "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__blocks_BLOCK_TIMESTAMP__day__1.3844f6e7d3", "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__blocks_CHAIN_ID__BLOCK_ID.00ab619aa5", "test.osmosis_models.not_null_silver__blocks_BLOCK_ID.2e78c008c9", "test.osmosis_models.not_null_silver__blocks_BLOCK_TIMESTAMP.b65a1fcead", "test.osmosis_models.not_null_silver__blocks_CHAIN_ID.a10569ee35", "test.osmosis_models.not_null_silver__blocks_PROPOSER_ADDRESS.00f683ae74", "test.osmosis_models.not_null_silver__blocks_TX_COUNT.34525b51e6", "test.osmosis_models.not_null_silver__blocks_VALIDATOR_HASH.27e6c22877", "test.osmosis_models.not_null_silver__blocks__INSERTED_TIMESTAMP.be3b3ed4ca"], "model.osmosis_models.silver__latest_liquid_balances": ["test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__latest_liquid_balances_ADDRESS__STRING__VARCHAR.5582d70762", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__latest_liquid_balances_BALANCE_TYPE__STRING__VARCHAR.52e6dbfbb3", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__latest_liquid_balances_BALANCE__NUMBER__FLOAT.e344f15356", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__latest_liquid_balances_BLOCK_ID__NUMBER__FLOAT.ba0cddf013", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__latest_liquid_balances_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.1abca7ddd8", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__latest_liquid_balances_CURRENCY__STRING__VARCHAR.9f9cdb4f89", "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__latest_liquid_balances_ADDRESS__osmo1_0_9a_z_38_38_.e6b7c69303", "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__latest_liquid_balances_BLOCK_TIMESTAMP__BLOCK_ID__ADDRESS__CURRENCY__BALANCE_TYPE.cced9b710a", "test.osmosis_models.not_null_silver__latest_liquid_balances_ADDRESS.ab3d75134b", "test.osmosis_models.not_null_silver__latest_liquid_balances_BALANCE.1382ad1877", "test.osmosis_models.not_null_silver__latest_liquid_balances_BALANCE_TYPE.79b62d56d2", "test.osmosis_models.not_null_silver__latest_liquid_balances_BLOCK_ID.c75efdbc0f", "test.osmosis_models.not_null_silver__latest_liquid_balances_BLOCK_TIMESTAMP.2e907def50", "test.osmosis_models.not_null_silver__latest_liquid_balances_CURRENCY.5f3ccd6e9b"], "model.osmosis_models.silver__pool_metadata": ["model.osmosis_models.core__dim_liquidity_pools", "model.osmosis_models.silver__all_undecoded_assets", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__pool_metadata_ASSETS__OBJECT__ARRAY.9e31f56442", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__pool_metadata_MODULE__STRING__VARCHAR.8f0ae124ea", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__pool_metadata_POOL_ID__NUMBER__FLOAT.953fe0da98", "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__pool_metadata_MODULE__POOL_ID.0afdb135bb", "test.osmosis_models.not_null_silver__pool_metadata_ASSETS.e27062d4a1", "test.osmosis_models.not_null_silver__pool_metadata_MODULE.702b7e46ec", "test.osmosis_models.not_null_silver__pool_metadata_POOL_ID.b97c1cddc8"], "model.osmosis_models.silver__liquidity_provider_actions": ["model.osmosis_models.core__fact_liquidity_provider_actions", "model.osmosis_models.silver__all_unknown_balances", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_ACTION__STRING__VARCHAR.7ccf45f26f", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_AMOUNT__NUMBER__FLOAT.252db66ed4", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_BLOCKCHAIN__STRING__VARCHAR.b49793fdd3", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_BLOCK_ID__NUMBER__FLOAT.2166b9667b", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.679a55f93c", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_CHAIN_ID__STRING__VARCHAR.17bb7dec27", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_CURRENCY__STRING__VARCHAR.aa2bed5b3c", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS__STRING__VARCHAR.8c7e7ab303", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_POOL_ID__NUMBER__FLOAT.48620ff207", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_TX_ID__STRING__VARCHAR.ca4ecc1569", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_TX_STATUS__STRING__VARCHAR.55a3406bd2", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.b827caee01", "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS__osmo1_0_9a_z_38_38_.64daf5563d", "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__liquidity_provider_actions_TX_ID__MSG_INDEX__CURRENCY.6cf2ece3b7", "test.osmosis_models.not_null_silver__liquidity_provider_actions_ACTION.15c846e1ab", "test.osmosis_models.not_null_silver__liquidity_provider_actions_AMOUNT.a7f8cad8ca", "test.osmosis_models.not_null_silver__liquidity_provider_actions_BLOCKCHAIN.5cdb355241", "test.osmosis_models.not_null_silver__liquidity_provider_actions_BLOCK_ID.e2351bb72a", "test.osmosis_models.not_null_silver__liquidity_provider_actions_BLOCK_TIMESTAMP.6858137f77", "test.osmosis_models.not_null_silver__liquidity_provider_actions_CHAIN_ID.be054d2d9f", "test.osmosis_models.not_null_silver__liquidity_provider_actions_CURRENCY.6175b544ae", "test.osmosis_models.not_null_silver__liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS.3aad671b53", "test.osmosis_models.not_null_silver__liquidity_provider_actions_POOL_ID.ed43a4434d", "test.osmosis_models.not_null_silver__liquidity_provider_actions_TX_ID.e6b4225cb8", "test.osmosis_models.not_null_silver__liquidity_provider_actions_TX_STATUS.2d50fef0c0", "test.osmosis_models.not_null_silver__liquidity_provider_actions__INSERTED_TIMESTAMP.cfc613cece"], "model.osmosis_models.silver__locked_liquidity_transactions": ["model.osmosis_models.silver__locked_liquidity_actions", "model.osmosis_models.silver__locked_liquidity_actions_begin_unlock", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_transactions_LOCK_ID__NUMBER__FLOAT.4f779c1ebd", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_transactions_MSG_GROUP__NUMBER__FLOAT.d85afc0f90", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_transactions_MSG_SUB_GROUP__NUMBER__FLOAT.4d1fa5f9f7", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_transactions_TX_ID__STRING__VARCHAR.0a469d4ff2", "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__locked_liquidity_transactions_TX_ID__MSG_GROUP__MSG_SUB_GROUP__LOCK_ID.85ebfa31e0", "test.osmosis_models.not_null_silver__locked_liquidity_transactions_LOCK_ID.754ed3eff6", "test.osmosis_models.not_null_silver__locked_liquidity_transactions_MSG_GROUP.2527005895", "test.osmosis_models.not_null_silver__locked_liquidity_transactions_MSG_SUB_GROUP.f3be369729", "test.osmosis_models.not_null_silver__locked_liquidity_transactions_TX_ID.99db42422e"], "model.osmosis_models.silver__swaps": ["model.osmosis_models.core__fact_swaps", "model.osmosis_models.silver__prices_swaps", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_BLOCKCHAIN__STRING__VARCHAR.50665b2e23", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_BLOCK_ID__NUMBER__FLOAT.101e1084fe", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.ff9ae19b53", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_CHAIN_ID__STRING__VARCHAR.457a2d30a2", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_FROM_AMOUNT__NUMBER__FLOAT.4c9fb2eac8", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_FROM_CURRENCY__STRING__VARCHAR.35b0022039", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_POOL_IDS__ARRAY.45e2118699", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_TO_AMOUNT__NUMBER__FLOAT.3dca6f12ef", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_TO_CURRENCY__STRING__VARCHAR.b01d006e49", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_TRADER__STRING__VARCHAR.05f525169d", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_TX_ID__STRING__VARCHAR.26bc11fb1a", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_TX_STATUS__STRING__VARCHAR.6807b3f7ad", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.3580abd5d1", "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__swaps_TRADER__osmo1_0_9a_z_38_38_.0972697cde", "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__swaps_BLOCK_TIMESTAMP__day__1.9fa83f3e3c", "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__swaps_TX_ID___BODY_INDEX.ad8caef338", "test.osmosis_models.not_null_silver__swaps_BLOCKCHAIN.704d8b1b68", "test.osmosis_models.not_null_silver__swaps_BLOCK_ID.85d35d8cd4", "test.osmosis_models.not_null_silver__swaps_BLOCK_TIMESTAMP.068154a8d8", "test.osmosis_models.not_null_silver__swaps_CHAIN_ID.7bf1d2baa3", "test.osmosis_models.not_null_silver__swaps_FROM_AMOUNT.a2d756c197", "test.osmosis_models.not_null_silver__swaps_FROM_CURRENCY.7d197341cf", "test.osmosis_models.not_null_silver__swaps_POOL_IDS.0678a40b94", "test.osmosis_models.not_null_silver__swaps_TO_AMOUNT.db49c788b2", "test.osmosis_models.not_null_silver__swaps_TO_CURRENCY.156045cb7d", "test.osmosis_models.not_null_silver__swaps_TRADER.b122237f9c", "test.osmosis_models.not_null_silver__swaps_TX_ID.429c1bdd9e", "test.osmosis_models.not_null_silver__swaps_TX_STATUS.5e5af9a4c1", "test.osmosis_models.not_null_silver__swaps__INSERTED_TIMESTAMP.3f844266ca"], "model.osmosis_models.silver__prices": ["model.osmosis_models.core__dim_prices", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_PRICE__NUMBER__FLOAT.8ac3621a5a", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_PROVIDER__STRING__VARCHAR.6f2a686ead", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_RECORDED_AT__TIMESTAMP_NTZ.d646d22b71", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_SYMBOL__STRING__VARCHAR.a36ba4bed7", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_TOTAL_SUPPLY__NUMBER__FLOAT.0b67851ee8", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_VOLUME_24H__NUMBER__FLOAT.13679e5f6f", "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__prices_RECORDED_AT__day__2.b6efd5a503", "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__prices_RECORDED_AT__SYMBOL.5bb3f27aa1", "test.osmosis_models.not_null_silver__prices_PRICE.09dcf418d9", "test.osmosis_models.not_null_silver__prices_PROVIDER.ed7f92e826", "test.osmosis_models.not_null_silver__prices_SYMBOL.1202ffaafb"], "model.osmosis_models.silver__transfers": ["model.osmosis_models.core__fact_transfers", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_AMOUNT__NUMBER__FLOAT.d9692a78f1", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_BLOCKCHAIN__STRING__VARCHAR.6594da6631", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_BLOCK_ID__NUMBER__FLOAT.e08ee6d46c", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.4ccf9184cd", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_CHAIN_ID__STRING__VARCHAR.8c3c444a39", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_CURRENCY__STRING__VARCHAR.a650f3fc35", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_RECEIVER__STRING__VARCHAR.b93628338d", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_SENDER__STRING__VARCHAR.4ae271899a", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_TRANSFER_TYPE__STRING__VARCHAR.43a2c68273", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_TX_ID__STRING__VARCHAR.0f84a7c8bb", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_TX_STATUS__STRING__VARCHAR.239d5199fe", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.9d03af31f1", "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__transfers_BLOCK_TIMESTAMP__day__1.aef2ec1111", "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__transfers_TX_ID__MSG_INDEX__CURRENCY.e9d94ef7c9", "test.osmosis_models.not_null_silver__transfers_AMOUNT.ba102cb51b", "test.osmosis_models.not_null_silver__transfers_BLOCKCHAIN.0d49ed494c", "test.osmosis_models.not_null_silver__transfers_BLOCK_ID.81767d6c3c", "test.osmosis_models.not_null_silver__transfers_BLOCK_TIMESTAMP.d599dc282c", "test.osmosis_models.not_null_silver__transfers_CHAIN_ID.f332cbbf7c", "test.osmosis_models.not_null_silver__transfers_CURRENCY.4a8953d5ec", "test.osmosis_models.not_null_silver__transfers_RECEIVER.965c9f325d", "test.osmosis_models.not_null_silver__transfers_SENDER.0abbede6fe", "test.osmosis_models.not_null_silver__transfers_TRANSFER_TYPE.280bc9914f", "test.osmosis_models.not_null_silver__transfers_TX_ID.1be05d8ee2", "test.osmosis_models.not_null_silver__transfers_TX_STATUS.0450f74677", "test.osmosis_models.not_null_silver__transfers__INSERTED_TIMESTAMP.595c1c618a"], "model.osmosis_models.silver__governance_votes": ["model.osmosis_models.core__dim_vote_options", "model.osmosis_models.core__fact_governance_votes", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_BLOCKCHAIN__STRING__VARCHAR.31f7049a3b", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_BLOCK_ID__NUMBER__FLOAT.6db9174fdb", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.e3e66ade1c", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_CHAIN_ID__STRING__VARCHAR.fc0b9be7cc", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_PROPOSAL_ID__NUMBER__FLOAT.a3c49bd449", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_TX_ID__STRING__VARCHAR.88979ead94", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_TX_STATUS__STRING__VARCHAR.0e8b4f3022", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_VOTER__STRING__VARCHAR.c0c8cb9205", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_VOTE_WEIGHT__NUMBER__FLOAT.947c9b9847", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes__PATH__STRING__VARCHAR.2b5475b614", "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__governance_votes_TX_ID__PROPOSAL_ID__VOTER__VOTE_OPTION___PATH.2dc3fee63f", "test.osmosis_models.not_null_silver__governance_votes_BLOCKCHAIN.62eef31c32", "test.osmosis_models.not_null_silver__governance_votes_BLOCK_ID.97979dad9a", "test.osmosis_models.not_null_silver__governance_votes_BLOCK_TIMESTAMP.0d2cf87ae5", "test.osmosis_models.not_null_silver__governance_votes_CHAIN_ID.d0a6045ea7", "test.osmosis_models.not_null_silver__governance_votes_PROPOSAL_ID.7bb694c548", "test.osmosis_models.not_null_silver__governance_votes_TX_ID.3dd2b22c87", "test.osmosis_models.not_null_silver__governance_votes_TX_STATUS.46470e496e", "test.osmosis_models.not_null_silver__governance_votes_VOTER.96fedc99dd", "test.osmosis_models.not_null_silver__governance_votes_VOTE_OPTION.233eb8ef14", "test.osmosis_models.not_null_silver__governance_votes_VOTE_WEIGHT.727ad84484", "test.osmosis_models.not_null_silver__governance_votes__INSERTED_TIMESTAMP.4b700ec0da", "test.osmosis_models.not_null_silver__governance_votes__PATH.17d12040f8"], "test.osmosis_models.not_null_silver__locked_liquidity_actions_BLOCK_ID.971c830a94": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_BLOCK_ID__NUMBER__FLOAT.653de7e47d": [], "test.osmosis_models.not_null_silver__locked_liquidity_actions_BLOCK_TIMESTAMP.ae52fcaf2c": [], "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__locked_liquidity_actions_BLOCK_TIMESTAMP__day__2.dc5bb8840e": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.3a3d5edff0": [], "test.osmosis_models.not_null_silver__locked_liquidity_actions_BLOCKCHAIN.024c6f27bd": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_BLOCKCHAIN__STRING__VARCHAR.fcd09e94b3": [], "test.osmosis_models.not_null_silver__locked_liquidity_actions_CHAIN_ID.b2d4c6ef82": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_CHAIN_ID__STRING__VARCHAR.09564f3f99": [], "test.osmosis_models.not_null_silver__locked_liquidity_actions_TX_ID.6608c6c52f": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_TX_ID__STRING__VARCHAR.73e8e1f6e3": [], "test.osmosis_models.not_null_silver__locked_liquidity_actions_TX_STATUS.a17ebaec62": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_TX_STATUS__STRING__VARCHAR.08471430fb": [], "test.osmosis_models.not_null_silver__locked_liquidity_actions_MSG_GROUP.7dc26d1fff": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_MSG_GROUP__NUMBER__FLOAT.7486554f02": [], "test.osmosis_models.not_null_silver__locked_liquidity_actions_MSG_TYPE.4109a97708": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_MSG_TYPE__STRING__VARCHAR.1ac6fd49d6": [], "test.osmosis_models.not_null_silver__locked_liquidity_actions_MSG_ACTION.2ab3e2d6fa": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_MSG_ACTION__STRING__VARCHAR.6c72fe356d": [], "test.osmosis_models.not_null_silver__locked_liquidity_actions_MSG_ACTION_DESCRIPTION.7528ea2359": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_MSG_ACTION_DESCRIPTION__STRING__VARCHAR.9aee985784": [], "test.osmosis_models.not_null_silver__locked_liquidity_actions_LOCKER_ADDRESS.ad9c450f75": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_LOCKER_ADDRESS__STRING__VARCHAR.a1136b143f": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__locked_liquidity_actions_LOCKER_ADDRESS__osmo1_0_9a_z_38_38_.5c219a22f0": [], "test.osmosis_models.not_null_silver__locked_liquidity_actions_LOCK_ID.758dadfcb8": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_LOCK_ID__NUMBER__FLOAT.ba6b67d6ee": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_AMOUNT__NUMBER__FLOAT.bb6d21f95e": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_CURRENCY__STRING__VARCHAR.5f05d9b019": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_POOL_ID__NUMBER__FLOAT.51c2e01920": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_LOCK_DURATION__STRING__VARCHAR.1058324721": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_UNLOCK_TIME__STRING__VARCHAR.f8a327954a": [], "test.osmosis_models.not_null_silver__locked_liquidity_actions_IS_SUPERFLUID.57e1f1d019": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_UNPOOL_NEW_LOCK_IDS__STRING__VARCHAR.f9a75c3679": [], "test.osmosis_models.not_null_silver__locked_liquidity_actions__INSERTED_TIMESTAMP.6fd97ed590": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.b4e9812fce": [], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__locked_liquidity_actions_TX_ID__MSG_GROUP__LOCK_ID__LOCKER_ADDRESS.f671cf7580": [], "test.osmosis_models.not_null_silver__liquid_balances_BLOCK_ID.8968cb6ee4": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquid_balances_BLOCK_ID__NUMBER__FLOAT.749dfae343": [], "test.osmosis_models.not_null_silver__liquid_balances_BLOCK_TIMESTAMP.8458f7dd86": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquid_balances_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.ecb06bde81": [], "test.osmosis_models.not_null_silver__liquid_balances_ADDRESS.cfc01317aa": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquid_balances_ADDRESS__STRING__VARCHAR.4f666e0e38": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__liquid_balances_ADDRESS__osmo1_0_9a_z_38_38_.8901f55875": [], "test.osmosis_models.not_null_silver__liquid_balances_BALANCE.9206f45427": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquid_balances_BALANCE__NUMBER__FLOAT.63d421d7bb": [], "test.osmosis_models.not_null_silver__liquid_balances_CURRENCY.2057e3852f": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquid_balances_CURRENCY__STRING__VARCHAR.e584d3adfe": [], "test.osmosis_models.not_null_silver__liquid_balances__INSERTED_TIMESTAMP.b013ef0a91": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquid_balances__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.5defd9132d": [], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__liquid_balances_BLOCK_ID__ADDRESS__CURRENCY.63726cca49": [], "test.osmosis_models.not_null_silver__superfluid_actions_BLOCK_ID.2581cf0e21": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_BLOCK_ID__NUMBER__FLOAT.738438b359": [], "test.osmosis_models.not_null_silver__superfluid_actions_BLOCK_TIMESTAMP.fa01a85178": [], "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__superfluid_actions_BLOCK_TIMESTAMP__day__2.9afcf7acb8": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.902a4aeca4": [], "test.osmosis_models.not_null_silver__superfluid_actions_BLOCKCHAIN.405a0109a4": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_BLOCKCHAIN__STRING__VARCHAR.fd622a5f85": [], "test.osmosis_models.not_null_silver__superfluid_actions_CHAIN_ID.aea6c07b4c": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_CHAIN_ID__STRING__VARCHAR.a34dd5cd27": [], "test.osmosis_models.not_null_silver__superfluid_actions_TX_ID.00c69897f3": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_TX_ID__STRING__VARCHAR.f9a9c6d7ed": [], "test.osmosis_models.not_null_silver__superfluid_actions_TX_STATUS.ea7562b389": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_TX_STATUS__STRING__VARCHAR.bb9989b0e5": [], "test.osmosis_models.not_null_silver__superfluid_actions_MSG_TYPE.9160db842e": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_MSG_TYPE__STRING__VARCHAR.ef9c7bd94a": [], "test.osmosis_models.not_null_silver__superfluid_actions_MSG_GROUP.2d6dbf7b6f": [], "test.osmosis_models.not_null_silver__superfluid_actions_DELEGATOR_ADDRESS.a3c51af23b": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_DELEGATOR_ADDRESS__STRING__VARCHAR.7dc32d5e9e": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__superfluid_actions_DELEGATOR_ADDRESS__osmo1_0_9a_z_38_38_.fa98b8d044": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_AMOUNT__NUMBER__FLOAT.fa9630c787": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_CURRENCY__STRING__VARCHAR.20c99f2434": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_VALIDATOR_ADDRESS__STRING__VARCHAR.0ebb86f82e": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__superfluid_actions_VALIDATOR_ADDRESS__osmovaloper1_0_9a_z_38_38_.6f278d6d62": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions_LOCK_ID__NUMBER__FLOAT.5541c92343": [], "test.osmosis_models.not_null_silver__superfluid_actions__INSERTED_TIMESTAMP.acdeac1160": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_actions__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.5d498deaa7": [], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__superfluid_actions_TX_ID__MSG_GROUP.281fa4cd48": [], "test.osmosis_models.not_null_silver__tx_body_msgs_BLOCK_ID.38a819e992": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs_BLOCK_ID__NUMBER__FLOAT.800bf7baaa": [], "test.osmosis_models.not_null_silver__tx_body_msgs_BLOCK_TIMESTAMP.5e95f78986": [], "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__tx_body_msgs_BLOCK_TIMESTAMP__day__1.0569f1bd13": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.ca8344970f": [], "test.osmosis_models.not_null_silver__tx_body_msgs_CHAIN_ID.70175276f8": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs_CHAIN_ID__STRING__VARCHAR.54b3bc8135": [], "test.osmosis_models.not_null_silver__tx_body_msgs_TX_ID.6c76303c1c": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs_TX_ID__STRING__VARCHAR.14cd77fad4": [], "test.osmosis_models.not_null_silver__tx_body_msgs_MSG_GROUP.b92c2b2ada": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs_MSG_GROUP__NUMBER__FLOAT.f2555a5e5d": [], "test.osmosis_models.not_null_silver__tx_body_msgs_MSG_TYPE.e2005d6ecf": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs_MSG_TYPE__STRING__VARCHAR.495ccb6cd7": [], "test.osmosis_models.not_null_silver__tx_body_msgs__INSERTED_TIMESTAMP.e3e73dea57": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__tx_body_msgs__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.76dc3dad56": [], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__tx_body_msgs_TX_ID__MSG_GROUP.40c9a97820": [], "test.osmosis_models.not_null_silver__governance_proposal_deposits_BLOCK_ID.1fc8e8d39e": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_BLOCK_ID__NUMBER__FLOAT.bbd1e1037c": [], "test.osmosis_models.not_null_silver__governance_proposal_deposits_BLOCK_TIMESTAMP.be9d64b7a5": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.d6e6a5ce54": [], "test.osmosis_models.not_null_silver__governance_proposal_deposits_BLOCKCHAIN.69bb1d7034": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_BLOCKCHAIN__STRING__VARCHAR.5742b53356": [], "test.osmosis_models.not_null_silver__governance_proposal_deposits_CHAIN_ID.54ba7a5d36": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_CHAIN_ID__STRING__VARCHAR.cf8694bc13": [], "test.osmosis_models.not_null_silver__governance_proposal_deposits_TX_ID.5813dde547": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_TX_ID__STRING__VARCHAR.dc8a385cd0": [], "test.osmosis_models.not_null_silver__governance_proposal_deposits_TX_STATUS.51d5ffd514": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_TX_STATUS__STRING__VARCHAR.c541da6807": [], "test.osmosis_models.not_null_silver__governance_proposal_deposits_DEPOSITOR.5ce640cb83": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_DEPOSITOR__STRING__VARCHAR.db0ffc94e1": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__governance_proposal_deposits_DEPOSITOR__osmo1_0_9a_z_38_38_.7748ef9c5c": [], "test.osmosis_models.not_null_silver__governance_proposal_deposits_PROPOSAL_ID.7ff8bdf182": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_PROPOSAL_ID__NUMBER__FLOAT.5d96907650": [], "test.osmosis_models.not_null_silver__governance_proposal_deposits_AMOUNT.0396b06362": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_AMOUNT__NUMBER__FLOAT.9946136e6f": [], "test.osmosis_models.not_null_silver__governance_proposal_deposits_CURRENCY.2b95ab2ae2": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits_CURRENCY__STRING__VARCHAR.00e06593e6": [], "test.osmosis_models.not_null_silver__governance_proposal_deposits_DECIMAL.2f40ac09a3": [], "test.osmosis_models.not_null_silver__governance_proposal_deposits__INSERTED_TIMESTAMP.793e397848": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_proposal_deposits__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.47268211d9": [], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__governance_proposal_deposits_TX_ID.6018626d83": [], "test.osmosis_models.not_null_silver__transactions_BLOCK_ID.ba1565770d": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_BLOCK_ID__NUMBER__FLOAT.f4d0275a3e": [], "test.osmosis_models.not_null_silver__transactions_BLOCK_TIMESTAMP.3ffe21fe8d": [], "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__transactions_BLOCK_TIMESTAMP__day__1.cf074498fc": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.bc42693f6e": [], "test.osmosis_models.not_null_silver__transactions_CHAIN_ID.d90596c439": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_CHAIN_ID__STRING__VARCHAR.2d90a83266": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_CODESPACE__STRING__VARCHAR.1b0088f6be": [], "test.osmosis_models.not_null_silver__transactions_GAS_USED.1c943486c0": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_GAS_USED__NUMBER__FLOAT.5308f986d3": [], "test.osmosis_models.not_null_silver__transactions_GAS_WANTED.440469f6c5": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_GAS_WANTED__NUMBER__FLOAT.b15ebe8eff": [], "test.osmosis_models.not_null_silver__transactions_TX_ID.5bc0e20339": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_TX_ID__STRING__VARCHAR.81b523ec1d": [], "test.osmosis_models.not_null_silver__transactions_TX_STATUS.db9f6bb2ff": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_TX_STATUS__STRING__VARCHAR.ab609c5d6b": [], "test.osmosis_models.not_null_silver__transactions_TX_CODE.080a71cc61": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_TX_CODE__NUMBER__FLOAT.7a08ebe064": [], "test.osmosis_models.not_null_silver__transactions_MSGS.e30a3fea27": [], "test.osmosis_models.not_null_silver__transactions__INSERTED_TIMESTAMP.3b2b0fb3b0": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.82828385ba": [], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__transactions_TX_ID.215714589b": [], "test.osmosis_models.not_null_silver__staked_balances_BLOCK_ID.0a48a2c189": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances_BLOCK_ID__NUMBER__FLOAT.13de4e17bb": [], "test.osmosis_models.not_null_silver__staked_balances_BLOCK_TIMESTAMP.f44089a47f": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.6f3c07dc52": [], "test.osmosis_models.not_null_silver__staked_balances_ADDRESS.7dbac49da8": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances_ADDRESS__STRING__VARCHAR.bb27ba6e54": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__staked_balances_ADDRESS__osmo1_0_9a_z_38_38_.23c8c0c6f0": [], "test.osmosis_models.not_null_silver__staked_balances_BALANCE.df9daa5873": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances_BALANCE__NUMBER__FLOAT.b61dbc885b": [], "test.osmosis_models.not_null_silver__staked_balances_CURRENCY.9bc24a80cc": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances_CURRENCY__STRING__VARCHAR.4236c735a0": [], "test.osmosis_models.not_null_silver__staked_balances__INSERTED_TIMESTAMP.275c42bb76": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staked_balances__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.6fec735b71": [], "test.osmosis_models.not_null_silver__airdrops_BLOCK_ID.ee3a74ad7a": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_BLOCK_ID__NUMBER__FLOAT.bcd63d0d77": [], "test.osmosis_models.not_null_silver__airdrops_BLOCK_TIMESTAMP.ff87091da6": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.14e9298b2f": [], "test.osmosis_models.not_null_silver__airdrops_BLOCKCHAIN.d9113b8ac5": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_BLOCKCHAIN__STRING__VARCHAR.995a68ed72": [], "test.osmosis_models.not_null_silver__airdrops_CHAIN_ID.33e4ef27e0": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_CHAIN_ID__STRING__VARCHAR.72919c7b73": [], "test.osmosis_models.not_null_silver__airdrops_TX_ID.2e22ee1a50": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_TX_ID__STRING__VARCHAR.d2f921cedb": [], "test.osmosis_models.not_null_silver__airdrops_TX_STATUS.a3162c9843": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_TX_STATUS__STRING__VARCHAR.7070acf37f": [], "test.osmosis_models.not_null_silver__airdrops_TRANSFER_TYPE.eddea8aeb0": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_TRANSFER_TYPE__STRING__VARCHAR.d83d714b32": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_set_silver__airdrops_TRANSFER_TYPE__AIRDROP.e967a80a8f": [], "test.osmosis_models.not_null_silver__airdrops_SENDER.5ea1f6eb65": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_SENDER__STRING__VARCHAR.005f6e92c2": [], "test.osmosis_models.not_null_silver__airdrops_AMOUNT.63707661be": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_AMOUNT__NUMBER__FLOAT.4a5d9a8f00": [], "test.osmosis_models.not_null_silver__airdrops_CURRENCY.9028a3ddde": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_CURRENCY__STRING__VARCHAR.81aa1a187e": [], "test.osmosis_models.not_null_silver__airdrops_RECEIVER.0292ee7f56": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops_RECEIVER__STRING__VARCHAR.f5d9504799": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__airdrops_RECEIVER__osmo1_0_9a_z_38_38_.9878fc05ff": [], "test.osmosis_models.not_null_silver__airdrops__INSERTED_TIMESTAMP.be1e2150f4": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__airdrops__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.5715fe733b": [], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__airdrops_TX_ID__MSG_INDEX__CURRENCY.f34cd2556f": [], "test.osmosis_models.not_null_silver__blockchain_CHAIN_ID.c381503839": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blockchain_CHAIN_ID__STRING__VARCHAR.fd3829b376": [], "test.osmosis_models.not_null_silver__blockchain_BLOCK_ID.5997704c2b": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blockchain_BLOCK_ID__NUMBER__FLOAT.254cf4f40e": [], "test.osmosis_models.not_null_silver__blockchain_BLOCK_TIMESTAMP.936901e9b8": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blockchain_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.9dc38be292": [], "test.osmosis_models.not_null_silver__blockchain_BLOCK_SIZE.9120ec052a": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blockchain_BLOCK_SIZE__NUMBER__FLOAT.36f07f3fba": [], "test.osmosis_models.not_null_silver__blockchain_BLOCK_HEADER.0b30826529": [], "test.osmosis_models.not_null_silver__blockchain_BLOCK_ID_OBJECT.dbc8f0771a": [], "test.osmosis_models.not_null_silver__blockchain_NUM_TXS.4e5926d643": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blockchain_NUM_TXS__NUMBER__FLOAT.258ab6cc34": [], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__blockchain_BLOCK_ID.70f4075332": [], "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_BLOCK_ID.1279d7bd8a": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_BLOCK_ID__NUMBER__FLOAT.7f1f84a874": [], "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_BLOCK_TIMESTAMP.b6d33ce8d6": [], "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__locked_liquidity_actions_begin_unlock_BLOCK_TIMESTAMP__day__2.5cdbe66ea1": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.79817097ef": [], "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_BLOCKCHAIN.06d4e203c7": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_BLOCKCHAIN__STRING__VARCHAR.4a44c49c06": [], "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_CHAIN_ID.b800517756": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_CHAIN_ID__STRING__VARCHAR.6304978660": [], "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_TX_ID.a62e8ba3d7": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_TX_ID__STRING__VARCHAR.ac8568386c": [], "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_TX_STATUS.1777ec971f": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_TX_STATUS__STRING__VARCHAR.f43a675f86": [], "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_MSG_GROUP.5b8c365b67": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_MSG_GROUP__NUMBER__FLOAT.86186834df": [], "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_MSG_TYPE.d30c0e0def": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_MSG_TYPE__STRING__VARCHAR.7922409452": [], "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock_LOCKER.165a589a45": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_LOCKER__STRING__VARCHAR.4c202016d2": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__locked_liquidity_actions_begin_unlock_LOCKER__osmo1_0_9a_z_38_38_.9bdff65916": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_LOCK_ID__NUMBER__FLOAT.e69665d5bf": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_AMOUNT__NUMBER__FLOAT.c0c9872c96": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_CURRENCY__STRING__VARCHAR.a0b0b15b9c": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_POOL_ID__NUMBER__FLOAT.c8ceee3be2": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_LOCK_DURATION__STRING__VARCHAR.b756587ec3": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock_UNLOCK_TIME__STRING__VARCHAR.4a85f30b2f": [], "test.osmosis_models.not_null_silver__locked_liquidity_actions_begin_unlock__INSERTED_TIMESTAMP.f2ef1b3a48": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_actions_begin_unlock__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.97cb6569bf": [], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__locked_liquidity_actions_begin_unlock_TX_ID__MSG_GROUP__LOCK_ID__LOCKER.64df55bed9": [], "test.osmosis_models.not_null_silver__daily_balances_DATE.85b329c0c5": [], "test.osmosis_models.not_null_silver__daily_balances_BALANCE_TYPE.09cab6d79c": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__daily_balances_BALANCE_TYPE__STRING__VARCHAR.cc0098d30c": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_set_silver__daily_balances_BALANCE_TYPE__staked__liquid__locked_liquidity__superfluid_staked.d078954ac3": [], "test.osmosis_models.not_null_silver__daily_balances_ADDRESS.2502493350": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__daily_balances_ADDRESS__STRING__VARCHAR.6c5fd1d408": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__daily_balances_ADDRESS__osmo1_0_9a_z_38_38_.e1a612aa3d": [], "test.osmosis_models.not_null_silver__daily_balances_BALANCE.a2177bc39f": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__daily_balances_BALANCE__NUMBER__FLOAT.fcc80a76c8": [], "test.osmosis_models.not_null_silver__daily_balances_CURRENCY.eeaa474ed0": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__daily_balances_CURRENCY__STRING__VARCHAR.8d6c7fe66e": [], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__daily_balances_DATE__ADDRESS__BALANCE_TYPE__CURRENCY.22c162bf1e": [], "test.osmosis_models.silver__daily_balances_business_logic_test.1e7294bb09": [], "test.osmosis_models.not_null_silver__locked_liquidity_balances_BLOCK_ID.ec480589a6": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_balances_BLOCK_ID__NUMBER__FLOAT.0eb41acf0e": [], "test.osmosis_models.not_null_silver__locked_liquidity_balances_BLOCK_TIMESTAMP.21203332fb": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_balances_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.698987328d": [], "test.osmosis_models.not_null_silver__locked_liquidity_balances_ADDRESS.2efc699f74": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_balances_ADDRESS__STRING__VARCHAR.ae461cb78c": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__locked_liquidity_balances_ADDRESS__osmo1_0_9a_z_38_38_.d22119d0c2": [], "test.osmosis_models.not_null_silver__locked_liquidity_balances_LOCK_ID.54075fdad3": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_balances_LOCK_ID__NUMBER__FLOAT.6927551370": [], "test.osmosis_models.not_null_silver__locked_liquidity_balances_BALANCE.545df98975": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_balances_BALANCE__NUMBER__FLOAT.c3487a4494": [], "test.osmosis_models.not_null_silver__locked_liquidity_balances_CURRENCY.2359a768b9": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_balances_CURRENCY__STRING__VARCHAR.9b1c19adbd": [], "test.osmosis_models.not_null_silver__locked_liquidity_balances__INSERTED_TIMESTAMP.30bc92efdd": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_balances__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.6b1a6cb3d2": [], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__locked_liquidity_balances_ADDRESS__BLOCK_ID__LOCK_ID__CURRENCY.d6b3952f03": [], "test.osmosis_models.silver__locked_liquidity_balances_business_logic_test.067110be08": [], "test.osmosis_models.not_null_silver__msgs_BLOCK_ID.1de1a37994": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_BLOCK_ID__NUMBER__FLOAT.84601b77c0": [], "test.osmosis_models.not_null_silver__msgs_BLOCK_TIMESTAMP.5896b5fc79": [], "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__msgs_BLOCK_TIMESTAMP__day__1.7d26c028d2": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.dfd05a3d5b": [], "test.osmosis_models.not_null_silver__msgs_CHAIN_ID.41ac59beba": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_CHAIN_ID__STRING__VARCHAR.5060cbda07": [], "test.osmosis_models.not_null_silver__msgs_TX_ID.59a107fa1e": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_TX_ID__STRING__VARCHAR.007224ef8b": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_MSG_GROUP__NUMBER__FLOAT.c2035fb2bc": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_MSG_SUB_GROUP__NUMBER__FLOAT.1036402d60": [], "test.osmosis_models.not_null_silver__msgs_MSG_INDEX.227765e0bf": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_MSG_INDEX__NUMBER__FLOAT.fd6bcc57f5": [], "test.osmosis_models.not_null_silver__msgs_MSG_TYPE.312b195565": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs_MSG_TYPE__STRING__VARCHAR.ca4da74e2a": [], "test.osmosis_models.not_null_silver__msgs__INSERTED_TIMESTAMP.f08429b22f": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msgs__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.a1e200cf11": [], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__msgs_TX_ID__MSG_INDEX.73756b76d1": [], "test.osmosis_models.not_null_silver__superfluid_staking_BLOCK_ID.160d35e47c": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_BLOCK_ID__NUMBER__FLOAT.c10e4c514d": [], "test.osmosis_models.not_null_silver__superfluid_staking_BLOCK_TIMESTAMP.1ff654455f": [], "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__superfluid_staking_BLOCK_TIMESTAMP__day__2.dad736bb50": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.643a52356e": [], "test.osmosis_models.not_null_silver__superfluid_staking_BLOCKCHAIN.f73c8554fa": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_BLOCKCHAIN__STRING__VARCHAR.37e6968279": [], "test.osmosis_models.not_null_silver__superfluid_staking_CHAIN_ID.0676d04c55": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_CHAIN_ID__STRING__VARCHAR.fc9457adbb": [], "test.osmosis_models.not_null_silver__superfluid_staking_TX_ID.a8fe1153aa": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_TX_ID__STRING__VARCHAR.26d8db866a": [], "test.osmosis_models.not_null_silver__superfluid_staking_TX_STATUS.c4011fad46": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_TX_STATUS__STRING__VARCHAR.dfe768c0ac": [], "test.osmosis_models.not_null_silver__superfluid_staking_ACTION.b79959a3f6": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_ACTION__STRING__VARCHAR.8b96bdc1fc": [], "test.osmosis_models.not_null_silver__superfluid_staking_DELEGATOR_ADDRESS.f1d271586d": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_DELEGATOR_ADDRESS__STRING__VARCHAR.8962964241": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__superfluid_staking_DELEGATOR_ADDRESS__osmo1_0_9a_z_38_38_.c7ef402b0f": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_AMOUNT__NUMBER__FLOAT.0d62188668": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_CURRENCY__STRING__VARCHAR.bf88aeb5a7": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_VALIDATOR_ADDRESS__STRING__VARCHAR.006de59284": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__superfluid_staking_VALIDATOR_ADDRESS__osmovaloper1_0_9a_z_38_38_.1c1f87a18a": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking_LOCK_ID__NUMBER__FLOAT.f9dd2b55b5": [], "test.osmosis_models.not_null_silver__superfluid_staking__INSERTED_TIMESTAMP.a0fd918e83": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staking__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.65eefd12f6": [], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__superfluid_staking_TX_ID__MSG_GROUP__LOCK_ID__ACTION.c18e75c3d7": [], "test.osmosis_models.not_null_silver__superfluid_staked_balances_BLOCK_ID.57554a158d": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staked_balances_BLOCK_ID__NUMBER__FLOAT.02221d3aec": [], "test.osmosis_models.not_null_silver__superfluid_staked_balances_BLOCK_TIMESTAMP.9a572004ab": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staked_balances_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.8ede29e0af": [], "test.osmosis_models.not_null_silver__superfluid_staked_balances_ADDRESS.c21acd1dd9": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staked_balances_ADDRESS__STRING__VARCHAR.2c47326b70": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__superfluid_staked_balances_ADDRESS__osmo1_0_9a_z_38_38_.f83d3ff51e": [], "test.osmosis_models.not_null_silver__superfluid_staked_balances_BALANCE.3603712604": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staked_balances_BALANCE__NUMBER__FLOAT.6f9251e20e": [], "test.osmosis_models.not_null_silver__superfluid_staked_balances_CURRENCY.ac58036cbc": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staked_balances_CURRENCY__STRING__VARCHAR.85e2c189e9": [], "test.osmosis_models.not_null_silver__superfluid_staked_balances__INSERTED_TIMESTAMP.136ee40ea4": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__superfluid_staked_balances__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.4408116690": [], "test.osmosis_models.silver__superfluid_staked_balances_business_logic_test.8de4cedcc4": [], "test.osmosis_models.not_null_silver__staking_rewards_BLOCK_ID.421120ab5c": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_BLOCK_ID__NUMBER__FLOAT.f0526590fd": [], "test.osmosis_models.not_null_silver__staking_rewards_BLOCK_TIMESTAMP.337ca361f9": [], "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__staking_rewards_BLOCK_TIMESTAMP__day__1.d9c2eafe68": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.ba045d2659": [], "test.osmosis_models.not_null_silver__staking_rewards_BLOCKCHAIN.2c8319b7d6": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_BLOCKCHAIN__STRING__VARCHAR.73e2d60bfe": [], "test.osmosis_models.not_null_silver__staking_rewards_CHAIN_ID.355173de9a": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_CHAIN_ID__STRING__VARCHAR.75e2eea483": [], "test.osmosis_models.not_null_silver__staking_rewards_TX_ID.d523010112": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_TX_ID__STRING__VARCHAR.011b204602": [], "test.osmosis_models.not_null_silver__staking_rewards_TX_STATUS.428145451b": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_TX_STATUS__STRING__VARCHAR.595452bf15": [], "test.osmosis_models.not_null_silver__staking_rewards_TX_CALLER_ADDRESS.2a5a45cb36": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_TX_CALLER_ADDRESS__STRING__VARCHAR.933dcd3d53": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__staking_rewards_TX_CALLER_ADDRESS__osmo1_0_9a_z_38_38_.2eca9ab849": [], "test.osmosis_models.not_null_silver__staking_rewards_ACTION.dd6166997d": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_ACTION__STRING__VARCHAR.27e21a7bde": [], "test.osmosis_models.not_null_silver__staking_rewards_MSG_GROUP.d4c6d540fa": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_MSG_GROUP__NUMBER__FLOAT.2a039a57c5": [], "test.osmosis_models.not_null_silver__staking_rewards_DELEGATOR_ADDRESS.19c389e860": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_DELEGATOR_ADDRESS__STRING__VARCHAR.fd6280430a": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__staking_rewards_DELEGATOR_ADDRESS__osmo1_0_9a_z_38_38_.4ff0249885": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_AMOUNT__NUMBER__FLOAT.96c70dcfc1": [], "test.osmosis_models.not_null_silver__staking_rewards_CURRENCY.766ae7c4fc": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_CURRENCY__STRING__VARCHAR.2b78169dcc": [], "test.osmosis_models.not_null_silver__staking_rewards_VALIDATOR_ADDRESS.98bbd27fec": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards_VALIDATOR_ADDRESS__STRING__VARCHAR.da86db981d": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__staking_rewards_VALIDATOR_ADDRESS__osmovaloper1_0_9a_z_38_38_.e8b4e6c785": [], "test.osmosis_models.not_null_silver__staking_rewards__INSERTED_TIMESTAMP.25d2eb6d01": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_rewards__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.9b513ba703": [], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__staking_rewards_TX_ID__MSG_GROUP__ACTION__CURRENCY__DELEGATOR_ADDRESS__VALIDATOR_ADDRESS.3ba061f62e": [], "test.osmosis_models.not_null_silver__governance_submit_proposal_BLOCK_ID.80df3f0930": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_BLOCK_ID__NUMBER__FLOAT.065c6b7366": [], "test.osmosis_models.not_null_silver__governance_submit_proposal_BLOCK_TIMESTAMP.59a0f38558": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.f1054d98d9": [], "test.osmosis_models.not_null_silver__governance_submit_proposal_BLOCKCHAIN.908b82f02b": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_BLOCKCHAIN__STRING__VARCHAR.0931733295": [], "test.osmosis_models.not_null_silver__governance_submit_proposal_CHAIN_ID.db4c666e00": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_CHAIN_ID__STRING__VARCHAR.dbb25df7d2": [], "test.osmosis_models.not_null_silver__governance_submit_proposal_TX_ID.8dc772d3ad": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_TX_ID__STRING__VARCHAR.7af3aa957c": [], "test.osmosis_models.not_null_silver__governance_submit_proposal_TX_STATUS.6fb668b0ba": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_TX_STATUS__STRING__VARCHAR.c7ad8d786c": [], "test.osmosis_models.not_null_silver__governance_submit_proposal_PROPOSER.51a248ebc4": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_PROPOSER__STRING__VARCHAR.29a95924a4": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__governance_submit_proposal_PROPOSER__osmo1_0_9a_z_38_38_.1d8593bc8b": [], "test.osmosis_models.not_null_silver__governance_submit_proposal_PROPOSAL_ID.b8f0c6f0fa": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_PROPOSAL_ID__NUMBER__FLOAT.ce7aea08c5": [], "test.osmosis_models.not_null_silver__governance_submit_proposal_PROPOSAL_TYPE.dbda3680fd": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal_PROPOSAL_TYPE__STRING__VARCHAR.ea3d5adceb": [], "test.osmosis_models.not_null_silver__governance_submit_proposal__INSERTED_TIMESTAMP.cfc79bcad1": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_submit_proposal__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.76862a64f3": [], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__governance_submit_proposal_TX_ID.e7cadc9d82": [], "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_BLOCK_ID.5c8cb09743": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_BLOCK_ID__NUMBER__FLOAT.92d6f9fa83": [], "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_BLOCK_TIMESTAMP.88837b828b": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.8bb804ba79": [], "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_BLOCKCHAIN.70ef02ef19": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_BLOCKCHAIN__STRING__VARCHAR.6de58a061d": [], "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_CHAIN_ID.1827bcd45c": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_CHAIN_ID__STRING__VARCHAR.2224ec2817": [], "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_TX_ID.02c860572b": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_TX_ID__STRING__VARCHAR.759e840564": [], "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_TX_STATUS.bef7ced5c0": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_TX_STATUS__STRING__VARCHAR.59a6958177": [], "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS.ec1a91e35f": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS__STRING__VARCHAR.095fc803e9": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__early_liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS__osmo1_0_9a_z_38_38_.2599354aaa": [], "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_ACTION.489926bcf5": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_ACTION__STRING__VARCHAR.3060882c54": [], "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_POOL_ID.b8081075e8": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_POOL_ID__ARRAY.3d9ded5e5e": [], "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_AMOUNT.ba81291ef5": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_AMOUNT__NUMBER__FLOAT.2f4582445e": [], "test.osmosis_models.not_null_silver__early_liquidity_provider_actions_CURRENCY.42cabee685": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions_CURRENCY__STRING__VARCHAR.6232819f74": [], "test.osmosis_models.not_null_silver__early_liquidity_provider_actions__INSERTED_TIMESTAMP.5156a0041a": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__early_liquidity_provider_actions__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.3f7ce6d42f": [], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__early_liquidity_provider_actions_TX_ID__MSG_INDEX__CURRENCY.108215e9e9": [], "test.osmosis_models.not_null_silver__msg_attributes_BLOCK_ID.73b2e37ccf": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_BLOCK_ID__NUMBER__FLOAT.f13be7abb1": [], "test.osmosis_models.not_null_silver__msg_attributes_BLOCK_TIMESTAMP.ef8fb181e9": [], "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__msg_attributes_BLOCK_TIMESTAMP__day__1.e267a0033b": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.683e76fd93": [], "test.osmosis_models.not_null_silver__msg_attributes_CHAIN_ID.000bd705a4": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_CHAIN_ID__STRING__VARCHAR.10f84b6d48": [], "test.osmosis_models.not_null_silver__msg_attributes_TX_ID.34f30240c0": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_TX_ID__STRING__VARCHAR.f3a5b084a1": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_MSG_GROUP__NUMBER__FLOAT.3ff8ce7ee1": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_MSG_SUB_GROUP__NUMBER__FLOAT.ffdfeb6ce8": [], "test.osmosis_models.not_null_silver__msg_attributes_MSG_INDEX.38b80c3717": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_MSG_INDEX__NUMBER__FLOAT.970dc74b0d": [], "test.osmosis_models.not_null_silver__msg_attributes_MSG_TYPE.6fb2c6c361": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_MSG_TYPE__STRING__VARCHAR.20bcdff679": [], "test.osmosis_models.not_null_silver__msg_attributes__INSERTED_TIMESTAMP.a5c8d75d4d": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.d6c427737f": [], "test.osmosis_models.not_null_silver__msg_attributes_ATTRIBUTE_KEY.2f7c4d2b9b": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_ATTRIBUTE_KEY__STRING__VARCHAR.67a0b28a3f": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__msg_attributes_ATTRIBUTE_VALUE__STRING__VARCHAR.f18062a7c2": [], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__msg_attributes_TX_ID__MSG_INDEX__ATTRIBUTE_INDEX.e7c19e7974": [], "test.osmosis_models.not_null_silver___early_swaps_BLOCK_ID.9e06fdaf94": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_BLOCK_ID__NUMBER__FLOAT.032ee208f6": [], "test.osmosis_models.not_null_silver___early_swaps_BLOCK_TIMESTAMP.29caba1789": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.a2ef7b2489": [], "test.osmosis_models.not_null_silver___early_swaps_BLOCKCHAIN.ebc9b2f7a4": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_BLOCKCHAIN__STRING__VARCHAR.41286c0cd5": [], "test.osmosis_models.not_null_silver___early_swaps_CHAIN_ID.284c2272d1": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_CHAIN_ID__STRING__VARCHAR.dfe0bc5865": [], "test.osmosis_models.not_null_silver___early_swaps_TX_ID.73a8ff01fb": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_TX_ID__STRING__VARCHAR.775048cbed": [], "test.osmosis_models.not_null_silver___early_swaps_TX_STATUS.0343f71ca8": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_TX_STATUS__STRING__VARCHAR.d9613396d0": [], "test.osmosis_models.not_null_silver___early_swaps_TRADER.806c7238de": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_TRADER__STRING__VARCHAR.92a9152dac": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver___early_swaps_TRADER__osmo1_0_9a_z_38_38_.1e8fe25746": [], "test.osmosis_models.not_null_silver___early_swaps_FROM_AMOUNT.96d9dfb3eb": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_FROM_AMOUNT__NUMBER__FLOAT.20a611f270": [], "test.osmosis_models.not_null_silver___early_swaps_FROM_CURRENCY.904e6cfcbc": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_FROM_CURRENCY__STRING__VARCHAR.47a0803c58": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_FROM_DECIMAL__NUMBER__FLOAT.811f1552e9": [], "test.osmosis_models.not_null_silver___early_swaps_TO_AMOUNT.b0b1adc19e": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_TO_AMOUNT__NUMBER__FLOAT.a13957a51f": [], "test.osmosis_models.not_null_silver___early_swaps_TO_CURRENCY.db8488cd23": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_TO_CURRENCY__STRING__VARCHAR.ba31519b60": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_TO_DECIMAL__NUMBER__FLOAT.4feda9b4b2": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps_POOL_IDS__ARRAY.d1b8e878af": [], "test.osmosis_models.not_null_silver___early_swaps__INSERTED_TIMESTAMP.87bc9fcc22": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver___early_swaps__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.dd1b7834a2": [], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver___early_swaps_TX_ID.aee97898a3": [], "test.osmosis_models.not_null_silver__prices_swaps_BLOCK_HOUR.b4b12e48f6": [], "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__prices_swaps_BLOCK_HOUR__day__1.ac250fd2bb": [], "test.osmosis_models.not_null_silver__prices_swaps_CURRENCY.95f8e47d9a": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_swaps_CURRENCY__STRING__VARCHAR.5404a8c9fc": [], "test.osmosis_models.not_null_silver__prices_swaps_PRICE_USD.6179e52ac6": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_swaps_PRICE_USD__NUMBER__FLOAT.7358a267f4": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_swaps_MIN_PRICE_USD_HOUR__NUMBER__FLOAT.2990f13ded": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_swaps_MAX_PRICE_USD_HOUR__NUMBER__FLOAT.a321b53116": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_swaps_VOLATILITY_MEASURE__NUMBER__FLOAT.4a9194b040": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_swaps_SWAPS_IN_HOUR__NUMBER__FLOAT.bdf85d5ea1": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_swaps_VOLUME_USD_IN_HOUR__NUMBER__FLOAT.7c91eccb42": [], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__prices_swaps_BLOCK_HOUR__CURRENCY.1e06dedf16": [], "test.osmosis_models.not_null_silver__staking_BLOCK_ID.1d5493faed": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_BLOCK_ID__NUMBER__FLOAT.c6925be5b1": [], "test.osmosis_models.not_null_silver__staking_BLOCK_TIMESTAMP.c6ce91983d": [], "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__staking_BLOCK_TIMESTAMP__day__1.8c14a74a71": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.4108c35ac5": [], "test.osmosis_models.not_null_silver__staking_BLOCKCHAIN.58801fa4bb": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_BLOCKCHAIN__STRING__VARCHAR.8bb6096ab5": [], "test.osmosis_models.not_null_silver__staking_CHAIN_ID.3ba9c15357": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_CHAIN_ID__STRING__VARCHAR.58d47a7e2f": [], "test.osmosis_models.not_null_silver__staking_TX_ID.79d5b2c618": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_TX_ID__STRING__VARCHAR.6de65a5238": [], "test.osmosis_models.not_null_silver__staking_TX_STATUS.924f01adaa": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_TX_STATUS__STRING__VARCHAR.13aee68e30": [], "test.osmosis_models.not_null_silver__staking_TX_CALLER_ADDRESS.c71643fc54": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_TX_CALLER_ADDRESS__STRING__VARCHAR.d7af473b9a": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__staking_TX_CALLER_ADDRESS__osmo1_0_9a_z_38_38_.11f1890a87": [], "test.osmosis_models.not_null_silver__staking_ACTION.91a24f522a": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_ACTION__STRING__VARCHAR.9afcc8fda7": [], "test.osmosis_models.not_null_silver__staking_MSG_GROUP.80a68c918c": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_MSG_GROUP__NUMBER__FLOAT.8bdffa9ab5": [], "test.osmosis_models.not_null_silver__staking_DELEGATOR_ADDRESS.36dee98f10": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_DELEGATOR_ADDRESS__STRING__VARCHAR.49e89789f3": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__staking_DELEGATOR_ADDRESS__osmo1_0_9a_z_38_38_.7a1a9bb6be": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_AMOUNT__NUMBER__FLOAT.4f37d82831": [], "test.osmosis_models.not_null_silver__staking_CURRENCY.9997da9b27": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_CURRENCY__STRING__VARCHAR.e490885777": [], "test.osmosis_models.not_null_silver__staking_VALIDATOR_ADDRESS.3d65954499": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_VALIDATOR_ADDRESS__STRING__VARCHAR.e475239096": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__staking_VALIDATOR_ADDRESS__osmovaloper1_0_9a_z_38_38_.cc08ac2574": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_REDELEGATE_SOURCE_VALIDATOR_ADDRESS__STRING__VARCHAR.2600b68c44": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__staking_REDELEGATE_SOURCE_VALIDATOR_ADDRESS__osmovaloper1_0_9a_z_38_38_.12583d1894": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking_COMPLETION_TIME__TIMESTAMP_NTZ.ebc4f994ed": [], "test.osmosis_models.not_null_silver__staking__INSERTED_TIMESTAMP.eff37b7ef3": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__staking__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.a61f51e053": [], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__staking_TX_ID__MSG_GROUP__ACTION__CURRENCY__DELEGATOR_ADDRESS__VALIDATOR_ADDRESS.eeaa03e7bf": [], "test.osmosis_models.not_null_silver__blocks_BLOCK_ID.2e78c008c9": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_BLOCK_ID__NUMBER.fd6ec57c3f": [], "test.osmosis_models.not_null_silver__blocks_BLOCK_TIMESTAMP.b65a1fcead": [], "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__blocks_BLOCK_TIMESTAMP__day__1.3844f6e7d3": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.2a22373751": [], "test.osmosis_models.not_null_silver__blocks_CHAIN_ID.a10569ee35": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_CHAIN_ID__STRING__VARCHAR.eba2c1ff94": [], "test.osmosis_models.not_null_silver__blocks_TX_COUNT.34525b51e6": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_TX_COUNT__NUMBER__FLOAT.9486c781f5": [], "test.osmosis_models.not_null_silver__blocks_PROPOSER_ADDRESS.00f683ae74": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_PROPOSER_ADDRESS__STRING__VARCHAR.271fde4209": [], "test.osmosis_models.not_null_silver__blocks_VALIDATOR_HASH.27e6c22877": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_VALIDATOR_HASH__STRING__VARCHAR.985e07aa79": [], "test.osmosis_models.not_null_silver__blocks__INSERTED_TIMESTAMP.be3b3ed4ca": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.690191eca2": [], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__blocks_CHAIN_ID__BLOCK_ID.00ab619aa5": [], "test.osmosis_models.not_null_silver__latest_liquid_balances_BLOCK_TIMESTAMP.2e907def50": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__latest_liquid_balances_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.1abca7ddd8": [], "test.osmosis_models.not_null_silver__latest_liquid_balances_ADDRESS.ab3d75134b": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__latest_liquid_balances_ADDRESS__STRING__VARCHAR.5582d70762": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__latest_liquid_balances_ADDRESS__osmo1_0_9a_z_38_38_.e6b7c69303": [], "test.osmosis_models.not_null_silver__latest_liquid_balances_CURRENCY.5f3ccd6e9b": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__latest_liquid_balances_CURRENCY__STRING__VARCHAR.9f9cdb4f89": [], "test.osmosis_models.not_null_silver__latest_liquid_balances_BALANCE_TYPE.79b62d56d2": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__latest_liquid_balances_BALANCE_TYPE__STRING__VARCHAR.52e6dbfbb3": [], "test.osmosis_models.not_null_silver__latest_liquid_balances_BALANCE.1382ad1877": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__latest_liquid_balances_BALANCE__NUMBER__FLOAT.e344f15356": [], "test.osmosis_models.not_null_silver__latest_liquid_balances_BLOCK_ID.c75efdbc0f": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__latest_liquid_balances_BLOCK_ID__NUMBER__FLOAT.ba0cddf013": [], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__latest_liquid_balances_BLOCK_TIMESTAMP__BLOCK_ID__ADDRESS__CURRENCY__BALANCE_TYPE.cced9b710a": [], "test.osmosis_models.not_null_silver__pool_metadata_MODULE.702b7e46ec": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__pool_metadata_MODULE__STRING__VARCHAR.8f0ae124ea": [], "test.osmosis_models.not_null_silver__pool_metadata_POOL_ID.b97c1cddc8": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__pool_metadata_POOL_ID__NUMBER__FLOAT.953fe0da98": [], "test.osmosis_models.not_null_silver__pool_metadata_ASSETS.e27062d4a1": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__pool_metadata_ASSETS__OBJECT__ARRAY.9e31f56442": [], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__pool_metadata_MODULE__POOL_ID.0afdb135bb": [], "test.osmosis_models.not_null_silver__liquidity_provider_actions_BLOCK_ID.e2351bb72a": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_BLOCK_ID__NUMBER__FLOAT.2166b9667b": [], "test.osmosis_models.not_null_silver__liquidity_provider_actions_BLOCK_TIMESTAMP.6858137f77": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.679a55f93c": [], "test.osmosis_models.not_null_silver__liquidity_provider_actions_BLOCKCHAIN.5cdb355241": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_BLOCKCHAIN__STRING__VARCHAR.b49793fdd3": [], "test.osmosis_models.not_null_silver__liquidity_provider_actions_CHAIN_ID.be054d2d9f": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_CHAIN_ID__STRING__VARCHAR.17bb7dec27": [], "test.osmosis_models.not_null_silver__liquidity_provider_actions_TX_ID.e6b4225cb8": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_TX_ID__STRING__VARCHAR.ca4ecc1569": [], "test.osmosis_models.not_null_silver__liquidity_provider_actions_TX_STATUS.2d50fef0c0": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_TX_STATUS__STRING__VARCHAR.55a3406bd2": [], "test.osmosis_models.not_null_silver__liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS.3aad671b53": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS__STRING__VARCHAR.8c7e7ab303": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS__osmo1_0_9a_z_38_38_.64daf5563d": [], "test.osmosis_models.not_null_silver__liquidity_provider_actions_ACTION.15c846e1ab": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_ACTION__STRING__VARCHAR.7ccf45f26f": [], "test.osmosis_models.not_null_silver__liquidity_provider_actions_POOL_ID.ed43a4434d": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_POOL_ID__NUMBER__FLOAT.48620ff207": [], "test.osmosis_models.not_null_silver__liquidity_provider_actions_AMOUNT.a7f8cad8ca": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_AMOUNT__NUMBER__FLOAT.252db66ed4": [], "test.osmosis_models.not_null_silver__liquidity_provider_actions_CURRENCY.6175b544ae": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions_CURRENCY__STRING__VARCHAR.aa2bed5b3c": [], "test.osmosis_models.not_null_silver__liquidity_provider_actions__INSERTED_TIMESTAMP.cfc613cece": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__liquidity_provider_actions__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.b827caee01": [], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__liquidity_provider_actions_TX_ID__MSG_INDEX__CURRENCY.6cf2ece3b7": [], "test.osmosis_models.not_null_silver__locked_liquidity_transactions_TX_ID.99db42422e": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_transactions_TX_ID__STRING__VARCHAR.0a469d4ff2": [], "test.osmosis_models.not_null_silver__locked_liquidity_transactions_MSG_GROUP.2527005895": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_transactions_MSG_GROUP__NUMBER__FLOAT.d85afc0f90": [], "test.osmosis_models.not_null_silver__locked_liquidity_transactions_MSG_SUB_GROUP.f3be369729": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_transactions_MSG_SUB_GROUP__NUMBER__FLOAT.4d1fa5f9f7": [], "test.osmosis_models.not_null_silver__locked_liquidity_transactions_LOCK_ID.754ed3eff6": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__locked_liquidity_transactions_LOCK_ID__NUMBER__FLOAT.4f779c1ebd": [], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__locked_liquidity_transactions_TX_ID__MSG_GROUP__MSG_SUB_GROUP__LOCK_ID.85ebfa31e0": [], "test.osmosis_models.not_null_silver__swaps_BLOCK_ID.85d35d8cd4": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_BLOCK_ID__NUMBER__FLOAT.101e1084fe": [], "test.osmosis_models.not_null_silver__swaps_BLOCK_TIMESTAMP.068154a8d8": [], "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__swaps_BLOCK_TIMESTAMP__day__1.9fa83f3e3c": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.ff9ae19b53": [], "test.osmosis_models.not_null_silver__swaps_BLOCKCHAIN.704d8b1b68": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_BLOCKCHAIN__STRING__VARCHAR.50665b2e23": [], "test.osmosis_models.not_null_silver__swaps_CHAIN_ID.7bf1d2baa3": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_CHAIN_ID__STRING__VARCHAR.457a2d30a2": [], "test.osmosis_models.not_null_silver__swaps_TX_ID.429c1bdd9e": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_TX_ID__STRING__VARCHAR.26bc11fb1a": [], "test.osmosis_models.not_null_silver__swaps_TX_STATUS.5e5af9a4c1": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_TX_STATUS__STRING__VARCHAR.6807b3f7ad": [], "test.osmosis_models.not_null_silver__swaps_TRADER.b122237f9c": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_TRADER__STRING__VARCHAR.05f525169d": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_match_regex_silver__swaps_TRADER__osmo1_0_9a_z_38_38_.0972697cde": [], "test.osmosis_models.not_null_silver__swaps_FROM_AMOUNT.a2d756c197": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_FROM_AMOUNT__NUMBER__FLOAT.4c9fb2eac8": [], "test.osmosis_models.not_null_silver__swaps_FROM_CURRENCY.7d197341cf": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_FROM_CURRENCY__STRING__VARCHAR.35b0022039": [], "test.osmosis_models.not_null_silver__swaps_TO_AMOUNT.db49c788b2": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_TO_AMOUNT__NUMBER__FLOAT.3dca6f12ef": [], "test.osmosis_models.not_null_silver__swaps_TO_CURRENCY.156045cb7d": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_TO_CURRENCY__STRING__VARCHAR.b01d006e49": [], "test.osmosis_models.not_null_silver__swaps_POOL_IDS.0678a40b94": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps_POOL_IDS__ARRAY.45e2118699": [], "test.osmosis_models.not_null_silver__swaps__INSERTED_TIMESTAMP.3f844266ca": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__swaps__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.3580abd5d1": [], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__swaps_TX_ID___BODY_INDEX.ad8caef338": [], "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__prices_RECORDED_AT__day__2.b6efd5a503": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_RECORDED_AT__TIMESTAMP_NTZ.d646d22b71": [], "test.osmosis_models.not_null_silver__prices_SYMBOL.1202ffaafb": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_SYMBOL__STRING__VARCHAR.a36ba4bed7": [], "test.osmosis_models.not_null_silver__prices_PRICE.09dcf418d9": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_PRICE__NUMBER__FLOAT.8ac3621a5a": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_TOTAL_SUPPLY__NUMBER__FLOAT.0b67851ee8": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_VOLUME_24H__NUMBER__FLOAT.13679e5f6f": [], "test.osmosis_models.not_null_silver__prices_PROVIDER.ed7f92e826": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__prices_PROVIDER__STRING__VARCHAR.6f2a686ead": [], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__prices_RECORDED_AT__SYMBOL.5bb3f27aa1": [], "test.osmosis_models.not_null_silver__transfers_BLOCK_ID.81767d6c3c": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_BLOCK_ID__NUMBER__FLOAT.e08ee6d46c": [], "test.osmosis_models.not_null_silver__transfers_BLOCK_TIMESTAMP.d599dc282c": [], "test.osmosis_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__transfers_BLOCK_TIMESTAMP__day__1.aef2ec1111": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.4ccf9184cd": [], "test.osmosis_models.not_null_silver__transfers_BLOCKCHAIN.0d49ed494c": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_BLOCKCHAIN__STRING__VARCHAR.6594da6631": [], "test.osmosis_models.not_null_silver__transfers_CHAIN_ID.f332cbbf7c": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_CHAIN_ID__STRING__VARCHAR.8c3c444a39": [], "test.osmosis_models.not_null_silver__transfers_TX_ID.1be05d8ee2": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_TX_ID__STRING__VARCHAR.0f84a7c8bb": [], "test.osmosis_models.not_null_silver__transfers_TX_STATUS.0450f74677": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_TX_STATUS__STRING__VARCHAR.239d5199fe": [], "test.osmosis_models.not_null_silver__transfers_TRANSFER_TYPE.280bc9914f": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_TRANSFER_TYPE__STRING__VARCHAR.43a2c68273": [], "test.osmosis_models.not_null_silver__transfers_SENDER.0abbede6fe": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_SENDER__STRING__VARCHAR.4ae271899a": [], "test.osmosis_models.not_null_silver__transfers_AMOUNT.ba102cb51b": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_AMOUNT__NUMBER__FLOAT.d9692a78f1": [], "test.osmosis_models.not_null_silver__transfers_CURRENCY.4a8953d5ec": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_CURRENCY__STRING__VARCHAR.a650f3fc35": [], "test.osmosis_models.not_null_silver__transfers_RECEIVER.965c9f325d": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_RECEIVER__STRING__VARCHAR.b93628338d": [], "test.osmosis_models.not_null_silver__transfers__INSERTED_TIMESTAMP.595c1c618a": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.9d03af31f1": [], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__transfers_TX_ID__MSG_INDEX__CURRENCY.e9d94ef7c9": [], "test.osmosis_models.not_null_silver__governance_votes_BLOCK_ID.97979dad9a": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_BLOCK_ID__NUMBER__FLOAT.6db9174fdb": [], "test.osmosis_models.not_null_silver__governance_votes_BLOCK_TIMESTAMP.0d2cf87ae5": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.e3e66ade1c": [], "test.osmosis_models.not_null_silver__governance_votes_BLOCKCHAIN.62eef31c32": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_BLOCKCHAIN__STRING__VARCHAR.31f7049a3b": [], "test.osmosis_models.not_null_silver__governance_votes_CHAIN_ID.d0a6045ea7": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_CHAIN_ID__STRING__VARCHAR.fc0b9be7cc": [], "test.osmosis_models.not_null_silver__governance_votes_TX_ID.3dd2b22c87": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_TX_ID__STRING__VARCHAR.88979ead94": [], "test.osmosis_models.not_null_silver__governance_votes_TX_STATUS.46470e496e": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_TX_STATUS__STRING__VARCHAR.0e8b4f3022": [], "test.osmosis_models.not_null_silver__governance_votes_VOTER.96fedc99dd": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_VOTER__STRING__VARCHAR.c0c8cb9205": [], "test.osmosis_models.not_null_silver__governance_votes_PROPOSAL_ID.7bb694c548": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_PROPOSAL_ID__NUMBER__FLOAT.a3c49bd449": [], "test.osmosis_models.not_null_silver__governance_votes_VOTE_OPTION.233eb8ef14": [], "test.osmosis_models.not_null_silver__governance_votes__INSERTED_TIMESTAMP.4b700ec0da": [], "test.osmosis_models.not_null_silver__governance_votes__PATH.17d12040f8": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes__PATH__STRING__VARCHAR.2b5475b614": [], "test.osmosis_models.not_null_silver__governance_votes_VOTE_WEIGHT.727ad84484": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__governance_votes_VOTE_WEIGHT__NUMBER__FLOAT.947c9b9847": [], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__governance_votes_TX_ID__PROPOSAL_ID__VOTER__VOTE_OPTION___PATH.2dc3fee63f": [], "model.osmosis_models.core__dim_liquidity_pools": ["test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_liquidity_pools_ASSETS.71ed33d59d", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_liquidity_pools_BLOCKCHAIN.ef845be01c", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_liquidity_pools_MODULE.6c039b9336", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_liquidity_pools_POOL_ID.9cced0ccd6"], "model.osmosis_models.core__fact_validators": ["test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_ACCOUNT_ADDRESS.e248ba3f9e", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_ADDRESS.28ea232145", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_BLOCKCHAIN.8c212981c8", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_CREATOR.937fa2f10c", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_DELEGATOR_SHARES.24690650ef", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_JAILED.a889f6621b", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_LABEL.58ea9d5501", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_LABEL_SUBTYPE.545516ad48", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_LABEL_TYPE.d259f1a775", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_MAX_CHANGE_RATE.2b5ddeda55", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_MAX_RATE.e02041b45d", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_MIN_SELF_DELEGATION.a456038134", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_MISSED_BLOCKS.600496ee2c", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_PROJECT_NAME.580ffece96", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_RANK.8ccac4f170", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_RAW_METADATA.935f630216"], "model.osmosis_models.core__dim_tokens": ["test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_tokens_ADDRESS.adf98dac75", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_tokens_ALIAS.46f836a959", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_tokens_BLOCKCHAIN.5d98f45895", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_tokens_CREATOR.8ee1250b60", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_tokens_DECIMAL.9ed902b8c6", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_tokens_LABEL.63e745c91d", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_tokens_LABEL_SUBTYPE.5c4b83673d", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_tokens_LABEL_TYPE.acd943c593", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_tokens_PROJECT_NAME.2275550428", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_tokens_RAW_METADATA.35e66014b2"], "model.osmosis_models.silver__validator_metadata": ["model.osmosis_models.core__dim_labels", "model.osmosis_models.core__fact_validators", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_set_silver__validator_metadata_BLOCKCHAIN__osmosis.3c580b011a", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_set_silver__validator_metadata_LABEL_SUBTYPE__validator.5eea37b4fe", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_set_silver__validator_metadata_LABEL_TYPE__operator.66e78facba", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_ACCOUNT_ADDRESS__STRING__VARCHAR.4dcdc5e2fa", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_ADDRESS__STRING__VARCHAR.8214c9947c", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_BLOCKCHAIN__STRING__VARCHAR.91e926b326", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_CREATOR__STRING__VARCHAR.1b94f47639", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_DELEGATOR_SHARES__NUMBER__FLOAT.a7ccdba585", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_JAILED__BOOLEAN.4aa983d590", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_LABEL_SUBTYPE__STRING__VARCHAR.860e4e4b26", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_LABEL_TYPE__STRING__VARCHAR.fe33923206", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_LABEL__STRING__VARCHAR.b5b1b9c628", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_MAX_CHANGE_RATE__NUMBER__FLOAT.93dcaaa012", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_MAX_RATE__NUMBER__FLOAT.d5198920ca", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_MIN_SELF_DELEGATION__NUMBER__FLOAT.8844857366", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_MISSED_BLOCKS__NUMBER__FLOAT.baa4b06bab", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_PROJECT_NAME__STRING__VARCHAR.4a44c4d469", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_RANK__NUMBER__FLOAT.3894b4dc7e", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata__UNIQUE_KEY__STRING__VARCHAR.8fdaa3b748", "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__validator_metadata__UNIQUE_KEY.89901f7c84", "test.osmosis_models.not_null_silver__validator_metadata_ACCOUNT_ADDRESS.2b770f6ac6", "test.osmosis_models.not_null_silver__validator_metadata_ADDRESS.885a2a4fe5", "test.osmosis_models.not_null_silver__validator_metadata_BLOCKCHAIN.f96b8c0a0d", "test.osmosis_models.not_null_silver__validator_metadata_CREATOR.def8094189", "test.osmosis_models.not_null_silver__validator_metadata_DELEGATOR_SHARES.11772209a8", "test.osmosis_models.not_null_silver__validator_metadata_JAILED.419de8e4b6", "test.osmosis_models.not_null_silver__validator_metadata_LABEL.05d92ca845", "test.osmosis_models.not_null_silver__validator_metadata_LABEL_SUBTYPE.8c71d42439", "test.osmosis_models.not_null_silver__validator_metadata_LABEL_TYPE.25dc568c6e", "test.osmosis_models.not_null_silver__validator_metadata_MAX_CHANGE_RATE.920b0855b2", "test.osmosis_models.not_null_silver__validator_metadata_MAX_RATE.9efaaea964", "test.osmosis_models.not_null_silver__validator_metadata_MIN_SELF_DELEGATION.f9b3707f39", "test.osmosis_models.not_null_silver__validator_metadata_MISSED_BLOCKS.50e9ac5383", "test.osmosis_models.not_null_silver__validator_metadata_PROJECT_NAME.d46dd3b07c", "test.osmosis_models.not_null_silver__validator_metadata_RANK.120b0a44be", "test.osmosis_models.not_null_silver__validator_metadata_RAW_METADATA.6678ad8f50", "test.osmosis_models.not_null_silver__validator_metadata__UNIQUE_KEY.9c7e7f4556"], "model.osmosis_models.silver__asset_metadata": ["model.osmosis_models.core__dim_labels", "model.osmosis_models.core__dim_tokens", "model.osmosis_models.silver___early_swaps", "model.osmosis_models.silver___early_swaps", "model.osmosis_models.silver__airdrops", "model.osmosis_models.silver__early_liquidity_provider_actions", "model.osmosis_models.silver__governance_proposal_deposits", "model.osmosis_models.silver__liquid_balances", "model.osmosis_models.silver__liquidity_provider_actions", "model.osmosis_models.silver__prices_swaps", "model.osmosis_models.silver__prices_swaps", "model.osmosis_models.silver__staked_balances", "model.osmosis_models.silver__staked_balances", "model.osmosis_models.silver__staking", "model.osmosis_models.silver__swaps", "model.osmosis_models.silver__swaps", "model.osmosis_models.silver__transfers", "model.osmosis_models.silver__transfers", "model.osmosis_models.silver__transfers", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_set_silver__asset_metadata_BLOCKCHAIN__osmosis.2121a57f6d", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_set_silver__asset_metadata_LABEL_TYPE__token.09f72c9603", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_ADDRESS__STRING__VARCHAR.a8bdcee928", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_ALIAS__STRING__VARCHAR.5dce6745fd", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_BLOCKCHAIN__STRING__VARCHAR.a1ff4f0fa2", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_CREATOR__STRING__VARCHAR.32818e6ca9", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_DECIMAL__NUMBER__FLOAT.71787a534c", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_LABEL_SUBTYPE__STRING__VARCHAR.c9a6a8952c", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_LABEL_TYPE__STRING__VARCHAR.ae9699373c", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_LABEL__STRING__VARCHAR.afdeba8290", "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_PROJECT_NAME__STRING__VARCHAR.600668d11b", "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__asset_metadata__UNIQUE_KEY.df30d1d03a", "test.osmosis_models.not_null_silver__asset_metadata_ADDRESS.896b32df42", "test.osmosis_models.not_null_silver__asset_metadata_BLOCKCHAIN.a8837e6a5c", "test.osmosis_models.not_null_silver__asset_metadata_CREATOR.d4efd79600", "test.osmosis_models.not_null_silver__asset_metadata_DECIMAL.23264200c6", "test.osmosis_models.not_null_silver__asset_metadata_LABEL.174593b5e4", "test.osmosis_models.not_null_silver__asset_metadata_LABEL_SUBTYPE.bf070732ef", "test.osmosis_models.not_null_silver__asset_metadata_LABEL_TYPE.19a4a3f8f6", "test.osmosis_models.not_null_silver__asset_metadata_PROJECT_NAME.d941ece36c", "test.osmosis_models.not_null_silver__asset_metadata_RAW_METADATA.b19685741b"], "model.osmosis_models.core__fact_liquidity_provider_actions": ["test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_ACTION.4426bb60be", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_AMOUNT.dce19a1db3", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_BLOCKCHAIN.7fd1183d1b", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_BLOCK_ID.ba4641747d", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_BLOCK_TIMESTAMP.5b115f0204", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_CHAIN_ID.2934d1bfe0", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_CURRENCY.531fe8e6cb", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS.2c9f74da41", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_POOL_ID.57de03f628", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_TX_ID.0f5f2f982f", "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_TX_STATUS.da7b422096", "test.osmosis_models.dbt_utils_unique_combination_of_columns_core__fact_liquidity_provider_actions_TX_ID__CURRENCY.905ac4a709"], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_tokens_ADDRESS.adf98dac75": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_tokens_BLOCKCHAIN.5d98f45895": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_tokens_CREATOR.8ee1250b60": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_tokens_LABEL_TYPE.acd943c593": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_tokens_LABEL_SUBTYPE.5c4b83673d": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_tokens_LABEL.63e745c91d": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_tokens_PROJECT_NAME.2275550428": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_tokens_ALIAS.46f836a959": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_tokens_DECIMAL.9ed902b8c6": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_tokens_RAW_METADATA.35e66014b2": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_ADDRESS.28ea232145": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_BLOCKCHAIN.8c212981c8": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_CREATOR.937fa2f10c": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_LABEL_TYPE.d259f1a775": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_LABEL_SUBTYPE.545516ad48": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_LABEL.58ea9d5501": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_PROJECT_NAME.580ffece96": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_ACCOUNT_ADDRESS.e248ba3f9e": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_DELEGATOR_SHARES.24690650ef": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_JAILED.a889f6621b": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_MAX_CHANGE_RATE.2b5ddeda55": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_MAX_RATE.e02041b45d": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_MIN_SELF_DELEGATION.a456038134": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_RANK.8ccac4f170": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_MISSED_BLOCKS.600496ee2c": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_validators_RAW_METADATA.935f630216": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_liquidity_pools_BLOCKCHAIN.ef845be01c": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_liquidity_pools_MODULE.6c039b9336": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_liquidity_pools_POOL_ID.9cced0ccd6": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__dim_liquidity_pools_ASSETS.71ed33d59d": [], "test.osmosis_models.not_null_silver__validator_metadata_ADDRESS.885a2a4fe5": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_ADDRESS__STRING__VARCHAR.8214c9947c": [], "test.osmosis_models.not_null_silver__validator_metadata_BLOCKCHAIN.f96b8c0a0d": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_BLOCKCHAIN__STRING__VARCHAR.91e926b326": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_set_silver__validator_metadata_BLOCKCHAIN__osmosis.3c580b011a": [], "test.osmosis_models.not_null_silver__validator_metadata_CREATOR.def8094189": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_CREATOR__STRING__VARCHAR.1b94f47639": [], "test.osmosis_models.not_null_silver__validator_metadata_LABEL_TYPE.25dc568c6e": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_LABEL_TYPE__STRING__VARCHAR.fe33923206": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_set_silver__validator_metadata_LABEL_TYPE__operator.66e78facba": [], "test.osmosis_models.not_null_silver__validator_metadata_LABEL_SUBTYPE.8c71d42439": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_LABEL_SUBTYPE__STRING__VARCHAR.860e4e4b26": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_set_silver__validator_metadata_LABEL_SUBTYPE__validator.5eea37b4fe": [], "test.osmosis_models.not_null_silver__validator_metadata_LABEL.05d92ca845": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_LABEL__STRING__VARCHAR.b5b1b9c628": [], "test.osmosis_models.not_null_silver__validator_metadata_PROJECT_NAME.d46dd3b07c": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_PROJECT_NAME__STRING__VARCHAR.4a44c4d469": [], "test.osmosis_models.not_null_silver__validator_metadata_ACCOUNT_ADDRESS.2b770f6ac6": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_ACCOUNT_ADDRESS__STRING__VARCHAR.4dcdc5e2fa": [], "test.osmosis_models.not_null_silver__validator_metadata_DELEGATOR_SHARES.11772209a8": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_DELEGATOR_SHARES__NUMBER__FLOAT.a7ccdba585": [], "test.osmosis_models.not_null_silver__validator_metadata_JAILED.419de8e4b6": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_JAILED__BOOLEAN.4aa983d590": [], "test.osmosis_models.not_null_silver__validator_metadata_MAX_CHANGE_RATE.920b0855b2": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_MAX_CHANGE_RATE__NUMBER__FLOAT.93dcaaa012": [], "test.osmosis_models.not_null_silver__validator_metadata_MAX_RATE.9efaaea964": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_MAX_RATE__NUMBER__FLOAT.d5198920ca": [], "test.osmosis_models.not_null_silver__validator_metadata_MIN_SELF_DELEGATION.f9b3707f39": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_MIN_SELF_DELEGATION__NUMBER__FLOAT.8844857366": [], "test.osmosis_models.not_null_silver__validator_metadata_RANK.120b0a44be": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_RANK__NUMBER__FLOAT.3894b4dc7e": [], "test.osmosis_models.not_null_silver__validator_metadata_MISSED_BLOCKS.50e9ac5383": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata_MISSED_BLOCKS__NUMBER__FLOAT.baa4b06bab": [], "test.osmosis_models.not_null_silver__validator_metadata_RAW_METADATA.6678ad8f50": [], "test.osmosis_models.not_null_silver__validator_metadata__UNIQUE_KEY.9c7e7f4556": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__validator_metadata__UNIQUE_KEY__STRING__VARCHAR.8fdaa3b748": [], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__validator_metadata__UNIQUE_KEY.89901f7c84": [], "test.osmosis_models.not_null_silver__asset_metadata_BLOCKCHAIN.a8837e6a5c": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_set_silver__asset_metadata_BLOCKCHAIN__osmosis.2121a57f6d": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_BLOCKCHAIN__STRING__VARCHAR.a1ff4f0fa2": [], "test.osmosis_models.not_null_silver__asset_metadata_ADDRESS.896b32df42": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_ADDRESS__STRING__VARCHAR.a8bdcee928": [], "test.osmosis_models.not_null_silver__asset_metadata_CREATOR.d4efd79600": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_CREATOR__STRING__VARCHAR.32818e6ca9": [], "test.osmosis_models.not_null_silver__asset_metadata_LABEL_TYPE.19a4a3f8f6": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_set_silver__asset_metadata_LABEL_TYPE__token.09f72c9603": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_LABEL_TYPE__STRING__VARCHAR.ae9699373c": [], "test.osmosis_models.not_null_silver__asset_metadata_LABEL_SUBTYPE.bf070732ef": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_LABEL_SUBTYPE__STRING__VARCHAR.c9a6a8952c": [], "test.osmosis_models.not_null_silver__asset_metadata_LABEL.174593b5e4": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_LABEL__STRING__VARCHAR.afdeba8290": [], "test.osmosis_models.not_null_silver__asset_metadata_PROJECT_NAME.d941ece36c": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_PROJECT_NAME__STRING__VARCHAR.600668d11b": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_ALIAS__STRING__VARCHAR.5dce6745fd": [], "test.osmosis_models.not_null_silver__asset_metadata_DECIMAL.23264200c6": [], "test.osmosis_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__asset_metadata_DECIMAL__NUMBER__FLOAT.71787a534c": [], "test.osmosis_models.not_null_silver__asset_metadata_RAW_METADATA.b19685741b": [], "test.osmosis_models.dbt_utils_unique_combination_of_columns_silver__asset_metadata__UNIQUE_KEY.df30d1d03a": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_BLOCK_ID.ba4641747d": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_BLOCK_TIMESTAMP.5b115f0204": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_BLOCKCHAIN.7fd1183d1b": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_CHAIN_ID.2934d1bfe0": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_TX_ID.0f5f2f982f": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_TX_STATUS.da7b422096": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_LIQUIDITY_PROVIDER_ADDRESS.2c9f74da41": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_ACTION.4426bb60be": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_POOL_ID.57de03f628": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_AMOUNT.dce19a1db3": [], "test.osmosis_models.dbt_expectations_expect_column_to_exist_core__fact_liquidity_provider_actions_CURRENCY.531fe8e6cb": [], "test.osmosis_models.dbt_utils_unique_combination_of_columns_core__fact_liquidity_provider_actions_TX_ID__CURRENCY.905ac4a709": [], "source.osmosis_models.prod.osmosis_blocks": ["model.osmosis_models.bronze__blocks"], "source.osmosis_models.prod.osmosis_txs": ["model.osmosis_models.bronze__transactions"], "source.osmosis_models.shared.prices_v2": ["model.osmosis_models.silver__prices"], "source.osmosis_models.shared2.hours": ["model.osmosis_models.silver__daily_balances", "model.osmosis_models.silver__prices_swaps"], "source.osmosis_models.bronze_api.blockchain": ["model.osmosis_models.silver__blockchain"], "source.osmosis_models.osmosis_external.validator_metadata_api": ["model.osmosis_models.silver__validator_metadata"], "source.osmosis_models.osmosis_external.asset_metadata_api": ["model.osmosis_models.silver__all_undecoded_assets", "model.osmosis_models.silver__asset_metadata"], "source.osmosis_models.osmosis_external.balances_api": ["model.osmosis_models.silver__all_unknown_balances", "model.osmosis_models.silver__liquid_balances"], "source.osmosis_models.osmosis_external.pool_balances_api": ["model.osmosis_models.silver__all_unknown_pool_balances"]}} \ No newline at end of file diff --git a/models/core/core__dim_liquidity_pools.sql b/models/core/core__dim_liquidity_pools.sql new file mode 100644 index 0000000..8908e4d --- /dev/null +++ b/models/core/core__dim_liquidity_pools.sql @@ -0,0 +1,10 @@ +{{ config( + materialized = 'view' +) }} + +SELECT + 'osmosis' AS blockchain, + module, + pool_id, + assets +FROM {{ ref('silver__pool_metadata') }} \ No newline at end of file diff --git a/models/core/core__dim_liquidity_pools.yml b/models/core/core__dim_liquidity_pools.yml new file mode 100644 index 0000000..a5049e5 --- /dev/null +++ b/models/core/core__dim_liquidity_pools.yml @@ -0,0 +1,21 @@ +version: 2 +models: + - name: core__dim_liquidity_pools + description: Contains liquidity pool metadata for assets on the Osmosis blockchain. This table was sourced from an API and may not contain every token. + columns: + - name: BLOCKCHAIN + description: "{{ doc('blockchain') }}" + tests: + - dbt_expectations.expect_column_to_exist + - name: MODULE + description: "{{ doc('pool_module') }}" + tests: + - dbt_expectations.expect_column_to_exist + - name: POOL_ID + description: "{{ doc('pool_id') }}" + tests: + - dbt_expectations.expect_column_to_exist + - name: ASSETS + description: "{{ doc('pool_assets') }}" + tests: + - dbt_expectations.expect_column_to_exist \ No newline at end of file diff --git a/models/core/core__dim_tokens.sql b/models/core/core__dim_tokens.sql new file mode 100644 index 0000000..1535e5e --- /dev/null +++ b/models/core/core__dim_tokens.sql @@ -0,0 +1,16 @@ +{{ config( + materialized = 'view' +) }} + +SELECT + blockchain, + address, + creator, + label_type, + label_subtype, + label, + project_name, + alias, + decimal, + raw_metadata +FROM {{ ref('silver__asset_metadata') }} \ No newline at end of file diff --git a/models/core/core__dim_tokens.yml b/models/core/core__dim_tokens.yml new file mode 100644 index 0000000..748c60d --- /dev/null +++ b/models/core/core__dim_tokens.yml @@ -0,0 +1,45 @@ +version: 2 +models: + - name: core__dim_tokens + description: Contains token metadata for assets on the Osmosis blockchain. This table was sourced from an API and may not contain every token. + columns: + - name: ADDRESS + description: "{{ doc('address') }}" + tests: + - dbt_expectations.expect_column_to_exist + - name: BLOCKCHAIN + description: "{{ doc('blockchain') }}" + tests: + - dbt_expectations.expect_column_to_exist + - name: CREATOR + description: "{{ doc('creator') }}" + tests: + - dbt_expectations.expect_column_to_exist + - name: LABEL_TYPE + description: "{{ doc('label_type') }}" + tests: + - dbt_expectations.expect_column_to_exist + - name: LABEL_SUBTYPE + description: "{{ doc('label_subtype') }}" + tests: + - dbt_expectations.expect_column_to_exist + - name: LABEL + description: "{{ doc('label') }}" + tests: + - dbt_expectations.expect_column_to_exist + - name: PROJECT_NAME + description: "{{ doc('project_name') }}" + tests: + - dbt_expectations.expect_column_to_exist + - name: ALIAS + description: A secondary address for the token, where available + tests: + - dbt_expectations.expect_column_to_exist + - name: DECIMAL + description: "{{ doc('decimal') }}" + tests: + - dbt_expectations.expect_column_to_exist + - name: RAW_METADATA + description: "{{ doc('raw_metadata') }}" + tests: + - dbt_expectations.expect_column_to_exist \ No newline at end of file diff --git a/models/core/core__fact_validators.sql b/models/core/core__fact_validators.sql new file mode 100644 index 0000000..05f65df --- /dev/null +++ b/models/core/core__fact_validators.sql @@ -0,0 +1,23 @@ +{{ config( + materialized = 'view' +) }} + +SELECT + address, + blockchain, + creator, + label_type, + label_subtype, + label, + project_name, + account_address, + delegator_shares, + jailed, + max_change_rate, + max_rate, + min_self_delegation, + RANK, + missed_blocks, + raw_metadata +FROM + {{ ref('silver__validator_metadata') }} diff --git a/models/core/core__fact_validators.yml b/models/core/core__fact_validators.yml new file mode 100644 index 0000000..80d75cd --- /dev/null +++ b/models/core/core__fact_validators.yml @@ -0,0 +1,69 @@ +version: 2 +models: + - name: core__fact_validators + description: Contains validator metadata for assets on the Osmosis blockchain. This table was sourced from an API and may not contain every token. + columns: + - name: ADDRESS + description: "{{ doc('address') }}" + tests: + - dbt_expectations.expect_column_to_exist + - name: BLOCKCHAIN + description: "{{ doc('blockchain') }}" + tests: + - dbt_expectations.expect_column_to_exist + - name: CREATOR + description: "{{ doc('creator') }}" + tests: + - dbt_expectations.expect_column_to_exist + - name: LABEL_TYPE + description: "{{ doc('label_type') }}" + tests: + - dbt_expectations.expect_column_to_exist + - name: LABEL_SUBTYPE + description: "{{ doc('label_subtype') }}" + tests: + - dbt_expectations.expect_column_to_exist + - name: LABEL + description: "{{ doc('label') }}" + tests: + - dbt_expectations.expect_column_to_exist + - name: PROJECT_NAME + description: "{{ doc('project_name') }}" + tests: + - dbt_expectations.expect_column_to_exist + - name: ACCOUNT_ADDRESS + description: The osmosis address of the user / entity that operates the validator. + tests: + - dbt_expectations.expect_column_to_exist + - name: DELEGATOR_SHARES + description: The number of tokens staked to the validator. + tests: + - dbt_expectations.expect_column_to_exist + - name: JAILED + description: FALSE when a validator is not jailed, TRUE when a validator is jailed + tests: + - dbt_expectations.expect_column_to_exist + - name: MAX_CHANGE_RATE + description: The maximum rate at which a validator can change their commission per day. + tests: + - dbt_expectations.expect_column_to_exist + - name: MAX_RATE + description: The maximum commission rate that the validator can charge + tests: + - dbt_expectations.expect_column_to_exist + - name: MIN_SELF_DELEGATION + description: The minimum number of OSMO tokens that the operator must be staking with their own validator + tests: + - dbt_expectations.expect_column_to_exist + - name: RANK + description: The rank of the validator in the validator set. Rank is determined by the number of OSMO tokens staked to the validator + tests: + - dbt_expectations.expect_column_to_exist + - name: MISSED_BLOCKS + description: The number of blocks the validator has been down for during it's lifetime. + tests: + - dbt_expectations.expect_column_to_exist + - name: RAW_METADATA + description: "{{ doc('raw_metadata') }}" + tests: + - dbt_expectations.expect_column_to_exist \ No newline at end of file diff --git a/models/silver/silver__asset_metadata.sql b/models/silver/silver__asset_metadata.sql index 637550e..61bf7c1 100644 --- a/models/silver/silver__asset_metadata.sql +++ b/models/silver/silver__asset_metadata.sql @@ -28,10 +28,16 @@ SELECT 'token_contract' AS label_subtype, label, project_name, - raw_metadata + raw_metadata [0] :aliases [0] :: STRING AS alias, + raw_metadata [array_size(raw_metadata)-1] :exponent :: NUMBER AS DECIMAL, + raw_metadata, + concat_ws( + '-', + address, + creator, + blockchain + ) AS _unique_key FROM - base - -qualify(ROW_NUMBER() over(PARTITION BY blockchain, creator, address + base qualify(ROW_NUMBER() over(PARTITION BY blockchain, creator, address ORDER BY project_name DESC)) = 1 diff --git a/models/silver/silver__asset_metadata.yml b/models/silver/silver__asset_metadata.yml index ece430b..ed44129 100644 --- a/models/silver/silver__asset_metadata.yml +++ b/models/silver/silver__asset_metadata.yml @@ -4,9 +4,7 @@ models: tests: - dbt_utils.unique_combination_of_columns: combination_of_columns: - - BLOCKCHAIN - - CREATOR - - ADDRESS + - _UNIQUE_KEY columns: - name: BLOCKCHAIN description: "{{ doc('blockchain') }}" @@ -68,11 +66,22 @@ models: column_type_list: - STRING - VARCHAR - - name: RAW_METADATA - description: "{{ doc('raw_metadata') }}" + - name: ALIAS + description: A secondary address for the token, where available + tests: + - dbt_expectations.expect_column_values_to_be_in_type_list: + column_type_list: + - STRING + - VARCHAR + - name: DECIMAL + description: "{{ doc('decimal') }}" tests: - not_null - dbt_expectations.expect_column_values_to_be_in_type_list: column_type_list: - - OBJECT - - ARRAY \ No newline at end of file + - NUMBER + - FLOAT + - name: RAW_METADATA + description: "{{ doc('raw_metadata') }}" + tests: + - not_null \ No newline at end of file diff --git a/models/silver/silver__validator_metadata.sql b/models/silver/silver__validator_metadata.sql index 7d98fd9..bc6aa41 100644 --- a/models/silver/silver__validator_metadata.sql +++ b/models/silver/silver__validator_metadata.sql @@ -10,7 +10,21 @@ SELECT 'validator' AS label_subtype, moniker AS label, identity AS project_name, - VALUE AS raw_metadata + VALUE :account_address :: STRING AS account_address, + VALUE :delegator_shares :: NUMBER AS delegator_shares, + VALUE :jailed :: BOOLEAN AS jailed, + VALUE :max_change_rate :: NUMBER AS max_change_rate, + VALUE :max_rate :: NUMBER AS max_rate, + VALUE :min_self_delegation :: NUMBER AS min_self_delegation, + VALUE :rank :: NUMBER AS RANK, + VALUE :uptime :missed_blocks :: NUMBER AS missed_blocks, + VALUE AS raw_metadata, + concat_ws( + '-', + address, + creator, + blockchain + ) AS _unique_key FROM {{ source( 'osmosis_external', diff --git a/models/silver/silver__validator_metadata.yml b/models/silver/silver__validator_metadata.yml index a58290b..6eeccf7 100644 --- a/models/silver/silver__validator_metadata.yml +++ b/models/silver/silver__validator_metadata.yml @@ -4,9 +4,7 @@ models: tests: - dbt_utils.unique_combination_of_columns: combination_of_columns: - - CREATOR - - ADDRESS - - BLOCKCHAIN + - _UNIQUE_KEY columns: - name: ADDRESS description: "{{ doc('address') }}" @@ -70,7 +68,78 @@ models: column_type_list: - STRING - VARCHAR + - name: ACCOUNT_ADDRESS + description: The osmosis address of the user / entity that operates the validator. + tests: + - not_null + - dbt_expectations.expect_column_values_to_be_in_type_list: + column_type_list: + - STRING + - VARCHAR + - name: DELEGATOR_SHARES + description: The number of tokens staked to the validator. + tests: + - not_null + - dbt_expectations.expect_column_values_to_be_in_type_list: + column_type_list: + - NUMBER + - FLOAT + - name: JAILED + description: FALSE when a validator is not jailed, TRUE when a validator is jailed + tests: + - not_null + - dbt_expectations.expect_column_values_to_be_in_type_list: + column_type_list: + - BOOLEAN + - name: MAX_CHANGE_RATE + description: The maximum rate at which a validator can change their commission per day. + tests: + - not_null + - dbt_expectations.expect_column_values_to_be_in_type_list: + column_type_list: + - NUMBER + - FLOAT + - name: MAX_RATE + description: The maximum commission rate that the validator can charge + tests: + - not_null + - dbt_expectations.expect_column_values_to_be_in_type_list: + column_type_list: + - NUMBER + - FLOAT + - name: MIN_SELF_DELEGATION + description: The minimum number of OSMO tokens that the operator must be staking with their own validator + tests: + - not_null + - dbt_expectations.expect_column_values_to_be_in_type_list: + column_type_list: + - NUMBER + - FLOAT + - name: RANK + description: The rank of the validator in the validator set. Rank is determined by the number of OSMO tokens staked to the validator + tests: + - not_null + - dbt_expectations.expect_column_values_to_be_in_type_list: + column_type_list: + - NUMBER + - FLOAT + - name: MISSED_BLOCKS + description: The number of blocks the validator has been down for during it's lifetime. + tests: + - not_null + - dbt_expectations.expect_column_values_to_be_in_type_list: + column_type_list: + - NUMBER + - FLOAT - name: RAW_METADATA description: "{{ doc('raw_metadata') }}" tests: - - not_null \ No newline at end of file + - not_null + - name: _UNIQUE_KEY + description: The unique key of the table + tests: + - not_null + - dbt_expectations.expect_column_values_to_be_in_type_list: + column_type_list: + - STRING + - VARCHAR