The Query History API is scoped to the calling identity, so even with admin rights, service principals can only access their own queries—cross-user access isn't supported.
Hi hnnhhnnh,It looks like you're running into two key issues:Joins in DLT – Stream-stream joins require a watermark on the nullable side and a proper time-based condition. Without this, DLT won’t allow the join. Try adding a watermark and ensuring yo...
Hi there,It sounds like you're running into a common roadblock when integrating with the Spotify API – the "raw_input was called" error. This usually pops up when dealing with authentication and token generation. First, let's double-check your OAuth ...