From 0fba64192de7bdbeddcdebd3fc01a8c2ec1af3fa Mon Sep 17 00:00:00 2001 From: pritishpai Date: Wed, 29 Jan 2025 12:50:53 -0500 Subject: [PATCH] Comment about cli command parameters --- src/databricks/labs/ucx/cli.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/databricks/labs/ucx/cli.py b/src/databricks/labs/ucx/cli.py index c70f3d77fa..ea415f1bbc 100644 --- a/src/databricks/labs/ucx/cli.py +++ b/src/databricks/labs/ucx/cli.py @@ -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: