You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data-explorer/data-share.md
+26-26Lines changed: 26 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,32 +63,32 @@ Use the following steps to share tables:
63
63
64
64
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.
65
65
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"]`|
0 commit comments