-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
12 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,15 +7,15 @@ L'infrastructure actuelle est basée sur du LocalExecutor (le scheduler, le webs | |
## Installation | ||
|
||
``` | ||
git clone [email protected]:etalab/data-engineering-stack.git | ||
git clone [email protected]:datagouv/data-engineering-stack.git | ||
cd data-engineering-stack | ||
# Create directories necessary for Airflow to work | ||
./1_prepareDirs.sh | ||
# Prepare .env file | ||
# Prepare .env file | ||
./2_prepare_env.sh | ||
nano .env | ||
nano .env | ||
# Edit POSTGRES_USER ; POSTGRES_PASSWORD ; POSTGRES_DB ; AIRFLOW_ADMIN_MAIL ; AIRFLOW_ADMIN_FIRSTNAME ; AIRFLOW_ADMIN_NAME ; AIRFLOW_ADMIN_PASSWORD | ||
# Launch services | ||
|
@@ -31,6 +31,6 @@ docker-compose up --build -d | |
./refreshBagDags.sh | ||
``` | ||
|
||
## Connections | ||
## Variables and connections | ||
|
||
Connections can be created manually or with python scripts `createConn.py` (using Airflow API) inside each projects. You need also to add your ssh key inside `ssh` folder of repository for the container to be able to see it in `/home/airflow/.ssh/` folder of container. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters