Hello,
I have following table in Cloud SQL (PosgresSQL):
my_postgresql_table:
I'm trying to query the table through BigQuery Federated Queries.
When I query snake-case columns only the query works fine:
Error:
Solved! Go to Solution.
This is more of a PostgreSQL case-sensitivity issue than Bigquery. I have found some similar issues in stackoverflow and stackexchange. You may refer to these rules of identifier naming if you still choose to use camel-case for your naming convention as compared to prevalent convention using upper case and lower case with underscores.