Skip to content

Commit

Permalink
add xarray to install requirments
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Jan 9, 2025
1 parent f573ebd commit e4307f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/india/development/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ module "airflow" {
aws-vpc_id = module.network.vpc_id
aws-subnet_id = module.network.public_subnet_ids[0]
airflow-db-connection-url = "${module.postgres-rds.instance_connection_url}/airflow"
docker-compose-version = "0.0.8"
docker-compose-version = "0.0.9"
ecs-subnet_id = module.network.public_subnet_ids[0]
ecs-security_group = module.network.default_security_group_id
aws-owner_id = module.network.owner_id
Expand Down
2 changes: 2 additions & 0 deletions terraform/modules/services/airflow/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ services:
ECS_SECURITY_GROUP: $ECS_SECURITY_GROUP
_AIRFLOW_WWW_USER_PASSWORD: ${PASSWORD}
AIRFLOW_CONN_SLACK_API_DEFAULT: ${AIRFLOW_CONN_SLACK_API_DEFAULT}
_PIP_ADDITIONAL_REQUIREMENTS: ${_PIP_ADDITIONAL_REQUIREMENTS:- xarray }

user: "${AIRFLOW_UID:-50000}:0"
volumes:
- data:/airflow
Expand Down

0 comments on commit e4307f6

Please sign in to comment.