From 79ea9f6a4a6f949608e8c4635dcfb2a9901a6d4e Mon Sep 17 00:00:00 2001 From: Doug Beatty <44704949+dbeatty10@users.noreply.github.com> Date: Fri, 2 Dec 2022 14:51:51 -0700 Subject: [PATCH 1/2] Update core/dbt/README.md to match current Add missing files/folders and alphabetize --- core/dbt/README.md | 49 +++++++++++++++++++++++++++------------------- 1 file changed, 29 insertions(+), 20 deletions(-) diff --git a/core/dbt/README.md b/core/dbt/README.md index 5886bf37525..79123a95f47 100644 --- a/core/dbt/README.md +++ b/core/dbt/README.md @@ -2,50 +2,59 @@ ## The following are individual files in this directory. -### deprecations.py - -### flags.py +### compilation.py -### main.py +### constants.py -### tracking.py +### dataclass_schema.py -### version.py +### deprecations.py -### lib.py +### exceptions.py -### node_types.py +### flags.py ### helper_types.py +### hooks.py + +### lib.py + ### links.py -### semver.py +### logger.py -### ui.py +### main.py -### compilation.py +### node_types.py -### dataclass_schema.py +### profiler.py -### exceptions.py +### selected_resources.py -### hooks.py +### semver.py -### logger.py +### tracking.py -### profiler.py +### ui.py ### utils.py +### version.py + ## The subdirectories will be documented in a README in the subdirectory -* config -* include * adapters +* cli +* clients +* config * context +* contracts * deps +* docs +* events * graph +* include +* parser * task -* clients -* events +* tests From b778e55385ce0a35d5de8b81c93147999a049c5e Mon Sep 17 00:00:00 2001 From: Doug Beatty Date: Fri, 2 Dec 2022 15:07:15 -0700 Subject: [PATCH 2/2] Changelog entry --- .changes/unreleased/Docs-20221202-150523.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changes/unreleased/Docs-20221202-150523.yaml diff --git a/.changes/unreleased/Docs-20221202-150523.yaml b/.changes/unreleased/Docs-20221202-150523.yaml new file mode 100644 index 00000000000..cf0b4edb2d8 --- /dev/null +++ b/.changes/unreleased/Docs-20221202-150523.yaml @@ -0,0 +1,7 @@ +kind: Docs +body: Alphabetize `core/dbt/README.md` +time: 2022-12-02T15:05:23.695333-07:00 +custom: + Author: dbeatty10 + Issue: "6368" + PR: "6371"