Skip to content

Commit f536d12

Browse files
committed
add gitignore and env_example files
1 parent 54560a4 commit f536d12

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
2+
3+
export DBT_TARGET=embucket
4+
5+
export EMBUCKET_HOST=localhost
6+
export EMBUCKET_PORT=3000
7+
export EMBUCKET_PROTOCOL=http
8+
export EMBUCKET_ACCOUNT=test
9+
export EMBUCKET_USER=test
10+
export EMBUCKET_PASSWORD=test
11+
export EMBUCKET_ROLE=SYSADMIN
12+
export EMBUCKET_DATABASE=embucket
13+
export EMBUCKET_WAREHOUSE=COMPUTE_WH
14+
export EMBUCKET_SCHEMA=public
15+
16+
17+
export SNOWFLAKE_ACCOUNT=
18+
export SNOWFLAKE_USER=
19+
export DBT_ENV_SECRET_SNOWFLAKE_PASS=
20+
export SNOWFLAKE_ROLE=
21+
export SNOWFLAKE_DATABASE=
22+
export SNOWFLAKE_WAREHOUSE=
23+
export SNOWFLAKE_SCHEMA=
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.env
2+
.user.yml
3+
target/
4+
data/
5+
packages/
6+
logs/
7+
.DS_Store

0 commit comments

Comments
 (0)