Skip to content

Commit

Permalink
chore: add the file transfer feature flag (#14213)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmoriceau committed Oct 1, 2024
1 parent a87406e commit 39a89c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions airbyte-featureflag/src/main/kotlin/FlagDefinitions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -181,3 +181,5 @@ object NodeSelectorOverride : Temporary<String>(key = "platform.node-selector-ov
object UseAsyncReplicate : Temporary<Boolean>(key = "platform.use-async-replicate", default = false)

object UseRouteToTaskRouting : Temporary<Boolean>(key = "platform.use-route-to-task-routing", default = true)

object UseFileTransferMode : Temporary<Boolean>(key = "platform.use-file-transfer-mode", default = false)

0 comments on commit 39a89c5

Please sign in to comment.