nino_mueller
12/28/2021, 5:18 PM(null, Project 2022, 53, 000053, 01d95718-e653-4ab9-96a5-49fc4b82671f)
I am not sure if I configured something wrong:
class ProjectsStream(bexioStream):
"""Projectsstream."""
name = "projects"
path = "pr_project"
primary_keys = ["id"]
replication_key = None
# Optionally, you may also use `schema_filepath` in place of `schema`:
schema_filepath = SCHEMAS_DIR / "projects.json"
visch
12/28/2021, 5:25 PM(null, Project 2022, 53, 000053, 01d95718-e653-4ab9-96a5-49fc4b82671f)
come from?nino_mueller
12/28/2021, 5:27 PMmeltano --log-level=debug elt tap-bexio target-postgres
visch
12/28/2021, 5:27 PMnino_mueller
12/28/2021, 5:35 PMvisch
12/28/2021, 5:36 PMnino_mueller
12/28/2021, 6:17 PMexecutor: tap-bexio.sh
I got it to work with the --config=ENV
parameter. But now that I want to directly install it from my github I always get the following message:
2021-12-28T18:14:04.388201Z [info ] time=2021-12-28 19:14:04 name=tap-bexio level=INFO message=Skipping parse of env var settings... cmd_type=extractor job_id=2021-12-28T181402--tap-bexio--target-postgres name=tap-bexio run_id=063e253e-e529-40e8-a990-a5330752dd8c stdio=stderr
https://github.com/substringgmbh/tap-bexiovisch
12/28/2021, 6:22 PM