Skip to content

Commit

Permalink
Merge branch 'main' into feat/T-#77-jsonld-mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
khalsz committed Nov 13, 2024
2 parents b3409e0 + 4b5bfaf commit 4fc1525
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/api/static/intake/level1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,13 @@ sources:
description: Type of caching to use with s3. Defaults to "simplecache"
type: str
default: "simplecache"
cache_dir:
description: Location to cache remote data locally.
type: str
default: "/tmp"
args:
urlpath: "{{cache_type}}::{{url}}/{{group}}"
consolidated: True
storage_options:
s3:
anon: true
endpoint_url: "https://s3.echo.stfc.ac.uk"
cache_storage: "{{cache_dir}}"
sources:
driver: intake_xarray.xzarr.ZarrSource
description: "Source data from the MAST tokamak"
Expand All @@ -43,15 +38,10 @@ sources:
description: Type of caching to use with s3. Defaults to "simplecache"
type: str
default: "simplecache"
cache_dir:
description: Location to cache remote data locally.
type: str
default: "/tmp"
args:
urlpath: "{{cache_type}}::{{url}}"
consolidated: True
storage_options:
s3:
anon: true
endpoint_url: "https://s3.echo.stfc.ac.uk"
cache_storage: "{{cache_dir}}"
endpoint_url: "https://s3.echo.stfc.ac.uk"

0 comments on commit 4fc1525

Please sign in to comment.