We're having trouble getting the tap-monday workin...
# troubleshooting
r
We're having trouble getting the tap-monday working for an extraction. The connection is working but it errors out on the data key from the json payload.
Copy code
for row in resp_json["data"]["boards"]: cmd_type=elb consumer=False job_name=dev:tap-monday-to-target-jsonl name=tap-monday producer=True run_id=b8a78806-5256-4877-bff2-967bb4dd8e6b stdio=stderr string_id=tap-monday
2024-08-02T15:03:57.954761Z [info     ] KeyError: 'data'
e
Hi @robin_spilner! Did you define a
select
value for this extractor?
r
based on the docs it should default to all tables if there is no select value
tried with
meltano select tap-monday boards.id
same error
Running
meltano config tap-monday test
even fails with
Plugin configuration is invalid {"type": "SCHEMA", "stream": "boards", "schema": {"properties": {"id": {"type": ["integer", "null"]}}, "type": "object"}, "key_properties": ["id"]]
e
Yeah my question was more in case a
select
was throwing off the tap.
r
yes. thats the variant we are looking at