octue / octue-sdk-python

The python SDK for @Octue services and digital twins.
https://octue.com
Other
10 stars 4 forks source link

Switch to non-deprecated remote schema referencing #685

Open cortadocodes opened 1 week ago

cortadocodes commented 1 week ago

Bug report

What is the current behavior?

We're getting/resolving remote JSON schema in a deprecated (and possibly uncached) way

What is the expected behavior?

We resolve once per runtime according to best practice and the cache is used after that.

Proposed Solution