Hi Team, Getting below error: ```2024-08-01T07:55:...
# troubleshooting
s
Hi Team, Getting below error:
Copy code
2024-08-01T07:55:17.677550Z [error    ] Loading failed                 code=1 message=ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject name=meltano run_id=1afb4ac0-5b41-4f1a-925b-fc3d0785bebe state_id=2024-08-01T075510--tap-mysql--target-snowflake
Findings: Meltano version used is
meltano, version 2.4.0
which is pretty old, on creating a new project and adding an extractor
tap-mysql
and a loader
target-snowflake
it installs a latest version loader which gives above error. Running command
meltano elt tap-mysql target-snowflake
Any way to add a particular version of plugins ??
Hi Team, Any way to add a particular version of a Plugin ? For example target-snowflake has version 2.2.0 and 2.3.0, what if i want to install the older version 2.2.0
meltano add loader target-snowflake --variant transferwise
a
@Edgar RamĂ­rez (Arch.dev) This section looks a bit weird on docs.meltano.com vs github, the
==
needed for the middle example is missing on docs.meltano
đź‘€ 1
🙏 2
e