Greetings all, is it possible to query a Flink SQL table defined over a Kafka upsert topic through the SQL Gateway? I want to event source the table using the Kafka topic and retrieve the latest view of the table through the Gateway. I can do this through the SQL Client using table mode, but issuing the same query through the Gateway retrieves a changelog view.