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
PEP8 suggests the use of snake_case. Hence underscores should be supported when writing durable functions in Python. Please add support for snake_case in binding names.
The text was updated successfully, but these errors were encountered:
The following code will result in the error:
The binding name hello_city is invalid. Please assign a valid name to the binding.
PEP8 suggests the use of snake_case. Hence underscores should be supported when writing durable functions in Python. Please add support for snake_case in binding names.
The text was updated successfully, but these errors were encountered: