Merge pull request #72 from FlipsideCrypto/test-docs-update

Test docs update
This commit is contained in:
Austin 2024-11-06 10:46:02 -05:00 committed by GitHub
commit 3fd1eddaec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 2 deletions

View File

@ -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`
@ -63,6 +63,11 @@ models:
+materialized: ephemeral
fsc_evm:
+enabled: false
+copy_grants: true
+persist_docs:
relation: true
columns: true
+on_schema_change: "append_new_columns"
main_package:
+enabled: false
core:

View File

@ -1,3 +1,3 @@
packages:
- git: https://github.com/FlipsideCrypto/fsc-evm.git
revision: v3.8.2
revision: v3.8.3