Skip to content
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

Release PR #1364

Merged
merged 21 commits into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions conf/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,9 @@ class BaseSettings(PydanticBaseSettings):
eyb_salary_s3_prefix: str = ''
eyb_rent_s3_prefix: str = ''
postcode_from_s3_prefix: str = ''
nomis_uk_business_employee_counts_from_s3_prefix: str = ''
ref_sic_codes_mapping_from_s3_prefix: str = ''
sector_reference_dataset_from_s3_prefix: str = ''


class CIEnvironment(BaseSettings):
Expand Down
3 changes: 3 additions & 0 deletions conf/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -613,3 +613,6 @@
EYB_SALARY_S3_PREFIX = env.eyb_salary_s3_prefix
EYB_RENT_S3_PREFIX = env.eyb_rent_s3_prefix
POSTCODE_FROM_S3_PREFIX = env.postcode_from_s3_prefix
NOMIS_UK_BUSINESS_EMPLOYEE_COUNTS_FROM_S3_PREFIX = env.nomis_uk_business_employee_counts_from_s3_prefix
REF_SIC_CODES_MAPPING_FROM_S3_PREFIX = env.ref_sic_codes_mapping_from_s3_prefix
SECTOR_REFERENCE_DATASET_FROM_S3_PREFIX = env.sector_reference_dataset_from_s3_prefix
Loading
Loading