aaronsteers
01/30/2023, 6:00 PMtaylor
01/30/2023, 6:02 PMtaylor
01/30/2023, 6:02 PMfree service
keyword to a few conenctors on the hubaaronsteers
01/30/2023, 6:06 PMaaronsteers
01/30/2023, 6:14 PMtap-carbon-intensity
from the Hub search results because it is hard coded to a specific date and not broadly useful.
Another one widely used in examples but missing some key features is tap-exchangeratesapi. It supports incremental sync but not discovery or the optional API key.aaronsteers
01/30/2023, 6:16 PMaaronsteers
01/30/2023, 6:17 PMcody_hanson
01/30/2023, 6:24 PMvisch
01/30/2023, 6:37 PMvisch
01/30/2023, 6:47 PMjan_soubusta
01/31/2023, 2:45 PMaleksei_razvodov
01/31/2023, 5:51 PMmeltano config tap-open-library test
2023-01-31T17:49:39.949844Z [info ] The default environment 'dev' will be ignored for `meltano config`. To configure a specific environment, please use the option `--environment=<environment name>`.
Need help fixing this problem? Visit <http://melta.no/> for troubleshooting steps, or to
join our friendly Slack community.
Plugin configuration is invalid
Catalog discovery failed: command ['/home/AlexRaz/meltano_projects/lib/.meltano/extractors/tap-open-library/venv/bin/tap-open-library', '--config', '/home/AlexRaz/meltano_projects/lib/.meltano/run/tap-open-library/tap.d6020379-8175-4aca-a6ac-caed628f5792.config.json', '--discover'] returned 1 with stderr:
CRITICAL Config is missing required keys: ['change_date', 'kind']
Traceback (most recent call last):
File "/home/AlexRaz/meltano_projects/lib/.meltano/extractors/tap-open-library/venv/bin/tap-open-library", line 8, in <module>
sys.exit(main())
File "/home/AlexRaz/meltano_projects/lib/.meltano/extractors/tap-open-library/venv/lib/python3.9/site-packages/singer/utils.py", line 229, in wrapped
return fnc(*args, **kwargs)
File "/home/AlexRaz/meltano_projects/lib/.meltano/extractors/tap-open-library/venv/lib/python3.9/site-packages/tap_open_library/__init__.py", line 94, in main
args = utils.parse_args(REQUIRED_CONFIG_KEYS)
File "/home/AlexRaz/meltano_projects/lib/.meltano/extractors/tap-open-library/venv/lib/python3.9/site-packages/singer/utils.py", line 182, in parse_args
check_config(args.config, required_config_keys)
File "/home/AlexRaz/meltano_projects/lib/.meltano/extractors/tap-open-library/venv/lib/python3.9/site-packages/singer/utils.py", line 190, in check_config
raise Exception("Config is missing required keys: {}".format(missing_keys))
Exception: Config is missing required keys: ['change_date', 'kind']
taylor
01/31/2023, 6:31 PMsettings:
key in your meltano.yml (see https://docs.meltano.com/guide/configuration#overriding-discoverable-plugin-properties)