Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
what do you want to achieve with the curly brace? It is a regex character so you can't just add it. If you want to match on it, you should escape it and perhaps even put it within the quotes. You can always test your regex in online tools like regex101 or regexr or ... very handy
You have to escape the { as it is a special char in case of regex.
"((^.*))(\{'data':)"
Connect with Databricks Users in Your Area
Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโt want to miss the chance to attend and share knowledge.
If there isnโt a group near you, start one and help create a community that brings people together.