clement
07/03/2023, 11:45 AMmeltano --log-level=debug select --list tap-beefyfinance
Cannot list the selected attributes: Could not find catalog. Verify that the tap supports discovery mode and advertises the `discover` capability as well as
either `catalog` or `properties`
When running in debug log level I see the the error is caused by this
FileNotFoundError: [Errno 2] No such file or directory: '/workspaces/beefy-databarn/.meltano/run/tap-beefyfinance/tap.properties.json'
I am however able to run meltano invoke tap-beefyfinance --discover
successfullytaylor
07/03/2023, 4:45 PMclement
07/03/2023, 4:49 PMversion: 1
default_environment: dev
send_anonymous_usage_stats: false
snowplow:
collector_endpoints: [] # fix a bug from meltano where it isn't compatible with snowplow Emitter
project_id: 538874bf-400e-4e09-aeef-848ab343cf54
environments:
- name: dev
- name: staging
- name: prod
plugins:
extractors:
- name: tap-github
variant: meltanolabs
pip_url: git+<https://github.com/MeltanoLabs/tap-github.git>
- name: tap-beefyfinance
namespace: tap_beefyfinance
pip_url: -e ./extract/tap-beefyfinance
loaders:
- name: target-jsonl
variant: andyh1203
pip_url: target-jsonl
- name: target-postgres
variant: meltanolabs
pip_url: git+<https://github.com/MeltanoLabs/target-postgres.git>
config:
database: beefy
user: beefy
host: db
port: 5432
default_target_schema: raw_data
clement
07/03/2023, 4:49 PMclement
07/03/2023, 5:05 PMtaylor
07/03/2023, 5:33 PMcapabilities:
- catalog
- discover
- state
to the definition of the extractor. so
- name: tap-beefyfinance
namespace: tap_beefyfinance
pip_url: -e ./extract/tap-beefyfinance
capabilities:
- catalog
- discover
- state
clement
07/03/2023, 5:35 PMclement
07/03/2023, 5:35 PMclement
07/03/2023, 5:35 PM