You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the title says, Does BigQuery java sdk reactively hits the query API or not. If not, is there a work around where this support can be added to fetch the data reactively using coroutines or suspend functions?
The text was updated successfully, but these errors were encountered:
Thanks for the comment. As of now, the BigQuery java sdk does not support Kotlin routines, and as far as I know there are no plans to support that feature (they are different languages after all). There are talks regarding creating a Kotlin sdk for BigQuery, however. Unfortunately I cannot provide an estimate on when or even if the Kotlin sdk will be released. In the meantime, here are a few links that you might find useful:
As the title says, Does BigQuery java sdk reactively hits the query API or not. If not, is there a work around where this support can be added to fetch the data reactively using coroutines or suspend functions?
The text was updated successfully, but these errors were encountered: