File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ service_account:
9
9
functions :
10
10
- name : extraction
11
11
description : Extraction function for %PRETTY_NAME%
12
+ - name : loading
13
+ description : Loading function for $PRETTY_NAME%
12
14
- name : install_initial_domain_mapping
13
15
description : Create blueprint and install initial domain mapping
14
16
@@ -18,21 +20,23 @@ keyring_types:
18
20
description : Example Connection
19
21
kind : " Secret"
20
22
is_subdomain : true
23
+ external_system_name : " Example" # external system name you are importing from. This system name should start with a capital letter.
21
24
secret_config :
22
25
secret_transform : " .token" # a JQ query
23
26
fields :
24
27
- id : token
25
28
name : Token
26
29
description : Example API token
27
30
token_verification :
28
- urL : https://app.devrev.ai/favicon.ico
31
+ url : https://app.devrev.ai/favicon.ico
29
32
method : GET
30
33
31
34
imports :
32
35
- slug : %PROJECT_NAME%
33
36
display_name : %PRETTY_NAME%
34
37
description : %PRETTY_NAME%
35
38
extractor_function : extraction
39
+ loader_function : loading
36
40
allowed_connection_types :
37
41
- example-connection
38
42
You can’t perform that action at this time.
0 commit comments