Simon Breton
Simon Breton

Reputation: 2876

`not found in location` error when querying external table with Google Cloud Storage as source

I'm working on a DBT project where:

When running a query based on this source I have the following error not found in location

Upvotes: 0

Views: 855

Answers (1)

Simon Breton
Simon Breton

Reputation: 2876

I will answer my own question. What I found is that I only had the error when the Source URI was a direct selection of a file in the cloud storage folder. When I was using * with the root folder of my bucket storage I didn't had the error. To summarise:

External Data Configuration Source URI => gs://hubspot_bucket/* => no error in DBT

External Data Configuration Source URI => gs://hubspot_bucket/folder/file => not found in location error

Upvotes: 1

Related Questions