Skip to content
Permalink
test
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
01-basic-deployment is an ETL pipeline.

02-advanced-deployment is an ELT pipeline. Its purpose is to handle frequently updated data sources.
1 contributor

Users who have contributed to this file

5 lines (5 sloc) 95 Bytes
DB_NAME=weather_data
DB_USER=your_user
DB_PASSWORD=your_password
DB_HOST=postgres
DB_PORT=5432