Skip to content

Commit

Permalink
Merge pull request #17 from hotwax/fix-datasource-group
Browse files Browse the repository at this point in the history
Update datasource group for return and appeasement
  • Loading branch information
dixitdeepak authored Jan 29, 2025
2 parents 15ade33 + 1d93a15 commit 0a46a7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entity/FactEntities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ under the License.
</index>
</entity>

<entity entity-name="ReturnItemFact" package="co.hotwax.bi.fact">
<entity entity-name="ReturnItemFact" package="co.hotwax.bi.fact" group="analytical">
<field name="returnItemFactId" type="id" is-pk="true"/>
<field name="returnId" type="id"/>
<field name="returnItemSeqId" type="id"/>
Expand Down Expand Up @@ -158,7 +158,7 @@ under the License.
<relationship type="one-nofk" related="co.hotwax.bi.dimension.ProductDimension"/>
</entity>

<entity entity-name="AppeasementFact" package="co.hotwax.bi.fact">
<entity entity-name="AppeasementFact" package="co.hotwax.bi.fact" group="analytical">
<field name="appeasementFactId" type="id" is-pk="true"/>
<field name="returnId" type="id"/>
<field name="externalReturnId" type="id"/>
Expand Down

0 comments on commit 0a46a7c

Please sign in to comment.