Skip to content

Conversation

@jpwhite4
Copy link
Member

Description

  • Move the EtlJournalHelper to the core (along with adding an etlv2 table defn and migration)
  • Update teh EtlJournalHelper to support postgres tables too.
  • Add support for stage tables to the aggregation code

@jpwhite4 jpwhite4 force-pushed the allocations_updates branch 3 times, most recently from 868349d to 995f475 Compare November 13, 2025 22:36
@jpwhite4 jpwhite4 force-pushed the allocations_updates branch from 995f475 to 864d7fd Compare November 14, 2025 17:13
@jpwhite4 jpwhite4 marked this pull request as ready for review November 24, 2025 16:46
@jpwhite4 jpwhite4 requested a review from eiffel777 November 24, 2025 16:46
return array($selectSql, $insertSql, $optimizedInsertSql);
}

protected function createStageBatchTempTable($minDayId, $maxDayId, $availableParams)
Copy link
Contributor

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;
Copy link
Contributor

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)
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants