Permalink
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?
class-container-curriculum-dev/02-advanced-deployment/.env
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
01-basic-deployment is an ETL pipeline. 02-advanced-deployment is an ELT pipeline. Its purpose is to handle frequently updated data sources.
5 lines (5 sloc)
95 Bytes
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
DB_NAME=weather_data | |
DB_USER=your_user | |
DB_PASSWORD=your_password | |
DB_HOST=postgres | |
DB_PORT=5432 |