-
Notifications
You must be signed in to change notification settings - Fork 225
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0005295: Started work on relational to json
- Loading branch information
1 parent
36cff95
commit 7f34cb7
Showing
4 changed files
with
95 additions
and
1 deletion.
There are no files selected for viewing
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
25 changes: 25 additions & 0 deletions
25
symmetric-assemble/src/asciidoc/configuration/table-group-hiers.ad
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
|
||
== Table Group Hierarchies | ||
Table group hierarchies | ||
|
||
ID:: Unique identifier for a table group hierarchy. | ||
Table Group ID:: Unique identifier for the table group associated with this table in the hierarchy. | ||
Source Catalog:: Optional name for the catalog the configured table is in. | ||
Source Schema:: Optional name for the schema the configured table is in. | ||
Source Table:: The name of the source table that will be a part of this table group. | ||
Parent ID:: Unique identifier for the parent of this table in the hierarchy. | ||
Parent Relation Type:: | ||
|
||
[cols="<2,<7", options="header"] | ||
|=== | ||
|Type | ||
|Description | ||
|
||
|Object| | ||
|
||
|Array| | ||
|
||
|=== | ||
|
||
Primary Key Column Names:: A comma-separated list of the configured table's primary keys | ||
Foreign Key Column Names:: A comma-separated list of the configured table's foreign keys |
17 changes: 17 additions & 0 deletions
17
symmetric-assemble/src/asciidoc/configuration/table-groups.ad
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
|
||
== Table Groups | ||
Table groups | ||
|
||
ID:: Unique identifier for a table group. | ||
Writer Type:: | ||
|
||
[cols="<2,<7", options="header"] | ||
|=== | ||
|Type | ||
|Description | ||
|
||
|Default| | ||
|
||
|Json| | ||
|
||
|=== |
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