Welcome to the

AppSheet Creators Community

Find answers, ask questions, and connect with other creators.

cancel
Showing results for 
Search instead for 
Did you mean: 
Bronze 1
Since ‎10-06-2021
2 weeks ago

My Stats

  • 3 Posts
  • 0 Solutions
  • 0 Likes given
  • 1 Likes received

sandeep01's Bio

Badges pzwikirsch-uc Earned

View all badges

Recent Activity

Hi all,It appears that the BigQuery Subscription writes NULL values to the BigQuery table when the proto3 default values are set in the Pub/Sub message, even though they are explicitly set.The following setup:Pub/Sub Topic Schema: syntax = "proto3"; ...
Hi all,it seems like there is an issue/bug using proto3 for the Cloud Pub/Sub Topic Schema definition together with BigQuery Subscriptions.I defined the following proto3 schema for my Pub/Sub topic:syntax = "proto3"; message MyMessage { int64 ts = 1;...