You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 17, 2024. It is now read-only.
Describe the bug
key_columns inside TOML config file doesnt work. It throws an error
ERROR - [TableSegment] Attribute 'key_columns' expected value of type tuple[str]. Instead got ['XXXX_ID']
If used in the command line it works.
Make sure to include the following (minus sensitive information):
Throws error when using key_columns in config file. It works without errors when using in command line as shown below..
[09:53:55] INFO - [PostgreSQL] Starting a threadpool, size=4.
[09:53:57] INFO - Diffing using columns: key=['XXXX_ID'] update=None extra=().
[09:53:57] INFO - Using algorithm 'hashdiff'.
[09:53:57] ERROR - [TableSegment] Attribute 'key_columns' expected value of type tuple[str]. Instead got ['XXXX_ID']