etl run --export
should default to a matching branch for other repos
#3537
Labels
etl run --export
should default to a matching branch for other repos
#3537
Problem
In our ETL staging work, we are moving to using matching branches (
my-data-change
) on both the ETL andowid-content
.Currently our
etl run --export
does a dry-run push tomaster
onowid-content
and other repositories, such asco2-data
. You use an environment variable to pick which branch to do a real push to. But actually we should default to the matching branch name in the external repo.This will make them work more harmoniously with the new staging flow.
The text was updated successfully, but these errors were encountered: