在apache气流配置中,我试图将顺序执行器更改为芹菜执行器,并在坞-组合文件中使用环境变量:x-airflow-common: #directory where you placed the docker-compose.yaml
# and uncomment the "build" line below, Then run `docker-compose#imag
为了学习,我一直试图在一组码头容器上设置一个气流实例。我只知道码头和气流的基本要素。在遵循指南时,我可以启动容器,一切都如预期的那样工作。image: ${AIRFLOW_IMAGE_NAME:-apache/airflow:2.4.2}
# build: .然后运行docker-compose up airflow-init。下面是终端中显示的最后一行。Please update your co