Forum Discussion

smpa01's avatar
smpa01
Community Champion
1 year ago
Solved

Gen2 fails while Gen1 works

TLDR :  Gen2 fails for same query where Gen1 succeds I am trying to build a gen2 df. I have  made a DEV function like following to be utilized in dfGen2 as insertion of PROD query result of to lake...
  • miguel's avatar
    miguel
    1 year ago

    We were finally able to determine what the issue is and we have a fix coming in the next few weeks. 
    The root cause of the issue is a bug where the function still has the "staging" setting to be enabled regardless if the UI is not showing it. You can verify this by going into the GIT of the Dataflow and seeing the json file for the metadata of the queries in your Dataflow.

     

    A simple workaround is to either start with a blank query that doesn't have the staging enabled OR transform the function to a query, change the staging to be disabled and then transform your query back to a function.