Skip to content

Commit

Permalink
refactor: Remove refs to ClickHouse allow_experimental_object_type
Browse files Browse the repository at this point in the history
We've removed the JSON column, so we can pull these settings, except in the old migrations.
  • Loading branch information
bmtcril committed Jan 30, 2024
1 parent ece320a commit 56f6d96
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions tutoraspects/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,8 +384,6 @@
# A dictionary/mapping of custom ClickHouse settings for the connection -
# default is empty.
("DBT_PROFILE_CUSTOM_SETTINGS", ""),
# Allows the connection to understand the JSON type
("DBT_PROFILE_ALLOW_EXPERIMENTAL_OBJECT_TYPE", "True"),
# Timeout for server ping
("DBT_PROFILE_SYNC_REQUEST_TIMEOUT", "5"),
# Compression block size if compression is enabled, this is the default value
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@ aspects: # this needs to match the profile in your dbt_project.yml file
use_lw_deletes: {{ DBT_PROFILE_USE_LW_DELETES }}
check_exchange: {{ DBT_PROFILE_CHECK_EXCHANGE }}
custom_settings: {{ DBT_PROFILE_CUSTOM_SETTINGS }}
allow_experimental_object_type: {{ DBT_PROFILE_ALLOW_EXPERIMENTAL_OBJECT_TYPE }}
sync_request_timeout: {{ DBT_PROFILE_SYNC_REQUEST_TIMEOUT }}
compress_block_size: {{ DBT_PROFILE_COMPRESS_BLOCK_SIZE }}

0 comments on commit 56f6d96

Please sign in to comment.