Create common table across the artifact storage tables
Open
- Dominant language
- Python
- Stars
- 670
- Forks
- 183
- Avg merge
- 17h 7m
- Merged PRs (30d)
- 358
Description
## Motivation
- If the tables have an inheritance structure, let’s add a common base table so that a single UUID can point to a single record across them.
- This can be useful in scenarios such as creating a cache or a stateful view for `artifact_storage`.
JIRA Issue: BA-3209
Contributor guide
Assessment
This issue has not been assessed yet.