jan_soubusta
10/05/2023, 2:15 PM''
, not NULL value.
There is override for dates property in config, but not for INT.
Any solution exists?edgar_ramirez_mondragon
10/05/2023, 3:44 PMset_empty_values_null
setting: When set true will emit null
(the JSON equivalent of None) instead of an empty string.jan_soubusta
10/05/2023, 4:48 PMjan_soubusta
10/06/2023, 8:05 AMkey_properties
seem to be mandatory.
Ha, not for all targets it seems! The extract/load passed against Postgres, but failed against Snowflake! Strange.
Anyway, I can specify all columns in key_properties
as a workaroundedgar_ramirez_mondragon
10/06/2023, 2:06 PM