Skip to content

Commit

Permalink
added json config
Browse files Browse the repository at this point in the history
  • Loading branch information
larsbuntemeyer committed Feb 29, 2024
1 parent 709e77d commit ed70205
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
10 changes: 0 additions & 10 deletions config/aws_config.py

This file was deleted.

13 changes: 13 additions & 0 deletions config/s3fs-flink.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"Bake": {
"bakery_class": "pangeo_forge_runner.bakery.flink.FlinkOperatorBakery"
},
"TargetStorage": {
"fsspec_class": "s3fs.S3FileSystem",
"root_path": "s3://euro-cordex/flink-test/{job_name}/output"
},
"InputCacheStorage": {
"fsspec_class": "s3fs.S3FileSystem",
"root_path": "s3://euro-cordex/flink-test/cache"
}
}

0 comments on commit ed70205

Please sign in to comment.