Back to Flyway

Flyway Pipeline Id Setting

documentation/Reference/Configuration/Flyway Namespace/Flyway Pipeline Id Setting.md

latest866 B
Original Source

{% include redgate.html %}

{% include preview.html %}

Description

An id for identifying your pipeline in Flyway Pipelines. Used to tell Flyway which pipeline in Flyway Pipelines to send data to. Pipeline Ids are copyable from within Flyway Pipelines for use as the value to this parameter. See the Flyway Pipelines documentation here.

Note: Flyway Pipelines is currently in preview.

Type

String

Default

<i>none</i>

Usage

Flyway Desktop

This can't be configured via Flyway Desktop, although it will be honoured.

Command-line

bash
./flyway -pipelineId="0E305365CCA981B68883AB6F81629B9D"

TOML

properties
[flyway]
pipelineId = "0E305365CCA981B68883AB6F81629B9D"

Environment Variable

properties
FLYWAY_PIPELINE_ID=0E305365CCA981B68883AB6F81629B9D