leap-stc / LEAP_template_feedstock

A Prototype feedstock that implements independent metadata and data updates using pangeo forge
Apache License 2.0
1 stars 2 forks source link

Deactivate Copy stage on local run #27

Closed jbusecke closed 3 months ago

jbusecke commented 3 months ago

The idea here is that the copy stage should take special input (here target=False) to not do anything at all. With this we can ensure that the user can still test the recipe locally (where the target might not be available to write).

jbusecke commented 3 months ago

I factored out the changes to the Copy transform upstream

jbusecke commented 3 months ago

Ok testing here EDIT: I am a moron and forgot to change the dependency.

jbusecke commented 3 months ago

Lets try again: Testing Here

jbusecke commented 3 months ago

Nice, can confirm that this works and that the data store has been updated!

image
jbusecke commented 3 months ago

Last test running here

jbusecke commented 3 months ago

Bingo that worked. Merging now.