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: articles/cost-management-billing/dataset-schema/cost-usage-details-mca.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ ms.author: vikdesai
74
74
| 57 |term|Displays the term for the validity of the offer. For example: For reserved instances, it displays 12 months as the Term. For one-time purchases or recurring purchases, Term is one month (SaaS, Marketplace Support). Not applicable for Azure consumption.|
75
75
| 58 |reservationId|Unique identifier for the purchased reservation instance.|
76
76
| 59 |reservationName|Name of the purchased reservation instance.|
77
-
| 60 |PricingModel|Identifier that indicates how the meter is priced. (Values: `On Demand`, `Reservation`, `Spot`, and `SavingsPlan`)|
77
+
| 60 |pricingModel|Identifier that indicates how the meter is priced. (Values: `On Demand`, `Reservation`, `Spot`, and `SavingsPlan`)|
78
78
| 61 |unitPrice|The price for a given product or service inclusive of any negotiated discount that you might have on top of the market price (PayG price column) for your contract. For more information, see [Pricing behavior in cost details](../automate/automation-ingest-usage-details-overview.md#pricing-behavior-in-cost-and-usage-details).|
79
79
| 62 |costAllocationRuleName|Name of the Cost Allocation rule that's applicable to the record.|
80
80
| 63 |benefitId| Unique identifier for the purchased savings plan instance. |
@@ -346,4 +346,4 @@ ms.author: vikdesai
346
346
| 57 |Term|Displays the term for the validity of the offer. For example: For reserved instances, it displays 12 months as the Term. For one-time purchases or recurring purchases, Term is one month (SaaS, Marketplace Support). Not applicable for Azure consumption.|
347
347
| 58 |ReservationId|Unique identifier for the purchased reservation instance.|
348
348
| 59 |ReservationName|Name of the purchased reservation instance.|
349
-
| 60 |UnitPrice|The price for a given product or service inclusive of any negotiated discount that you might have on top of the market price (PayG price column) for your contract. For more information, see [Pricing behavior in cost details](../automate/automation-ingest-usage-details-overview.md#pricing-behavior-in-cost-and-usage-details).|
349
+
| 60 |UnitPrice|The price for a given product or service inclusive of any negotiated discount that you might have on top of the market price (PayG price column) for your contract. For more information, see [Pricing behavior in cost details](../automate/automation-ingest-usage-details-overview.md#pricing-behavior-in-cost-and-usage-details).|
Copy file name to clipboardExpand all lines: articles/synapse-analytics/metadata/overview.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,10 @@ Azure Synapse Analytics allows the different workspace computational engines to
16
16
17
17
The sharing supports the so-called modern data warehouse pattern and gives the workspace SQL engines access to databases and tables created with Spark. It also allows the SQL engines to create their own objects that aren't being shared with the other engines.
18
18
19
+
> [!IMPORTANT]
20
+
> Tables created in Spark with more than 1,024 columns may appear in Object Explorer but can't be queried from the serverless SQL pool due to incomplete metadata synchronization.
21
+
>
22
+
> **Workaround**: Avoid creating Spark tables with more than 1,024 columns if they need to be queried from the serverless SQL pool. Redesign the schema and recreate the table.
19
23
## Support the modern data warehouse
20
24
21
25
The shared metadata model supports the modern data warehouse pattern in the following way:
0 commit comments