aniruddha
12/01/2023, 7:24 AMtarget-mssql
?Henning Holgersen
12/01/2023, 7:38 AMHenning Holgersen
12/01/2023, 7:39 AManiruddha
12/01/2023, 7:40 AMmeltano run tap-csv target-mssql
now
2023-12-01T07:34:01.452864Z [warning ] No state was found, complete import.
2023-12-01T07:34:01.602481Z [error ] Cannot start plugin target-mssql: Executable 'target-mssql' could not be found. Loader 'target-mssql' may not have been installed yet using `meltano install loader target-mssql`, or the executable name may be incorrect.
2023-12-01T07:34:01.602481Z [error ] Block run completed. block_type=ExtractLoadBlocks err=RunnerError("Cannot start plugin target-mssql: Executable 'target-mssql' could not be found. Loader 'target-mssql' may not have been installed yet using `meltano install loader target-mssql`, or the executable name may be incorrect.") exit_codes={} set_number=0 success=False
Need help fixing this problem? Visit <http://melta.no/> for troubleshooting steps, or to
join our friendly Slack community.
Run invocation could not be completed as block failed: Cannot start plugin target-mssql: Executable 'target-mssql' could not be found. Loader 'target-mssql' may not have been installed yet using `meltano install loader target-mssql`, or the executable name may be incorrect.
Henning Holgersen
12/01/2023, 7:57 AManiruddha
12/01/2023, 8:17 AMversion: 1
default_environment: dev
project_id: 8343c750-c4d1-4464-8514-9c4e288f7000
environments:
- name: dev
- name: staging
- name: prod
plugins:
extractors:
- name: tap-csv
variant: meltano
pip_url: git+<https://gitlab.com/meltano/tap-csv.git>
config:
files:
- entity: values
file: extract/new.csv
encoding: latin1
loaders:
- name: target-mssql
variant: storebrand
pip_url: git+<https://github.com/storebrand/target-mssql.git>
config:
host: <hostname?
user: <username>
dbname: <dbname>
aniruddha
12/01/2023, 8:18 AMmeltano invoke tap-csv
gives me keys
errorHenning Holgersen
12/01/2023, 10:36 AMmeltano install --clean
, does the output say anything about install failing? Also, what version python do you use?aniruddha
12/01/2023, 10:54 AM2023-12-01T10:54:53.953671Z [warning ] Failed to create symlink to 'meltano.exe': administrator privilege required
Installing 2 plugins...
Installing extractor 'tap-csv'...
Installing loader 'target-mssql'...
Need help fixing this problem? Visit <http://melta.no/> for troubleshooting steps, or to
join our friendly Slack community.
'unicodeescape' codec can't decode bytes in position 645-646: truncated \uXXXX escape
python 3.11.6
Henning Holgersen
12/01/2023, 10:57 AManiruddha
12/01/2023, 11:00 AMHenning Holgersen
12/04/2023, 9:30 AManiruddha
12/06/2023, 3:42 PM