jake
06/16/2023, 8:49 PMmeltano.yml
BlockSetValidationError: block violates set requirements: Found no end in block set!
The above exception was the direct cause of the following exception:
╭─────────────────────────────── Traceback (most recent call last) ────────────────────────────────╮
│ /venv/lib/python3.9/site-packages/meltano/cli/__init__.py:115 in _run_cli │
│ │
│ 112 │ │ except MeltanoError as err: │
│ 113 │ │ │ handle_meltano_error(err) │
│ 114 │ │ except Exception as err: │
│ ❱ 115 │ │ │ raise CliError(f"{troubleshooting_message}\n{err}") from err │
│ 116 │ except CliError as cli_error: │
│ 117 │ │ cli_error.print() │
│ 118 │ │ sys.exit(1) │
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
CliError: Need help fixing this problem? Visit <http://melta.no/> for troubleshooting steps, or to
join our friendly Slack community.
block violates set requirements: Found no end in block set!
Need help fixing this problem? Visit <http://melta.no/> for troubleshooting steps, or to
join our friendly Slack community.
block violates set requirements: Found no end in block set!
i thought my format was good:
version: 1
send_anonymous_usage_stats: false
project_id: "tap-pardot"
default_environment: test
environments:
- name: test
config:
start_date: '2023-05-01T00:00:00Z'
bearer_token: '5XXXRMJ'
business_unit_id: '0XXXXC'
api_url: '<https://pi.demo.pardot.com/api/v5/objects>'
plugins:
extractors:
- name: "tap-pardot"
namespace: "tap_pardot"
pip_url: -e .
capabilities:
- catalog
- about
taylor
06/16/2023, 8:52 PMjake
06/16/2023, 8:52 PMmeltano --log-level=debug run tap-pardot
taylor
06/16/2023, 8:56 PMtaylor
06/16/2023, 8:56 PMtaylor
06/16/2023, 8:57 PMtaylor
06/16/2023, 8:57 PMjake
06/16/2023, 8:57 PMtaylor
06/16/2023, 8:58 PMjake
06/16/2023, 8:59 PMjake
06/16/2023, 8:59 PMtaylor
06/16/2023, 9:00 PMtaylor
06/16/2023, 9:00 PMjake
06/16/2023, 9:01 PMjake
06/16/2023, 9:01 PMtaylor
06/16/2023, 9:01 PM