Skip to content

Commit

Permalink
avro: fix missing Table.toavro
Browse files Browse the repository at this point in the history
  • Loading branch information
Juarez Rudsatz authored and juarezr committed Apr 25, 2022
1 parent 063dc36 commit 56604aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions petl/io/avro.py
Original file line number Diff line number Diff line change
Expand Up @@ -573,4 +573,7 @@ def _ordered_dict_iterator(table):
yield OrderedDict(items)


Table.toavro = toavro
Table.appendavro = appendavro

# endregion

0 comments on commit 56604aa

Please sign in to comment.