Skip to content

Commit

Permalink
Merge pull request #58 from softwarewright/main
Browse files Browse the repository at this point in the history
Update readme example for convert
  • Loading branch information
techvaquero authored Mar 28, 2024
2 parents 2e0aacd + 48308ac commit 185619f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand Down

0 comments on commit 185619f

Please sign in to comment.