Hi guys, I want to install the forked version of ...
# troubleshooting
a
Hi guys, I want to install the forked version of target-clickhouse, but getting the error. Loader 'target-clickhouse' is not known to Meltano. Try running
meltano lock --update --all
to ensure your plugins are up to date. Here is my config meltano.yml config
Copy code
- 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:8123
v
The message looks pretty clear to me! 😄
e
Hi Azhar, how did you add the plugin to your project? If it was by manually typing YAML, you may want to add a
namespace
so Meltano knows it's a _custom_ plugin.
a
Thanks @edgar_ramirez_mondragon It worked.