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 |
Tags
- Blog
- MATLAB
- Linux
- 독후감
- 파이썬 시각화
- 한빛미디어서평단
- 시각화
- 한빛미디어
- 월간결산
- 파이썬
- tensorflow
- MySQL
- SQL
- 서평
- 통계학
- 리눅스
- 텐서플로
- matplotlib
- 매틀랩
- Tistory
- Pandas
- Ga
- Visualization
- Google Analytics
- 딥러닝
- Python
- 블로그
- 티스토리
- 서평단
- python visualization
Archives
- Today
- Total
목록에어플로우 배쉬오퍼레이터 (1)
pbj0812의 코딩 일기
[자동화] Airflow BashOperator 사용하기
0. 목표 - Airflow BashOperator 사용하기 1. flow chart - python 으로 빈 csv 파일을 만들고 그 python 파일을 bash 가 돌리고 그 bash 파일을 Airflow 의 BashOperator 를 이용하여 구동 2. python 파일 생성(make_csv.py) - 해당 위치에 test.csv 라는 빈 csv 파일 생성 def result(): f = open("/Users/pbj0812/Desktop/test_code/test_airflow/test.csv", "w") f.close() if __name__ == "__main__": result() 3. bash 파일 생성(make_csv.sh) - 2. 의 make_csv.py 를 돌리도록 생성 python..
빅데이터/자동화
2021. 1. 1. 04:40