Proposal of database schema changes for Deps #686
Replies: 3 comments 3 replies
-
Should this wait until after the initial implementation of the new schema? See #654. |
Beta Was this translation helpful? Give feedback.
-
@mshkanth / @Prasy12 this should give you the details of where this is headed. |
Beta Was this translation helpful? Give feedback.
-
The initial proposal is to extend db schema to have additional columns in the Electron table storing a reference to dependency files used by @ct.electron(
import_deps={
"pip": [Path('/requirements.txt'), 'cova==0.102.1rc0']
}
) The above should construct a final requirements.txt file which will be uploaded for storage and a reference stored in the database. Whereas bash dependencies could be stored as a JSON datatype in one column (JSON array). |
Beta Was this translation helpful? Give feedback.
-
from #661 (comment)
Beta Was this translation helpful? Give feedback.
All reactions