-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make FSSpecTarget be 'pathlike' (#474)
The goal here is for recipe authors to be able to pass *strings* to `target` parameters of StoreToZarr to specify where the data should be for this specific recipe, and we can inject the prefix with pangeo-forge-runner. The primary use case is when we have a dictionary of recipes being returned from a single recipe file. The *name* of the recipe is unfortunately not really available during AST parsing, so the suffix the data should be put in needs to be explicitly specified.
- Loading branch information
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters