I am unable to install Meltano `target-s3-parquet`...
# troubleshooting
b
I am unable to install Meltano
target-s3-parquet
loader on Mac M2 with a very strange error
Copy code
(venv3.10) ➜  meltano git:(feature/new-data-stack) ✗ meltano add loader 'target-s3-parquet'
Need help fixing this problem? Visit <http://melta.no/> for troubleshooting steps, or to
join our friendly Slack community.

<flag 'DefinitionSource'> invalid value 30
    given 0b0 11110
  allowed 0b1 11111
w
Looks like you are using a virtual env. My setup is installing Meltano with pipx and then using pyenv for virtual environments.
ie.
Copy code
pipx install meltano
b
that's what i am doing.. the meltano executable is installed via pipx, the project where meltano files are, they use virtual env
Copy code
(venv3.10) ➜  meltano git:(feature/new-data-stack) ✗ which meltano
/Users/bshah/.local/bin/meltano
but here
meltano add
does not work.. I added the config manually in the
meltano.yml
file and then did
meltano install
and it installed correctly
w
which meltano version?
b
Copy code
$ meltano --version
meltano, version 2.20.0
w
I think the latest is version 3.1.0 - atleast on pip
b
cant use it.. it deprecated the
target_schema
and we're using it for snowflake
w
ahh ok
ya I use transferwise for snowflake
ok well ya can't yet replicate on my m2 mac but I happen to be getting a different error. 🙂
b
yeah.. so I am good.. Thanks for responding and helping
e
@binoy_shah I'm curious if you're using
meltano elt ... --tranform=run/only
and why the migration steps don't work for you
b
Hi @edgar_ramirez_mondragon I am actually running Meltano from Dagster Assets, and Doing it in multiple steps, first step is
meltano elt --transform=skip
and then run dbt separately. What was the reason for your question, if I may ask
e
@binoy_shah Oh, cause if you're running dbt outside of a
meltano elt
invocation, the removal of
target_schema
from the target definition shouldn't impact you afaict.