You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this is a symptom of the norm we've established whereby populates insert into downstream tables, which I would advise against.
In the long term, I'd like to see us move to a norm of running MergeTable.merge_populate('UpstreamTable', mykey) to conduct this set of populate/merge_insert actions.
In the short term, this populate could check the _is_declared property before running calculations and error out if not, asking the user to import the downstream table
LinearizedPositionV1
for the first time in a database, I got an error that cannot call make within a transaction.spyglass/src/spyglass/linearization/v1/main.py
Line 180 in 10bf4ac
LinearizedPositionV1
was populated for the entry, but the corresponding part table inPositionOutput
was not.Solution
@CBroz1 Is there a preferred way to ensure that the LinearizedPositionOutput table is constructed before this step?
The text was updated successfully, but these errors were encountered: