-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworkspace.sdf.yml
49 lines (44 loc) · 1.2 KB
/
workspace.sdf.yml
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
workspace:
name: moms_flower_shop_snowflake
edition: "1.3"
description: >
This workspace represents the data warehouse of mom's flower shop.
It contains raw data regarding:
1. Customers
2. Marketing campaigns
3. Mobile in-app events
4. Street addresses
That data is available in the seeds folder and is referenced in models/raw
to be loaded and used by SDF. Data transformations are performed and additional
models are available in the staging and analytics folders under the models folder.
defaults:
preprocessor: jinja
catalog: moms_flower_shop
dialect: snowflake
includes:
- path: models
type: model
index: schema-table-name
- path: metadata
type: metadata
index: schema-table-name
- path: classifications
type: metadata
- path: reports
type: report
- path: checks
type: check
integrations:
- provider: snowflake
credential: default
sources:
- pattern: "moms_flower_shop.raw.*"
rename-from: "moms_flower_shop.pub.${1}"
targets:
- pattern: "moms_flower_shop.*.*"
---
environment:
name: seed_remote
includes:
- path: seeds/csv
type: seed