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
When a dependency is defined there are two interfaces involved:
base interface, defined by how the dependency is used and wired up to the parent bundle.
declared interface, defined by the bundle interface field on the dependency.
Porter needs to merge the two before evaluating the bundle interface. The base interface is very sparse and mostly involves determining if the bundle should have a particular output, param, or cred defined. The defined interface can be more specific and include json schema and interface ids. When we combine the two, the declared interface should be merged "on top of" the base interface.
ℹ️ Read PEP003 - Advanced Dependencies for context about how dependencies should work, design details, and notes about desired behavior.
The text was updated successfully, but these errors were encountered:
When a dependency is defined there are two interfaces involved:
interface
field on the dependency.Porter needs to merge the two before evaluating the bundle interface. The base interface is very sparse and mostly involves determining if the bundle should have a particular output, param, or cred defined. The defined interface can be more specific and include json schema and interface ids. When we combine the two, the declared interface should be merged "on top of" the base interface.
ℹ️ Read PEP003 - Advanced Dependencies for context about how dependencies should work, design details, and notes about desired behavior.
The text was updated successfully, but these errors were encountered: