josh_lloyd
10/27/2021, 2:59 PMtap-csv
or tap-spreadsheets-anywhere
support entity selection? tap-csv
doesn’t appear to do so from my testing, I get all the fields of the spreadsheet regardless of my entity selection pattern.visch
10/27/2021, 3:20 PMjosh_lloyd
10/27/2021, 3:37 PMmeltano select --list tap-csv
on that tap or any of the others I’ve tried. I get the following error:
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`
josh_lloyd
10/27/2021, 3:38 PMtap-smoke-test
as well … no dice 😞josh_lloyd
10/27/2021, 3:41 PMTAP_CSV__SELECT
seemed the easiest way to do that, but now I’m second guessing that.visch
10/27/2021, 4:43 PMvisch
10/27/2021, 4:43 PMcat test.csv
id,name,ignore
1,Josh,Secret
visch
10/27/2021, 4:43 PMversion: 1
send_anonymous_usage_stats: true
project_id: 2b1b064b-849c-4f49-ae67-7e9590b42d19
plugins:
extractors:
- name: tap-csv
variant: meltanolabs
pip_url: git+<https://github.com/MeltanoLabs/tap-csv.git>
config:
files:
- entity: "test"
path: test.csv
keys: ["id"]
aaronsteers
10/27/2021, 4:59 PM... can’t do aon that tap or any of the others I’ve tried. I get the following error:meltano select --list tap-csv
Cannot list the selected attributes: Could not find catalog. Verify that the tap supports discovery mode and advertises theProbably something is failing but we're missing the failure message that actually comes from the tap. cc @florian.hinescapability as well as eitherdiscover
orcatalog
properties
josh_lloyd
10/27/2021, 5:00 PMjosh_lloyd
10/27/2021, 5:01 PM*.*
works, but I want test.id
or !test.name
to work. Some sort of way of excluding one or more of the entities would prove to me that the env var injection is workingvisch
10/27/2021, 5:23 PMmeltano select --list tap-csv
didn't work for you 😕 I have it working for me. I'd think I could filter from therejosh_lloyd
10/27/2021, 8:15 PMvariant
and instead just set the executable
and namespace
. Not sure why that would have made a difference …