Hello everyone new to meltano here. While running ...
# troubleshooting
d
Hello everyone new to meltano here. While running my first pipeline I get this error 2022-05-21T053606.628551Z [info ] Running extract & load... job_id=facebook-to-bigquery name=meltano run_id=e9dab062-c2ac-4361-84ac-35d768ea1bfc 2022-05-21T053607.637647Z [warning ] No state was found, complete import. 2022-05-21T053612.687217Z [info ] ELT could not be completed: Cannot start extractor: Catalog discovery failed: command ['/project/.meltano/extractors/tap-facebook/venv/bin/tap-facebook', '--config', '/project/.meltano/run/elt/facebook-to-bigquery/e9dab062-c2ac-4361-84ac-35d768ea1bfc/tap.b0824446-6b27-466a-ae60-a5d3b1b93cca.config.json', '--discover'] returned 1. cmd_type=elt job_id=facebook-to-bigquery name=meltano run_id=e9dab062-c2ac-4361-84ac-35d768ea1bfc stdio=stderr Am I doing something wrong?
a
Catalog is generated dynamically on each run if not passed. A way I have seen this fail is if your tap is failing to authenticate/improperly configured. You should verify the tap config looks right with
meltano config tap-facebook list
d
It still says "invalid extractor connection" when I've double checked my credentials, please help
t
Sounds like your meltano.yml may be messed up. Did you create/edit it manually? What do you get if you run
meltano invoke --log-level=debug tap-facebook
?