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
Once all the imports in (issue above) are converted and everything is packaged up, there's a chance some micro-packages depend on each other. Following the same example of
beta could be importing something from other_package and therefore there's a dependency between the two, that's very likely not expressed in the modular pipeline's requirements.txt. How do we make sure this link is captured? In the metadata of the resulting source distribution of beta? In the contents of the distribution, i.e. packaged together? Should other_package come as source code or directly as wheel?
The text was updated successfully, but these errors were encountered:
Aside from the fact that we're to assess the micropackaging workflow at some point, I wonder if this whole cross-dependency functionality is worth exploring. I'm voting to close this issue at least for now.
(transfer from Jira, created by @lorenabalan)
Once all the imports in (issue above) are converted and everything is packaged up, there's a chance some micro-packages depend on each other. Following the same example of
beta could be importing something from other_package and therefore there's a dependency between the two, that's very likely not expressed in the modular pipeline's requirements.txt. How do we make sure this link is captured? In the metadata of the resulting source distribution of beta? In the contents of the distribution, i.e. packaged together? Should other_package come as source code or directly as wheel?
The text was updated successfully, but these errors were encountered: