-
Notifications
You must be signed in to change notification settings - Fork 1
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
base: main
Are you sure you want to change the base?
Conversation
2e9bad8
to
f822cef
Compare
d736ae2
to
42c761a
Compare
42c761a
to
44f63cb
Compare
} | ||
|
||
if tableInfo.Body.Data.CreationTime != nil { | ||
attributesData["partition_field"] = *tableInfo.Body.Data.CreationTime |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
e5e5e23
to
db31a23
Compare
db31a23
to
b076c1e
Compare
59353d7
to
db3d6d0
Compare
db3d6d0
to
34cfcde
Compare
go.mod
Outdated
github.com/alibabacloud-go/darabonba-openapi/v2 v2.0.10 | ||
github.com/alibabacloud-go/maxcompute-20220104 v1.4.1 |
There was a problem hiding this comment.
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
if tableInfo.ResourceUrl() != "" { | ||
attributesData["resource_url"] = tableInfo.ResourceUrl() | ||
} | ||
|
There was a problem hiding this comment.
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
03a843b
to
7b5cad2
Compare
No description provided.