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
- Excel
- tensorflow
- node.js
- 유니티
- IOS
- 라즈베리파이
- Unity
- MySQL
- 함수
- pandas
- PyQt5
- 맛집
- 다이어트
- 날짜
- flutter
- sqlite
- PER
- MS-SQL
- python
- port
- urllib
- ubuntu
- 리눅스
- mssql
- javascript
- Linux
- swift
- PyQt
- ASP
- GIT
Archives
목록서버/airflow (1)
아미(아름다운미소)
airflow 초기셋팅
your-project-directory/│├── dags/ # DAG 파일을 저장하는 디렉토리│ └── your_dag.py # 예시 DAG 파일│├── Dockerfile # Dockerfile│└── docker-compose.yml # docker-compose.yml 파일DockerfileFROM apache/airflow:2.5.0# 한국 시간대 설정ENV TZ=Asia/SeoulRUN apt-get update && apt-get install -y tzdata && \ ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && \ echo $TZ > /etc/timez..
서버/airflow
2024. 11. 18. 08:31