-
Notifications
You must be signed in to change notification settings - Fork 153
[Hubs] Support Alibaba cloud FOCUS data #1679
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
+39
−1
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: flanakin <399533+flanakin@users.noreply.github.com>
Co-authored-by: flanakin <399533+flanakin@users.noreply.github.com>
flanakin
reviewed
Jun 10, 2025
src/templates/finops-hub/modules/scripts/IngestionSetup_RawTables.kql
Outdated
Show resolved
Hide resolved
Copilot finished work on behalf of
flanakin
June 10, 2025 09:15
Co-authored-by: flanakin <399533+flanakin@users.noreply.github.com>
Copilot finished work on behalf of
flanakin
June 10, 2025 09:18
flanakin
approved these changes
Jun 11, 2025
Co-authored-by: flanakin <399533+flanakin@users.noreply.github.com>
flanakin
approved these changes
Jun 18, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Needs: Review 👀
PR that is ready to be reviewed
Skill: DevOps
GitHub setup and automation
Skill: Documentation
Documentation updates
Skill: KQL
KQL queries and Data Explorer integration
Tool: FinOps guide
Implementing FinOps guide
Tool: FinOps hubs
Data pipeline solution
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds support for Alibaba Cloud FOCUS data ingestion in FinOps hubs by implementing the required custom columns as specified in the Alibaba Cloud Standard Billing FOCUS documentation.
Changes Made
Added Alibaba Cloud FOCUS Columns
The following extended columns have been added to support Alibaba Cloud cost data:
x_CommodityCode
- Commodity code identifierx_CommodityName
- Commodity name descriptionx_BillingItemCode
- Billing item code identifierx_BillingItemName
- Billing item name descriptionx_InstanceID
- Instance identifierFiles Modified
src/templates/finops-hub/modules/scripts/IngestionSetup_RawTables.kql
Costs_raw
table definition with appropriate data typessrc/templates/finops-hub/modules/scripts/IngestionSetup_v1_0.kql
ActualCosts_transform_v1_0()
function with empty default valuesAmortizedCosts_transform_v1_0()
function with empty default valuesdocs-mslearn/toolkit/hubs/data-model.md
docs-mslearn/toolkit/hubs/data-processing.md
Implementation Notes
x_
prefix to denote them as extended FOCUS columnsTesting
This enables Alibaba Cloud users to ingest their FOCUS cost data into FinOps hubs with full support for Alibaba-specific billing metadata.
Fixes #1677.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.