Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2020-10-27 | 1.4 kB | |
Release minor version 4.6.2.tar.gz | 2020-10-27 | 56.1 MB | |
Release minor version 4.6.2.zip | 2020-10-27 | 56.4 MB | |
Totals: 3 Items | 112.5 MB | 0 |
Dsl features
- repository: added class "RepositorySave", which automatically calls methods with annotation "SaveToRepository" and saves repository objects to configuration files
- models.monitorRules: now you can change the title of a email when it is sent using the "sendToSmtp" method by specifying the text in the "title" parameter
Dsl bugs
- models.referenceVerticaTables: when calling data delivery by the "fill" method, an error occurred if an expression with variables was specified in "where"
- models.referenceVerticaTables: when calling data delivery using the "fill" method, an error occurred if the original model table was partitioned, but contained an increment/sequence in the columns
Getl features
- getl.jdbc.QueryDataset: now, instead of the query text, you can specify a file with a query script and its encoding in the "scriptFilePath" and "scriptFileCodePage" properties
- getl.data.FileConnection: Added the ability to access the file system of the connection using the property "files"
Getl bugs
- getl.vertica.VerticaConnection: when processing Vertica recommendations in method "processWorkload", advice on recalculating statistics was not processed
- getl.salesforce.SalesForceConnection: fixed a bug with reading the connection parameters from the configuration file when the error "parameter storedLogins is not registered"