Skip to content

Commit 6238f3d

Browse files
committed
Rename buckets underneath Iceberg landing warehouse.
The bucket will only store iceberg tables so name accordingly.
1 parent 3cbe9ac commit 6238f3d

4 files changed

Lines changed: 4 additions & 6 deletions

File tree

infra/ansible/group_vars/all/all.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ keycloak_realm:
3232
keycloak_realm_url: "{{ keycloak_url }}/realms/{{ keycloak_realm.name }}"
3333

3434
lakekeeper_base_path: /iceberg
35+
lakekeeper_bucket_prefix: isis-adp-warehouse-
3536
lakekeeper_http_port: 8181
3637

3738
pip_install_packages:
@@ -53,8 +54,8 @@ lakekeeper_catalog:
5354
warehouses:
5455
facility_ops_landing:
5556
storage:
56-
bucket_name: "{{ lakekeeper_bucket_prefix }}facility-ops-landing"
57-
key_prefix: iceberg
57+
bucket_name: "{{ lakekeeper_bucket_prefix }}facility-ops-landing-iceberg"
58+
key_prefix: ""
5859
elt_jobs:
5960
github_org: ISISNeutronMuon
6061
github_repo: analytics-data-platform

infra/ansible/inventories/dev/group_vars/all/all.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,3 @@ s3_endpoint: "https://{{ top_level_domain }}:{{ minio_api_port }}"
99
s3_region: minio # not used but can be required by apis
1010
s3_access_key_id: "{{ vault_minio_root_user }}"
1111
s3_access_secret: "{{ vault_minio_root_passwd }}"
12-
13-
lakekeeper_bucket_prefix: warehouse-

infra/ansible/inventories/qa/group_vars/all/all.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,3 @@ s3_endpoint: https://s3.echo.stfc.ac.uk
55
s3_region: echo-01 # not used but can be required by apis
66
s3_access_key_id: "{{ vault_echo_access_id }}"
77
s3_access_secret: "{{ vault_echo_access_secret }}"
8-
9-
lakekeeper_bucket_prefix: isis-analytics-data-platform-warehouse-

infra/ansible/roles/elt/templates/cron/elt_task.sh.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ function ensure_elt_sources_exist() {
1717
pushd $git_clone_dir
1818
git clean -d -x --force
1919
git reset --hard
20+
git fetch --prune
2021
git checkout "$ELT_GIT_REF"
2122
git pull
2223
popd

0 commit comments

Comments
 (0)