No code found for stream [nameofstream1] ~> [nameofstream2]

V 0 Reputation points
2024-10-09T07:00:38.5666667+00:00

Hello

I'm doing a preview on a data flow that is calling a flowlet. There is no validation error on the flowlet and all the modules display correctly but when I try preview I get the above error. Does anyone know what it could be?

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
{count} votes

2 answers

Sort by: Most helpful
  1. Smaran Thoomu 33,270 Reputation points Microsoft External Staff Moderator
    2024-10-17T08:51:28.1033333+00:00

    @V I'm glad that you were able to resolve your issue and thank you for posting your solution so that others experiencing the same thing can easily reference this! Since the Microsoft Q&A community has a policy that "The question author cannot accept their own answer. They can only accept answers by others "I'll repost your solution in case you'd like to accept the answer.

    Ask: I'm doing a preview on a data flow that is calling a flowlet. There is no validation error on the flowlet and all the modules display correctly but when I try preview I get the above error. Does anyone know what it could be?

    Solution: I ended moving everything back to dataflow to get it to work.

    If I missed anything please let me know and I'd be happy to add it to my answer, or feel free to comment below with any additional information.

    If you have any other questions, please let me know. Thank you again for your time and patience throughout this issue.


    Please don’t forget to Accept Answer and Yes for "was this answer helpful" wherever the information provided helps you, this can be beneficial to other community members


  2. Smaran Thoomu 33,270 Reputation points Microsoft External Staff Moderator
    2024-10-09T11:28:19.8466667+00:00

    Hi @V
    Welcome to Microsoft Q&A platform and thank you for reaching out.
    It seems like you are encountering an error message "No code found for stream [nameofstream1] ~> [nameofstream2]" while doing a preview on a data flow that is calling a flowlet. This error message usually occurs when there is a mismatch between the output of one module and the input of another module in the data flow.

    Here are a few things you can check:

    • Make sure the inputs and outputs of your flowlet are set up correctly. If the names don’t match, it can cause this error.
    • Sometimes, turning off and then turning on the Data Flow Debug feature can help fix issues with previews.
    • If your flowlet uses parameters, double-check that they are set correctly and being passed properly.
    • If preview isn’t working, try running the whole pipeline instead to see if it executes without errors.

    If none of the above step's work, please provide more information about your data flow and flowlet so that I can assist you better.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.