azhar
09/20/2023, 11:32 AMmeltano lock --update --all to ensure your plugins are up to date.
Here is my config meltano.yml config
- name: target-clickhouse
pip_url: git+<https://github.com/usermaven/target-clickhouse.git>
config:
default_target_schema: default
flattening_enabled: true
flattening_max_depth: 3
add_record_metadata: true
sqlalchemy_url: clickhouse+<http://default>:@localhost:8123visch
09/20/2023, 12:28 PMazhar
09/21/2023, 8:38 AM