Hi, What are the implications of a tap (in this c...
# singer-tap-development
i
Hi, What are the implications of a tap (in this case
tap-singer-jsonl
) not having
catalog
support? I'm hoping to use this tap to load JSONL files into Redshift incrementally.
e
It means you can't select streams or fields, change the primary key, or override parts of the schema. Do those JSONL files contain your raw data or were they created by target-singer-jsonl?
i
Thank you @edgar_ramirez_mondragon They were created by
target-singer-jsonl
from a
tap-mysql
stream and the files are stored on S3. I'm hoping to subsequently use
tap-singer-jsonl
with
target-redshift
but I'm having trouble finding a suitable Redshift or Postgres target that will work in Python 3.10.