Skip to content

Commit 3bab924

Browse files
Manifest template fix (#30)
1 parent 89e06eb commit 3bab924

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/templates/manifest.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ service_account:
99
functions:
1010
- name: extraction
1111
description: Extraction function for %PRETTY_NAME%
12+
- name: loading
13+
description: Loading function for $PRETTY_NAME%
1214
- name: install_initial_domain_mapping
1315
description: Create blueprint and install initial domain mapping
1416

@@ -18,21 +20,23 @@ keyring_types:
1820
description: Example Connection
1921
kind: "Secret"
2022
is_subdomain: true
23+
external_system_name: "Example" # external system name you are importing from. This system name should start with a capital letter.
2124
secret_config:
2225
secret_transform: ".token" # a JQ query
2326
fields:
2427
- id: token
2528
name: Token
2629
description: Example API token
2730
token_verification:
28-
urL: https://app.devrev.ai/favicon.ico
31+
url: https://app.devrev.ai/favicon.ico
2932
method: GET
3033

3134
imports:
3235
- slug: %PROJECT_NAME%
3336
display_name: %PRETTY_NAME%
3437
description: %PRETTY_NAME%
3538
extractor_function: extraction
39+
loader_function: loading
3640
allowed_connection_types:
3741
- example-connection
3842

0 commit comments

Comments
 (0)