Skip to content

make bundle workflows agnostic of filesystem path

ryanlong requested to merge 205-bundle-path-rewrite into main

Created by: ri-pandey

Description

Don't persist staging path of dataset bundles in the database.

Related Issue(s)

Closes #205 (closed)

If applicable, please reference the issue(s) that this PR addresses. If the PR does not address any specific issue, you can remove this section.

Changes Made

List the main changes made in this PR. Be as specific as possible.

  • Feature added
  • Bug fixed
  • Code refactored
  • Documentation updated
  • Other changes: [describe]

Screenshots (if applicable)

Provide screenshots or GIFs that visually represent the changes. If not applicable, you can remove this section.

Checklist

Before submitting this PR, please make sure that:

  • Your code passes linting and coding style checks.
  • Documentation has been updated to reflect the changes.
  • You have reviewed your own code and resolved any merge conflicts.
  • You have requested a review from at least one team member.
  • Any relevant issue(s) have been linked to this PR.

Additional Information

Bundle paths are being not being persisted in the database anymore. There are two config paths instead - one for staging, and another for generating bundles.

Merge request reports

Loading