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
It seems the lookup handling logic has been rewritten and is now almost completely contained in stacker.variables.Variable, but the code in stacker.lookups is still included and test.
We should remove that code, and if keeping compatibility is needed, make them share the same code.
The text was updated successfully, but these errors were encountered:
It seems the lookup handling logic has been rewritten and is now almost completely contained in
stacker.variables.Variable
, but the code instacker.lookups
is still included and test.We should remove that code, and if keeping compatibility is needed, make them share the same code.
The text was updated successfully, but these errors were encountered: