Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 307 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 307 Bytes

Airflow

Airflow Course

Python packages in WSL

pip install apache-airflow

Portainer

Port:9000 Username/Password: admin/password

Adminer

connection: postgres:5432 Username/Password: airflow/airflow

Postgres

  • create WeatherData database
  • create Temperature table without defining schema