lanl / dsi

LANL Data Science Infrastructure Project
https://lanl.github.io/dsi
5 stars 3 forks source link

Added an option in put_artifacts to set the table name #101

Closed hugegreenbug closed 4 months ago

jpulidojr commented 4 months ago

This might break existing functionality in the Core Terminal by adding the extra input. I'll work on a workaround for this as I ran into it too

jpulidojr commented 4 months ago

I added a helper function to called put_artifacts_t with the parameter input format you suggested that calls the old put_artifacts with a check to see if it exists in local class space that works with existing functionality. This should solve the issue short-term.