Forum Discussion

Nasif_Azam's avatar
Nasif_Azam
Super User
6 months ago
Solved

Dataflow Gen2 (CI/CD) Refresh Error - MetadataEvaluationGatewayTimeout

Hello Guys, I hope you are all doing well. I am encountering an issue when refreshing my dataflow in Microsoft Fabric. The error message is as follows: "Something went wrong, please try again lat...
  • v-tejrama's avatar
    6 months ago

    Hi Nasif_Azam ,


    Thanks for reaching out to the Microsoft fabric community forum.

    This error generally indicates a timeout during the metadata evaluation stage of a Dataflow Gen2 refresh, rather than an issue with CI/CD or a temporary service disruption. Before data loading begins, Fabric must connect to the source, validate credentials, resolve the schema, and assess the query structure. If the source query is slow to provide metadata, involves complex logic or joins, uses dynamic parameters that hinder query folding, or is accessed via an outdated or overloaded gateway, this process may exceed the allowed time, resulting in a MetadataEvaluationGatewayTimeout.

     

    Simply re-running the refresh is unlikely to resolve the issue. To confirm, try refreshing the dataflow manually in the Fabric UI with the same settings; if it fails, focus on simplifying the source query, resolving parameters effectively, and ensuring the gateway is updated and functioning properly. Once metadata evaluation completes successfully in the UI, the configuration should also work in CI/CD.

    Best Regards,
    Tejaswi.
    Community Support