Dbt jobs not triggered without Airbyte OSS upgrade

Summary

Querying if dbt jobs are no longer triggered without upgrading Airbyte OSS


Question

are dbt jobs no longer triggered even if we dont upgrade airbyte OSS?



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.

Join the conversation on Slack

["dbt-jobs", "triggered", "upgrade", "airbyte-oss"]

All of my jobs are getting stuck after processing the stream before normalization

2024-06-10 13:38:33 platform > Schema validation was performed to a max of 10 records with errors per stream.
2024-06-10 13:38:33 platform > Source 5188abf5-1fed-426a-b8ab-80474abe9d3e has unexpected fields [marketing_features] in stream _products
2024-06-10 13:38:33 platform > Source 5188abf5-1fed-426a-b8ab-80474abe9d3e has unexpected fields [meter] in stream _plans
2024-06-10 13:38:33 platform > Source 5188abf5-1fed-426a-b8ab-80474abe9d3e has unexpected fields [issuer] in stream _invoices
2024-06-10 13:38:33 platform > Source 5188abf5-1fed-426a-b8ab-80474abe9d3e has unexpected fields [radar_options] in stream _charges
2024-06-10 13:38:33 platform > Source 5188abf5-1fed-426a-b8ab-80474abe9d3e has unexpected fields [billing_cycle_anchor_config, invoice_settings, discounts] in stream _subscriptions
2024-06-10 13:38:33 platform > readFromSource: done. (source.isFinished:true, fromSource.isClosed:false)
2024-06-10 13:38:33 platform > processMessage: done. (fromSource.isDone:true, forDest.isClosed:false)
2024-06-10 13:38:33 platform > thread status... heartbeat thread: false , replication thread: true
2024-06-10 13:39:22 destination > INFO pool-3-thread-1 i.a.c.i.d.a.b.BufferManager(printQueueInfo):106 [ASYNC QUEUE INFO] Global: max: 1.02 GB, allocated: 10 MB (10.0 MB), % used: 0.009621224424604074 | State Manager memory usage: Allocated: 10 MB, Used: 0 bytes, percentage Used 0.000000
2024-06-10 13:39:22 destination > INFO pool-6-thread-1 i.a.c.i.d.a.FlushWorkers(printWorkerInfo):130 [ASYNC WORKER INFO] Pool queue size: 0, Active threads: 0
2024-06-10 13:40:22 destination > INFO pool-3-thread-1 i.a.c.i.d.a.b.BufferManager(printQueueInfo):106 [ASYNC QUEUE INFO] Global: max: 1.02 GB, allocated: 10 MB (10.0 MB), % used: 0.009621224424604074 | State Manager memory usage: Allocated: 10 MB, Used: 0 bytes, percentage Used 0.000000
2024-06-10 13:40:22 destination > INFO pool-6-thread-1 i.a.c.i.d.a.FlushWorkers(printWorkerInfo):130 [ASYNC WORKER INFO] Pool queue size: 0, Active threads: 0```