We're looking to use the archiving parameters in t...
# plugins-general
g
We're looking to use the archiving parameters in target-snowflake (pipelinewise variant), but seem to be running into an issue similar to this one - just wondering if anyone's managed to get this functionality working? Or do taps using the SDK conform to this formatting?
e
Hey @gary_james!
do taps using the SDK conform to this formatting?
Unfortunately, they do not. It seems like the fix would lie on the target side by coalescing those None values to empty strings in: https://github.com/transferwise/pipelinewise-target-snowflake/blob/1da448820efeefecdd8f54c67c0d4077f919570c/target_snowflake/__init__.py#L485-L490
g
thanks @edgar_ramirez_mondragon! Alright, if this is the case I'll fork the target and have a go, tnx!