Skip to content
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

Common Data Types #679

Open
Kyle-Southam343 opened this issue Jan 16, 2025 · 0 comments
Open

Common Data Types #679

Kyle-Southam343 opened this issue Jan 16, 2025 · 0 comments
Assignees

Comments

@Kyle-Southam343
Copy link

Summary

AWS and Azure export to parquet differently for cost columns which means conversion is required.

Which area does this issue relate to?

A: Missing FinOps feature, use case, or scenario

Detailed Description

When exporting AWS FOCUS and Azure Focus, Azure exports to Parquet in DECIMAL (38) and AWS in DOUBLE. The headache here is finding a common ground in a warehouse that doesn't support double. Float doesn't work, so I had to change the receiving column to varchar and then convert to decimal.

What use cases, FinOps or others, can't be performed with the existing specification unless this issue is addressed?

There is a work around, but it would be good if alignment could be achieved between parquet exports.

Which FinOps personas does this issue relate to?

Technical

Which provider groups or specific providers does this issue relate to?

AWS, Azure.

On a scale of 1 - 4, how critical is this for your organization?

3: Important for adoption in the next 6-12 months

Objective

Establish a common parquet format.

Data Examples

No response

Issues, PRs, or Other References

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Triage
Development

No branches or pull requests

3 participants