Move nft tokens metadata to tokens subproject#6034
Conversation
| END as aggregator_name | ||
| FROM {{base_trades}} base | ||
| LEFT JOIN {{ref('tokens_nft')}} nft | ||
| LEFT JOIN {{source('tokens', 'nft')}} nft |
There was a problem hiding this comment.
fyi @0xRobin
we are looking to move nft token metadata to tokens subproject, similar to erc20, flipping to source is part of that
There was a problem hiding this comment.
i think this one may be backwards?
all of these edition metadata spells should be moved to tokens subproject as they are dependencies for tokens_nft lineage. otherwise we create circular dependencies?
There was a problem hiding this comment.
dbt ls --resource-type model --output name --select decent_optimism_edition_metadata+1
dbt ls --resource-type model --output name --select +decent_optimism_edition_metadata
There was a problem hiding this comment.
nothing upstream, only token metadata downstream
There was a problem hiding this comment.
yeah you are right I can move this to the tokens subproject
jeff-dude
left a comment
There was a problem hiding this comment.
running with modified turned off in prod for both projects
This PR moves the existing tokens.nft lineage to the tokens subproject. Solana tokens are not moved for now. This is in preparation for moving the contract mappings lineage