-
Notifications
You must be signed in to change notification settings - Fork 8
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
Organize files by table #125
Labels
Comments
This was referenced Feb 2, 2016
gracebrownecodes
pushed a commit
that referenced
this issue
Feb 5, 2016
Across all models, files are redistributed into table directories, field-type-specific attributes are added where needed, some field attributes are tweaked based on generated-DDL testing, one i2b2_pedsnet reference is tweaked based on generated-DDL testing, the i2b2_pedsnet model is moved to the base directory, and model version numbers are standardized to [0-9].[0-9].[0-9] format. Fixes #125 Fixes #126 Signed-off-by: Aaron Browne <aaron0browne@gmail.com>
gracebrownecodes
pushed a commit
that referenced
this issue
Feb 5, 2016
Across all models, files are redistributed into table directories, field-type-specific attributes are added where needed, some field attributes are tweaked based on generated-DDL testing, one i2b2_pedsnet reference is tweaked based on generated-DDL testing, the i2b2_pedsnet model is moved to the base directory, and model version numbers are standardized to [0-9].[0-9].[0-9] format. Fixes #125 Fixes #126 Signed-off-by: Aaron Browne <aaron0browne@gmail.com>
gracebrownecodes
pushed a commit
that referenced
this issue
Feb 10, 2016
Across all models, files are redistributed into table directories, field-type-specific attributes are added where needed, some field attributes are tweaked based on generated-DDL testing, one i2b2_pedsnet reference is tweaked based on generated-DDL testing, the i2b2_pedsnet model is moved to the base directory, and model version numbers are standardized to [0-9].[0-9].[0-9] format. Fixes #125 Fixes #126 Signed-off-by: Aaron Browne <aaron0browne@gmail.com>
gracebrownecodes
pushed a commit
that referenced
this issue
Feb 12, 2016
Across all models, files are redistributed into table directories, field-type-specific attributes are added where needed, some field attributes are tweaked based on generated-DDL testing, one i2b2_pedsnet reference is tweaked based on generated-DDL testing, the i2b2_pedsnet model is moved to the base directory, and model version numbers are standardized to [0-9].[0-9].[0-9] format. Fixes #125 Fixes #126 Signed-off-by: Aaron Browne <aaron0browne@gmail.com>
gracebrownecodes
pushed a commit
that referenced
this issue
Feb 12, 2016
Across all models, files are redistributed into table directories, field-type-specific attributes are added where needed, some field attributes are tweaked based on generated-DDL testing, one i2b2_pedsnet reference is tweaked based on generated-DDL testing, the i2b2_pedsnet model is moved to the base directory, and model version numbers are standardized to [0-9].[0-9].[0-9] format. Fixes #125 Fixes #126 Signed-off-by: Aaron Browne <aaron0browne@gmail.com>
gracebrownecodes
pushed a commit
that referenced
this issue
Feb 12, 2016
Across all models, files are redistributed into table directories, field-type-specific attributes are added where needed, some field attributes are tweaked based on generated-DDL testing, one i2b2_pedsnet reference is tweaked based on generated-DDL testing, the i2b2_pedsnet model is moved to the base directory, and model version numbers are standardized to [0-9].[0-9].[0-9] format. Fixes #125 Fixes #126 Signed-off-by: Aaron Browne <aaron0browne@gmail.com>
gracebrownecodes
pushed a commit
that referenced
this issue
Feb 12, 2016
Across all models, files are redistributed into table directories, field-type-specific attributes are added where needed, some field attributes are tweaked based on generated-DDL testing, one i2b2_pedsnet reference is tweaked based on generated-DDL testing, the i2b2_pedsnet model is moved to the base directory, and model version numbers are standardized to [0-9].[0-9].[0-9] format. Fixes #125 Fixes #126 Signed-off-by: Aaron Browne <aaron0browne@gmail.com>
gracebrownecodes
pushed a commit
that referenced
this issue
Mar 13, 2016
Across all models, files are redistributed into table directories, field-type-specific attributes are added where needed, some field attributes are tweaked based on generated-DDL testing, one i2b2_pedsnet reference is tweaked based on generated-DDL testing, the i2b2_pedsnet model is moved to the base directory, and model version numbers are standardized to [0-9].[0-9].[0-9] format. Fixes #125 Fixes #126 Signed-off-by: Aaron Browne <aaron0browne@gmail.com>
gracebrownecodes
pushed a commit
that referenced
this issue
Mar 14, 2016
Across all models, files are redistributed into table directories, field-type-specific attributes are added where needed, some field attributes are tweaked based on generated-DDL testing, one i2b2_pedsnet reference is tweaked based on generated-DDL testing, the i2b2_pedsnet model is moved to the base directory, and model version numbers are standardized to [0-9].[0-9].[0-9] format. Fixes #125 Fixes #126 Signed-off-by: Aaron Browne <aaron0browne@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The json-table-schema spec organizes the schema by table objects, which contain field definitions, primary key definition, and any foreign keys on the table. I think we should emulate this with a directory structure.
The text was updated successfully, but these errors were encountered: