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

feat: added maxcompute configs support and placeholders for extractor implementation #69

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

Mayurjag
Copy link

No description provided.

@Mayurjag Mayurjag marked this pull request as draft October 25, 2024 10:15
plugins/util.go Outdated Show resolved Hide resolved
@Mayurjag Mayurjag self-assigned this Nov 5, 2024
@Mayurjag Mayurjag removed their assignment Nov 5, 2024
@Mayurjag Mayurjag marked this pull request as ready for review November 5, 2024 08:04
@Mayurjag Mayurjag force-pushed the feat/maxcompute-extractor branch 3 times, most recently from d736ae2 to 42c761a Compare November 7, 2024 11:55
@Mayurjag Mayurjag marked this pull request as draft November 11, 2024 05:31
}

if tableInfo.Body.Data.CreationTime != nil {
attributesData["partition_field"] = *tableInfo.Body.Data.CreationTime

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it is wrong set value mas

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

referred the RFC for this, lets discuss

@Mayurjag Mayurjag force-pushed the feat/maxcompute-extractor branch 3 times, most recently from e5e5e23 to db31a23 Compare November 13, 2024 04:51
@Mayurjag Mayurjag force-pushed the feat/maxcompute-extractor branch 2 times, most recently from 59353d7 to db3d6d0 Compare November 13, 2024 09:46
go.mod Outdated
Comment on lines 15 to 16
github.com/alibabacloud-go/darabonba-openapi/v2 v2.0.10
github.com/alibabacloud-go/maxcompute-20220104 v1.4.1

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this can be removed, no? please go mod tidy again while make sure you use go version 1.20.X

Comment on lines +252 to +255
if tableInfo.ResourceUrl() != "" {
attributesData["resource_url"] = tableInfo.ResourceUrl()
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe we still need partition_field information since it is P0. We can get from table.PartitionColumns() @Mayurjag

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

Successfully merging this pull request may close these issues.

4 participants