Skip to content

Commit f0a4bb5

Browse files
committed
fixed formatting in the tables
1 parent 1f905ae commit f0a4bb5

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

data-explorer/data-share.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -63,32 +63,32 @@ Use the following steps to share tables:
6363

6464
1. Create a template and set the appropriate parameters on the dataset, table restrictions, and specify the invite recipient. Use the information in the following table to help you configure the template.
6565

66-
General Parameters
67-
68-
| **Parameter** | **Description** | **Example** |
69-
|--|--|--|
70-
| *accountName* | The name of the provider's Azure Data Share account. | |
71-
| *location* | The location of all the resources. The leader and the follower must be in the same location. | |
72-
| *shareName* | The name of the share that will be created on the data share account. | |
73-
| *recipientEmail* | The email of the Azure Data Share receiver. | |
74-
75-
Database Parameters
76-
77-
| **Parameter** | **Description** | **Example** |
78-
|--|--|--|
79-
| *databaseName* | The name of provider's database. | |
80-
| *databaseResourceId* | The resource ID of the provider's database. | |
81-
82-
Table and View Parameters
83-
84-
| **Parameter** | **Description** | **Example** |
85-
|--|--|--|
86-
| *externalTablesToExclude* | The list of external tables to exclude. To exclude all external tables, use ["*"]. | `["ExternalTable1ToExclude", "ExternalTable2ToExclude"]` |
87-
| *externalTablesToInclude* | The list of external tables to include. To include all external tables starting with 'Logs', use ["Logs*"]. | `["ExternalTable1ToInclude", "ExternalTable2ToInclude"]` |
88-
| *materializedViewsToExclude* | The list of materialized views to exclude. To exclude all materialized views, use ["*"]. | `["Mv11ToExclude", "Mv22ToExclude"]` |
89-
| *materializedViewsToInclude* | The list of materialized views to include. To include all materialized views starting with 'Logs', use ["Logs*"]. | `["Mv1ToInclude", "Mv2ToInclude"]` |
90-
| *tablesToExclude* | The list of tables to exclude. To exclude all tables, use ["*"]. | `["table1ToExclude", "table2ToExclude"]` |
91-
| *tablesToInclude* | The list of tables to include. To include all tables, use ["*"]. | `["table1ToInclude", "table2ToInclude"]` |
66+
#### General Parameters
67+
68+
| **Parameter** | **Description** | **Example** |
69+
|--|--|--|
70+
| *accountName* | The name of the provider's Azure Data Share account. | |
71+
| *location* | The location of all the resources. The leader and the follower must be in the same location. | |
72+
| *shareName* | The name of the share that will be created on the data share account. | |
73+
| *recipientEmail* | The email of the Azure Data Share receiver. | |
74+
75+
#### Database Parameters
76+
77+
| **Parameter** | **Description** | **Example** |
78+
|--|--|--|
79+
| *databaseName* | The name of provider's database. | |
80+
| *databaseResourceId* | The resource ID of the provider's database. | |
81+
82+
#### Table and View Parameters
83+
84+
| **Parameter** | **Description** | **Example** |
85+
|--|--|--|
86+
| *externalTablesToExclude* | The list of external tables to exclude. To exclude all external tables, use ["*"]. | `["ExternalTable1ToExclude", "ExternalTable2ToExclude"]` |
87+
| *externalTablesToInclude* | The list of external tables to include. To include all external tables starting with 'Logs', use ["Logs*"]. | `["ExternalTable1ToInclude", "ExternalTable2ToInclude"]` |
88+
| *materializedViewsToExclude* | The list of materialized views to exclude. To exclude all materialized views, use ["*"]. | `["Mv11ToExclude", "Mv22ToExclude"]` |
89+
| *materializedViewsToInclude* | The list of materialized views to include. To include all materialized views starting with 'Logs', use ["Logs*"]. | `["Mv1ToInclude", "Mv2ToInclude"]` |
90+
| *tablesToExclude* | The list of tables to exclude. To exclude all tables, use ["*"]. | `["table1ToExclude", "table2ToExclude"]` |
91+
| *tablesToInclude* | The list of tables to include. To include all tables, use ["*"]. | `["table1ToInclude", "table2ToInclude"]` |
9292

9393
```json
9494
{

0 commit comments

Comments
 (0)