Skip to content

Commit

Permalink
fix: support dak.necessary_columns
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Oct 5, 2023
1 parent 414a61d commit 6e3e8b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/dask_awkward/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
report_necessary_columns,
sample,
)

necessary_columns = report_necessary_columns # Export for backwards compatibility.

from dask_awkward.lib.io.io import (
ImplementsFormTransformation,
from_awkward,
Expand Down

0 comments on commit 6e3e8b4

Please sign in to comment.