ojasvi_harsola
10/28/2020, 4:05 PMmeltano add --custom extractor tap-slack
it will ask some STDIN parameters can we somehow pass with this command itselfdouwe_maan
10/28/2020, 4:21 PMprintf
to generate the correct stdin input and pipe it into meltano add --custom
like we do here: https://gitlab.com/meltano/meltano/-/blob/master/.gitlab/ci/sample_code.gitlab-ci.yml#L208
You can also directly add a custom plugin definition to meltano.yml
: https://meltano.com/docs/project.html#custom-plugin-definitionsojasvi_harsola
10/29/2020, 6:45 PM