RelationalAI / rai-sdk-python

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

Move `v1` artifacts into dedicated package/file #97

Open gbrgr opened 2 years ago

gbrgr commented 2 years ago

I think it'd be a good idea to move older artifacts (such as the v1 exec_v1) into a dedicted package compat so that users can write

from railib.compat.v1 import exec

instead of explicitly naming exec_v1. This allows developers to adapt their legacy code depending on older versions of this SDK.

Thoughts @bradlo @NRHelmi?

billscheidel-rai commented 1 year ago

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

This link is only accessible to employees of RelationalAI.