Skip to content

Commit cb61262

Browse files
committed
Updated readme files based on review comments.
Updated readme files based on review comments.
1 parent cf5d0a2 commit cb61262

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

aidp_migration/databricks_to_aidp/README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Databricks to AIDP migration utility
22

3-
This utilities provides a sample implementation for exporting files and notebooks from a Databricks workspace to Oracle AI Data Platform (AIDP). It preserves the folder structure and converts notebooks to .ipynb format while supporting optional string replacement during the export process
3+
Utility to Export Databricks files(non-data) and notebooks to Oracle AI Data Platform (AIDP)
4+
* Preserves folder structure
5+
* Converts notebooks to .ipynb
6+
* No code translation; files are moved as-is
7+
* Optional plain string replacement from a provided mapping. Replacement is simple find/replace (no parsing)
8+
* This is not intended for Data Files.
49

10+
Run this notebook from AIDP. The user must have read permission on Databricks Path and write permission on the AIDP destination path.
511

612
## Running the Samples
713

@@ -16,20 +22,24 @@ DATABRICKS_PATH: Source path in Databricks workspace to export
1622

1723
AIDP_PATH: Target directory path in AIDP
1824

19-
dbx_to_aidp_replacement_mappings: Optional String Replacement mappings if you need to modify content during export:
25+
dbx_to_aidp_replacement_mappings: Optional string-replacement map used during export. Basic example could be to rewrite path prefixes of referenced files/notebooks.
2026

2127
## Documentation
2228

2329
### Recursive Export
2430
Traverses nested directory structures in Databricks workspace
2531
### Format Preservation
26-
Exports notebooks as Jupyter .ipynb files
32+
Exports notebooks as Jupyter(.ipynb) and other files as is.
2733
### String Replacement
2834
Supports source-to-target string mapping during export
2935
### Structure Maintenance
3036
Recreates the original folder hierarchy in AIDP
3137
### Multiple File Types
32-
Handles both notebooks and regular files
38+
Handles both notebooks and regular files.
39+
### No Code Conversion
40+
It does not do any code conversion.
41+
### Permissions
42+
Need read permission on databricks and write permission on AIDP.
3343

3444
## Get Support
3545

0 commit comments

Comments
 (0)