I was creating a new `meltano` project and `meltan...
# plugins-general
u
I was creating a new 
meltano
 project and 
meltano add loader target-snowflake
 prompts an error with 
psycopg2-binary
 . I thing thats creating a
jdbc
connection to
snowflake
.
Copy code
Installing loader 'target-snowflake'...
Loader 'target-snowflake' could not be installed: failed to install plugin 'target-snowflake'.
    Error: pg_config executable not found.
    pg_config is required to build psycopg2 from source.  Please add the directory
    containing pg_config to the $PATH or specify the full executable path with the
    option:
        python setup.py build_ext --pg-config /path/to/pg_config build ...
    or with the pg_config option in 'setup.cfg'.
    If you prefer to avoid building psycopg2 from source, please install the PyPI
    'psycopg2-binary' package instead.
    For further information please check the 'doc/src/install.rst' file (also at
    <<https://www.psycopg.org/docs/install.html>>).
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Is it possible to crafting those plugins custom ?