Python Functions repository is not detecting my external source for a Restful API

Hi,
I am doing the Build Challenge and my external source is not getting imported in my code repository. I have tried all the solutions suggested by the AI assistant but still no use. I even added the transforms-external-systems library but still the repository is throwing same error when I try to build it. My webhook is working perfectly(yes I tested it), the source is configured and named correctly in my code repo function. I even deleted and created a fresh source with a different name but still this issue persists. Some of the solutions suggested by the AI assistant are not even visible and are no where to be found(Mostly due to updates but documentation is old). Can someone please help me this?

This is the error log : * What went wrong: Execution failed for task ‘:python-functions:publishFunctions’. > Unknown Magritte source API name: AmazonSearchAPI

I know it means name mismatch but trust me I have checked, retyped and even deleted sources just in case if its a caching issue.

Did you ensure that you used the imports side panel to actually import the source into your functions code repository?

1 Like

Thank you so much. I am new to the platform and found no documentation or videos that had solved this issue. I hope I can finish my app now and face no more problems after this.
Truly grateful for this!

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.