Recent posts

[Error] Error: pg_config executable not found

less than 1 minute read

ERROR Error: pg_config executable not found 상황1 Docker Jupyter에서 psycopg2 라이브러리 설치시 에러 발생 해결 필요 라이브러리들 설치 상황2 ...

[Python] Directory

less than 1 minute read

Directory Script is in directory /home/user/test/my_script.py

[Error] sh: mysql_config: not found

less than 1 minute read

ERROR sh: mysql_config: not found 상황 Docker Ubuntu 18.04에서 mysql library 설치 시(pip3 install mysql) mysql config 못 찾는 문제 발생 해결 ...

[Apache Airflow] ExternalTaskSensor

less than 1 minute read

ShortCircuitOperator 다른 Dag의 task 실행 여부를 바탕으로 Dag 내의 Task 실행 원할 때 사용 execution_date_fn의 경우 현재 task를 시작하는 시간으로부터 sensing하는 task의 시간의 차이를 뺴줘야 함