"Not found: Table hajira-450716:avocado_data.avocado_prices was not found in location US" having this error while using bigquery ,tried everything ,suggest some solutions thank you
From which interface are you running this query?
See if there's a typo on the name.
Then, see if you are joining this table/view to another and if they are on different regions. I suspect the other table/view where you join this table/view is on "US" but this one is not.
Thank you,
checked for typos ,there are none and both tables are under US region
Is it possible to share query which is giving this error?