From e739641b6994a9855a183254a1e519f2277eae61 Mon Sep 17 00:00:00 2001 From: Ian Knox Date: Mon, 30 Jan 2023 16:47:25 -0600 Subject: [PATCH 1/2] new console_script --- core/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/setup.py b/core/setup.py index b5c43cc184a..f3b9c2017e4 100644 --- a/core/setup.py +++ b/core/setup.py @@ -43,7 +43,7 @@ include_package_data=True, test_suite="test", entry_points={ - "console_scripts": ["dbt = dbt.main:main"], + "console_scripts": ["dbt = dbt.cli.main:cli_runner"], }, install_requires=[ "Jinja2==3.1.2", From e37f34fa3717bfae59d6ee4c378a5359ca40711a Mon Sep 17 00:00:00 2001 From: Ian Knox Date: Mon, 30 Jan 2023 17:58:09 -0600 Subject: [PATCH 2/2] changelog --- .changes/unreleased/Under the Hood-20230130-175752.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changes/unreleased/Under the Hood-20230130-175752.yaml diff --git a/.changes/unreleased/Under the Hood-20230130-175752.yaml b/.changes/unreleased/Under the Hood-20230130-175752.yaml new file mode 100644 index 00000000000..95a4938915a --- /dev/null +++ b/.changes/unreleased/Under the Hood-20230130-175752.yaml @@ -0,0 +1,6 @@ +kind: Under the Hood +body: "Enables the new Click Cli on the commandline! \U0001F680" +time: 2023-01-30T17:57:52.65626-06:00 +custom: + Author: iknox-fa + Issue: "6784"