Actions
Bug #1584
closedLoad data into relational db
Start date:
06/04/2004
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
1584
Description
This task is part of query data feature.
The new feature means people can get part of data object by specifying a sql
query. If the data object is in a relational db, the sql query can be excuted
directly. Unfortunately, data object is not in a relational db in some
systems(e.g. Metacat, kepler local data). So we need load data object into a db.
The first step, we need to write a parser to parse metadata and get DDL for data
object. Then we use the DDL to load the data inot (SAS, DB, R).
Related issues
Updated by Jing Tao over 20 years ago
- Bug 1585 has been marked as a duplicate of this bug. ***
Updated by Jing Tao almost 20 years ago
A parser class which can generate sql command base on metadata was created. This
sql command can be excuted in the future.
Actions