-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.yml
More file actions
32 lines (30 loc) · 977 Bytes
/
sample.yml
File metadata and controls
32 lines (30 loc) · 977 Bytes
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
target:
type: json
to_path: /Users/kumarvv/dev/temp
tables:
- name: users
row_count: 10
columns:
- stock_price: float(123.47)
- is_active: boolean(true)
- open_date: date(2018-03-23)
- start_date: datetime(2018-03-23 15:45:00)
- uuid: uuid()
- username: random_string(len=10,case=upper)
- title: random_title(gender=male)
- first_name: random_first_name(gender=male)
- last_name: random_last_name()
- full_name: random_full_name()
- gender: random_gender()
- email: random_email()
- description: random_string(min=5,max=100)
- address: random_address()
- street: random_street()
- city: random_city()
- state: random_state()
- country: random_country2()
- user_type: random_in_string(admin|normal|viewer)
- rating: random_in_integer(1|2|3|4|5)
- source: string(TVISH)
- is_active: boolean(true)
- created_at: random_date()