niall_woodward
11/18/2020, 5:20 PMtap_config.json
file be mapped into the config key in the meltano config?niall_woodward
11/18/2020, 5:23 PMELT could not be completed: Cannot start tap: Applying catalog rules failed: catalog file is missing.
And my config:
- name: tap-bigquery
namespace: tap_bigquery
pip_url: git+<https://github.com/NiallRees/tap-bigquery.git>
executable: tap-bigquery
capabilities:
- properties
- state
- catalog
config:
streams:
- name: table
table: 'project.dataset.table'
columns: "*"
datetime_key: "event_time"
start_datetime: "2017-01-01T00:00:00Z"
select:
- table.*
niall_woodward
11/18/2020, 5:30 PMniall_woodward
11/18/2020, 5:30 PMdouwe_maan
11/18/2020, 5:53 PMdiscover
among the capabilities!