-
Notifications
You must be signed in to change notification settings - Fork 160
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
File-based export writes empty files #2121
Comments
lmsurpre
added a commit
that referenced
this issue
Mar 22, 2021
Also, set more status fields in transient user data (chunkData) to facilitate logging / debug. Signed-off-by: Lee Surprenant <lmsurpre@us.ibm.com>
lmsurpre
added a commit
that referenced
this issue
Mar 22, 2021
Also, set more status fields in transient user data (chunkData) to facilitate logging / debug. Signed-off-by: Lee Surprenant <lmsurpre@us.ibm.com>
lmsurpre
added a commit
that referenced
this issue
Mar 22, 2021
Also, set more status fields in transient user data (chunkData) to facilitate logging / debug. Signed-off-by: Lee Surprenant <lmsurpre@us.ibm.com>
lmsurpre
added a commit
that referenced
this issue
Mar 22, 2021
Also, set more status fields in transient user data (chunkData) to facilitate logging / debug. Signed-off-by: Lee Surprenant <lmsurpre@us.ibm.com>
lmsurpre
added a commit
that referenced
this issue
Mar 22, 2021
Also, set more status fields in transient user data (chunkData) to facilitate logging / debug. Signed-off-by: Lee Surprenant <lmsurpre@us.ibm.com>
prb112
added a commit
that referenced
this issue
Mar 22, 2021
issue #2121 - skip file creation when the buffer is empty
Verified that only export files with 1 or more resources are created for all 3 types of exports. Closing issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
We added a check that prevents our S3-based export from writing empty files.
However, for file-based export, we still write the file even when there are no resources to write.
To Reproduce
Expected behavior
Only resource types with one or more resource will have files in the export.
Additional context
N/A
The text was updated successfully, but these errors were encountered: