The reason why you are getting the error: ‘operation cannot write within the same region aws-eu-west-1’ is because of the limitation of the BigQuery Omni in AWS S3.
BigQuery Omni only allows querying data stored in external systems like AWS S3 but does not support writing back to that external source. The workaround is you can write or insert data to BigQuery and manage it in BigQuery then export it back to AWS S3. Please be mindful also of the cost the will incur in writing the data to BigQuery and you must have the necessary IAM permission to read in your AWS S3 bucket.