-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installing only some connectors from source fails #967
Comments
Hey, it's working fine by me, our end to end tests CI job is also installing only a subset of connectors here and they're working fine. Seeing the bit What OS you're running this command on and what Make version do you have? |
Ah, then I suppose it's something about my setup. I'm using:
|
Installation scripts are not tested on Arch linux. |
Had the same issue. (Also Arch linux, although I cant't see how it can be relevant for the problem).
|
Describe the bug
Following the instructions for installing only some connectors (not all defaults) from source results in an error.
To Reproduce
make pipelinewise connectors -e pw_connector=tap-postgres,target-snowflake
Expected behavior
The separate connectors each get installed.
Your environment
Additional context
Possibly the documentation is simply out of date? Attached screenshot. There is no
--connectors
argument (rather only theconnectors
subcommand). Specifying the connectors as separated by spaces (and quoted together) instead of by commas fixes the issue.The text was updated successfully, but these errors were encountered: