Skip to content

Commit

Permalink
Update magiceden_events.sql (#1282)
Browse files Browse the repository at this point in the history
Brief comments on the purpose of your changes:


*For Dune Engine V2*
I've checked that:

* [ ] I tested the query on dune.com after compiling the model with dbt compile (compiled queries are written to the target directory)
* [ ] I used "refs" to reference other models in this repo and "sources" to reference raw or decoded tables 
* [ ] if adding a new model, I added a test
* [ ] the filename is unique and ends with .sql
* [ ] each sql file is a select statement and has only one view, table or function defined  
* [ ] column names are `lowercase_snake_cased`

When you are ready for a review, tag duneanalytics/data-experience. We will re-open your forked pull request as an internal pull request. Then your spells will run in dbt and the logs will be avaiable in Github Actions DBT Slim CI. This job will only run the models and tests changed by your PR compared to the production project.
  • Loading branch information
soispoke authored Jul 12, 2022
1 parent 2fb24a4 commit 894c3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spellbook/models/magiceden/magiceden_events.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ config(
alias ='transactions',
alias ='events',
materialized ='incremental',
file_format ='delta',
incremental_strategy='merge',
Expand Down

0 comments on commit 894c3cc

Please sign in to comment.