Hi everyone, I am new to both dagster and airbyte ...
# integration-airbyte
l
Hi everyone, I am new to both dagster and airbyte and have a super simple question I just want to make sure I am understanding: If I want to see how/when airbyte connections run, I have to materialize in the dagster ui or from a job in the dagster code, right? In other words, I cannot have jobs scheduled to sync in the airbyte ui and see that they have done so in the dagster ui, the job instantiation must take place from dagster. Is this correct? load_assets_from_airbyte_instance seems to show me what is available and allow me to materialize from the dagit, but will show "never materialized" for jobs that are syncing in airbyte.