SAP Netweaver Query - Skip File On Error

When I try to stage a table from SAP into Snowflake, I get the following error:

 

NULL result in a non-nullable column

 (line, character, row & column info is then given here)

 If you would like to continue loading when an error is encountered, use other values such as 'SKIP_FILE' or 'CONTINUE' for the ON_ERROR option.

 

How do I write a on_error = skip_file type function in the SAP Netweaver Query component? I know that in the S3 generator component, it's given as an option, but unsure how to do this in SAP Netweaver Query