abhishek_singh
12/12/2022, 11:12 PMmeltano.yaml
) ? Some examples I tried :
Command :
meltano add --custom loader s3-csv namespace="s3-csv" pip_url="git+<https://github.com/myuser/s3-csv.git>" executable="s3-csv" settings="s3_path"
Error :
The plugin name 'git+<https://github.com/myuser/s3-csv.git>' cannot contain the state ID component delimiter string ':'
or
Command:
meltano add --custom loader s3-csv --namespace s3-csv --pip_url git+<https://github.com/myuser/s3-csv.git> --executable s3-csv --settings s3_path
Error:
Error: No such option: --namespace
aaronsteers
12/12/2022, 11:27 PM--custom
installations are only possible interactively. We'd welcome a feature request in our issue tracker though. I can see this being very beneficial for certain use cases.abhishek_singh
12/13/2022, 1:29 PM