Pramen-py

Latest version: v1.8.11

Safety actively analyzes 638773 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 7

1.2.2

What's Changed
* 132 Make command line sink more generic by yruslan in https://github.com/AbsaOSS/pramen/pull/142
* 146 Fix failing tests from extras module on Windows. by jirifilip in https://github.com/AbsaOSS/pramen/pull/147
* 145 Add an option for failing the pipeline if no data is available at the source by yruslan in https://github.com/AbsaOSS/pramen/pull/148
* 150 Updated Spark Application Name (Syncwatcher -> Pramen) by dwfchu in https://github.com/AbsaOSS/pramen/pull/150
* 153 Fix pipeline does not publish task completion events to the journal table. by yruslan in https://github.com/AbsaOSS/pramen/pull/154
* 151 Specify number of threads to consume by a task. by jirifilip in https://github.com/AbsaOSS/pramen/pull/156
* 149 Autodetect Enceladus info version by yruslan in https://github.com/AbsaOSS/pramen/pull/155
* 162 Standardization sink by yruslan in https://github.com/AbsaOSS/pramen/pull/163
* 167 Make checking of the workflow configuration file existence smarter. by yruslan in https://github.com/AbsaOSS/pramen/pull/168
* 170 Delete empty folder on write error so readers won't be confused that the partition exists. by yruslan in https://github.com/AbsaOSS/pramen/pull/172
* 164 Allow creation of Hive tables from StandardizationSink by yruslan in https://github.com/AbsaOSS/pramen/pull/171
* 173 Unify JDBC retries config by yruslan in https://github.com/AbsaOSS/pramen/pull/174


**Full Changelog**: https://github.com/AbsaOSS/pramen/compare/v1.2.1...v1.2.2

1.2.1

What's Changed
* 129 Add passive dependencies. by yruslan in https://github.com/AbsaOSS/pramen/pull/131
* 135 Correct rendering of recursive dependencies. by jirifilip in https://github.com/AbsaOSS/pramen/pull/136
* Readme corrections by dwfchu in https://github.com/AbsaOSS/pramen/pull/134
* 137 Add support for sequential-only tasks by yruslan in https://github.com/AbsaOSS/pramen/pull/138
* 139 fail the job if hive refresh failed. by yruslan in https://github.com/AbsaOSS/pramen/pull/140
* 130 Remove Maven from the project. by jirifilip in https://github.com/AbsaOSS/pramen/pull/141


**Full Changelog**: https://github.com/AbsaOSS/pramen/compare/v1.2.0...v1.2.1

1.2.0

What's Changed

* 78 Added notification component by yruslan in https://github.com/AbsaOSS/pramen/pull/114
* 84 Fixed metastore get latest available date for delta by ValeriiKhalimendik in https://github.com/AbsaOSS/pramen/pull/116
* 85 Implemented passing of format-specific options to pramen-py MetaSto… by jirifilip in https://github.com/AbsaOSS/pramen/pull/118
* 110 Security update versions of several dependencies. by yruslan in https://github.com/AbsaOSS/pramen/pull/110
* 111 Fixed issues related to differences between Windows and Unix filesystem paths by jirifilip in https://github.com/AbsaOSS/pramen/pull/111
* 113 Improved rendering of config arrays and objects in logs. by jirifilip in https://github.com/AbsaOSS/pramen/pull/117
* 115 Added Spark sink by jirifilip in https://github.com/AbsaOSS/pramen/pull/125
* 122 Added the ability to override root log level by yruslan in https://github.com/AbsaOSS/pramen/pull/123
* 123 Changed IdentityTransformer so it won't create a new column. by yruslan in https://github.com/AbsaOSS/pramen/pull/126

New Contributors
* jirifilip made their first contribution in https://github.com/AbsaOSS/pramen/pull/111

**Full Changelog**: https://github.com/AbsaOSS/pramen/compare/v1.1.2...v1.2.0

1.1.2

What's Changed
* Release Pramen and Pramen-Py 1.1.0 by yruslan in https://github.com/AbsaOSS/pramen/pull/92
* Update README.md by dk1844 in https://github.com/AbsaOSS/pramen/pull/94
* 96 Add support for Spark 3.3.x and Delta 2.2.0. by yruslan in https://github.com/AbsaOSS/pramen/pull/97
* Feature/86 access metastore as a library by ValeriiKhalimendik in https://github.com/AbsaOSS/pramen/pull/95
* 88 Added format logging if assert_df_equality return error by ValeriiKhalimendik in https://github.com/AbsaOSS/pramen/pull/99
* Bugfix/100 access to metasore reader on asgard by ValeriiKhalimendik in https://github.com/AbsaOSS/pramen/pull/103
* 91 Add support of Hive table refresh for the Enceladus sink by yruslan in https://github.com/AbsaOSS/pramen/pull/104

New Contributors
* dk1844 made their first contribution in https://github.com/AbsaOSS/pramen/pull/94

**Full Changelog**: https://github.com/AbsaOSS/pramen/compare/v1.1.0...v1.1.2

1.1.0

What's Changed

New features
* 65 Add support for Delta metastore format in Pramen-Py by ValeriiKhalimendik in https://github.com/AbsaOSS/pramen/pull/81
* 54 Add support for transfer jobs which send data directly from a source to a sink by yruslan in https://github.com/AbsaOSS/pramen/pull/59
* 36 Implement Spark config per transformers by zhukovgreen in https://github.com/AbsaOSS/pramen/pull/30
* 36 Allow specifying Pramen-Py transformer Spark config / resources by yruslan in https://github.com/AbsaOSS/pramen/pull/37
* https://github.com/AbsaOSS/pramen/pull/51 Add support for DB2 by yruslan in https://github.com/AbsaOSS/pramen/pull/51
* https://github.com/AbsaOSS/pramen/pull/42 Add the ability to specify last day of month as a scheduled day. by yruslan in https://github.com/AbsaOSS/pramen/pull/42
* https://github.com/AbsaOSS/pramen/pull/44 Add support for configurable column special characters. by yruslan in https://github.com/AbsaOSS/pramen/pull/44
* https://github.com/AbsaOSS/pramen/pull/69 Expose source and sink configs for options defined for all kinds of sources/sinks. by yruslan in https://github.com/AbsaOSS/pramen/pull/69
* 40 Add customization the namespace for keeping transformations by ValeriiKhalimendik in https://github.com/AbsaOSS/pramen/pull/64
* 68 Add minimum records for ingestion by yruslan in https://github.com/AbsaOSS/pramen/pull/70
* 72 Allow creation of empty CSV files for the local CSV sink. by yruslan in https://github.com/AbsaOSS/pramen/pull/74
* 73 Implement local spark source by yruslan in https://github.com/AbsaOSS/pramen/pull/79
* 75 implement DCE launcher from Pramen by yruslan in https://github.com/AbsaOSS/pramen/pull/80
* 82 Add defaults to commonly used configuration options. by yruslan in https://github.com/AbsaOSS/pramen/pull/83

Bugfixes
* 45 java gateway error by ValeriiKhalimendik in https://github.com/AbsaOSS/pramen/pull/48
* 55 Fix linter errors in CI (original fix by zhukovgreen) by yruslan in https://github.com/AbsaOSS/pramen/pull/56
* 47 Fix bug: Shell completion unit tests fail on Windows by ValeriiKhalimendik in https://github.com/AbsaOSS/pramen/pull/57

Code and documentation improvements
* Use idiomatic way to skip tests on a condition by zhukovgreen in https://github.com/AbsaOSS/pramen/pull/60
* Correct spelling and grammar by dwfchu in https://github.com/AbsaOSS/pramen/pull/77
* 66 Made that list-configuration-options command was independent 2 by ValeriiKhalimendik in https://github.com/AbsaOSS/pramen/pull/71


New Contributors
* ValeriiKhalimendik made their first contribution in https://github.com/AbsaOSS/pramen/pull/48

**Full Changelog**: https://github.com/AbsaOSS/pramen/compare/v1.0.1...v1.1.0

1.0.1

What's Changed
* Fix spelling and very minor grammar by dwfchu in https://github.com/AbsaOSS/pramen/pull/26
* Add an explanation regarding run dates and info dates to README. by yruslan in https://github.com/AbsaOSS/pramen/pull/27
* Add '--verbose' command line option to generate more detailed logs. by yruslan in https://github.com/AbsaOSS/pramen/pull/31
* Remove unnecessary flags and update docs by yruslan in https://github.com/AbsaOSS/pramen/pull/32
* Fix the warning log message when a sourcing table needs update. by yruslan in https://github.com/AbsaOSS/pramen/pull/33

New Contributors
* dwfchu made their first contribution in https://github.com/AbsaOSS/pramen/pull/26

**Full Changelog**: https://github.com/AbsaOSS/pramen/compare/v1.0.0...v1.0.1

Page 6 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.