Skip to content

Commit

Permalink
Move location filter examples (#1163)
Browse files Browse the repository at this point in the history
* refactor; moved location filter

* refactor: move

* build: update example config
  • Loading branch information
doctrino authored Nov 4, 2024
1 parent 3417a66 commit 2dbfd04
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ title = "Example location filter asset centric"

[packages]
tags = [
"examples",
"industrial_tools",
]
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ title = "Example location filter datamodel based"

[packages]
tags = [
"examples",
"industrial_tools",
]
12 changes: 6 additions & 6 deletions demo/config.demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,12 @@ variables:
raw_db: pump_assets
data_set: src:lift_pump_stations

industrial_tools:
cdf_search:
location: springfield
locationName: Springfield
instanceSpace: springfield_instances

cdf_location_filter_asset_centric:
ds_asset: ds_asset_location_filter
root_asset: my_root_asset
Expand All @@ -265,12 +271,6 @@ variables:
instance_space1: my_instance_space1
instance_space2: my_instance_space2

industrial_tools:
cdf_search:
location: springfield
locationName: Springfield
instanceSpace: springfield_instances

infield:
# The root asset external id should be
# set to different values for each location,
Expand Down

0 comments on commit 2dbfd04

Please sign in to comment.