Skip to content

Commit

Permalink
Merge pull request #5 from FlipsideCrypto/update/docs
Browse files Browse the repository at this point in the history
update/docs
  • Loading branch information
drethereum authored Nov 6, 2024
2 parents ecea328 + 1a69c03 commit 84afecc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ test-paths: ["tests"]
seed-paths: ["data"]
macro-paths: ["macros"]
snapshot-paths: ["snapshots"]
docs-paths: ["dbt_packages/fsc_evm/doc_descriptions", "models/doc_descriptions"]
docs-paths: ["dbt_packages/fsc_evm/doc_descriptions", "models/doc_descriptions", "models"]

target-path: "target" # directory which will store compiled SQL files
clean-targets: # directories to be removed by `dbt clean`
Expand Down Expand Up @@ -63,6 +63,11 @@ models:
+materialized: ephemeral
fsc_evm:
+enabled: false # disable fsc_evm package by default
+copy_grants: true
+persist_docs:
relation: true
columns: true
+on_schema_change: "append_new_columns"
main_package:
+enabled: false # disable main_package by default, enabled other packages as needed
core:
Expand Down
2 changes: 1 addition & 1 deletion packages.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
packages:
- git: https://github.com/FlipsideCrypto/fsc-evm.git
revision: v3.8.0
revision: v3.8.3

0 comments on commit 84afecc

Please sign in to comment.