feat: 新增统一数据空间与联邦查询能力

- 提供数据连接、元数据、逻辑表与关联编排能力

- 接入联邦查询、执行分析、统计估算和 SQL 补全接口

- 增加查询预算、凭据保护、租户隔离和 V61 初始化迁移
This commit is contained in:
2026-08-25 01:04:45 +08:00
parent 9068d42f4d
commit c27e97bcc2
71 changed files with 7544 additions and 1 deletions

12
pom.xml
View File

@@ -16,7 +16,7 @@
<properties>
<revision>1.2.0-RC</revision>
<easy-agents.version>1.1.0</easy-agents.version>
<easy-agents.version>1.2.0-RC</easy-agents.version>
<java.versionm>17</java.versionm>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
@@ -224,6 +224,11 @@
<artifactId>easy-agents-skill</artifactId>
<version>${easy-agents.version}</version>
</dependency>
<dependency>
<groupId>com.easyagents</groupId>
<artifactId>easy-agents-federation-sql-adapter-jdbc</artifactId>
<version>${easy-agents.version}</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
@@ -520,6 +525,11 @@
<artifactId>easyflow-module-datacenter</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>tech.easyflow</groupId>
<artifactId>easyflow-module-dataspace</artifactId>
<version>${revision}</version>
</dependency>
<!-- starter -->
<dependency>