`execute_queries` is a bit problematic when you're...
# integration-snowflake
c
execute_queries
is a bit problematic when you're appending to the same data frame. That might be a bug? Seems like it's assuming that each query will return a separate dataframe and that those will be appended to a list -- which is similar to how it works if the
use_pandas_result
is False. However,
result
is initialized as a DataFrame and not as a list when the flag is true