Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CDF-23346] 😬 Template expand name issue #1281

Merged
merged 4 commits into from
Dec 11, 2024
Merged
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
1 change: 1 addition & 0 deletions tests/data/complete_org/config.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ variables:
example_variable: foo
workflow_external_id: baz
example_secret: '${ENVIRONMENT_SECRET}'
space_files: sp_complete_org_files
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
space: {{ space_files }}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This the content of a file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- space: {{ space_files }}
externalId: $FILENAME
name: $FILENAME
mimeType: text/plain
tags:
- tag1
- tag2
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ FileLoader:
space: sp_nodes
- external_id: classicFileMetadata
filehash: c646656c
- externalId: filecontent.txt
filehash: e0b202a1
space: sp_complete_org_files
FileMetadata:
- dataSetId: 42
directory: /files
Expand Down Expand Up @@ -355,6 +358,33 @@ Node:
type: view
version: v1
space: sp_nodes
- externalId: filecontent.txt
instanceType: node
sources:
- properties:
aliases: null
assets: null
category: null
description: null
directory: null
mimeType: text/plain
name: filecontent.txt
source: null
sourceContext: null
sourceCreatedTime: null
sourceCreatedUser: null
sourceId: null
sourceUpdatedTime: null
sourceUpdatedUser: null
tags:
- tag1
- tag2
source:
externalId: CogniteFile
space: cdf_cdm
type: view
version: v1
space: sp_complete_org_files
RobotCapability:
- dataHandlingSchema:
$schema: http://json-schema.org/draft-07/schema#
Expand Down Expand Up @@ -463,6 +493,7 @@ Source:
type: eventhub
Space:
- space: DataModelSpace
- space: sp_complete_org_files
- space: sp_nodes
- space: sp_schema
Table:
Expand Down
Loading