-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NFT dbt subproject #6090
NFT dbt subproject #6090
Conversation
02ae80a
to
129df80
Compare
@aalan3 @jeff-dude, this should be good to merge when you've set up the production side for the NFT subproject. These PRs will need to be adapted to the new location and can then also proceed: |
@0xRobin amazing work thank you! I'll setup a new hourly cluster and then merge this. Might not get to it today due to Solana merges. |
3764d0e
to
2041b9b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
This splits of the NFT models in it's own dbt subproject.
worth mentioning that I've placed the generic tests that are used cross projects into their macro file. This way they are accessible by all (
check_seed
,check_columns
etc)