Page 1 / 1
Hi Sanjay,
I think , you should load the table in the data model first then use data model inplace of data pool.
For example :
temp_data_model.get_tables().find('TEMP_INPUT_DATA').get_columns()
Hi Sanjay,
I think , you should load the table in the data model first then use data model inplace of data pool.
For example :
temp_data_model.get_tables().find('TEMP_INPUT_DATA').get_columns()
I agree on this remark.
To add here: if you want to use the 'get_table()' command, you should refer to the table ID instead of its name. If you want to use the name to search on, then the 'find()' command should be used.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.