Skip to content

Commit

Permalink
refactor: remove FileCache (#7701)
Browse files Browse the repository at this point in the history
  • Loading branch information
rexledesma committed Jun 9, 2022
1 parent fc5f07e commit c3f4d36
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 363 deletions.
3 changes: 0 additions & 3 deletions docs/sphinx/sections/api/apidocs/libraries/dagster-aws.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ S3

.. autoclass:: dagster_aws.s3.S3ComputeLogManager

.. autoclass:: dagster_aws.s3.S3FileCache
:members:

.. autoclass:: dagster_aws.s3.S3FileHandle
:members:

Expand Down
3 changes: 0 additions & 3 deletions docs/sphinx/sections/api/apidocs/libraries/dagster-azure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ dependency on an old version, via ``snowflake-connector-python``.

.. autoclass:: dagster_azure.adls2.FakeADLS2Resource

.. autoconfigurable:: dagster_azure.adls2.adls2_file_cache
:annotation: ResourceDefinition

.. autoclass:: dagster_azure.blob.AzureBlobComputeLogManager

.. autoconfigurable:: dagster_azure.adls2.adls2_file_manager
Expand Down
76 changes: 0 additions & 76 deletions python_modules/dagster/dagster/core/storage/file_cache.py

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from .compute_log_manager import S3ComputeLogManager
from .file_cache import S3FileCache, s3_file_cache
from .file_manager import S3FileHandle, S3FileManager
from .io_manager import PickledObjectS3IOManager, s3_pickle_io_manager
from .ops import S3Coordinate, file_handle_to_s3
Expand Down
58 changes: 0 additions & 58 deletions python_modules/libraries/dagster-aws/dagster_aws/s3/file_cache.py

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from .fake_adls2_resource import FakeADLS2Resource, FakeADLS2ServiceClient, fake_adls2_resource
from .file_cache import ADLS2FileCache, adls2_file_cache
from .file_manager import ADLS2FileHandle, ADLS2FileManager
from .io_manager import PickledObjectADLS2IOManager, adls2_pickle_io_manager
from .resources import adls2_file_manager, adls2_resource
Expand Down

This file was deleted.

This file was deleted.

1 comment on commit c3f4d36

@vercel
Copy link

@vercel vercel bot commented on c3f4d36 Jun 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.