Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Crontab
- json
- query
- ELK
- framework
- node.js
- typescript
- logstash
- dense_vector
- filebeat
- PYTHON
- windows
- venv
- grok
- CSV
- Data Engineering
- OPCUA
- package.json
- path.data
- DSL
- devtools
- configure
- airflow
- ubuntu
- 7.7.1
- kibana
- elasticsearch
- KoA
- elastic
- Tutorial
Archives
- Today
- Total
목록405 (1)
Gibbs Kim's playground

Airflow 설치 및 실행에 대한 테스트 내역을 기록함# Test Environment## OS: Windows 11 pro## VM: WSL2** Airflow는 Windows에서 정상적인 실행이 불가능하다. 반드시 Linux나 MacOS에서 실행하자1) Airflow 설치$ pip install apache-airflow## If you want to install specific version, try like below$ pip install apache-airflow==2.9.1 2) Database 초기화$ airflow db init기본으로 설정되는 DB는 sqlite이다. 3) DB 변경 (Sqlite to postgreSQL)# Move to directory of configure f..
Tech 기록지/Data Engineering
2024. 7. 26. 16:57