Skip to content

Commit

Permalink
Export QueryByKey to storey.transformations (#551)
Browse files Browse the repository at this point in the history
So it will appear in mlrun docs.
  • Loading branch information
gtopper authored Dec 19, 2024
1 parent 7cb3bf2 commit dc7f8c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storey/transformations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
# limitations under the License.
#
from ..aggregations import AggregateByKey # noqa: F401
from ..aggregations import QueryByKey # noqa: F401
from ..dataframe import ToDataFrame # noqa: F401
from ..flow import Batch # noqa: F401
from ..flow import Choice # noqa: F401
Expand Down

0 comments on commit dc7f8c1

Please sign in to comment.