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

Rename schema tests --> generic tests #216

Closed
jtcohen6 opened this issue Sep 24, 2021 · 1 comment · Fixed by #222
Closed

Rename schema tests --> generic tests #216

jtcohen6 opened this issue Sep 24, 2021 · 1 comment · Fixed by #222
Labels
enhancement New feature or request

Comments

@jtcohen6
Copy link
Contributor

See dbt-labs/dbt-core#3234, dbt-labs/dbt-core#3880

@jtcohen6 jtcohen6 added the enhancement New feature or request label Sep 24, 2021
@jtcohen6
Copy link
Contributor Author

A functional, non-cosmetic issue: we removed the 'data' tag from singular tests, so they'll no longer appear in the DAG viz following current logic:

var is_data_test = node.resource_type == 'test' && _.includes(node.tags, 'data');

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant