Skip to content

Commit

Permalink
Deployed 75177ae to 1.0 with MkDocs 1.5.3 and mike 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 18, 2024
1 parent 5b38128 commit dfd446f
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 7 deletions.
Binary file modified 1.0/__pycache__/hooks.cpython-310.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion 1.0/dbt-docs/catalog.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/catalog/v1.json", "dbt_version": "1.7.4", "generated_at": "2024-01-17T07:36:44.793720Z", "invocation_id": "056875c8-2569-4edf-831c-72f1716776ae", "env": {}}, "nodes": {}, "sources": {}, "errors": null}
{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/catalog/v1.json", "dbt_version": "1.7.4", "generated_at": "2024-01-18T03:33:31.638750Z", "invocation_id": "2e9fcd82-0b0e-47ab-bad4-713bc6d17d15", "env": {}}, "nodes": {}, "sources": {}, "errors": null}
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,8 @@ select

from data_diff.DOCS_common.schema_check

group by all
group by all

having
number_of_columns != mutual_columns
or number_of_false_datatype_check != 0
Binary file modified 1.0/dbt-docs/graph.gpickle
Binary file not shown.
2 changes: 1 addition & 1 deletion 1.0/dbt-docs/graph_summary.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"_invocation_id": "056875c8-2569-4edf-831c-72f1716776ae", "linked": {"0": {"name": "model.data_diff_test.verify_get_namespace", "type": "model", "succ": [17]}, "1": {"name": "model.data_diff_test.verify_log_for_validation", "type": "model", "succ": [29, 30, 31, 32, 33]}, "2": {"name": "model.data_diff.log_for_validation", "type": "model", "succ": [1, 6, 8]}, "3": {"name": "model.data_diff_test.verify_configured_tables", "type": "model", "succ": [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28]}, "4": {"name": "model.data_diff.configured_tables", "type": "model", "succ": [3, 5]}, "5": {"name": "model.data_diff_test.verify_configured_tables_data", "type": "model", "succ": [34]}, "6": {"name": "model.data_diff_test.verify_log_entry", "type": "model", "succ": [37]}, "7": {"name": "model.data_diff_test.verify_created_sprocs", "type": "model", "succ": [35]}, "8": {"name": "model.data_diff_test.verify_created_tasks", "type": "model", "succ": [36]}, "9": {"name": "model.data_diff_test.my_first_dbt_model", "type": "model", "succ": [10]}, "10": {"name": "model.data_diff_test.my_second_dbt_model", "type": "model"}, "11": {"name": "model.data_diff.key_check_summary", "type": "model"}, "12": {"name": "model.data_diff.key_check", "type": "model", "succ": [11]}, "13": {"name": "model.data_diff.schema_check", "type": "model", "succ": [14]}, "14": {"name": "model.data_diff.schema_check_summary", "type": "model"}, "15": {"name": "model.data_diff.data_diff_check", "type": "model"}, "16": {"name": "operation.data_diff.data_diff-on-run-end-0", "type": "operation"}, "17": {"name": "test.data_diff_test.dbt_utils_expression_is_true_verify_get_namespace_actual_expected.9e1657bf41", "type": "test"}, "18": {"name": "test.data_diff_test.not_null_verify_configured_tables_src_db.1698c4c1be", "type": "test"}, "19": {"name": "test.data_diff_test.not_null_verify_configured_tables_src_schema.b56cde05fd", "type": "test"}, "20": {"name": "test.data_diff_test.not_null_verify_configured_tables_src_table.96be454b2d", "type": "test"}, "21": {"name": "test.data_diff_test.not_null_verify_configured_tables_trg_db.fc42c2c97a", "type": "test"}, "22": {"name": "test.data_diff_test.not_null_verify_configured_tables_trg_schema.5e5910ada9", "type": "test"}, "23": {"name": "test.data_diff_test.not_null_verify_configured_tables_trg_table.3a421b8593", "type": "test"}, "24": {"name": "test.data_diff_test.not_null_verify_configured_tables_pk.b0e1f271e9", "type": "test"}, "25": {"name": "test.data_diff_test.not_null_verify_configured_tables_where_condition.01f5c0585a", "type": "test"}, "26": {"name": "test.data_diff_test.not_null_verify_configured_tables_is_enabled.8039c38c43", "type": "test"}, "27": {"name": "test.data_diff_test.accepted_values_verify_configured_tables_is_enabled__True__False.a400920da0", "type": "test"}, "28": {"name": "test.data_diff_test.dbt_utils_unique_combination_of_columns_verify_configured_tables_src_db__src_schema__src_table__trg_db__trg_schema__trg_table.5f88f92cc5", "type": "test"}, "29": {"name": "test.data_diff_test.not_null_verify_log_for_validation_start_time.d81279a507", "type": "test"}, "30": {"name": "test.data_diff_test.not_null_verify_log_for_validation_end_time.12accc1c67", "type": "test"}, "31": {"name": "test.data_diff_test.not_null_verify_log_for_validation_sql_statement.8c907bfe6a", "type": "test"}, "32": {"name": "test.data_diff_test.not_null_verify_log_for_validation_diff_start_time.5ebbb5d7fd", "type": "test"}, "33": {"name": "test.data_diff_test.not_null_verify_log_for_validation_diff_type.19a1fbbace", "type": "test"}, "34": {"name": "test.data_diff_test.dbt_utils_expression_is_true_verify_configured_tables_data_actual_expected.85fa81eeaa", "type": "test"}, "35": {"name": "test.data_diff_test.dbt_utils_expression_is_true_verify_created_sprocs_actual_expected.03972f3ac7", "type": "test"}, "36": {"name": "test.data_diff_test.dbt_utils_expression_is_true_verify_created_tasks_actual_expected.5e5f98e1ad", "type": "test"}, "37": {"name": "test.data_diff_test.dbt_utils_expression_is_true_verify_log_entry_actual_expected.31c47325cc", "type": "test"}}}
{"_invocation_id": "2e9fcd82-0b0e-47ab-bad4-713bc6d17d15", "linked": {"0": {"name": "model.data_diff_test.verify_get_namespace", "type": "model", "succ": [18]}, "1": {"name": "model.data_diff_test.verify_log_for_validation", "type": "model", "succ": [30, 31, 32, 33, 34]}, "2": {"name": "model.data_diff.log_for_validation", "type": "model", "succ": [1, 6, 8]}, "3": {"name": "model.data_diff_test.verify_configured_tables", "type": "model", "succ": [19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29]}, "4": {"name": "model.data_diff.configured_tables", "type": "model", "succ": [3, 5]}, "5": {"name": "model.data_diff_test.verify_configured_tables_data", "type": "model", "succ": [35]}, "6": {"name": "model.data_diff_test.verify_log_entry", "type": "model", "succ": [38]}, "7": {"name": "model.data_diff_test.verify_created_sprocs", "type": "model", "succ": [36]}, "8": {"name": "model.data_diff_test.verify_created_tasks", "type": "model", "succ": [37]}, "9": {"name": "model.data_diff_test.my_first_dbt_model", "type": "model", "succ": [10]}, "10": {"name": "model.data_diff_test.my_second_dbt_model", "type": "model"}, "11": {"name": "operation.data_diff_test.data_diff_test-on-run-start-0", "type": "operation"}, "12": {"name": "model.data_diff.key_check_summary", "type": "model"}, "13": {"name": "model.data_diff.key_check", "type": "model", "succ": [12]}, "14": {"name": "model.data_diff.schema_check", "type": "model", "succ": [15]}, "15": {"name": "model.data_diff.schema_check_summary", "type": "model"}, "16": {"name": "model.data_diff.data_diff_check", "type": "model"}, "17": {"name": "operation.data_diff.data_diff-on-run-end-0", "type": "operation"}, "18": {"name": "test.data_diff_test.dbt_utils_expression_is_true_verify_get_namespace_actual_expected.9e1657bf41", "type": "test"}, "19": {"name": "test.data_diff_test.not_null_verify_configured_tables_src_db.1698c4c1be", "type": "test"}, "20": {"name": "test.data_diff_test.not_null_verify_configured_tables_src_schema.b56cde05fd", "type": "test"}, "21": {"name": "test.data_diff_test.not_null_verify_configured_tables_src_table.96be454b2d", "type": "test"}, "22": {"name": "test.data_diff_test.not_null_verify_configured_tables_trg_db.fc42c2c97a", "type": "test"}, "23": {"name": "test.data_diff_test.not_null_verify_configured_tables_trg_schema.5e5910ada9", "type": "test"}, "24": {"name": "test.data_diff_test.not_null_verify_configured_tables_trg_table.3a421b8593", "type": "test"}, "25": {"name": "test.data_diff_test.not_null_verify_configured_tables_pk.b0e1f271e9", "type": "test"}, "26": {"name": "test.data_diff_test.not_null_verify_configured_tables_where_condition.01f5c0585a", "type": "test"}, "27": {"name": "test.data_diff_test.not_null_verify_configured_tables_is_enabled.8039c38c43", "type": "test"}, "28": {"name": "test.data_diff_test.accepted_values_verify_configured_tables_is_enabled__True__False.a400920da0", "type": "test"}, "29": {"name": "test.data_diff_test.dbt_utils_unique_combination_of_columns_verify_configured_tables_src_db__src_schema__src_table__trg_db__trg_schema__trg_table.5f88f92cc5", "type": "test"}, "30": {"name": "test.data_diff_test.not_null_verify_log_for_validation_start_time.d81279a507", "type": "test"}, "31": {"name": "test.data_diff_test.not_null_verify_log_for_validation_end_time.12accc1c67", "type": "test"}, "32": {"name": "test.data_diff_test.not_null_verify_log_for_validation_sql_statement.8c907bfe6a", "type": "test"}, "33": {"name": "test.data_diff_test.not_null_verify_log_for_validation_diff_start_time.5ebbb5d7fd", "type": "test"}, "34": {"name": "test.data_diff_test.not_null_verify_log_for_validation_diff_type.19a1fbbace", "type": "test"}, "35": {"name": "test.data_diff_test.dbt_utils_expression_is_true_verify_configured_tables_data_actual_expected.85fa81eeaa", "type": "test"}, "36": {"name": "test.data_diff_test.dbt_utils_expression_is_true_verify_created_sprocs_actual_expected.03972f3ac7", "type": "test"}, "37": {"name": "test.data_diff_test.dbt_utils_expression_is_true_verify_created_tasks_actual_expected.5e5f98e1ad", "type": "test"}, "38": {"name": "test.data_diff_test.dbt_utils_expression_is_true_verify_log_entry_actual_expected.31c47325cc", "type": "test"}}}
2 changes: 1 addition & 1 deletion 1.0/dbt-docs/manifest.json

Large diffs are not rendered by default.

Binary file modified 1.0/dbt-docs/partial_parse.msgpack
Binary file not shown.
2 changes: 1 addition & 1 deletion 1.0/dbt-docs/run_results.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions 1.0/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://infinitelambda.github.io/dbt-data-diff/1.0/index.html</loc>
<lastmod>2024-01-17</lastmod>
<lastmod>2024-01-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://infinitelambda.github.io/dbt-data-diff/1.0/contributing.html</loc>
<lastmod>2024-01-17</lastmod>
<lastmod>2024-01-18</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified 1.0/sitemap.xml.gz
Binary file not shown.

0 comments on commit dfd446f

Please sign in to comment.