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 ...
This is a great video! It's really helpful to see how to control access to catalogs in Unity Catalog. I especially like the part about granting read-only access to production data. This is a great way to allow data analysts to do their work without g...
Ensuring you’re using the correct OAuth process is key when working with the Spotify API, especially for resolving issues related to token generation. Double-check your backend token handling setup and verify that the raw input call is correctly form...