Skip to content

Commit

Permalink
Merge pull request #585 from openedx/bmtcril/remove_ch_json_references
Browse files Browse the repository at this point in the history
refactor: Remove refs to ClickHouse allow_experimental_object_type
  • Loading branch information
bmtcril authored Jan 31, 2024
2 parents ece320a + 22ae778 commit f1f111e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ def load_about():
setup(
name="tutor-contrib-aspects",
version=ABOUT["__version__"],
url="https://github.com/open-craft/tutor-contrib-aspects",
url="https://github.com/openedx/tutor-contrib-aspects",
project_urls={
"Code": "https://github.com/open-craft/tutor-contrib-aspects",
"Issue tracker": "https://github.com/open-craft/tutor-contrib-aspects/issues",
"Code": "https://github.com/openedx/tutor-contrib-aspects",
"Issue tracker": "https://github.com/openedx/tutor-contrib-aspects/issues",
},
license="AGPLv3",
author="The Open edX Community",
Expand Down
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 f1f111e

Please sign in to comment.