looker-open-source / actions

MIT License
62 stars 103 forks source link

Add error info to google drive and fix dependencies #599

Closed Jonting416 closed 5 months ago

Jonting416 commented 6 months ago

This change will update the google_drive action to return additional data when errors occur during execution. In addition, this change will fix the google-auth-library to 7.14.1 because there is a bug when updating it.

Lastly, this change also added a helper function when creating http errors. This is a nice creation function.