-
Notifications
You must be signed in to change notification settings - Fork 0
/
reverse-provisioning-template.yaml
48 lines (48 loc) · 1.47 KB
/
reverse-provisioning-template.yaml
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
apiVersion: witboost.com/v1
kind: ReverseProvisioningTemplate
metadata:
name: snowflake-outputport-reverse-provisioning-template.1
title: Snowflake Output Port
description: Define a Snowflake Output Port
tags:
- reverse-provisioning
- outputport
- snowflake
spec:
owner: agile_lab
useCaseTemplateId:
- urn:dmb:utm:snowflake-outputport-template:0.0.0
parameters:
title: Snowflake Output Port Information
description: |-
This wizard allows you to update the Snowflake Output Port on Witboost by importing the metadata of the view.
Please specify the information about the view to be analyzed.
required:
- database
- schema
- viewName
properties:
database:
title: Database
type: string
description: Required. Name of the Database in Snowflake.
ui:field: EntityNamePicker
pattern: ^[a-zA-Z0-9_]*$
ui:options:
allowArbitraryValues: true
schema:
title: Schema
type: string
description: Required. Name of the Schema inside a Snowflake database.
ui:field: EntityNamePicker
pattern: ^[a-zA-Z0-9_]*$
ui:options:
allowArbitraryValues: true
viewName:
title: View name
type: string
description: Required. Name of the view that is present inside the Snowflake.
ui:field: EntityNamePicker
pattern: ^[a-zA-Z0-9_]*$
ui:options:
allowArbitraryValues: true