i have the issue im using meltano run elt tap-csv ...
# getting-started
m
i have the issue im using meltano run elt tap-csv target-mssql but it shows block block is not found after that manually i added the block elt: my_elt_job: tap: tap-csv target: target-mssql again it showing same issue .how to rectify this one
r
Try
Copy code
meltano run my_elt_job
m
i used
so that the block my_elt_job: tap: tap-csv target: target-mssql we should add in the meltano.yml file or it will create automatically when command run
one more doubt tap csv i installed but again showing csv not installed .but extractor is created in the file.so what the issue dont found .plwae help to that also
r
No, you are just referencing that block using
meltano run
. You can just do
Copy code
meltano run tap-csv target-mssql
if you don't want to add a job to the
meltano.yml
.