Hey, using tap-s3-csv. Problem: foreign key column...
# plugins-general
j
Hey, using tap-s3-csv. Problem: foreign key column contains NULL values. It is loaded as VARCHAR and then it cannot be used as foreign key, because NULL values are loaded as empty VARCHAR
''
, not NULL value. There is override for dates property in config, but not for INT. Any solution exists?