A spark integration is automatically creating the namespace abfss://root@datalakedev.dfs.core.windows.net for a user, despite the @ symbol not being supported in namespaces.
As a result, the api is sending 400 errors in response to runEvents.
We should look into expanding to support a broader character set in order to head off these issues in the future. In the immediate sense, we at least need to support the @ symbol to get this user unstuck.
This user has created an alias in the interim, but aren't able to fully resolve the problem without editing the spark integration
A spark integration is automatically creating the namespace
abfss://root@datalakedev.dfs.core.windows.netfor a user, despite the@symbol not being supported in namespaces.As a result, the api is sending 400 errors in response to runEvents.
We should look into expanding to support a broader character set in order to head off these issues in the future. In the immediate sense, we at least need to support the @ symbol to get this user unstuck.
This user has created an alias in the interim, but aren't able to fully resolve the problem without editing the spark integration