Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- description: Space for entity matching CDF Function code nodes
Comment thread
Aashutosh-cognite marked this conversation as resolved.
name: "{{functionSpace}}"
space: "{{functionSpace}}"
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ schemaSpace: sp_enterprise_process_industry
viewVersion: v1
assetInstanceSpace: springfield_instances
timeseriesInstanceSpace: springfield_instances
functionSpace: springfield_functions
functionSpace: sp_entity_matching_fn # space where function code nodes are stored — created by this module
AssetViewExternalId: YourOrgAsset # use Asset as external Id if using QS datamodel
TimeSeriesViewExternalId: YourOrgTimeSeries # use Enterprise_TimeSeries as external Id if using QS datamodel
targetViewExternalId: YourOrgAsset # use Asset as external Id if using QS datamodel
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- description: Space for file annotation CDF Function code nodes
Comment thread
Aashutosh-cognite marked this conversation as resolved.
name: "{{functionSpace}}"
space: "{{functionSpace}}"
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ targetEntityVersion: v1
# used in /functions
functionClientId: ${IDP_CLIENT_ID}
functionClientSecret: ${IDP_CLIENT_SECRET}
functionSpace: springfield_functions # space where function code files are stored
functionSpace: sp_file_annotation_fn # space where function code nodes are stored — created by this module

# function external IDs (folder names must match these)
prepareFunctionExternalId: fn_file_annotation_prepare
Expand Down
Loading