-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Lines 70 to 71 in 410ffcf
| Mount("/data_lake", dag.params['data_lake_host_path'], type='bind'), | |
| Mount("/data_stage", dag.params['data_stage_host_path'], type='bind'), |
The MWAA version we are running does not support the Docker operator templating the mount point option. This means the the mount point can not be run-time configured through a parameter.
The mount point must be set to a fixed path or read in from an environment variable.
The params configuration should be modified to removed data_lake_host_path and data_stage_host_path.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels