Skip to content

Support passing pg abstractions deeper than 1st argument level #874

Open
soxofaan wants to merge 1 commit intomasterfrom
issue868-2nd-level-datacube-arguments
Open

Support passing pg abstractions deeper than 1st argument level #874
soxofaan wants to merge 1 commit intomasterfrom
issue868-2nd-level-datacube-arguments

Conversation

@soxofaan
Copy link
Member

@soxofaan soxofaan commented Mar 24, 2026

fixes #868

Add support for process graph abstractions like DataCube deeper than first level arguments

e.g. (dummy example from unit tests):

settings = con.datacube_from_process(
    "produce_settings", 
    size=4,
)
cube = con.datacube_from_process(
    "colorize", 
    context={
        "color": "red",
        "settings": settings,
    }
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support passing UDF as context to run_udf

1 participant