RelationalAI / rai-sdk-python

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

Raise error / better validation when creating bad context #21

Open tomasrelai opened 3 years ago

tomasrelai commented 3 years ago

If I erroneously do

ctx = api.Context(cfg)

instead of

ctx = api.Context(**cfg)

I don't get any error --- and weird failures later on if I try to use that context.

billscheidel-rai commented 1 year ago

Note: This issue has been migrated to https://relationalai.atlassian.net/browse/RAI-3829.

This link is only accessible to employees of RelationalAI.