Handle StepEntityMetadata
with matching _type
s but non-matching other properties
#316
Labels
documentation
Improvements or additions to documentation
For entities specifically, we should somehow handle cases where
StepEntityMetadata
entities have partially matching properties.Given a situation where two entities have the same
_type
but different properties:The following reflects the generated entities, although only one of the rows would actually be generated.
One possible way to handle this is to throw in
j1-integration document
, so actual execution doesn't fail but develpers can see failures before any new commits are added to agraph-<provider>
project (because of the husky pre-commit hookyarn j1-integration document
).Related to #309
The text was updated successfully, but these errors were encountered: