Skip to content

Add a function to move a local config dict and all of it's assets to google cloud storage #47

Description

@nbren12

For the one-step workflows, @oliverwm1 wrote some code which prepares a local configuration dictionary with a mix of local and remote assets. The initial conditions are on GCS, but the diag_table and some other things are local. It would be nice to refactor the manual file-moving code in that workflow to a function in this package. I imagine something like this interface

def upload_config_to_url(config, url):
    """Upload a config dict and all of it's assets to the url
    """

The main difficulty is what the locations of the assets should be. Maybe, url should point to a directory, which will contain the assets and the configuration yaml.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions