airbyte-faros-destination 0.13.8 → 0.13.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "airbyte-faros-destination",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.10",
|
|
4
4
|
"description": "Faros Destination for Airbyte",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"airbyte",
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"@segment/analytics-node": "^2.0.0",
|
|
37
37
|
"axios": "^1.7.4",
|
|
38
38
|
"date-format": "^4.0.6",
|
|
39
|
-
"faros-airbyte-cdk": "0.13.
|
|
40
|
-
"faros-airbyte-common": "0.13.
|
|
39
|
+
"faros-airbyte-cdk": "0.13.10",
|
|
40
|
+
"faros-airbyte-common": "0.13.10",
|
|
41
41
|
"faros-js-client": "^0.6.1",
|
|
42
42
|
"fs-extra": "^11.2.0",
|
|
43
43
|
"git-url-parse": "^13.1.0",
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"type": "object",
|
|
7
7
|
"title": "Configuration",
|
|
8
8
|
"required": [
|
|
9
|
-
"
|
|
9
|
+
"service_id_flex_field_name"
|
|
10
10
|
],
|
|
11
11
|
"properties": {
|
|
12
12
|
"source_type": {
|
|
@@ -14,43 +14,43 @@
|
|
|
14
14
|
"const": "Wolken",
|
|
15
15
|
"order": 0
|
|
16
16
|
},
|
|
17
|
-
"
|
|
17
|
+
"service_id_flex_field_name": {
|
|
18
18
|
"order": 1,
|
|
19
|
-
"type": "
|
|
20
|
-
"title": "Service ID Flex
|
|
21
|
-
"description": "Flex
|
|
19
|
+
"type": "string",
|
|
20
|
+
"title": "Service ID Flex Field Name",
|
|
21
|
+
"description": "Flex Field Name in the configuration item that contains the service ID."
|
|
22
22
|
},
|
|
23
|
-
"
|
|
23
|
+
"jira_project_key_flex_field_name": {
|
|
24
24
|
"order": 2,
|
|
25
|
-
"type": "
|
|
26
|
-
"title": "Jira Project Key Flex
|
|
27
|
-
"description": "Flex
|
|
25
|
+
"type": "string",
|
|
26
|
+
"title": "Jira Project Key Flex Field Name",
|
|
27
|
+
"description": "Flex Field Name in the configuration item that contains the Jira project key."
|
|
28
28
|
},
|
|
29
|
-
"
|
|
29
|
+
"application_tag_flex_field_names": {
|
|
30
30
|
"order": 3,
|
|
31
31
|
"type": "array",
|
|
32
|
-
"title": "Application Tag Flex
|
|
33
|
-
"description": "List of
|
|
32
|
+
"title": "Application Tag Flex Names",
|
|
33
|
+
"description": "List of Flex Field Names to use as application tags",
|
|
34
34
|
"items": {
|
|
35
|
-
"type": "
|
|
35
|
+
"type": "string"
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
|
-
"
|
|
38
|
+
"project_tag_flex_field_names": {
|
|
39
39
|
"order": 4,
|
|
40
40
|
"type": "array",
|
|
41
|
-
"title": "Project Tag Flex
|
|
42
|
-
"description": "List of
|
|
41
|
+
"title": "Project Tag Flex Field Names",
|
|
42
|
+
"description": "List of Flex Field Names to use as project tags",
|
|
43
43
|
"items": {
|
|
44
|
-
"type": "
|
|
44
|
+
"type": "string"
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
|
-
"
|
|
47
|
+
"path_hierarchy_flex_field_names": {
|
|
48
48
|
"order": 5,
|
|
49
49
|
"type": "array",
|
|
50
|
-
"title": "Path Hierarchy Flex
|
|
51
|
-
"description": "List of
|
|
50
|
+
"title": "Path Hierarchy Flex Field Names",
|
|
51
|
+
"description": "List of Flex Field Names that define the path hierarchy",
|
|
52
52
|
"items": {
|
|
53
|
-
"type": "
|
|
53
|
+
"type": "string"
|
|
54
54
|
}
|
|
55
55
|
},
|
|
56
56
|
"application_mapping": {
|