Skip to content

Commit

Permalink
Merge pull request #275 from boydZD/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
gregwood-db authored Aug 30, 2023
2 parents 0960e38 + 7e94596 commit decccf9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Once the image is done building, execute the following command from your shell t
docker run -it --name databricks-migrate -v .\databricks\.databrickscfg:/root/.databrickscfg -v .\databricks:/databricks databricks-migrate
```

## Usage
For CDWNG workspaces, the following commands have been used to handle migration of specific Databricks objects.
## Example Usage
The following commands can be used to handle migration of specific Databricks objects.

Export objects from `oldWS`:
```
Expand All @@ -40,4 +40,4 @@ python migration_pipeline.py --azure --profile newWS --import-pipeline --set-exp
```

## Output and Logging
The `.\databricks` directory in this repo is mounted to the running container. This in combination with the preset $SESSIONS_DIR environment variable (see Usage above) allows the output of the migration pipeline to be available and persisted on the local host.
The `.\databricks` directory in this repo is mounted to the running container. This in combination with the preset $SESSIONS_DIR environment variable (see Usage above) allows the output of the migration pipeline to be available and persisted on the local host.

0 comments on commit decccf9

Please sign in to comment.