Flyway Pipeline Id Setting
Published 15 January 2025
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
none
Usage
Flyway Desktop
This can't be configured via Flyway Desktop, although it will be honoured.
Command-line
./flyway -pipelineId="0E305365CCA981B68883AB6F81629B9D"
TOML
[flyway]
pipelineId = "0E305365CCA981B68883AB6F81629B9D"
Environment Variable
FLYWAY_PIPELINE_ID=0E305365CCA981B68883AB6F81629B9D