-
Notifications
You must be signed in to change notification settings - Fork 74
Updates to support the Allocations Realm #2122
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
base: main
Are you sure you want to change the base?
Conversation
868349d to
995f475
Compare
995f475 to
864d7fd
Compare
| return array($selectSql, $insertSql, $optimizedInsertSql); | ||
| } | ||
|
|
||
| protected function createStageBatchTempTable($minDayId, $maxDayId, $availableParams) |
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.
It would be nice to have a docblock for this function describing it and it parameters
|
|
||
| public function __construct($schema, $table, $database = 'datawarehouse', $last_modified_column = 'last_modified') { | ||
|
|
||
| $this->schema = $schema; |
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.
There seems to be some class properties like this that do not have DocBlocks. It would be nice if all these properties had docblocks with their description and type.
| } | ||
| } | ||
|
|
||
| protected function stageData($aggregationUnit, $availableParams) |
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.
It would be nice to have a docblock for this function describing it and it parameters
Description