-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help me run / debug this pipeline #1
Comments
I’m happy to sit down and go through this sometime this week. I’m guessing my schedule is more open than others’. |
Answering a few questions ahead of time:
My hope is that all of the environment and storage pieces can be moved left out of the majority of recipes: noaa-oisst-avhrr-feedstock/recipe/pipeline.py Lines 146 to 169 in 52ddc9f
That can (hopefully) just be in the base class. The "runtime" components at noaa-oisst-avhrr-feedstock/recipe/pipeline.py Lines 172 to 174 in 52ddc9f
and noaa-oisst-avhrr-feedstock/recipe/pipeline.py Lines 177 to 185 in 52ddc9f
can maybe be removed. IIUC, the Python module we send to prefect has to have a
Most likely Joe set up the secrets just on the terraform repo. They should probably be organization-wide. |
Update. @TomAugspurger and I sprinted today and we got this feedstock to run! 🚀 |
*Run up to an error :) But progress!
|
I just took a crack at writing a new pipeline. I based this off my original example: https://github.com/pangeo-forge/pangeo-forge/blob/master/examples/oisst-avhrr-v02r01.py
It felt like coding blind, because I did not know how to interactively debug my flow.
It was also confusing to have runtime stuff (prefect / dask settings) intermixed into the recipe. I wasn't quite sure what I could remove and what was necessary.
So I did my best, but I'm sure it doesn't work.
The action also failed on the "Authenticate with Docker" step:
https://github.com/pangeo-forge/noaa-oisst-avhrr-feedstock/runs/1204219150?check_suite_focus=true
Would appreciate some help from @TomAugspurger / @jhamman.
The text was updated successfully, but these errors were encountered: