From 48308acd98d462f8c1a1b47989003771513a1e38 Mon Sep 17 00:00:00 2001 From: Darrius Wright <49100831+softwarewright@users.noreply.github.com> Date: Wed, 27 Mar 2024 21:04:31 -0600 Subject: [PATCH] Update readme example for convert --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0138961..9bdb586 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ III) Ability to run as a package or standalone locally IV) Ability execute locally without needing to connect or import into Databricks for conversion. Example Command: -python3 ./convert_to_databricks.py redshift --subdir_path "redshift/" --parse_mode 'all' --parse_first 'syntax' +python3 ./convert_to_databricks.py --sourcedb redshift --dir_path "redshift/" --parse_mode 'all' --parse_first 'syntax' For the full list of avail vars, use the --h flag or look at the code base. Other examples also exist in the pierunner doc in the helper directory as well!