Skip to main content
Committed ⭐️⭐️
January 26, 2024
Solved

Transform Fails on Read

  • January 26, 2024
  • 3 replies
  • 113 views

Failed to resolve 'CraftBrewData.brew_assets'. API responded with: 403 Subject does not have 'READ' action for one of the specified tables.

 

Getting the above error when I try do any transform on raw tables. Using default credentials which generate when I press run

    Best answer by jheineberg

    Hi Dilini

    Yes it did, the hard part was getting to the right person who can make the change

    3 replies

    Andrian Gasper
    Practitioner ⭐️⭐️⭐️
    Practitioner ⭐️⭐️⭐️
    January 29, 2024

    Hi,

    Code: 403, means: 'Insufficient rights'.

    In your specific case you need to add the raw:read rights in the CDF group you are part of.
    Or ask your admin to do so if possible.  

    That should fix the issue. :)

     

    Dilini Fernando
    Expert ⭐️⭐️⭐️⭐️
    Expert ⭐️⭐️⭐️⭐️
    February 9, 2024

    Hi @jheineberg, Did the above help you? 

    jheinebergAuthorAnswer
    Committed ⭐️⭐️
    February 9, 2024

    Hi Dilini

    Yes it did, the hard part was getting to the right person who can make the change