Hey, what happens if you have the following attrib...
# getting-started
m
Hey, what happens if you have the following attributes for the tap set:
Copy code
$ meltano select tap-github --list
Legend:
	selected
	excluded
	automatic

Enabled patterns:
	pull_requests.created_at
	pull_requests.merged_at
	pull_requests.title
	pull_requests.user.id

Selected attributes:
	[selected ] pull_requests.created_at
	[automatic] pull_requests.id
	[selected ] pull_requests.merged_at
	[selected ] pull_requests.title
	[selected ] pull_requests.user.id
I'd expect
pull_requests.id
and
pull_requests.user.id
to conflict on the output (
target-csv
). What to do in this event?
Verified:
Copy code
$ head -1 pull_requests-20210930T152021.csv
id,title,created_at,merged_at
btw. I love Meltano meltano ❤️
Copy code
$ meltano --version
meltano, version 1.82.0