Stéphane Burwash
05/24/2023, 4:17 PMtaylor
05/24/2023, 4:19 PMenv
key https://docs.meltano.com/concepts/environments#the-env-mappingStéphane Burwash
05/24/2023, 5:24 PMStéphane Burwash
05/24/2023, 5:27 PMenvironments:
- name: dev
env:
NO_COLOR: TRUE
taylor
05/24/2023, 5:28 PMtrue
Stéphane Burwash
05/24/2023, 5:28 PM2023-05-24T17:28:16.479464Z [info ] Environment 'dev' is active
2023-05-24T17:28:18.914476Z [warning ] No state was found, complete import.
2023-05-24T17:28:19.128320Z [error ] Cannot start plugin tap-hubspot: expected str, bytes or os.PathLike object, not bool
2023-05-24T17:28:19.128640Z [error ] Block run completed. block_type=ExtractLoadBlocks err=RunnerError('Cannot start plugin tap-hubspot: expected str, bytes or os.PathLike object, not bool') 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 tap-hubspot: expected str, bytes or os.PathLike object, not bool
Stéphane Burwash
05/24/2023, 5:28 PMtaylor
05/24/2023, 5:29 PMinvoke
tootaylor
05/24/2023, 5:29 PMStéphane Burwash
05/24/2023, 5:30 PMmeltano invoke tap-hubspot target-jsonl
pat_nadolny
05/24/2023, 5:31 PM1
instead https://docs.meltano.com/reference/command-line-interface#no-colorpat_nadolny
05/24/2023, 5:32 PMTRUE
is causing an issue. I wonder if its supposed to be encapsuated in single quotesStéphane Burwash
05/24/2023, 5:53 PMedgar_ramirez_mondragon
05/24/2023, 6:11 PM"1"
should work (https://github.com/meltano/meltano/blob/0e3a4e17fdbd02b4df7d94035680fc88476a8fa5/src/meltano/core/utils/__init__.py#LL687C16-L687C51)
I don’t think putting NO_COLOR
in the top-level env
key of meltano.yml
would work since Meltano resolves the project config after the no color flag is retrieved.
We did have https://github.com/meltano/meltano/pull/6946 but we decided not to prioritize.Stéphane Burwash
05/24/2023, 7:19 PMenvironments:
- name: dev
env:
NO_COLOR: "1"
,
running
meltano config tap-potloc-app list
I am still getting colors in the UI (terminal). Is this normal?user
05/25/2023, 12:30 AMStéphane Burwash
05/25/2023, 1:33 PMedgar_ramirez_mondragon
05/26/2023, 3:22 PMStéphane Burwash
05/28/2023, 1:07 PMNO_COLOR="1"
should work?