rigerta
03/28/2023, 2:01 PMmeltano install --clean, target-snowflake is installed just fine (no errors). But then, as soon as I want to run a schedule that uses it or just an etl process, it fails with:
ELT could not be completed: Cannot start loader: Executable 'target-snowflake' could not be found. Loader 'target-snowflake--gitlab' may not have been installed yet using `meltano install loader target-snowflake--gitlab`, or the executable name may be incorrect..
For more detailed log messages re-run the command using 'meltano --log-level=debug ...' CLI flag.
Do you maybe have some other idea @edgar_ramirez_mondragon?