-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a new dagster_azure.fakes submodule where we include full fakes
implementation. Issue a deprecation warning on imports of the code from the original path (subclassed ones)
- Loading branch information
Sergei Nikiforov
committed
Jan 10, 2025
1 parent
ce8107b
commit e02289b
Showing
4 changed files
with
248 additions
and
164 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
python_modules/libraries/dagster-azure/dagster_azure/adls2/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
python_modules/libraries/dagster-azure/dagster_azure/fakes/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
from dagster_azure.fakes.fake_adls2_resource import ( | ||
FakeADLS2Resource as FakeADLS2Resource, | ||
FakeADLS2ServiceClient as FakeADLS2ServiceClient, | ||
fake_adls2_resource as fake_adls2_resource, | ||
) |
Oops, something went wrong.