When doing a query using SDK's CLI like this:
bq query "select * from [project]:[dataset].[table]"
Response is:
BigQuery error in query operation: Error processing job '[project-id]:[job_id]': The project [project_name] has not enabled BigQuery.
Also when trying calling the BQ API in an application (e.g. inside an Apache Beam job), the response is the same (with error-code: 400, reason: invalid)
The BQ API is enabled in my console and the dataset is present (removing the dataset results in a different error message)
This sounds really like a dumb question – but I asked this on the Cloud Platform's community Slack but no suggestions on this there either.