Skip to content

feat: add ODPS (MaxCompute) data source support#2677

Open
leezhongshan wants to merge 7 commits into
sodadata:mainfrom
leezhongshan:main
Open

feat: add ODPS (MaxCompute) data source support#2677
leezhongshan wants to merge 7 commits into
sodadata:mainfrom
leezhongshan:main

Conversation

@leezhongshan
Copy link
Copy Markdown

Add soda-odps plugin for ODPS/MaxCompute data sources with:

  • OdpsDataSource model with connection properties (access_id, secret_access_key, project, endpoint)
  • OdpsSqlDialect with backtick quoting, RLIKE regex, and PARTITION clause support
  • OdpsDataSourceConnection using pyodps SDK
  • DESCRIBE TABLE via ODPS Table API instead of information_schema

Description

Please provide a description of your changes:

  • What problem are you solving?
  • Any expected impact on downstream packages/services?
  • Reference issue # if available.

Checklist

  • I added a test to verify the new functionality.
  • I verified this PR does not break soda-extensions.

Add soda-odps plugin for ODPS/MaxCompute data sources with:
- OdpsDataSource model with connection properties (access_id, secret_access_key, project, endpoint)
- OdpsSqlDialect with backtick quoting, RLIKE regex, and PARTITION clause support
- OdpsDataSourceConnection using pyodps SDK
- DESCRIBE TABLE via ODPS Table API instead of information_schema
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Apr 28, 2026

CLA assistant check
All committers have signed the CLA.

@sonarqubecloud
Copy link
Copy Markdown

❌ The last analysis has failed.

See analysis details on SonarQube Cloud

@sonarqubecloud
Copy link
Copy Markdown

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.

2 participants