Description
Apache Hop version?
2.13.0-SNAPSHOT
Java version?
openjdk-17
Operating system
Windows
What happened?
After meging this pull request #5123 Apache hop is giving the following exception
java.io.IOException: Your default credentials were not found. To set up Application Default Credentials for your environment, see https://cloud.google.com/docs/authentication/external/set-up-adc.
at com.google.auth.oauth2.DefaultCredentialsProvider.getDefaultCredentials(DefaultCredentialsProvider.java:127)
at com.google.auth.oauth2.GoogleCredentials.getApplicationDefault(GoogleCredentials.java:152)
at com.google.auth.oauth2.GoogleCredentials.getApplicationDefault(GoogleCredentials.java:124)
I think that, eventually, having a warning message informing that Google credential are not found is more than enough.
Issue Priority
Priority: 3
Issue Component
Component: Transforms