Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Storage] [Typing] [File Datalake] azure-storage-file-datalake #39691

Merged
merged 21 commits into from
Mar 17, 2025
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
340ba5d
[Storage] [Typing] [File Datalake] Decoupled `_data_lake_service_clie…
weirongw23-msft Oct 18, 2024
3605e41
[Storage] [Typing] [File Datalake] Decoupled `_file_system_client.py`…
weirongw23-msft Oct 18, 2024
7417188
Merge branch 'main' into feature/storage-datalake-typing
weirongw23-msft Oct 18, 2024
c5233b5
[Storage] [Typing] [File Datalake] Decoupled and resolved `mypy` erro…
weirongw23-msft Oct 21, 2024
82108b6
[Storage] [Typing] [File Datalake] Typed `_models.py` (#37199)
weirongw23-msft Oct 21, 2024
e25e5c0
[Storage] [Typing] [File Datalake] Decoupled `_path_client.py`, `_dat…
weirongw23-msft Oct 24, 2024
19e454e
Merge branch 'main' into feature/storage-datalake-typing
weirongw23-msft Jan 21, 2025
f9b5630
Merge branch 'main' into feature/storage-datalake-typing
weirongw23-msft Jan 23, 2025
921758a
Merge branch 'main' into feature/storage-datalake-typing
weirongw23-msft Jan 24, 2025
9c73022
Removed unnecessary import
weirongw23-msft Jan 27, 2025
fc8c66a
[Storage] [Typing] [File Datalake] Resolved `mypy` errors for Datalak…
weirongw23-msft Jan 28, 2025
0207063
Datalake Serialize and Deserialize (#39508)
weirongw23-msft Feb 1, 2025
835c8e5
[Storage] [Typing] [File Datalake] `_shared_access_signature.py` (#39…
weirongw23-msft Feb 1, 2025
a711232
[Storage] [Typing] [File Datalake] `_download.py` and `_download_asyn…
weirongw23-msft Feb 10, 2025
06db397
Quick query helper (#39626)
weirongw23-msft Feb 11, 2025
4df0813
[Storage] [Typing] [File Datalake] `_upload_helper.py` and `_upload_h…
weirongw23-msft Feb 11, 2025
fd46d86
Merge branch 'main' into feature/storage-datalake-typing
weirongw23-msft Feb 12, 2025
059de2b
[Storage] [Typing] [File Datalake] `_list_paths_helper.py` and aio (#…
weirongw23-msft Feb 12, 2025
a5dde1a
Enabled mypy for code/samples in CI
weirongw23-msft Feb 12, 2025
cc9d924
Modified comment about dictionary of responses, uppercased dict
weirongw23-msft Feb 20, 2025
257ca7d
Merge branch 'main' into feature/storage-datalake-typing
weirongw23-msft Feb 22, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into feature/storage-datalake-typing
weirongw23-msft committed Jan 21, 2025
commit 19e454ed2a8f04846f2d015afd2b08d0d3ecb67e
Original file line number Diff line number Diff line change
@@ -5,6 +5,8 @@
# --------------------------------------------------------------------------
# pylint: disable=docstring-keyword-should-match-keyword-only

from datetime import datetime
from io import BytesIO
from typing import (
Any, AnyStr, AsyncIterable, cast, Dict, IO, Iterable, Optional, Union,
TYPE_CHECKING
You are viewing a condensed version of this merge commit. You can view the full changes here.