diff --git a/docs/explore-and-analyze-data/create-first-project.md b/docs/explore-and-analyze-data/create-first-project.md index 8fefb95d54..d00f5a294e 100644 --- a/docs/explore-and-analyze-data/create-first-project.md +++ b/docs/explore-and-analyze-data/create-first-project.md @@ -70,9 +70,8 @@ Or learn about the [magic commands](/docs/explore-and-analyze-data/magic-command Replace `ACCESS_KEY_ID`, `SECRET_ACCESS_KEY`, and `REGION` with your values. ```bash - %project_auth_create name=, project=, key=, secret=, region= + %project_auth_create name=, project=, key=, secret=, region= ``` - 4. Deploy the engine. @@ -81,17 +80,19 @@ Or learn about the [magic commands](/docs/explore-and-analyze-data/magic-command %project_engine_deploy name=, size= ``` The deployment process takes a few minutes. It generates a password. -6. Connect to the project. + +5. Connect to the project. ```bash %connect ``` When the connection is made, provide the generated password. -7. Run the sample workload. +6. Run the sample workload. :::note Make sure you do not have tables named SalesCenter or SalesDemo in the selected database. Replace auth1 and the location values in the following example with your own values. :::: + a. Create a table to store the sales center data. ```sql @@ -166,13 +167,13 @@ Or learn about the [magic commands](/docs/explore-and-analyze-data/magic-command DROP TABLE SalesDemo; ``` -8. Back up your project metadata and object definitions in your Git repository. +7. Back up your project metadata and object definitions in your Git repository. ```bash %project_backup project= ``` -9. Suspend the engine to avoid paying for unneeded engine resources. +8. Suspend the engine to avoid paying for unneeded engine resources. ```bash %project_engine_suspend project= ``` diff --git a/docs/explore-and-analyze-data/magic-commands.md b/docs/explore-and-analyze-data/magic-commands.md index 2adca0a8c3..f25255536a 100644 --- a/docs/explore-and-analyze-data/magic-commands.md +++ b/docs/explore-and-analyze-data/magic-commands.md @@ -97,8 +97,12 @@ Where: - project: The project name and URL for its repository. **Output**: + ``` -Name of the project and its Git repository URL +| NAME | URL | +|---------------|------- --| +| | | + ``` ## %project_auth_create @@ -208,7 +212,7 @@ Where: ## %project_engine_deploy -**(For Azure, we're still working on the parameters keyvaultresourcegroup and networkresourcegroup.** +**For Azure, we're still working on the parameters keyvaultresourcegroup and networkresourcegroup.** **Description**: Deploy an engine for the project. The deployment process takes a few minutes to complete. On successful deployment, a password is generated. @@ -301,7 +305,7 @@ Where: **Output**: ``` Started suspend -Success: Suspending Compute Engine +Success: Suspended Compute Engine ``` ## %project_engine_list