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
3 changes: 0 additions & 3 deletions modules/accelerators/cdf_common/functions/write.Function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,4 @@ externalId: contextualization_connection_writer
owner: Anonymous
description: Writes all approved Annotations as direct relations connections.
functionPath: handler.py
dataSetExternalId: {{ dataset }}

# In DM only projects function files are stored as Node so space needs to be set.
space: {{ functionSpace }}
2 changes: 1 addition & 1 deletion modules/accelerators/cdf_ingestion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ workflow: ingestion
dataset: ingestion

# Authentication (UPDATE REQUIRED)
groupSourceId: <GROUP_SOURCE_ID> # Your IdP group source ID
groupSourceId: ${GROUP_SOURCE_ID} # Your IdP group source ID

# Service Account Credentials for Scheduled Runs
ingestionClientId: ${INGESTION_CLIENT_ID}
Expand Down
2 changes: 1 addition & 1 deletion modules/accelerators/cdf_ingestion/default.config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
workflow: ingestion
dataset: ingestion
# Update GROUP_SOURCE_ID to your group source ID
groupSourceId: <GROUP_SOURCE_ID>
groupSourceId: ${GROUP_SOURCE_ID}
# Update INGESTION_CLIENT_ID and INGESTION_CLIENT_SECRET to your ingestion client ID and secret
ingestionClientId: ${IDP_CLIENT_ID}
ingestionClientSecret: ${IDP_CLIENT_SECRET}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ workflow: EntityMatching
workflowClientId: ${IDP_CLIENT_ID}
workflowClientSecret: ${IDP_CLIENT_SECRET}
# Update GROUP_SOURCE_ID to your group source ID
entity_matching_processing_group_source_id: <GROUP_SOURCE_ID>
entity_matching_processing_group_source_id: ${GROUP_SOURCE_ID}
reservedWordPrefix: Enterprise_
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# and externalId as the function itself as defined below.
- name: 'dm:context:timeseries:entity_matching'
externalId: 'fn_dm_context_timeseries_entity_matching'
dataSetExternalId: 'ds_timeseries_{{location_name}}'
owner: 'Anonymous'
description: 'Contextualization of P&ID files creating annotations in Data model'
space: {{ functionSpace }}
Expand All @@ -15,10 +14,8 @@
# Number of cores, not available in Azure
runtime: 'py312'
functionPath: 'handler.py'
# Data set id for the zip file with the code that is uploaded.
- name: 'dm:context:metadata_update'
externalId: 'fn_dm_context_metadata_update'
dataSetExternalId: 'ds_timeseries_{{location_name}}'
owner: 'Anonymous'
description: 'Update aliases for files and attests as prep for Contextualization of P&ID files'
space: {{ functionSpace }}
Expand All @@ -30,5 +27,4 @@
CDF_ENV: '${CDF_ENVIRON}'
# Number of cores, not available in Azure
runtime: 'py312'
functionPath: 'handler.py'
# Data set id for the zip file with the code that is uploaded.
functionPath: 'handler.py'
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ workflowExternalId: wf_file_annotation
workflowSchedule: "3-59/15 * * * *" # Every 15 min with 3 min offset

# Auth Group (UPDATE REQUIRED)
groupSourceId: <GROUP_SOURCE_ID>
groupSourceId: ${GROUP_SOURCE_ID}
```
### Pipeline Configuration (`ep_file_annotation.config.yaml`)
Expand Down

This file was deleted.

This file was deleted.

Loading
Loading