Skip to content

Commit

Permalink
[DOP-16174] Add versionadded to Avro, XML and Excel get_packages method
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed May 27, 2024
1 parent 1c4e83d commit 48af27e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions onetl/file/format/avro.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ def get_packages(
See `Maven package index <https://mvnrepository.com/artifact/org.apache.spark/spark-avro>`_
for all available packages.
.. versionadded:: 0.9.0
Parameters
----------
spark_version : str
Expand Down
2 changes: 2 additions & 0 deletions onetl/file/format/excel.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ def get_packages(
See `Maven index <https://mvnrepository.com/artifact/com.crealytics/spark-excel>`_
and `official documentation <https://github.com/crealytics/spark-excel>`_.
.. versionadded:: 0.9.4
Parameters
----------
spark_version : str
Expand Down
2 changes: 2 additions & 0 deletions onetl/file/format/xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ def get_packages( # noqa: WPS231
"""
Get package names to be downloaded by Spark. |support_hooks|
.. versionadded:: 0.9.5
Parameters
----------
spark_version : str
Expand Down

0 comments on commit 48af27e

Please sign in to comment.