Hmmmmm. Is your record selector already set to extract smaller correct records? It looks like perhaps it treats the whole response as a sngle record, and even the single page is VERY large.
I can see if we can bump that string size easily. It’s a long-standing bug that we really, really should fix, but it might be a bit involved.
/cc <@U047ANT3J84> one of the things that will go away when we switch to source-declarative-manifest in Builder 
             
            
              
              
              
            
            
           
          
            
            
              <@U065RJ879QT> - yes no matter what I do or change, it tends to read all at once.
any thoughts on keys not being pulled as their own separate columns where the values are null? I pasted a result above for the difference between builder test and Postman.
             
            
              
              
              
            
            
           
          
            
            
              Is that the schema? Builder needs to see at least one record with a non-null value to assume that it can actually exist ever.
             
            
              
              
              
            
            
           
          
            
            
              what postman pulls is the actual schema but the builder does not seem to pull it ItemTypeID does have values where it is not null but the builder does not pull that
             
            
              
              
              
            
            
           
          
            
            
              until the 15th I was using docker-compose version of airbyte and it was all good, after migrating the platform to abctl , the behaviour has changed