Frederik Hagelund
04/27/2021, 6:45 PMstate is stored? I mean is it possible to change that through the UI for a specific source?
Lets say i have a source and i want to manually set the state back due to, some manual manipulation in my destination (datawarehouse).s
s
Frederik Hagelund
04/27/2021, 7:01 PMstate might be further ahead than the source. Hope it make senses
docker-compose down
3. untar the downloaded archive
4. inside airbyte_db/JOBS.yaml find the latest successful job run for the connection whose state you want to change. it’s important that this is the latest, because state is considered to be whatever was output by the last successful sync job.
5. you should see a state object like so
config:
sync:
state:
state:
update the values in that object to match what you want
6. tar the resulting folders
7. turn on airbyte webapp and webserver docker-compose up -d db server webapp
8. go to the admin Ui and import the configuration you just edited
9. run docker-compose down then docker-compose up to run all of airbytes
Frederik Hagelund
04/27/2021, 7:11 PMs
Frederik Hagelund
05/04/2021, 6:26 PMJOBS.yaml is not being imported. After the last step docker-compose up i exported then configuration files again and it still had the old values. In the import process is there anyway to verify that is succesfull? because i do not really get any message that is uploadeds
Frederik Hagelund
05/19/2021, 5:45 AM