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