Skip to content

FIX: Postpone scan data source after reading dbt tables

Jan Soubusta requested to merge article/vr_analytics into main

Scan needs schema name, which is in dbt models make_pdm() needs data types, it needs result of scan New solution:

  1. Read dbt models
  2. Scan
  3. Call make_pdm, where data types are injected from the scan result

Merge request reports