backfill

📊 Data/Engineering

[Airflow] Airflow Standalone 설치 및 테스트

2023.05.26 (Fri) 학습정리 #Airflow #Standalone #backfill 1. Airflow standalone 설치 설치 export AIRFLOW_HOME=~/airflow AIRFLOW_VERSION=2.6.1 # Extract the version of Python you have installed. If you're currently using Python 3.11 you may want to set this manually as noted above, Python 3.11 is not yet supported. PYTHON_VERSION="$(python --version | cut -d " " -f 2 | cut -d "." -f 1-2)" CONSTRAINT_URL="..

subeen_byul
'backfill' 태그의 글 목록