Am using spark bigquery connector to read data from Bigquery. https://cloud.google.com/dataproc/docs/tutorials/bigquery-connector-spark-example Need to check if a table exists before reading from the table . Otherwise the API is throwing the error
"Not found: Table sample_proj:sample_dataset.table"
Is there a way we can handle this in spark bigquery connector.
Thanks