Hey SF - I was hoping I could get some help.
I'm encountering this weird error when using SNOWPIPE_STREAMING & Schematization and I'm not sure how to debug further - I can't see any errors in Snowflake and the error message here isn't too clear.
Is there some sort of HISTORY view in Snowflake that I can use to get further details on failures when using SNOWPIPE STREAMING, or do I need to jump into the code to get better logging?
This is on version 1.9.1 (though I have made some changes locally)
Example of th error:
[2023-03-09 12:20:57,750] ERROR [card-charge-nested-snowflake-sink|task-2] [SF_INGEST] Building or uploading blob failed, client=KC_CLIENT_card_charge_nested_snowflake_sink_336255224_2, file=2023/3/9/12/20/rr96ax_eFZipMNBB7d0je1zwuBUFHvLQmhEbpov3gtY5pItd4GQCC_1011_4804_127.bdec, exception=java.util.concurrent.ExecutionException: net.snowflake.ingest.utils.SFException: Ingest client internal error: Ingest client internal error: Null count bigger than total row count on col=EVENT_METADATA_ITEMS, nullCount=64, rowCount=63.., detail=net.snowflake.ingest.utils.SFException: Ingest client internal error: Ingest client internal error: Null count bigger than total row count on col=EVENT_METADATA_ITEMS, nullCount=64, rowCount=63.., cause=net.snowflake.ingest.utils.SFException: Ingest client internal error: Ingest client internal error: Null count bigger than total row count on col=EVENT_METADATA_ITEMS, nullCount=64, rowCount=63.., cause_detail=Ingest client internal error: Ingest client internal error: Null count bigger than total row count on col=EVENT_METADATA_ITEMS, nullCount=64, rowCount=63.., cause_trace=
Thanks!
Hey SF - I was hoping I could get some help.
I'm encountering this weird error when using SNOWPIPE_STREAMING & Schematization and I'm not sure how to debug further - I can't see any errors in Snowflake and the error message here isn't too clear.
Is there some sort of HISTORY view in Snowflake that I can use to get further details on failures when using SNOWPIPE STREAMING, or do I need to jump into the code to get better logging?
This is on version 1.9.1 (though I have made some changes locally)
Example of th error:
Thanks!