Re: [I] [Bug]: TABLE_INPUT transform will not accept rows from prior transformation (hop)
hansva commented on issue #7037: URL: https://github.com/apache/hop/issues/7037#issuecomment-4294009391 We can't, it's a prepared statement and that's one of the limitations of that concept -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] [Bug]: TABLE_INPUT transform will not accept rows from prior transformation (hop)
hansva closed issue #7037: [Bug]: TABLE_INPUT transform will not accept rows from prior transformation URL: https://github.com/apache/hop/issues/7037 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] [Bug]: TABLE_INPUT transform will not accept rows from prior transformation (hop)
dmainou commented on issue #7037: URL: https://github.com/apache/hop/issues/7037#issuecomment-4293845475 Thanks Hans. I fixed it by using a pipeline executor. Would be great if it could be replaced. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] [Bug]: TABLE_INPUT transform will not accept rows from prior transformation (hop)
hansva commented on issue #7037: URL: https://github.com/apache/hop/issues/7037#issuecomment-4293470768 From can't be replaced that way, was never possible. Prepared statements (?) only work for values not for objects. Table names can only be inserted using a variable -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
