-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Issue:
If a tap have some fields not explicitly declared, but declared in a
"patternProperties": {
".+": {}
}
block, they won't be loaded into Redshift.
While, when using another target (like target-csv), the fields are available.
How to reproduce:
-
data.jsonl.txt
( a file with a schema and an example record) -
issues.csv.txt
A CSV generated by the following command
cat data.jsonl | target-csv
Version:
Python 3.7.3
target-csv==0.3.0
target-redshift==0.0.7
Documentation:
The link to the target-csv flatten function
Metadata
Metadata
Assignees
Labels
No labels