Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

return 409 on dataset duplicate #256

Open
thuibr opened this issue Dec 13, 2023 · 0 comments · May be fixed by #304
Open

return 409 on dataset duplicate #256

thuibr opened this issue Dec 13, 2023 · 0 comments · May be fixed by #304
Labels
bug Something isn't working

Comments

@thuibr
Copy link

thuibr commented Dec 13, 2023

What happened?

Hello,
First of all, thank you for this creating and maintaining this project! We are looking at using it for our development and testing.

I ran into this issue, similar to #66 but with datasets. There is a PR out there, #184, which attempts to resolve the issue, but it seems to have gone stale. I'm filing an issue to raise visibility and to also possibly contribute a fix myself.

What happens is the google bigquery client keeps on trying to create the dataset but getting 500 errors. If its a 4xx error, then I think that the client will quit trying, which is what we want.

What did you expect to happen?

It should produce a 409 error, I believe.

How can we reproduce it (as minimally and precisely as possible)?

Try creating a dataset that already exists in the bigquery emulator as well as the real bigquery.

Anything else we need to know?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant