elementType 'alert' is not a valid arrowAddRows target!

Ask the community or our support engineers for answers to questions.
Hi all ,

Some complex code
stdata=st.table(df)
Some complex code
stdata.add_rows(dataframe) returning this error

PReviously its worked fine , now its giving error

elementType โ€˜alertโ€™ is not a valid arrowAddRows target!

Hello!
I am running into the same error and am wondering if you ever came across a fix for this?
Thanks!

I met the same question, do you find any solution yet?

I had the same problem. The problem for me was that the data I was appending using add_rows did not have the same dtypes as the dataframe I was appending to.