RelationalAI / rai-sdk-python

The RelationalAI Software Development Kit (SDK) for Python.
Apache License 2.0
17 stars 4 forks source link

Make sure only a non-deleted engine is returned #30

Closed geokollias closed 2 years ago

geokollias commented 3 years ago

If https://github.com/RelationalAI/relationalai-infra/pull/1832 is merged, then multiple compute might have the same name. I think railib's get_engine should only return a non-deleted one (if one exists).

This PR should only be merged after https://github.com/RelationalAI/relationalai-infra/pull/1832 is in.