1313 Commits

Author SHA1 Message Date
Benoit Perigaud
d7e3061b4f Formatting, add space 2024-07-03 10:29:39 +02:00
Michał Wesołowski
76cd8b48d5 Created macro that redefines type_string for redshift which is used by models in dbt_project_evaluator package. No need to override it for all models in a project anymore when using package. 2024-07-03 10:26:11 +02:00
Benoit Perigaud
30b3de55fa Add test_unique even if it is not listed so that modelling works 2024-07-02 16:55:31 +02:00
Benoit Perigaud
7d5b271eda Add failing test when there is no unique test in vars 2024-07-02 16:55:10 +02:00
Benoit Perigaud
3df4c79664 Merge pull request #468 from dbt-labs/fix/load-source-coluimn-desc v0.12.1 2024-07-01 17:10:35 +02:00
Benoit Perigaud
21ce1da2fc Fix model for source column desc 2024-07-01 13:13:50 +02:00
Benoit Perigaud
fa8530e8a1 Add failing test with source col desc 2024-07-01 13:13:38 +02:00
Benoit Perigaud
6ef7a69214 Merge pull request #461 from dbt-labs/docs/env-var-ci v0.12.0 2024-06-21 19:22:37 +02:00
Benoit Perigaud
b5e8ff4048 Un --pre for all adapters 2024-06-21 19:09:55 +02:00
Benoit Perigaud
61cc2df38d Merge branch 'main' of github.com:dbt-labs/dbt-project-evaluator into docs/env-var-ci 2024-06-21 19:09:23 +02:00
Benoit Perigaud
7abff20b98 Merge pull request #452 from katieclaiborne7/katie/incorporate-not-null-constraint-into-primary-key-rule 2024-06-21 17:49:31 +02:00
Katie Claiborne
e23712dd52 add number of contraints to test seed, update equality test based on dbt utils 1.2 release 2024-06-11 08:51:27 -04:00
Katie Claiborne
ac8f2088f4 push logic back into base_node_columns, via get_column_values 2024-06-10 08:07:16 -04:00
Benoit Perigaud
553bb9b296 Update env var in docs to start with DBT_ 2024-06-07 16:49:34 +02:00
Victoria Perez Mola
e9e2812e69 Add test for source freshness 2024-06-03 18:37:01 +02:00
Victoria Perez Mola
b6fd2808f5 add is_freshness_enabled 2024-06-03 17:52:12 +02:00
Katie Claiborne
aea85e1f7f search for exact not_null type 2024-05-29 05:43:27 -04:00
Katie Claiborne
1e78d975b4 bump trino stage count 2024-05-12 12:10:31 -04:00
Katie Claiborne
e727175955 bump trino stage count 2024-05-12 11:53:07 -04:00
Katie Claiborne
e66a238e62 replace using syntax 2024-05-12 11:38:43 -04:00
Katie Claiborne
da3a72c835 remove double quotes 2024-05-10 17:50:00 -04:00
Katie Claiborne
5445a5d76d use simple replace 2024-05-10 17:49:17 -04:00
Katie Claiborne
1988b3dc03 try int 2024-05-10 17:36:53 -04:00
Katie Claiborne
4ddd51b2b8 add inner single quotes 2024-05-10 17:34:43 -04:00
Katie Claiborne
20f9125832 use cross db replace function to flag not null constraint 2024-05-10 17:29:38 -04:00
Katie Claiborne
34bdd1fca8 replace if function with summed case statement 2024-05-10 14:30:27 -04:00
Katie Claiborne
507b3ca2d6 use cross db bool to text 2024-05-10 14:20:29 -04:00
Katie Claiborne
b1caa752f4 try int 2024-05-10 13:54:17 -04:00
Katie Claiborne
bb59c54840 add primary key test and constraint to dim_model_7 2024-05-10 13:48:50 -04:00
Katie Claiborne
9f791b0d7d revert changes to int_model_5 2024-05-10 13:40:00 -04:00
Katie Claiborne
d6aec48b88 update test coverage integration test seed 2024-05-10 13:00:02 -04:00
Katie Claiborne
7965b231ae fix contracted column data type 2024-05-10 12:55:45 -04:00
Katie Claiborne
523573e0a0 try updating fct_missing_primary_key_tests integration test 2024-05-10 11:55:32 -04:00
Katie Claiborne
c9558280a1 update fct_missing_primary_key_tests rule documentation 2024-05-10 11:30:10 -04:00
Katie Claiborne
c6b09af499 add constraints to int_model_test_summary model 2024-05-10 11:10:45 -04:00
Katie Claiborne
74ca45e3eb add constraints to base_node_columns model 2024-05-10 09:42:14 -04:00
Katie Claiborne
95f29598aa add constraints to get_column_values macro 2024-05-10 09:41:20 -04:00
dave-connors-3
fcb464c4de Merge pull request #451 from simmartynas/feat/add-hyphen-detection
Detect hyphen in hard coded reference
2024-05-09 09:12:07 -05:00
Martynas Šimkus
19fca6d0f1 Detect hyphen in hard coded reference 2024-05-03 11:48:07 +03:00
Benoit Perigaud
54f468999d Merge pull request #450 from SkinnyPigeon/chore/fixing-typo 2024-04-26 10:25:36 +02:00
Euan
7e9ecbc54d fixed typo 2024-04-26 10:23:07 +02:00
Benoit Perigaud
8c7d958463 Merge pull request #441 from dbt-labs/feature/calculate-sql-complexity v0.11.0 2024-04-25 19:18:44 +02:00
Benoit Perigaud
2f6314288e Merge branch 'main' into feature/calculate-sql-complexity 2024-04-25 18:52:49 +02:00
Benoit Perigaud
e6bbe8f5ab Merge pull request #422 from dbt-labs/wrap-strings-quote-update v0.10.1 2024-04-25 17:44:56 +02:00
dave-connors-3
defae8b8bc Merge pull request #446 from dbt-labs/fix/435-remove-protobuf-pinning
Remove pinning as it was fixed in dbt-core
2024-04-25 10:41:31 -05:00
Benoit Perigaud
c583b3c408 Update docs 2024-04-25 16:20:42 +02:00
Benoit Perigaud
f6ebf38811 Add code analysis columns to all_graph_resources 2024-04-25 16:20:25 +02:00
Benoit Perigaud
03538f368c Merge branch 'wrap-strings-quote-update' of github.com:dbt-labs/dbt-project-evaluator into wrap-strings-quote-update 2024-04-12 11:01:28 +02:00
Benoit Perigaud
0000eb0b74 Come on Benoit... 2024-04-12 11:01:21 +02:00
Benoit Perigaud
de4c3d9439 Merge branch 'main' into wrap-strings-quote-update 2024-04-12 10:58:01 +02:00