Skip to content

Docker Operator Mount can not be templated #40

@enriquesleon-jpl

Description

@enriquesleon-jpl

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions