-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🏗️(backends) unify data backends s3 #297
Conversation
6f9a297
to
1086725
Compare
c6e5c76
to
e2fca1d
Compare
be10204
to
b73010e
Compare
1086725
to
1938d8f
Compare
1938d8f
to
3246a4d
Compare
48a15ec
to
76389a3
Compare
dfbe6e8
to
b5c749f
Compare
76389a3
to
6826ccd
Compare
044872b
to
60930e0
Compare
b5c749f
to
f4d4b9b
Compare
f9880ff
to
87a8c5f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
caaf5b6
to
23e0b3f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
f6583dd
to
bcffe80
Compare
44dd2c8
to
19c1a28
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
0992d6e
to
4cb336b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a687cd2
to
7e26be5
Compare
f429b3a
to
addc298
Compare
Add S3 backend under the new common `data` interface
7e26be5
to
3ed58a9
Compare
Purpose
Storage and Database backends had similar interfaces and usage, a new Data backend interface has been created.
Proposal
Update S3 backend to follow new Data backend interface.
Add pydantic model for a history entry.→ moved to #317