-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcompiled_metadata.json
85 lines (85 loc) · 2.56 KB
/
compiled_metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"GetGoogleSheetPiece": {
"name": "GetGoogleSheetPiece",
"dependency": {
"dockerfile": null,
"requirements_file": null,
"requirements": "requirements_0.txt"
},
"tags": [
"Example"
],
"style": {
"node_label": "Get Google Sheet",
"node_type": "default",
"node_style": {
"backgroundColor": "#ebebeb"
},
"useIcon": true,
"icon_class_name": "fa-solid:database",
"iconStyle": {
"cursor": "pointer"
}
},
"description": "Read a google sheet file.",
"container_resources": {
"requests": {
"cpu": 100,
"memory": 128
},
"limits": {
"cpu": 500,
"memory": 512
}
},
"input_schema": {
"properties": {
"spreadsheet_name": {
"description": "Name of the Google Sheets document",
"title": "Spreadsheet Name",
"type": "string"
},
"worksheet_number": {
"description": "Number of the worksheet in the Google Sheets document.",
"title": "Worksheet Number",
"type": "integer"
}
},
"required": [
"spreadsheet_name",
"worksheet_number"
],
"title": "InputModel",
"type": "object"
},
"output_schema": {
"properties": {
"output_data": {
"description": "Sleep piece executed",
"title": "Output Data",
"type": "object"
}
},
"required": [
"output_data"
],
"title": "OutputModel",
"type": "object"
},
"secrets_schema": {
"properties": {
"service_account_data": {
"description": "Service account JSON data for Google Sheets API",
"title": "Service Account",
"type": "string"
}
},
"required": [
"service_account_data"
],
"title": "SecretsModel",
"type": "object"
},
"source_url": "https://github.com/Tauffer-Consulting/google-apis-pieces/tree/main/pieces/GetGoogleSheetPiece"
}
}