mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-25 08:50:18 +00:00
parent
ef579ce9b4
commit
83102d6697
@ -359,6 +359,7 @@ class DBTMixin:
|
||||
self.source_config.dbtConfigSource
|
||||
and self.dbt_manifest
|
||||
and self.dbt_catalog
|
||||
and self.dbt_run_results
|
||||
):
|
||||
logger.info("Processing DBT Tests Suites and Test Definitions")
|
||||
for _, dbt_test in self.dbt_tests.items():
|
||||
@ -408,6 +409,7 @@ class DBTMixin:
|
||||
self.source_config.dbtConfigSource
|
||||
and self.dbt_manifest
|
||||
and self.dbt_catalog
|
||||
and self.dbt_run_results
|
||||
):
|
||||
logger.info("Processing DBT Tests Cases")
|
||||
for key, dbt_test in self.dbt_tests.items():
|
||||
|
Loading…
x
Reference in New Issue
Block a user