altimate-datapilot-cli 0.1.0__tar.gz → 0.1.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/.bumpversion.cfg +1 -1
- {altimate_datapilot_cli-0.1.0/src/altimate_datapilot_cli.egg-info → altimate_datapilot_cli-0.1.2}/PKG-INFO +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/docs/conf.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/setup.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2/src/altimate_datapilot_cli.egg-info}/PKG-INFO +1 -1
- altimate_datapilot_cli-0.1.2/src/datapilot/__init__.py +1 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/checks/check_column_desc_are_same.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/checks/check_column_name_contract.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/checks/check_macro_args_have_desc.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/checks/check_macro_has_desc.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/checks/check_model_has_all_columns.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/checks/check_model_has_meta_keys.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/checks/check_model_has_properties_file.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/checks/check_model_has_tests_by_group.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/checks/check_model_has_tests_by_name.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/checks/check_model_has_tests_by_type.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/checks/check_model_materialization_by_childs.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/checks/check_model_name_contract.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/checks/check_model_parents_and_childs.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/checks/check_model_parents_database.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/checks/check_model_parents_schema.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/checks/check_model_tags.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/checks/check_source_childs.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/checks/check_source_columns_have_desc.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/checks/check_source_has_all_columns.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/checks/check_source_has_freshness.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/checks/check_source_has_loader.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/checks/check_source_has_meta_keys.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/checks/check_source_has_tests.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/checks/check_source_has_tests_by_group.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/checks/check_source_has_tests_by_name.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/checks/check_source_has_tests_by_type.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/checks/check_source_table_has_description.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/checks/check_source_tags.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/dbt_test/missing_primary_key_tests.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/dbt_test/test_coverage.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/governance/documentation_on_stale_columns.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/governance/exposures_dependent_on_private_models.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/governance/public_models_without_contracts.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/governance/undocumented_columns.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/governance/undocumented_public_models.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/modelling/direct_join_to_source.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/modelling/downstream_models_dependent_on_source.py +2 -2
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/modelling/duplicate_sources.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/modelling/hard_coded_references.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/modelling/joining_of_upstream_concepts.py +2 -4
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/modelling/model_fanout.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/modelling/multiple_sources_joined.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/modelling/root_model.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/modelling/source_fanout.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/modelling/staging_model_dependent_on_downstream_models.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/modelling/staging_model_dependent_on_staging_models.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/modelling/unused_sources.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/performance/chain_view_linking.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/performance/exposure_parent_materializations.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/sql/sql_check.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/structure/model_directories_structure.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/structure/model_naming_conventions.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/structure/source_directories_structure.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/structure/test_directory_structure.py +1 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/parsers/catalog/catalog_v1.py +7 -7
- altimate_datapilot_cli-0.1.0/src/datapilot/__init__.py +0 -1
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/.cookiecutterrc +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/.coveragerc +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/.editorconfig +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/.github/workflows/github-actions.yml +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/.pre-commit-config.yaml +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/.pre-commit-hooks.yaml +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/.readthedocs.yml +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/AUTHORS.rst +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/CHANGELOG.rst +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/CONTRIBUTING.rst +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/LICENSE +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/MANIFEST.in +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/README.md +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/README.rst +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/ci/bootstrap.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/ci/requirements.txt +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/ci/templates/.github/workflows/github-actions.yml +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/docs/authors.rst +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/docs/changelog.rst +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/docs/configuration.rst +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/docs/contributing.rst +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/docs/features.rst +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/docs/hooks.rst +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/docs/index.rst +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/docs/insights.rst +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/docs/installation.rst +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/docs/introduction.rst +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/docs/performance.rst +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/docs/readme.rst +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/docs/reference/datapilot.rst +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/docs/reference/index.rst +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/docs/requirements.txt +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/docs/spelling_wordlist.txt +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/docs/usage.rst +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/pyproject.toml +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/pytest.ini +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/setup.cfg +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/altimate_datapilot_cli.egg-info/SOURCES.txt +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/altimate_datapilot_cli.egg-info/dependency_links.txt +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/altimate_datapilot_cli.egg-info/entry_points.txt +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/altimate_datapilot_cli.egg-info/not-zip-safe +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/altimate_datapilot_cli.egg-info/requires.txt +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/altimate_datapilot_cli.egg-info/top_level.txt +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/__main__.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/cli/__init__.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/cli/decorators.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/cli/main.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/clients/__init__.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/clients/altimate/__init__.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/clients/altimate/client.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/clients/altimate/utils.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/config/__init__.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/config/config.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/config/utils.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/__init__.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/insights/__init__.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/insights/base/__init__.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/insights/base/insight.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/insights/report.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/insights/schema.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/insights/sql/__init__.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/insights/sql/base/__init__.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/insights/sql/base/insight.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/insights/sql/runtime/__init__.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/insights/sql/static/__init__.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/insights/utils.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/knowledge/__init__.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/knowledge/cli.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/knowledge/server.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/mcp_utils/__init__.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/mcp_utils/mcp.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/__init__.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/__init__.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/cli/__init__.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/cli/cli.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/constants.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/exceptions.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/executor.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/factory.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/formatting.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/hooks/__init__.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/hooks/executor_hook.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/__init__.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/base.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/checks/__init__.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/checks/base.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/checks/check_model_has_labels_keys.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/checks/check_source_has_labels_keys.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/dbt_test/__init__.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/dbt_test/base.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/governance/__init__.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/governance/base.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/modelling/README.md +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/modelling/__init__.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/modelling/base.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/performance/__init__.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/performance/base.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/schema.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/sql/__init__.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/sql/base.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/structure/__init__.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/structure/base.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/insights/utils.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/schemas/__init__.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/schemas/catalog.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/schemas/manifest.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/utils.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/wrappers/__init__.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/wrappers/catalog/__init__.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/wrappers/catalog/v1/__init__.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/wrappers/catalog/v1/wrapper.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/wrappers/catalog/wrapper.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/wrappers/manifest/__init__.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/wrappers/manifest/v10/__init__.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/wrappers/manifest/v10/schemas.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/wrappers/manifest/v10/wrapper.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/wrappers/manifest/v11/__init__.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/wrappers/manifest/v11/schemas.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/wrappers/manifest/v11/wrapper.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/wrappers/manifest/v12/__init__.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/wrappers/manifest/v12/schemas.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/wrappers/manifest/v12/wrapper.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/wrappers/manifest/wrapper.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/wrappers/run_results/__init__.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/core/platforms/dbt/wrappers/run_results/run_results.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/exceptions/__init__.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/exceptions/exceptions.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/schemas/__init__.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/schemas/constants.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/schemas/nodes.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/schemas/sql.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/utils/__init__.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/utils/formatting/__init__.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/utils/formatting/utils.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/datapilot/utils/utils.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/__init__.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/__init__.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/parser.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/parsers/__init__.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/parsers/base.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/parsers/catalog/__init__.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/parsers/manifest/__init__.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/parsers/manifest/manifest_v1.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/parsers/manifest/manifest_v10.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/parsers/manifest/manifest_v11.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/parsers/manifest/manifest_v12.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/parsers/manifest/manifest_v2.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/parsers/manifest/manifest_v3.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/parsers/manifest/manifest_v4.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/parsers/manifest/manifest_v5.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/parsers/manifest/manifest_v6.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/parsers/manifest/manifest_v7.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/parsers/manifest/manifest_v8.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/parsers/manifest/manifest_v9.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/parsers/run_results/__init__.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/parsers/run_results/run_results_v1.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/parsers/run_results/run_results_v2.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/parsers/run_results/run_results_v3.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/parsers/run_results/run_results_v4.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/parsers/run_results/run_results_v5.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/parsers/run_results/run_results_v6.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/parsers/sources/__init__.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/parsers/sources/sources_v1.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/parsers/sources/sources_v2.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/parsers/sources/sources_v3.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/parsers/utils.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/parsers/version_map.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/resources/catalog/catalog_v1.json +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/resources/manifest/manifest_v1.json +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/resources/manifest/manifest_v10.json +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/resources/manifest/manifest_v11.json +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/resources/manifest/manifest_v12.json +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/resources/manifest/manifest_v2.json +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/resources/manifest/manifest_v3.json +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/resources/manifest/manifest_v4.json +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/resources/manifest/manifest_v5.json +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/resources/manifest/manifest_v6.json +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/resources/manifest/manifest_v7.json +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/resources/manifest/manifest_v8.json +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/resources/manifest/manifest_v9.json +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/resources/run-results/run-results_v1.json +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/resources/run-results/run-results_v2.json +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/resources/run-results/run-results_v3.json +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/resources/run-results/run-results_v4.json +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/resources/run-results/run-results_v5.json +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/resources/run-results/run-results_v6.json +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/resources/sources/sources_v1.json +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/resources/sources/sources_v2.json +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/resources/sources/sources_v3.json +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/src/vendor/dbt_artifacts_parser/utils.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/tests/core/__init__.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/tests/core/platform/__init__.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/tests/core/platform/dbt/__init__.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/tests/core/platform/dbt/test_cli.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/tests/core/platform/dbt/test_utils.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/tests/data/catalog_v1.json +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/tests/data/catalog_v12.json +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/tests/data/config.yml +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/tests/data/manifest_v10.json +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/tests/data/manifest_v10macroargs.json +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/tests/data/manifest_v11.json +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/tests/data/manifest_v11macroargs.json +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/tests/data/manifest_v12.json +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/tests/data/manifests/manifest_js.json +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/tests/data/manifests/manifest_js2.json +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/tests/data/manifests/manifest_js3.json +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/tests/data/manifests/manifest_tuva.json +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/tests/data/manifests/manifest_tuva2.json +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/tests/data/manifests/manifest_tuva3.json +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/tests/utils/__init__.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/tests/utils/test_utils.py +0 -0
- {altimate_datapilot_cli-0.1.0 → altimate_datapilot_cli-0.1.2}/tox.ini +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.1.2"
|
|
@@ -9,7 +9,7 @@ from datapilot.core.platforms.dbt.schemas.manifest import AltimateResourceType
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
class CheckColumnDescAreSame(ChecksInsight):
|
|
12
|
-
NAME = "
|
|
12
|
+
NAME = "column_name_inconsistent_desc"
|
|
13
13
|
ALIAS = "column_descriptions_are_same"
|
|
14
14
|
DESCRIPTION = "Column description for the same column name should be same "
|
|
15
15
|
REASON_TO_FLAG = (
|
|
@@ -14,7 +14,7 @@ from datapilot.utils.formatting.utils import numbered_list
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
class CheckColumnNameContract(ChecksInsight):
|
|
17
|
-
NAME = "
|
|
17
|
+
NAME = "column_name_pattern_violation"
|
|
18
18
|
ALIAS = "column_name_contract"
|
|
19
19
|
DESCRIPTION = "Column names should adhere to the contract pattern defined for the data type. "
|
|
20
20
|
REASON_TO_FLAG = (
|
|
@@ -8,7 +8,7 @@ from datapilot.core.platforms.dbt.schemas.manifest import AltimateResourceType
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
class CheckMacroArgsHaveDesc(ChecksInsight):
|
|
11
|
-
NAME = "
|
|
11
|
+
NAME = "macro_arg_no_desc"
|
|
12
12
|
ALIAS = "check_macro_args_have_desc"
|
|
13
13
|
DESCRIPTION = "Macro arguments should have a description. "
|
|
14
14
|
REASON_TO_FLAG = "Clear descriptions for macro arguments are crucial as they prevent misunderstandings, enhance user comprehension, and simplify maintenance. This leads to more accurate data analysis and efficient workflows."
|
|
@@ -8,7 +8,7 @@ from datapilot.core.platforms.dbt.schemas.manifest import AltimateResourceType
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
class CheckMacroHasDesc(ChecksInsight):
|
|
11
|
-
NAME = "
|
|
11
|
+
NAME = "macro_no_docs"
|
|
12
12
|
ALIAS = "check_macro_has_desc"
|
|
13
13
|
DESCRIPTION = "Macros should be documented."
|
|
14
14
|
REASON_TO_FLAG = "Undocumented macros can cause misunderstandings and inefficiencies in data modeling and analysis, as they make it difficult to understand their purpose and usage. Clear descriptions are vital for accuracy and streamlined workflow."
|
|
@@ -14,7 +14,7 @@ from datapilot.utils.formatting.utils import numbered_list
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
class CheckModelHasAllColumns(ChecksInsight):
|
|
17
|
-
NAME = "
|
|
17
|
+
NAME = "model_missing_columns"
|
|
18
18
|
ALIAS = "check_model_has_all_columns"
|
|
19
19
|
DESCRIPTION = "Models should have all the columns as per the catalog."
|
|
20
20
|
REASON_TO_FLAG = (
|
|
@@ -12,7 +12,7 @@ from datapilot.utils.formatting.utils import numbered_list
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
class CheckModelHasMetaKeys(ChecksInsight):
|
|
15
|
-
NAME = "
|
|
15
|
+
NAME = "model_invalid_meta_keys"
|
|
16
16
|
ALIAS = "check_model_has_valid_meta_keys"
|
|
17
17
|
DESCRIPTION = "Model always has a list of valid metadata keys."
|
|
18
18
|
REASON_TO_FLAG = (
|
|
@@ -8,7 +8,7 @@ from datapilot.core.platforms.dbt.schemas.manifest import AltimateResourceType
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
class CheckModelHasPropertiesFile(ChecksInsight):
|
|
11
|
-
NAME = "
|
|
11
|
+
NAME = "model_no_schema_file"
|
|
12
12
|
ALIAS = "check_model_has_properties_file"
|
|
13
13
|
DESCRIPTION = "Models should have a properties/schema file (.yml) defined."
|
|
14
14
|
REASON_TO_FLAG = (
|
|
@@ -9,7 +9,7 @@ from datapilot.core.platforms.dbt.schemas.manifest import AltimateResourceType
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
class CheckModelHasTestsByGroup(ChecksInsight):
|
|
12
|
-
NAME = "
|
|
12
|
+
NAME = "model_insufficient_tests_by_group"
|
|
13
13
|
ALIAS = "check_model_has_tests_by_group"
|
|
14
14
|
DESCRIPTION = "Check if models have a number of tests for specific test groups."
|
|
15
15
|
REASON_TO_FLAG = "Models should have tests with specific groups for proper validation."
|
|
@@ -9,7 +9,7 @@ from datapilot.core.platforms.dbt.schemas.manifest import AltimateResourceType
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
class CheckModelHasTestsByName(ChecksInsight):
|
|
12
|
-
NAME = "
|
|
12
|
+
NAME = "model_missing_required_tests"
|
|
13
13
|
ALIAS = "check_model_has_tests_by_name"
|
|
14
14
|
DESCRIPTION = "Checks that the model has tests with specific names."
|
|
15
15
|
REASON_TO_FLAG = "Models should have tests with specific names for proper validation."
|
|
@@ -9,7 +9,7 @@ from datapilot.core.platforms.dbt.schemas.manifest import AltimateResourceType
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
class CheckModelHasTestsByType(ChecksInsight):
|
|
12
|
-
NAME = "
|
|
12
|
+
NAME = "model_insufficient_tests_by_type"
|
|
13
13
|
ALIAS = "check_model_has_tests_by_type"
|
|
14
14
|
DESCRIPTION = "Checks that the model has tests with specific types."
|
|
15
15
|
REASON_TO_FLAG = "Models should have tests with specific types for proper validation."
|
|
@@ -8,7 +8,7 @@ from datapilot.core.platforms.dbt.insights.schema import DBTModelInsightResponse
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
class CheckModelMaterializationByChilds(ChecksInsight):
|
|
11
|
-
NAME = "
|
|
11
|
+
NAME = "model_suboptimal_materialization"
|
|
12
12
|
ALIAS = "check_model_materialization_by_childs"
|
|
13
13
|
DESCRIPTION = "Fewer children than threshold ideally should be view or ephemeral, more or equal should be table or incremental."
|
|
14
14
|
REASON_TO_FLAG = "The model is flagged due to inappropriate materialization: models with child counts above the threshold require robust and efficient data processing, hence they should be materialized as tables or incrementals for optimized query performance and data management."
|
|
@@ -11,7 +11,7 @@ from datapilot.utils.utils import is_superset_path
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
class CheckModelNameContract(ChecksInsight):
|
|
14
|
-
NAME = "
|
|
14
|
+
NAME = "model_name_pattern_violation"
|
|
15
15
|
ALIAS = "model_name_by_folder"
|
|
16
16
|
DESCRIPTION = (
|
|
17
17
|
"Check that model name abides to a contract (similar to check-column-name-contract). A contract consists of a regex pattern."
|
|
@@ -9,7 +9,7 @@ from datapilot.core.platforms.dbt.schemas.manifest import AltimateResourceType
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
class CheckModelParentsAndChilds(ChecksInsight):
|
|
12
|
-
NAME = "
|
|
12
|
+
NAME = "model_excessive_dependencies"
|
|
13
13
|
ALIAS = "check_model_parents_and_childs"
|
|
14
14
|
DESCRIPTION = "Ensures the model has a specific number (max/min) of parents or/and childs."
|
|
15
15
|
REASON_TO_FLAG = (
|
|
@@ -8,7 +8,7 @@ from datapilot.core.platforms.dbt.schemas.manifest import AltimateResourceType
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
class CheckModelParentsDatabase(ChecksInsight):
|
|
11
|
-
NAME = "
|
|
11
|
+
NAME = "model_invalid_database"
|
|
12
12
|
ALIAS = "check_model_parents_database"
|
|
13
13
|
DESCRIPTION = "Ensures the parent models or sources are from certain database."
|
|
14
14
|
REASON_TO_FLAG = "The model has a different database as parent model or source."
|
|
@@ -8,7 +8,7 @@ from datapilot.core.platforms.dbt.schemas.manifest import AltimateResourceType
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
class CheckModelParentsSchema(ChecksInsight):
|
|
11
|
-
NAME = "
|
|
11
|
+
NAME = "model_invalid_schema"
|
|
12
12
|
ALIAS = "check_model_parents_schema"
|
|
13
13
|
DESCRIPTION = "Ensures the parent models or sources are from certain schema."
|
|
14
14
|
REASON_TO_FLAG = "The model has a different schema as parent model or source."
|
|
@@ -8,7 +8,7 @@ from datapilot.core.platforms.dbt.schemas.manifest import AltimateResourceType
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
class CheckModelTags(ChecksInsight):
|
|
11
|
-
NAME = "
|
|
11
|
+
NAME = "model_invalid_tags"
|
|
12
12
|
ALIAS = "check_model_tags"
|
|
13
13
|
DESCRIPTION = "Ensures that the model has only valid tags from the provided list."
|
|
14
14
|
REASON_TO_FLAG = "The model has tags that are not in the valid tags list"
|
|
@@ -8,7 +8,7 @@ from datapilot.core.platforms.dbt.schemas.manifest import AltimateResourceType
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
class CheckSourceChilds(ChecksInsight):
|
|
11
|
-
NAME = "
|
|
11
|
+
NAME = "source_excessive_dependencies"
|
|
12
12
|
ALIAS = "check_source_childs"
|
|
13
13
|
DESCRIPTION = "Check the source has a specific number (max/min) of childs"
|
|
14
14
|
REASON_TO_FLAG = "The source has a number of childs that is not in the valid range"
|
|
@@ -13,7 +13,7 @@ from datapilot.utils.formatting.utils import numbered_list
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
class CheckSourceColumnsHaveDescriptions(ChecksInsight):
|
|
16
|
-
NAME = "
|
|
16
|
+
NAME = "source_columns_no_description"
|
|
17
17
|
ALIAS = "check_source_columns_have_desc"
|
|
18
18
|
DESCRIPTION = "Ensures that the source has columns with descriptions in the properties file (usually schema.yml)."
|
|
19
19
|
REASON_TO_FLAG = "Missing descriptions for columns in the source can lead to confusion and inconsistency in analysis. "
|
|
@@ -14,7 +14,7 @@ from datapilot.utils.formatting.utils import numbered_list
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
class CheckSourceHasAllColumns(ChecksInsight):
|
|
17
|
-
NAME = "
|
|
17
|
+
NAME = "source_missing_columns"
|
|
18
18
|
ALIAS = "check_source_has_all_columns"
|
|
19
19
|
DESCRIPTION = "Ensures that all columns in the database are also specified in the properties file. (usually schema.yml)."
|
|
20
20
|
REASON_TO_FLAG = "Missing columns in the source can lead to confusion and inconsistency in analysis. "
|
|
@@ -8,7 +8,7 @@ from datapilot.core.platforms.dbt.schemas.manifest import AltimateResourceType
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
class CheckSourceHasFreshness(ChecksInsight):
|
|
11
|
-
NAME = "
|
|
11
|
+
NAME = "source_no_freshness"
|
|
12
12
|
ALIAS = "check_source_has_freshness"
|
|
13
13
|
DESCRIPTION = "Ensures that the source has freshness options"
|
|
14
14
|
REASON_TO_FLAG = "Missing freshness options for the source can lead to confusion and inconsistency in analysis. "
|
|
@@ -8,7 +8,7 @@ from datapilot.core.platforms.dbt.schemas.manifest import AltimateResourceType
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
class CheckSourceHasLoader(ChecksInsight):
|
|
11
|
-
NAME = "
|
|
11
|
+
NAME = "source_no_loader"
|
|
12
12
|
ALIAS = "check_source_has_loader"
|
|
13
13
|
DESCRIPTION = "Check if the source has a loader"
|
|
14
14
|
REASON_TO_FLAG = "Missing loader for the source can lead to confusion and inconsistency in analysis. "
|
|
@@ -11,7 +11,7 @@ from datapilot.utils.formatting.utils import numbered_list
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
class CheckSourceHasMetaKeys(ChecksInsight):
|
|
14
|
-
NAME = "
|
|
14
|
+
NAME = "source_invalid_meta_keys"
|
|
15
15
|
ALIAS = "check_source_has_meta_keys"
|
|
16
16
|
DESCRIPTION = "Check if the source has required metadata keys"
|
|
17
17
|
REASON_TO_FLAG = "Missing meta keys in the source can lead to inconsistency in metadata management and understanding of the source. It's important to ensure that the source includes all the required meta keys as per the configuration."
|
|
@@ -8,7 +8,7 @@ from datapilot.core.platforms.dbt.schemas.manifest import AltimateResourceType
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
class CheckSourceHasTests(ChecksInsight):
|
|
11
|
-
NAME = "
|
|
11
|
+
NAME = "source_no_tests"
|
|
12
12
|
ALIAS = "check_source_has_tests"
|
|
13
13
|
DESCRIPTION = "Check if the source has tests"
|
|
14
14
|
REASON_TO_FLAG = "The source table is missing tests. Ensure that the source table has tests."
|
|
@@ -9,7 +9,7 @@ from datapilot.core.platforms.dbt.schemas.manifest import AltimateResourceType
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
class CheckSourceHasTestsByGroup(ChecksInsight):
|
|
12
|
-
NAME = "
|
|
12
|
+
NAME = "source_insufficient_tests_by_group"
|
|
13
13
|
ALIAS = "check_source_has_tests_by_group"
|
|
14
14
|
DESCRIPTION = "Check if sources have a number of tests for specific test groups."
|
|
15
15
|
REASON_TO_FLAG = "Sources should have tests with specific groups for proper validation."
|
|
@@ -9,7 +9,7 @@ from datapilot.core.platforms.dbt.schemas.manifest import AltimateResourceType
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
class CheckSourceHasTestsByName(ChecksInsight):
|
|
12
|
-
NAME = "
|
|
12
|
+
NAME = "source_missing_required_tests"
|
|
13
13
|
ALIAS = "check_source_has_tests_by_name"
|
|
14
14
|
DESCRIPTION = "Checks that the source has tests with specific names."
|
|
15
15
|
REASON_TO_FLAG = "Sources should have tests with specific names for proper validation."
|
|
@@ -8,7 +8,7 @@ from datapilot.core.platforms.dbt.schemas.manifest import AltimateResourceType
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
class CheckSourceHasTestsByType(ChecksInsight):
|
|
11
|
-
NAME = "
|
|
11
|
+
NAME = "source_insufficient_tests_by_type"
|
|
12
12
|
ALIAS = "check_source_has_tests_by_type"
|
|
13
13
|
DESCRIPTION = "Checks that the source has tests with specific types."
|
|
14
14
|
REASON_TO_FLAG = "Sources should have tests with specific types for proper validation."
|
|
@@ -8,7 +8,7 @@ from datapilot.core.platforms.dbt.schemas.manifest import AltimateResourceType
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
class CheckSourceTableHasDescription(ChecksInsight):
|
|
11
|
-
NAME = "
|
|
11
|
+
NAME = "source_no_description"
|
|
12
12
|
ALIAS = "check_source_table_has_desc"
|
|
13
13
|
DESCRIPTION = "Ensures that the source table has a description"
|
|
14
14
|
REASON_TO_FLAG = "Missing description for the source table can lead to confusion and inconsistency in analysis. "
|
|
@@ -8,7 +8,7 @@ from datapilot.core.platforms.dbt.schemas.manifest import AltimateResourceType
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
class CheckSourceTags(ChecksInsight):
|
|
11
|
-
NAME = "
|
|
11
|
+
NAME = "source_invalid_tags"
|
|
12
12
|
ALIAS = "check_source_tags"
|
|
13
13
|
DESCRIPTION = "The source has only valid tags from the provided list."
|
|
14
14
|
REASON_TO_FLAG = "The source has tags that are not in the valid tags list"
|
|
@@ -21,7 +21,7 @@ class MissingPrimaryKeyTests(DBTTestInsight):
|
|
|
21
21
|
NOT_NULL = "not_null"
|
|
22
22
|
UNIQUE = "unique"
|
|
23
23
|
UNIQUE_COMBINATION_OF_COLUMNS = "unique_combination_of_columns"
|
|
24
|
-
NAME = "
|
|
24
|
+
NAME = "missing_primary_keys_tests"
|
|
25
25
|
ALIAS = "missing_primary_key_tests"
|
|
26
26
|
DESCRIPTION = "Checks if the model has a primary key test. "
|
|
27
27
|
REASON_TO_FLAG = (
|
|
@@ -14,7 +14,7 @@ class DBTTestCoverage(DBTTestInsight):
|
|
|
14
14
|
It aims to ensure that a minimum percentage of tests are applied to each model to maintain data integrity.
|
|
15
15
|
"""
|
|
16
16
|
|
|
17
|
-
NAME = "
|
|
17
|
+
NAME = "low_test_coverage"
|
|
18
18
|
ALIAS = "dbt_low_test_coverage"
|
|
19
19
|
DESCRIPTION = "Checks if the project test coverage is below the minimum threshold. "
|
|
20
20
|
REASON_TO_FLAG = (
|
|
@@ -16,7 +16,7 @@ class DBTDocumentationStaleColumns(DBTGovernanceInsight):
|
|
|
16
16
|
DBTDocumentationStaleColumns identifies columns that have been documented but are no longer present in the model.
|
|
17
17
|
"""
|
|
18
18
|
|
|
19
|
-
NAME = "
|
|
19
|
+
NAME = "model_stale_column_desc"
|
|
20
20
|
ALIAS = "documentation_on_stale_columns"
|
|
21
21
|
DESCRIPTION = (
|
|
22
22
|
"Identify columns that have been documented but are no longer present in the model. "
|
|
@@ -13,7 +13,7 @@ class DBTExposureDependentOnPrivateModels(DBTGovernanceInsight):
|
|
|
13
13
|
DBTExposureDependentOnPrivateModels identifies exposures that are dependent on private models.
|
|
14
14
|
"""
|
|
15
15
|
|
|
16
|
-
NAME = "
|
|
16
|
+
NAME = "exposure_private_dependency"
|
|
17
17
|
ALIAS = "exposures_dependent_on_private_models"
|
|
18
18
|
DESCRIPTION = "Identify exposures that are dependent on private models. "
|
|
19
19
|
REASON_TO_FLAG = (
|
|
@@ -13,7 +13,7 @@ class DBTPublicModelWithoutContracts(DBTGovernanceInsight):
|
|
|
13
13
|
DBTUndocumentedPublicModels identifies public models that are not documented.
|
|
14
14
|
"""
|
|
15
15
|
|
|
16
|
-
NAME = "
|
|
16
|
+
NAME = "public_model_no_contract"
|
|
17
17
|
ALIAS = "public_models_without_contracts"
|
|
18
18
|
DESCRIPTION = "Identify public models that don't have contracts."
|
|
19
19
|
REASON_TO_FLAG = (
|
|
@@ -16,7 +16,7 @@ class DBTMissingDocumentation(DBTGovernanceInsight):
|
|
|
16
16
|
DBTDocumentationStaleColumns identifies columns that have been documented but are no longer present in the model.
|
|
17
17
|
"""
|
|
18
18
|
|
|
19
|
-
NAME = "
|
|
19
|
+
NAME = "model_undocumented_columns"
|
|
20
20
|
ALIAS = "missing_documentation"
|
|
21
21
|
DESCRIPTION = (
|
|
22
22
|
"Detects columns and models in the dbt project that lack documentation. Proper documentation is essential "
|
|
@@ -17,7 +17,7 @@ class DBTUndocumentedPublicModels(DBTGovernanceInsight):
|
|
|
17
17
|
DBTUndocumentedPublicModels identifies public models that are not documented.
|
|
18
18
|
"""
|
|
19
19
|
|
|
20
|
-
NAME = "
|
|
20
|
+
NAME = "undocumented_public_models"
|
|
21
21
|
ALIAS = "undocumented_public_models"
|
|
22
22
|
DESCRIPTION = "Identify public models that don't have documentation."
|
|
23
23
|
REASON_TO_FLAG = (
|
|
@@ -21,7 +21,7 @@ class DBTDirectJoinSource(DBTModellingInsight):
|
|
|
21
21
|
"""
|
|
22
22
|
|
|
23
23
|
ALIAS = "source_staging_model_integrity"
|
|
24
|
-
NAME = "
|
|
24
|
+
NAME = "direct_join_to_source"
|
|
25
25
|
DESCRIPTION = "A model should not have direct joins to both sources and other staging models. "
|
|
26
26
|
REASON_TO_FLAG = (
|
|
27
27
|
"Flagged when a model directly joins a source and a model without a staging intermediary. "
|
|
@@ -19,8 +19,8 @@ class DBTDownstreamModelsDependentOnSource(DBTModellingInsight):
|
|
|
19
19
|
in a dbt project that depend directly on a source node.
|
|
20
20
|
"""
|
|
21
21
|
|
|
22
|
-
NAME = "
|
|
23
|
-
ALIAS = "
|
|
22
|
+
NAME = "model_downstream_source_dependency"
|
|
23
|
+
ALIAS = "downstream_source_dependency"
|
|
24
24
|
DESCRIPTION = "Downstream models should not depend directly on source nodes. "
|
|
25
25
|
REASON_TO_FLAG = (
|
|
26
26
|
"Direct dependency of marts or intermediate models on a source node suggests a missing staging model. "
|
|
@@ -15,7 +15,7 @@ class DBTDuplicateSources(DBTModellingInsight):
|
|
|
15
15
|
Ref: https://github.com/dbt-labs/dbt-project-evaluator/blob/main/models/marts/dag/fct_duplicate_sources.sql
|
|
16
16
|
"""
|
|
17
17
|
|
|
18
|
-
NAME = "
|
|
18
|
+
NAME = "duplicate_source"
|
|
19
19
|
ALIAS = "Duplicate_Sources"
|
|
20
20
|
DESCRIPTION = "Duplicate sources should be avoided."
|
|
21
21
|
REASON_TO_FLAG = (
|
|
@@ -15,7 +15,7 @@ class DBTHardCodedReferences(DBTModellingInsight):
|
|
|
15
15
|
Checks if the dbt model has hard coded references to other models.
|
|
16
16
|
"""
|
|
17
17
|
|
|
18
|
-
NAME = "
|
|
18
|
+
NAME = "hardcoded_refs"
|
|
19
19
|
ALIAS = "hard_coded_references"
|
|
20
20
|
DESCRIPTION = "Models should not have hard-coded references to tables"
|
|
21
21
|
REASON_TO_FLAG = (
|
|
@@ -13,11 +13,9 @@ class DBTRejoiningOfUpstreamConcepts(DBTModellingInsight):
|
|
|
13
13
|
model has no other downstream dependencies.
|
|
14
14
|
"""
|
|
15
15
|
|
|
16
|
-
NAME = "
|
|
16
|
+
NAME = "upstream_rejoins"
|
|
17
17
|
ALIAS = "rejoining_upstream_concepts"
|
|
18
|
-
DESCRIPTION =
|
|
19
|
-
"Detects scenarios where a parent's direct child is also a direct child of another one " "of the parent's direct children."
|
|
20
|
-
)
|
|
18
|
+
DESCRIPTION = "Detects scenarios where a parent's direct child is also a direct child of another one of the parent's direct children."
|
|
21
19
|
REASON_TO_FLAG = (
|
|
22
20
|
"Flagged to identify cases where a parent model has a direct child that is also a direct child "
|
|
23
21
|
"of another one of the parent's direct children. Such patterns can suggest loops or redundancies in the DAG."
|
|
@@ -13,7 +13,7 @@ class DBTModelFanout(DBTModellingInsight):
|
|
|
13
13
|
of direct leaf children, indicating a high model fanout.
|
|
14
14
|
"""
|
|
15
15
|
|
|
16
|
-
NAME = "
|
|
16
|
+
NAME = "model_excessive_fanout"
|
|
17
17
|
ALIAS = "model_fanout"
|
|
18
18
|
DESCRIPTION = "Identifies parent models with an unusually high number of children. "
|
|
19
19
|
REASON_TO_FLAG = (
|
|
@@ -13,7 +13,7 @@ class DBTModelsMultipleSourcesJoined(DBTModellingInsight):
|
|
|
13
13
|
DBTModelsMultipleSourcesJoined identifies models in a dbt project that reference more than one source.
|
|
14
14
|
"""
|
|
15
15
|
|
|
16
|
-
NAME = "
|
|
16
|
+
NAME = "multi_source_joins"
|
|
17
17
|
ALIAS = "multiple_sources_joined"
|
|
18
18
|
DESCRIPTION = "Models should not directly join multiple sources."
|
|
19
19
|
REASON_TO_FLAG = (
|
|
@@ -13,7 +13,7 @@ class DBTRootModel(DBTModellingInsight):
|
|
|
13
13
|
meaning these models cannot be traced back to a declared source or model.
|
|
14
14
|
"""
|
|
15
15
|
|
|
16
|
-
NAME = "
|
|
16
|
+
NAME = "orphan_models"
|
|
17
17
|
ALIAS = "root_model"
|
|
18
18
|
DESCRIPTION = "Identifies models in a dbt project with 0 direct parents, meaning these models cannot be traced back to a declared source or model."
|
|
19
19
|
REASON_TO_FLAG = (
|
|
@@ -12,7 +12,7 @@ class DBTSourceFanout(DBTModellingInsight):
|
|
|
12
12
|
DBTSourceFanout identifies instances where a source is the direct parent of multiple resources in the DAG.
|
|
13
13
|
"""
|
|
14
14
|
|
|
15
|
-
NAME = "
|
|
15
|
+
NAME = "source_excessive_fanout"
|
|
16
16
|
ALIAS = "source_fanout"
|
|
17
17
|
DESCRIPTION = "Identifies sources with a high number of direct children."
|
|
18
18
|
REASON_TO_FLAG = (
|
|
@@ -20,7 +20,7 @@ class DBTStagingModelsDependentOnDownstreamModels(DBTModellingInsight):
|
|
|
20
20
|
DBTStagingModelsDependentOnDownstream identifies staging models in a dbt project that depend on downstream models.
|
|
21
21
|
"""
|
|
22
22
|
|
|
23
|
-
NAME = "
|
|
23
|
+
NAME = "staging_downstream_dependency"
|
|
24
24
|
ALIAS = "staging_models_dependency"
|
|
25
25
|
DESCRIPTION = "Staging models should not depend on downstream models."
|
|
26
26
|
REASON_TO_FLAG = (
|
|
@@ -16,7 +16,7 @@ class DBTStagingModelsDependentOnStagingModels(DBTModellingInsight):
|
|
|
16
16
|
DBTStagingModelsDependentOnStagingModels identifies staging models in a dbt project that depend on staging models.
|
|
17
17
|
"""
|
|
18
18
|
|
|
19
|
-
NAME = "
|
|
19
|
+
NAME = "model_staging_on_staging"
|
|
20
20
|
ALIAS = "staging_models_on_staging"
|
|
21
21
|
DESCRIPTION = "Staging models should not directly depend on other staging models."
|
|
22
22
|
REASON_TO_FLAG = (
|
|
@@ -11,7 +11,7 @@ class DBTUnusedSources(DBTModellingInsight):
|
|
|
11
11
|
DBTUnusedSources identifies sources in a dbt project that are not being referenced by any models.
|
|
12
12
|
"""
|
|
13
13
|
|
|
14
|
-
NAME = "
|
|
14
|
+
NAME = "unused_source"
|
|
15
15
|
ALIAS = "unused_sources"
|
|
16
16
|
DESCRIPTION = "Detects sources in the dbt project that are not being referenced by any models."
|
|
17
17
|
REASON_TO_FLAG = (
|
|
@@ -13,7 +13,7 @@ class DBTChainViewLinking(DBTPerformanceInsight):
|
|
|
13
13
|
"""
|
|
14
14
|
|
|
15
15
|
CHAIN_LENGTH_STR = "chain_length"
|
|
16
|
-
NAME = "
|
|
16
|
+
NAME = "model_excessive_chain_of_views"
|
|
17
17
|
ALIAS = "chain_view_linking"
|
|
18
18
|
CHAIN_LENGTH = 4 # Default chain length, can be adjusted as needed
|
|
19
19
|
DESCRIPTION = "Checks for long chains of view/ephemeral models in the dbt project. Long chains can lead to slow computation "
|
|
@@ -14,7 +14,7 @@ class DBTExposureParentMaterialization(DBTPerformanceInsight):
|
|
|
14
14
|
Checks if the dbt model has hard coded references to other models.
|
|
15
15
|
"""
|
|
16
16
|
|
|
17
|
-
NAME = "
|
|
17
|
+
NAME = "exposure_direct_source_dependency"
|
|
18
18
|
ALIAS = "exposure_parent_bad_materialization"
|
|
19
19
|
DESCRIPTION = "Exposures should depend on transformed data models or metrics, not raw untransformed sources. "
|
|
20
20
|
REASON_TO_FLAG = (
|
|
@@ -30,7 +30,7 @@ class SqlCheck(SqlInsight):
|
|
|
30
30
|
This class identifies DBT models with SQL optimization issues.
|
|
31
31
|
"""
|
|
32
32
|
|
|
33
|
-
NAME = "
|
|
33
|
+
NAME = "model_unoptimized_sql"
|
|
34
34
|
ALIAS = "check_sql_optimization"
|
|
35
35
|
DESCRIPTION = "Checks if the model has SQL optimization issues. "
|
|
36
36
|
REASON_TO_FLAG = "The query can be optimized."
|
|
@@ -17,7 +17,7 @@ class DBTModelDirectoryStructure(DBTStructureInsight):
|
|
|
17
17
|
DBTModelDirectoryStructure checks if models are placed in the correct directories.
|
|
18
18
|
"""
|
|
19
19
|
|
|
20
|
-
NAME = "
|
|
20
|
+
NAME = "model_invalid_directory_structure"
|
|
21
21
|
ALIAS = "model_directory_structure"
|
|
22
22
|
DESCRIPTION = "This rule identifies models that are not placed in their correct directories. "
|
|
23
23
|
REASON_TO_FLAG = (
|
|
@@ -18,7 +18,7 @@ class DBTModelNamingConvention(DBTStructureInsight):
|
|
|
18
18
|
DBTModelNamingConvention identifies models that do not follow the naming convention.
|
|
19
19
|
"""
|
|
20
20
|
|
|
21
|
-
NAME = "
|
|
21
|
+
NAME = "model_invalid_name"
|
|
22
22
|
ALIAS = "model_naming_convention_check"
|
|
23
23
|
DESCRIPTION = "This rule identifies models that do not follow the naming convention."
|
|
24
24
|
REASON_TO_FLAG = (
|
|
@@ -14,7 +14,7 @@ class DBTSourceDirectoryStructure(DBTStructureInsight):
|
|
|
14
14
|
DBTSourcesDirectoryStructure checks if sources are placed in the correct directories.
|
|
15
15
|
"""
|
|
16
16
|
|
|
17
|
-
NAME = "
|
|
17
|
+
NAME = "source_invalid_directory_structure"
|
|
18
18
|
ALIAS = "source_directory_structure"
|
|
19
19
|
DESCRIPTION = "This rule identifies sources that are not placed in their correct directories. "
|
|
20
20
|
REASON_TO_FLAG = (
|