Hi! We try to use the JDBC Driver to view tables in a database viewer from Jetbrains (Data Grip, Pycharm, Intellij). Driver: SAS Drivers for JDBC | SAS Support Situation We connected a SAS Dataservice with PyCharm (and other IDEs Intellij, DataGrip from Jetbrains) succesfully. All tables and column information in the database tool tab looks fine…. But, if we open a table, the column name on all culomns is "<anonymous>" Only Columns with a given comment/label will show the comment text. Checking the DDL we found out, that each column without a comment has a plenty of blanks as a comment 😥 Anyone have seen this behaviour? Ideas to fix it? We realy not want to copy the column name in all columns mandatory.😂 Column defintions of sashelp.cars Table View with column names shows as "anonymous" Responding Metadata vom SAS JDBC, see the many blanks as comment (sas called 'label') DDL Created based on responding Metadata Parallel Jetbains Issue Database Table Colum Name "<anonymous>" instead Colum Name : DBE-14103 (jetbrains.com)
... View more