Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert adding dbt-project-evaluator package #34

Merged
merged 1 commit into from
Sep 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,3 @@
[submodule "dbt_metrics"]
path = dbt_metrics
url = https://github.com/dbt-labs/dbt_metrics.git
[submodule "dbt-project-evaluator"]
path = dbt-project-evaluator
url = https://github.com/dbt-labs/dbt-project-evaluator.git
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ dbt-trino-tests:
./docker/run_dbt_utils_integration_tests.bash
./docker/run_dbt_date_integration_tests.bash
./docker/run_dbt_metrics_integration_tests.bash
./docker/run_dbt_project_evaluator_integration_tests.bash
./docker/remove_trino.bash

dbt-starburst-tests:
Expand All @@ -15,5 +14,4 @@ dbt-starburst-tests:
./docker/run_dbt_utils_integration_tests.bash
./docker/run_dbt_date_integration_tests.bash
./docker/run_dbt_metrics_integration_tests.bash
./docker/run_dbt_project_evaluator_integration_tests.bash
./docker/remove_starburst.bash
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ To make use of these trino adaptations in your dbt project, you must do two thin
search_order: ['trino_utils', 'dbt_date']
- macro_namespace: metrics
search_order: ['trino_utils', 'metrics']
- macro_namespace: dbt_project_evaluator
search_order: ['trino_utils', 'dbt_project_evaluator']
```
Check [dbt Hub](https://hub.getdbt.com) for the latest installation
instructions, or [read the docs](https://docs.getdbt.com/docs/package-management)
Expand Down
1 change: 0 additions & 1 deletion dbt-project-evaluator
Submodule dbt-project-evaluator deleted from 5824a6
14 changes: 0 additions & 14 deletions docker/run_dbt_project_evaluator_integration_tests.bash

This file was deleted.

147 changes: 0 additions & 147 deletions integration_tests/dbt_project_evaluator/dbt_project.yml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading