Skip to content

Commit

Permalink
add require_certificate_validation flags (#7328)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xRobin authored Dec 13, 2024
1 parent 5db57d2 commit 4774a18
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dbt_subprojects/daily_spellbook/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ quoting:
# profile: "spellbook-poc-tokens"
profile: "spellbook-local"

flags:
require_certificate_validation: true

vars:
DBT_ENV_CUSTOM_ENV_S3_BUCKET: "{{ env_var('DBT_ENV_CUSTOM_ENV_S3_BUCKET', 'local') }}"
DBT_ENV_INCREMENTAL_TIME: "{{ env_var('DBT_ENV_INCREMENTAL_TIME', '3') }}"
Expand Down
3 changes: 3 additions & 0 deletions dbt_subprojects/dex/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ quoting:
# This setting configures which "profile" dbt uses for this project.
profile: "spellbook-local"

flags:
require_certificate_validation: true

vars:
DBT_ENV_CUSTOM_ENV_S3_BUCKET: "{{ env_var('DBT_ENV_CUSTOM_ENV_S3_BUCKET', 'local') }}"
DBT_ENV_INCREMENTAL_TIME: "{{ env_var('DBT_ENV_INCREMENTAL_TIME', '1') }}"
Expand Down
3 changes: 3 additions & 0 deletions dbt_subprojects/hourly_spellbook/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ quoting:
# profile: "spellbook-poc-tokens"
profile: "spellbook-local"

flags:
require_certificate_validation: true

vars:
DBT_ENV_CUSTOM_ENV_S3_BUCKET: "{{ env_var('DBT_ENV_CUSTOM_ENV_S3_BUCKET', 'local') }}"
DBT_ENV_INCREMENTAL_TIME: "{{ env_var('DBT_ENV_INCREMENTAL_TIME', '1') }}"
Expand Down
3 changes: 3 additions & 0 deletions dbt_subprojects/nft/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ quoting:
# profile: "spellbook-poc-tokens"
profile: "spellbook-local"

flags:
require_certificate_validation: true

vars:
DBT_ENV_CUSTOM_ENV_S3_BUCKET: "{{ env_var('DBT_ENV_CUSTOM_ENV_S3_BUCKET', 'local') }}"
DBT_ENV_INCREMENTAL_TIME: "{{ env_var('DBT_ENV_INCREMENTAL_TIME', '1') }}"
Expand Down
3 changes: 3 additions & 0 deletions dbt_subprojects/solana/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ quoting:
# This setting configures which "profile" dbt uses for this project.
profile: "spellbook-local"

flags:
require_certificate_validation: true

vars:
DBT_ENV_CUSTOM_ENV_S3_BUCKET: "{{ env_var('DBT_ENV_CUSTOM_ENV_S3_BUCKET', 'local') }}"
DBT_ENV_INCREMENTAL_TIME: "{{ env_var('DBT_ENV_INCREMENTAL_TIME', '1') }}"
Expand Down

0 comments on commit 4774a18

Please sign in to comment.