-
Notifications
You must be signed in to change notification settings - Fork 81
Load processed data #129
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
Load processed data #129
Conversation
Allow multiple filepaths to be associated with each processed_data_id
COMMENT ON TABLE qiita.prep_y IS 'Information on how raw data y was prepared (prep template) | ||
Linked by y being raw_data_id from raw data table.'; | ||
|
||
COMMENT ON COLUMN qiita.prep_y.data IS 'STUFFFFF'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A better comment will be nicer. Also, it seems that this column is not being used in any part of the code ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That is a table that wasn't even supposed to be exported. It's there for the schema overview.
👍 |
No description provided.