I have a requirement wherein I need to create a dataflow job that will transfer data from Google PubSub topics to BigQuery tables by filtering messages based on some attribute which will be part of json data. Using the Google provided templates I can use Google provided "PubSub to BigQuery" template, but that doesn't allow filtering of data.
Is there a way to customize the template "PubSub to Bigquery"? If yes, any links or samples on how to do that would really help.