Skip to content

Commit

Permalink
add helper md
Browse files Browse the repository at this point in the history
  • Loading branch information
tyun08 committed Sep 29, 2022
1 parent f848e78 commit 85ae6b4
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion helper.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,23 @@
## Requirements

- minimum 3~4GB memory setting for Docker
- local copy of `nurx-daga-dags` repo
- local copy of `nurx-data-dags` repo
- local .env file in `docker` directory. (can fetch from [1password](https://my.1password.com/vaults/q53fddt66zfb7dwjqsilk2i3ee/allitems/u2yh2okx2veshij66rpo56qk5m), named `Airflow MWAA .env`)

The requirement.txt worked for me is(should be in `nurx-data-dags/requirements.txt`): (very identical to the main branch)
```
s3fs==0.4.0
splunk-sdk==1.6.16
apache-airflow-backport-providers-google
shippo==2.0.2
sqlanydb==1.0.11
psycopg2-binary==2.9.3
sqlalchemy-redshift==0.4.0
SQLAlchemy
paramiko
protobuf~=3.20.0
```

## To Bring Up the Env

```
Expand Down

0 comments on commit 85ae6b4

Please sign in to comment.