Skip to content

Commit 16ad6f6

Browse files
committed
commit
1 parent 2ad9538 commit 16ad6f6

5 files changed

Lines changed: 17 additions & 2 deletions

File tree

62.4 KB
Loading
51.2 KB
Loading
151 KB
Loading

docs/tools/synapse-pathway/pathway-faq.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,13 @@ A. In this preview version of Synapse Pathway, following data warehouses are inc
3737

3838
### Q. What is included as part of the code conversion?
3939

40-
A. Synapse Pathway supports code translation of tables, schemas, views, and stored procedures.
41-
40+
A. Synapse Pathway preview version supports code translation of tables, schemas, and views.
41+
|Source Platform |Statement Types Supported|
42+
|-------------|---------------|
43+
|IBM Netezza|Create/Alter/Drop Database<br/> Create/Alter/Drop Schema <br/>Create/Alter/Drop Table
44+
|Microsoft SQL Server|CCreate/Alter/Drop Database<br/> Create/Alter/Drop Schema <br/>Create/Alter/Drop Table|
45+
|Snowflake|Create/Alter/Drop Database<br/> Create/Alter/Drop Schema <br/>Create/Alter/Drop Table|
46+
4247
### Q. Can it also scan my environment and provide an assessment report of all the objects that need to be converted/translated?
4348

4449
A. In this preview version of Synapse Pathway, you will have to provide the link to the DDL/DML scripts that needs to be translated. Synapse Pathway will not scan your current environment to identify the objects that need to be translated.

docs/tools/synapse-pathway/synapse-pathway-assessment.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,16 @@ To complete this tutorial, make sure you've installed [Azure Synapse Pathway](sy
5656

5757
1. A results file, which will have a list of errors and warnings, will be uploaded in the same output directory.
5858

59+
## Run the translation using command line
60+
1. On installation, AspCmd.exe will be available in C:\Program Files (x86)\Azure Synapse Pathway (Preview)
61+
1. Launch the command prompt and go to the file location
62+
1. Type aspcmd.exe --help for a list of commands
63+
64+
![Azure Synapse assessment report.](./media/perform-assessment/cmd-help.png)
65+
66+
4. You can start running the translations using the command line
67+
![Azure Synapse assessment report.](./media/perform-assessment/cmd-assessment.png)
68+
5969
## Next steps
6070

6171
[Learn how to save and load the assessment](tutorial-save-load-assessment.md)

0 commit comments

Comments
 (0)