Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions build/cdc_services/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ except Exception as e:
MIXER_ARGS+=("--spanner_graph_info=$SPANNER_CONFIG_YAML" "--use_spanner_graph=true")

# 3. Use mixer custom feature flags

# Currently we only read custom feature flags when we enable resolving with spanner embeddings.
# We will eventually always resolve from spanner embeddings.
if [[ $RESOLVE_WITH_SPANNER_EMBEDDINGS == "true" ]]; then
MIXER_ARGS+=('--feature_flags_path=deploy/featureflags/custom.yaml')
fi
Expand Down
Loading