You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to add a resource without streaming it's contents?
For context, I made a partitioning dataflow a while back, but would like to optimize it so that I'm writing directly to a csv, and not re-reading the results downstream. The partition target is an endpoint, but still part of the resulting package.
The alternative to a mechanism for ignoring a resource stream would be to remove it and add it back after the data flow, which just feels inelegant
The text was updated successfully, but these errors were encountered:
Is it possible to add a resource without streaming it's contents?
For context, I made a partitioning dataflow a while back, but would like to optimize it so that I'm writing directly to a csv, and not re-reading the results downstream. The partition target is an endpoint, but still part of the resulting package.
The alternative to a mechanism for ignoring a resource stream would be to remove it and add it back after the data flow, which just feels inelegant
The text was updated successfully, but these errors were encountered: