Skip to content

Commit 3241c2b

Browse files
authored
Merge pull request #313998 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 29b2f91 + 1a38527 commit 3241c2b

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

articles/cost-management-billing/dataset-schema/cost-usage-details-mca.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ ms.author: vikdesai
7474
| 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.|
7575
| 58 |reservationId|Unique identifier for the purchased reservation instance.|
7676
| 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`)|
7878
| 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).|
7979
| 62 |costAllocationRuleName|Name of the Cost Allocation rule that's applicable to the record.|
8080
| 63 |benefitId| Unique identifier for the purchased savings plan instance. |
@@ -346,4 +346,4 @@ ms.author: vikdesai
346346
| 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.|
347347
| 58 |ReservationId|Unique identifier for the purchased reservation instance.|
348348
| 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).|

articles/synapse-analytics/metadata/overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ Azure Synapse Analytics allows the different workspace computational engines to
1616

1717
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.
1818

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.
1923
## Support the modern data warehouse
2024

2125
The shared metadata model supports the modern data warehouse pattern in the following way:

0 commit comments

Comments
 (0)