-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Change State using the UI #3092
Comments
That's a great idea. I wonder if we could display this information in the |
for context the answer I gave Fred in slack:
update the values in that object to match what you want
Not endorsing it, just putting it here in case someone sees this issue before we get around to doing it. |
Hi all, have anyone tried this. |
@phamduyly did you try doing this? If you need some help let me know |
just adding a relevant slack thread to this issue for reference, with slightly revised steps based on Sherif's comment (tested on 0.29.17-alpha) |
Hi @sherifnada , I'm trying to do what You've explained
But when I extract files from Airbyte's Has something changed since last year or am I doing something wrong? thanks in advance! |
From backlog grooming: Timebox this to a few days. Make CRUD apis to view and set state, show in the I with lots of danger warnings. Requirements:
Options, if there's time:
|
Working on adding STATE to the UI in #13394, but we won't allow editing quite yet |
cc @erohmensing - I think our 'copy state' feature will address this |
Hi there, Airbyte now allows editing of the connection state in the UI! I will close the issue now that this is resolved. Feel free to comment if you feel it should be re-opened. |
Tell us about the problem you're trying to solve
As a Data Engineer i am used to having control on all parts of the extract/ingest process. However in Airbyte i am missing a feature to manipulate or manual set the
state
. In some cases you might be working with legacy systems that produce data in the wrong order, which might invalidate thestate
if the sync happen during this phase.Another case is that maybe you do not want to extract all the data from the beginning. Maybe the source has so much data that you only want the data from current date and then incremental from there. An argument could be to just create a
config
calledstart_date
and it is then handled by the source, but forces the creator of asource
to think about every specific use-case.Describe the solution you’d like
I'd like to be able to change the
state
using the UI. From a UI perspective it could be added to theConnection settings
page. In the source schemas table we could add another column, just likeSync settings
that contain the current state of thatschema
.Describe the alternative you’ve considered or used
Export the
airbyte configuration
file and make your changes toairbyte_db/JOBS.yaml
. Then upload theairbyte configuration
using the UI. Not the cleanest, but it works.Additional context
┆Issue is synchronized with this Asana task by Unito
The text was updated successfully, but these errors were encountered: