-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Create API endpoints in the server to export and import Airbyte Configuration files for upgrades #1526
Labels
type/enhancement
New feature or request
Comments
The tarball produced by this endpoint should look like this:
|
@ChristopheDuong this structure looks good. I think we are missing from the jobs category |
ChristopheDuong
added a commit
that referenced
this issue
Jan 8, 2021
davydov-d
added a commit
that referenced
this issue
Mar 16, 2023
davydov-d
added a commit
that referenced
this issue
Mar 16, 2023
adriennevermorel
pushed a commit
to adriennevermorel/airbyte
that referenced
this issue
Mar 17, 2023
erohmensing
pushed a commit
that referenced
this issue
Mar 22, 2023
erohmensing
pushed a commit
that referenced
this issue
Mar 22, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tell us about the problem you're trying to solve
As part of #1402, we need to expose API endpoints to trigger export and import methods from the UI.
Describe the solution you’d like
The export/import archive files produced by airbyte-migration may contain multiple files but they should be compressed into a single archive file including the VERSION tag in a file.
This tarball would then be downloadable/uploadable through the UI so that migration scripts can be applied on top of it externally with a CLI tool.
The text was updated successfully, but these errors were encountered: