forked from raystack/optimus
-
Notifications
You must be signed in to change notification settings - Fork 2
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: maxcompute support #293
Draft
deryrahman
wants to merge
5
commits into
main
Choose a base branch
from
maxcompute-support
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains 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
deryrahman
force-pushed
the
maxcompute-support
branch
from
November 6, 2024 04:53
1a3371c
to
33a350a
Compare
* feat: add initial resource mapping for maxcompute table * feat: improve validation, add table spec * tests: add test for table_spec and properties * feat: add code to create table on maxcompute * feat: initial setup of maxcompute store * feat: add maxcompute client and register maxcompute store * fix: change table handler initialization parameter type * fix: fix error on missing partition * fix: fix parameter type interface and handling error creation properly * fix: change partition column handling * test: add test for maxcompute client and table implementation * feat: implement checking existing table schema * chore: sort imports # Conflicts: # ext/store/maxcompute/maxcompute.go # ext/store/maxcompute/table.go # ext/store/maxcompute/table_test.go * feat: add support for views in maxcompute * feat: connect support for views * feat: implement standard table updation and improve view table * feat: add clustering support for table creation and update view * feat: implement alter table column with json type * test: add cluster table and view test * feat: implement schema format temporary for resource urn * chore: fix lint errors * chore: restructure file * chore: update golangci-lint action * feat: incorporate version 2 changes for maxcompute * update name to be used in create and update * fix: fix failure for decode * fix test and list issues * fix: handle name for view updation * test: fix the error on maxcompute test handle form * test: fix the error on maxcompute view handle form mock --------- Co-authored-by: Frederick Wijayadi Susilo <[email protected]> Co-authored-by: Frederick Wijayadi Susilo <[email protected]>
* feat: add initial resource mapping for maxcompute table * feat: improve validation, add table spec * tests: add test for table_spec and properties * feat: add code to create table on maxcompute * feat: initial setup of maxcompute store * feat: add maxcompute client and register maxcompute store * fix: change table handler initialization parameter type * fix: fix error on missing partition * fix: fix parameter type interface and handling error creation properly * fix: change partition column handling * test: add test for maxcompute client and table implementation * feat: implement checking existing table schema * chore: sort imports # Conflicts: # ext/store/maxcompute/maxcompute.go # ext/store/maxcompute/table.go # ext/store/maxcompute/table_test.go * feat: add support for views in maxcompute * feat: connect support for views * feat: implement standard table updation and improve view table * feat: add clustering support for table creation and update view * feat: implement alter table column with json type * test: add cluster table and view test * feat: implement schema format temporary for resource urn * feat: add support for Alicloud OSS DAG write * chore: fix lint errors * chore: restructure file * chore: update golangci-lint action * feat: incorporate version 2 changes for maxcompute * update name to be used in create and update * feat: refactor approach to implement blob driver.Bucket instead * fix: fix failure for decode * fix test and list issues * fix: handle name for view updation * feat: implement NewTypedWriter * fix: do not use prefix * feat: export cfg * feat: restructure code * fix lint * fix implementation with unit test * fix linter & use test pkg --------- Co-authored-by: Sandeep Bhardwaj <[email protected]> Co-authored-by: Frederick Wijayadi Susilo <[email protected]> Co-authored-by: Frederick Wijayadi Susilo <[email protected]>
* feat: add upstream identifier for maxcompute * fix: linter * test: add test case for maxcompute identifier * fix: linter * feat: support tick quote in one part of table
* feat: add schema support for resource management on standard and view table * feat: add auto create schema for view table * chore: fix lint error
deryrahman
force-pushed
the
maxcompute-support
branch
from
November 8, 2024 00:07
32efc8d
to
9e84bdc
Compare
* feat: upstream identifier for maxcompute view * feat: extractor view ddl for maxcompute * test: update test case for mc extractor + fix linter * feat: create table from parsed urn + ignore load error because of bug in ali sdk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Dedicated branch for any maxcompute related changes
Merge this once it's ready