Hello there `case` Periodic tasks run on airflow ...
# ingestion
q
Hello there
case
Periodic tasks run on airflow with dbt I was thinking it’s possible to ingest only specific artefacts in my example I would like only to ingest
run_results.json
hence test/assertion data to datahub. With this case, I don’t ingest data that is already in datahub only the assertions which are needed
Possible solution:
Copy code
node_type_pattern:
      allow:
        - ^test.*
m
yes this should work