Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
GRoslov
Contributor
Contributor

tELTGreenplumMap as custom component.

Hi,

I hava a problem with my custom component.

It's a copy of tELTGreenplumMap but i want to have CTYPE="TABLE" (and set ELT_SCHEMA_NAME and ELT_TABLE_NAME for it) as output connect (

tELTGreenplumMap have

TABLE_REF) and see:

globalMap.put(

"<%=uniqueNameComponent %>"+"QUERY" + "<%= connection.getUniqueName() %>",

<%= sqlQuery.replaceAll("[\r\n]", " ") %>

);

any way (

if I connect several

tELTGreenplumMap together).

I think, if first problem will solved, second recolved automaticaly.

Thanks for the help.

Labels (5)
1 Solution

Accepted Solutions
GRoslov
Contributor
Contributor
Author

Hello,

 

No, it wasn't.

 

The problem isn't actual.

We solved it by other way (choose other components as base and construct new ELT components on CONNECTOR CTYPE="FLOW").

View solution in original post

2 Replies
Anonymous
Not applicable

Hello,

 

Do you have any error message?

 

If the JavaJet code is not right then the error message is usually visible on the "Error Logs" and in this case the Code view doesn't regenerate but shows the previously generated code.

GRoslov
Contributor
Contributor
Author

Hello,

 

No, it wasn't.

 

The problem isn't actual.

We solved it by other way (choose other components as base and construct new ELT components on CONNECTOR CTYPE="FLOW").