Skip to content

Commit

Permalink
chore: Add deprecation notice to s3.select_query (#2928)
Browse files Browse the repository at this point in the history
* chore: Deprecate s3.select_query

* fix order of annotations

---------

Co-authored-by: jaidisido <jaidisido@gmail.com>
  • Loading branch information
LeonLuttenberger and jaidisido authored Aug 12, 2024
1 parent 26df821 commit 108148c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions awswrangler/s3/_select.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
from awswrangler import _data_types, _utils, exceptions
from awswrangler._distributed import engine
from awswrangler._executor import _BaseExecutor, _get_executor
from awswrangler.annotations import Deprecated
from awswrangler.distributed.ray import ray_get
from awswrangler.s3._describe import size_objects
from awswrangler.s3._list import _path2list
Expand Down Expand Up @@ -148,6 +149,7 @@ def _select_query(
)


@Deprecated
@_utils.validate_distributed_kwargs(
unsupported_kwargs=["boto3_session"],
)
Expand Down

0 comments on commit 108148c

Please sign in to comment.