Skip to content

Commit 7dbd86f

Browse files
authored
Merge pull request #18771 from anshul82-ms/02182021-synapsepathway
commit
2 parents 30f0c85 + 7a5ffcf commit 7dbd86f

4 files changed

Lines changed: 20 additions & 1 deletion

File tree

62.4 KB
Loading
51.2 KB
Loading

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,15 @@ A. In this preview version of Synapse Pathway, following data warehouses are inc
3838

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

41-
A. Synapse Pathway supports code translation of tables, schemas, views, and stored procedures.
41+
A. Synapse Pathway preview version supports code translation of tables, schemas, and views.
4242

43+
| Source Platform| Statement Types Supported |
44+
|:-------------------:|:------------------|
45+
| IBM Netezza | Create/Alter/Drop Database<br /> Create/Alter/Drop Schema <br /> Create/Alter/Drop Table |
46+
|Microsoft SQL Server | Create/Alter/Drop Database<br /> Create/Alter/Drop Schema <br /> Create/Alter/Drop Table |
47+
| Snowflake | Create/Alter/Drop Database<br /> Create/Alter/Drop Schema <br /> Create/Alter/Drop Table |
48+
49+
4350
### Q. Can it also scan my environment and provide an assessment report of all the objects that need to be converted/translated?
4451

4552
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,18 @@ To complete this tutorial, make sure you've installed [Azure Synapse Pathway](sy
5858

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

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

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

0 commit comments

Comments
 (0)