RootCauseunvalidated
the shell (e.g., Bash) interprets special characters like @, $, &, etc. in ways that can break the connection string — when passing connection string directly via secrets or steps. Tension: the connection string being directly passed to the shell. Outcome: Passing the connection string via environment varible worked.
7474ad70-4b85-4504-808a-454d38bb8266
the shell (e.g., Bash) interprets special characters like @, $, &, etc. in ways that can break the connection string — when passing connection string directly via secrets or steps. Tension: the connection string being directly passed to the shell. Outcome: Passing the connection string via environment varible worked.