Skip to content

Commit

Permalink
Comment about cli command parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
pritishpai committed Jan 29, 2025
1 parent 1afbc60 commit 0fba641
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/databricks/labs/ucx/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,12 @@ def migrate_dlt_pipelines(
a: AccountClient | None = None,
**named_parameters,
) -> None:
"""Migrate DLT pipelines to UC"""
"""
Migrate DLT pipelines to UC that were crawled in the assessment workflow
Flags
-- include-pipeline-ids: Comma separated list of pipeline ids to migrate
-- exclude-pipeline-ids: Comma separated list of pipeline ids to exclude from migration
"""
if ctx:
workspace_contexts = [ctx]
else:
Expand Down

0 comments on commit 0fba641

Please sign in to comment.