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

[DOC] Update Databricks Notebooks README for S3 event log support #394

Merged
Merged
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
7 changes: 4 additions & 3 deletions tools/databricks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ cluster. Once the notebook is activated, you can enter in the log path location
top of the notebook. After that, select *Run all* to execute the tools for the specific logs in the log path.

## Limitations
1. Currently only local or DBFS eventlog paths are supported.
2. DBFS path must use the File API Format.
3. Example: `/dbfs/<path-to-event-log>`.
1. Currently local, S3 or DBFS event log paths are supported.
2. S3 path is only supported on Databricks AWS using [instance profiles](https://docs.databricks.com/en/connect/storage/tutorial-s3-instance-profile.html).
3. DBFS path must use the File API Format. Example: `/dbfs/<path-to-event-log>`.
4. Multiple event logs must be comma-separated.

**Latest Tools Version Supported** 24.06.0