Partitions named after URLS prevent graph assets from running. #26421
Labels
area: asset
Related to Software-Defined Assets
area: partitions
Related to Partitions
type: bug
Something isn't working
What's the issue?
Attempting to manually launch a run of a partition containing a URL in a static partitioned graph asset throws an exception on the final step of the graph.
Short error message: "ValueError: can't combine incompatible UPath protocols"
See additional information for complete error message.
What did you expect to happen?
I would expect the script to complete without errors, as the documentation for
@graph_asset
supports apartitions_def
.How to reproduce?
Example script that reproduces the issue:
Dagster version
Reproduced on 1.9.2 and 1.9.4
Deployment type
Docker Compose
Deployment details
My docker-compose file:
Dockerfile.DAG (I do not believe that the dependencies are the issue but I'm including them anyway)
setup.py
Additional information
The complete error message:
Message from the maintainers
Impacted by this issue? Give it a 👍! We factor engagement into prioritization.
By submitting this issue, you agree to follow Dagster's Code of Conduct.
The text was updated successfully, but these errors were encountered: