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

remove compute log manager interface #23396

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Depending on your organization's needs, you may want to retain these logs in you

## Modifying compute log storage

Dagster's compute logs are handled by the configured [`ComputeLogManager`](/\_apidocs/internals#dagster.\_core.storage.compute_log_manager.ComputeLogManager). By default, Dagster+ utilizes the `CloudComputeLogManager` which stores logs in a Dagster+-managed Amazon S3 bucket, but you can customize this behavior to store logs in a destination of your choice.
Dagster's compute logs are handled by the configured [`CapturedLogManager`](/\_apidocs/internals#dagster.\_core.storage.captured_log_manager.CapturedLogManager). By default, Dagster+ utilizes the `CloudComputeLogManager` which stores logs in a Dagster+-managed Amazon S3 bucket, but you can customize this behavior to store logs in a destination of your choice.

### Writing to your own S3 bucket

Expand Down
4 changes: 0 additions & 4 deletions docs/sphinx/sections/api/apidocs/internals.rst
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,6 @@ Compute log manager

.. autoclass:: CapturedLogManager

.. currentmodule:: dagster._core.storage.compute_log_manager

.. autoclass:: ComputeLogManager

.. currentmodule:: dagster._core.storage.local_compute_log_manager

.. autoclass:: LocalComputeLogManager
Expand Down
24 changes: 0 additions & 24 deletions js_modules/dagster-ui/packages/ui-core/src/graphql/schema.graphql

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

105 changes: 0 additions & 105 deletions js_modules/dagster-ui/packages/ui-core/src/graphql/types.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

This file was deleted.

Loading