You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the default casing for Azure Data Factory, startswith fails (it forces lower casing, but can be written startsWith).
I expect if the other targets use startsWith then a shim is needed for startswith, as you would default to startswith in Azure Data Factory (although it's fixable by using startsWith but this is not what the user interface would provide you with as the option.
Reproduction steps
Create a conditional experession in ADF using startswith
When using the default casing for Azure Data Factory,
startswith
fails (it forces lower casing, but can be writtenstartsWith
).I expect if the other targets use
startsWith
then a shim is needed forstartswith
, as you would default tostartswith
in Azure Data Factory (although it's fixable by usingstartsWith
but this is not what the user interface would provide you with as the option.Reproduction steps
startswith
startswith
The text was updated successfully, but these errors were encountered: