-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworkspace.sdf.yml
44 lines (44 loc) · 997 Bytes
/
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
workspace:
edition: '1.3'
name: finances_v2
includes:
- path: functions
- path: models
index: catalog-schema-table-name
- path: macros
- path: checks
type: check
defaults:
severity: warning
dialect: trino
- path: classification
type: metadata
- path: tests
# - path: seeds
defaults:
dialect: snowflake
catalog: financials
schema: public
preprocessor: jinja
materialization: transient-table
integrations:
- provider: snowflake
type: database
sources:
- pattern: financials.*.*
targets:
- pattern: financials.*.*
dependencies:
- name: workspace_evaluator
git: https://github.com/sdf-labs/workspace-evaluator/workspace-evaluator.git
---
environment:
name: dev
integrations:
- provider: snowflake
type: database
sources:
- pattern: financials.*.*
targets:
- pattern: "*.*.*"
rename-as: ${1}.${2}_{{ env_var('USER') }}.${3}