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
* add Go and Python inspect APIs that runs ETL dry-run without requiring
callers to provide a destination bucket
* keep inspect on the existing dry-run execution path, with no
transformed objects written back to storage
* add integration test coverage for validation failures and exact ETL
error reporting
Signed-off-by: Tony Chen <a122774007@gmail.com>
Single-object Transformation allows you to transform one object at a time between any two buckets. It's similar to a regular copy operation, but with an ETL transformation applied in-flight. This is ideal for quick, ad-hoc conversions where creating an entire new bucket isn’t necessary.
0 commit comments