onetl
onetl copied to clipboard
One ETL tool to rule them all
## Change Summary - ``ReadOptions`` and ``SQLOptions`` have been separated for JDBC connections. ``SQLOptions`` is now required for ``.sql`` method calls - Add following tests and documentation ## Related issue...
## Change Summary * Move `parse_column` and `serialize_column` examples to docstrings. [Example](https://onetl--276.org.readthedocs.build/en/276/file_df/file_formats/avro.html#onetl.file.format.avro.Avro.parse_column) * Move example of Kafka DataFrame to separate page, and merge it with serialization/deserialization examples. [See](https://onetl--276.org.readthedocs.build/en/276/connection/db_connection/kafka/serde.html) ## Related...
## Change Summary Set jobDescription in any method which interact with Spark in some way. Examples:   This does not work if Spark action was triggered outside...
## Change Summary * Update CI matrix to include Spark 4.x. By default, it is not used for tests, unless some integration has been changed (like 2.x). * Spark 4.x...
## Change Summary Python 3.13 does not allow inheritance like `A -> B, A -> C, B+C -> D`, this leads to raising error `TypeError: multiple bases have instance lay-out...
прошу добавить поддержку sasl.mechanism=OAUTHBEARER для kafka connection
## Change Summary Add directory with markdown version of documentation. ## Related issue number ## Checklist * [ ] Commit message and PR title is comprehensive * [ ] Keep...