File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ keycloak_realm:
3232keycloak_realm_url : " {{ keycloak_url }}/realms/{{ keycloak_realm.name }}"
3333
3434lakekeeper_base_path : /iceberg
35+ lakekeeper_bucket_prefix : isis-adp-warehouse-
3536lakekeeper_http_port : 8181
3637
3738pip_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
Original file line number Diff line number Diff line change @@ -9,5 +9,3 @@ s3_endpoint: "https://{{ top_level_domain }}:{{ minio_api_port }}"
99s3_region : minio # not used but can be required by apis
1010s3_access_key_id : " {{ vault_minio_root_user }}"
1111s3_access_secret : " {{ vault_minio_root_passwd }}"
12-
13- lakekeeper_bucket_prefix : warehouse-
Original file line number Diff line number Diff line change @@ -5,5 +5,3 @@ s3_endpoint: https://s3.echo.stfc.ac.uk
55s3_region : echo-01 # not used but can be required by apis
66s3_access_key_id : " {{ vault_echo_access_id }}"
77s3_access_secret : " {{ vault_echo_access_secret }}"
8-
9- lakekeeper_bucket_prefix : isis-analytics-data-platform-warehouse-
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments