ADS build 7.9.25
Automate for Teradata SQL doesnt work.
I cant add Column Stubs, Qualified columns, Value Stubs etc in Query window using Hot keys CTRL+ATL+C, CTRL+ATL+X etc
Fix for issue 2733 should work for this issue as well.
cant add value stub and qualified columns in ADS build 7.9.40
cant add value stub and qualified columns in ADS build 7.9.40
The root cause of this problem is the database name passed from the Query Panel to the extraction methods is an empty string. Database name needs to be specified in order for Teradata extraction methods to work. Made changes in QueryPanel.refactor() method to resolve this problem, checked in as revision #9584 of ADS trunk.
BTW, in my environment, adding 'qualified columns' and 'value stubs' does not work in MySQL either. Please double check.
The root cause of this problem is the database name passed from the Query Panel to the extraction methods is an empty string. Database name needs to be specified in order for Teradata extraction methods to work. Made changes in QueryPanel.refactor() method to resolve this problem, checked in as revision #9584 of ADS trunk.
BTW, in my environment, adding 'qualified columns' and 'value stubs' does not work in MySQL either. Please double check.
Issue #2758 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
Fix for issue 2733 should work for this issue as well.