Hi,
I’m going through the Python SDK- CDF Transformation module in the DATA ENGINEER BASICS - TRANSFORM AND CONTEXTUALIZE course.
While I’m able to create the Transformation object, I’m unable to run due to some Authentication issues.
When I’m trying to run using the below code:
client.transformations.run(asset_transformation.id, wait=False)
I’m getting the following error :
Transformation job could not be created.
Error code: 403
API error: Invalid source/destination credentials: Could not authenticate with the OIDC credentials. Please check your credentials.
Request ID: 1a470c41-9001-989b-8f97-a2aaefdfd098
Is it due to some recent change in the Oidc credentials defined in the notebook currently?