Skip to content

Refactor index and ROR data handling#81

Open
RK206 wants to merge 1 commit intodevelopfrom
feature/importer_aliases_fix
Open

Refactor index and ROR data handling#81
RK206 wants to merge 1 commit intodevelopfrom
feature/importer_aliases_fix

Conversation

@RK206
Copy link
Collaborator

@RK206 RK206 commented Dec 23, 2025

No description provided.

index_prefix = index_prefix + "_"

ALIAS = index_prefix + target + index_suffix
ALIAS = index_prefix + index_suffix + "_" + target
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this change? I'm assuming this bit is to add the _dev suffix for the test instances, but this will break that since they all look like e.g. jct2_funder_config_dev20241123042422

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