Reenable convert query test for transforms and fix code #6456
      
        
          +7
        
        
          −3
        
        
          
        
      
    
  
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
This PR corrects an issue where a test was pretty much disabled as we weren't able to merge
stableback intodevelopwithout it.The problem came when we were migrating Prefect tasks in #6231 (targeting develop) and at the same time updating this code in #6363 targeting stable. When we merged stable back into develop an old but moved code path was used causing the test not to work (the idea of the test was that the node object store would be populated if the transform was configured to do so.