Skip to content

Export Parquet Files with an Empty Dataset #383

@najuna-brian

Description

@najuna-brian

Description

Verifies that the synk data export command handles the edge case of a server with zero observations gracefully, without crashing or producing a corrupt file.

Steps

  1. Ensure you are logged in: run synk login with valid admin credentials
  2. Confirm the server has zero observations (fresh server or wiped database)
  3. Run synk data export exports.zip
  4. Observe the output and exit behaviour

Expected Result

The command either returns a clear message stating there is no data to export, or produces an empty ZIP file. The command must NOT crash, panic, or produce an unreadable file. Exit code should be 0 for empty export or a non-zero code with a clear explanation.

Actual Result

(To be filled during testing)

Priority

Medium

Metadata

Metadata

Assignees

No one assigned

    Labels

    testIssues related to tests, test coverage, or test infrastructuretest:CLITest case related to the CLI

    Type

    No type

    Projects

    Status

    To Test

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions