-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Allow create_project to rerun safely #453
Comments
On second thought, it might be better to use the alternative suggested above. So we could encourage users to almost always just use |
@woop I would be happy to pick this up as a first issue. I could change the signature to: Would you say the preferred default value of |
It would be awesome if you could pick this up @Joostrothweiler! My thoughts on this topic have evolved a little bit. Here is what I am thinking
For the purposes of this specific issue, I think the scope is a little bit more limited.
Hope that makes sense :) |
Is your feature request related to a problem? Please describe.
Having the
create_project
method on the Feast Client fail when a project exists is important, but its also a pain in development. It means one part of the code in a notebook should be skipped every time.Describe the solution you'd like
It would be convenient to be able to run
create_project
multiple times without having the second call throw an exception.Something like
Describe alternatives you've considered
Alternatively we can use
set_project
and only create the project lazily when its needed.The text was updated successfully, but these errors were encountered: