Skip to content

Commit 018d7be

Browse files
committed
csv
1 parent 6342b9b commit 018d7be

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/copilot-instructions.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ set_species_richness_filter({species_type: "all", taxon: "mammals"})
222222
SET THREADS=100;
223223
SET preserve_insertion_order=false;
224224
SET enable_object_cache=true;
225-
SET temp_directory='/tmp';
226225

227226
-- Extensions
228227
INSTALL httpfs; LOAD httpfs;

app/system-prompt.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ CREATE OR REPLACE SECRET outputs (
262262
TYPE S3,
263263
ENDPOINT 's3-west.nrp-nautilus.io',
264264
URL_STYLE 'path',
265-
SCOPE 's3://public-outputs'
265+
SCOPE 's3://public-output'
266266
);
267267

268268
-- Your SELECT or COPY query here...
@@ -275,7 +275,7 @@ COPY (SELECT ...)
275275
TO 's3://public-outputs/biodiversity/filename-2025-01-01.csv'
276276
(FORMAT CSV, HEADER, OVERWRITE_OR_IGNORE);
277277
```
278-
Then provide download link: `https://minio.carlboettiger.info/public-outputs/biodiversity/filename-2025-01-01.csv`
278+
Then provide download link: `https://s3-west.nrp-nautilus.io/public-output/biodiversity/filename-2025-01-01.csv`
279279

280280
## H3 Geospatial Indexing
281281

0 commit comments

Comments
 (0)