Describe the bug
I am creating source tables and issue pull queries.
This code works fine with version 6.1.0.
After uprading to version 6.2.0 I get this error
ksqlDB.RestApi.Client.KSql.RestApi.Exceptions.KSqlQueryException: The `Swings` table isn't queryable. To derive a queryable table, you can do 'CREATE TABLE QUERYABLE_Swings AS SELECT * FROM Swings'. See https://cnfl.io/queries for more info.
Add EMIT CHANGES if you intended to issue a push query.
at ksqlDB.RestApi.Client.KSql.RestApi.KSqlDbQueryStreamProvider.OnError[T](String rawJson)
at ksqlDB.RestApi.Client.KSql.RestApi.KSqlDbQueryStreamProvider.OnLineRead[T](String rawJson)
at ksqlDB.RestApi.Client.KSql.RestApi.KSqlDbProvider.ConsumeAsync[T](StreamReader streamReader, SemaphoreSlim semaphoreSlim, CancellationToken cancellationToken)+MoveNext()
Describe the bug I am creating source tables and issue pull queries.
This code works fine with version
6.1.0
.After uprading to version
6.2.0
I get this errorTo Reproduce I create a source table
and query it
Expected behavior Return the values like with version
6.1.0
Environment (please complete the following information):
ksqlDb
version:7.7.0
ksqlDb.RestApi.Client
Nuget package version6.2.0
net8.0