Anatole Callies
12/03/2021, 4:17 PMuser
12/03/2021, 8:23 PMdocker exec -ti airbyte psql -U docker airbyte
then run the query airbyte=# select id, started_at, created_at, updated_at from jobs where "scope" = '<CONNECTION-ID>' order by id asc;
The connection id is possible to get from the URL in the web app accessing the specific connection.user
12/06/2021, 8:39 AMuser
12/06/2021, 3:56 PMuser
12/07/2021, 9:04 AM