From 815a94e5d3609191f504c6a473d52bd3bbc8a9eb Mon Sep 17 00:00:00 2001 From: wusanny <141895372+wusanny@users.noreply.github.com> Date: Wed, 20 Dec 2023 10:40:20 +1100 Subject: [PATCH 01/15] Update job-scheduler.md --- website/docs/docs/deploy/job-scheduler.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/deploy/job-scheduler.md b/website/docs/docs/deploy/job-scheduler.md index fba76f677a7..1ace16f5ff5 100644 --- a/website/docs/docs/deploy/job-scheduler.md +++ b/website/docs/docs/deploy/job-scheduler.md @@ -31,7 +31,7 @@ Familiarize yourself with these useful terms to help you understand how the job | Over-scheduled job | A situation when a cron-scheduled job's run duration becomes longer than the frequency of the job’s schedule, resulting in a job queue that will grow faster than the scheduler can process the job’s runs. | | Prep time | The time dbt Cloud takes to create a short-lived environment to execute the job commands in the user's cloud data platform. Prep time varies most significantly at the top of the hour when the dbt Cloud Scheduler experiences a lot of run traffic. | | Run | A single, unique execution of a dbt job. | -| Run slot | Run slots control the number of jobs that can run concurrently. Developer and Team plan accounts have a fixed number of run slots, and Enterprise users have [unlimited run slots](/docs/dbt-versions/release-notes/July-2023/faster-run#unlimited-job-concurrency-for-enterprise-accounts). Each running job occupies a run slot for the duration of the run. If you need more jobs to execute in parallel, consider the [Enterprise plan](https://www.getdbt.com/pricing/) | +| Run slot | Run slots control the number of jobs that can run concurrently. Developer plan has a fixed number of run slots, and Enterprise & Team users have [unlimited run slots](/docs/dbt-versions/release-notes/July-2023/faster-run#unlimited-job-concurrency-for-enterprise-accounts). Each running job occupies a run slot for the duration of the run. If you need more jobs to execute in parallel, consider the [Enterprise plan](https://www.getdbt.com/pricing/) | | Threads | When dbt builds a project's DAG, it tries to parallelize the execution by using threads. The [thread](/docs/running-a-dbt-project/using-threads) count is the maximum number of paths through the DAG that dbt can work on simultaneously. The default thread count in a job is 4. | | Wait time | Amount of time that dbt Cloud waits before running a job, either because there are no available slots or because a previous run of the same job is still in progress. | From 3f8d7c705f823a1ecfffb7f096da6c362bc01524 Mon Sep 17 00:00:00 2001 From: mirnawong1 Date: Wed, 20 Dec 2023 16:20:39 -0500 Subject: [PATCH 02/15] add rn --- .../dbt-versions/release-notes/79-July-2023/faster-run.md | 8 +++++++- website/docs/docs/deploy/job-scheduler.md | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md b/website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md index ba82234c0b5..21f301299ae 100644 --- a/website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md +++ b/website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md @@ -29,6 +29,12 @@ Our enhanced scheduler offers more durability and empowers users to run jobs eff This means Enterprise, multi-tenant accounts can now enjoy the advantages of unlimited job concurrency. Previously limited to a fixed number of run slots, Enterprise accounts now have the freedom to operate without constraints. Single-tenant support will be coming soon. Team plan customers will continue to have only 2 run slots. -Something to note, each running job occupies a run slot for its duration, and if all slots are occupied, jobs will queue accordingly. +Something to note, each running job occupies a run slot for its duration, and if all slots are occupied, jobs will queue accordingly. For more feature details, refer to the [dbt Cloud pricing page](https://www.getdbt.com/pricing/). + +- **Update December 2023: New Team plans with unlimited job concurrency**
+ We've introduced a change to our dbt Cloud Scheduler for newly created Team plan accounts:

+ - Unlimited Job concurrency for new Team plans — New accounts on the Team plan now benefit from unlimited job concurrency. + - Existing Team plans — It's important to note that existing Team plan accounts will continue to operate with their original fixed number of run slots. + - Project limitations — Both Team and Developer plans are limited to one project each. For larger-scale needs, our Enterprise plan, which provides unlimited job concurrency and project capacity, is an ideal upgrade. Refer to our [Enterprise plan page](https://www.getdbt.com/pricing/) for more details. diff --git a/website/docs/docs/deploy/job-scheduler.md b/website/docs/docs/deploy/job-scheduler.md index 1ace16f5ff5..df9cb09413e 100644 --- a/website/docs/docs/deploy/job-scheduler.md +++ b/website/docs/docs/deploy/job-scheduler.md @@ -31,7 +31,7 @@ Familiarize yourself with these useful terms to help you understand how the job | Over-scheduled job | A situation when a cron-scheduled job's run duration becomes longer than the frequency of the job’s schedule, resulting in a job queue that will grow faster than the scheduler can process the job’s runs. | | Prep time | The time dbt Cloud takes to create a short-lived environment to execute the job commands in the user's cloud data platform. Prep time varies most significantly at the top of the hour when the dbt Cloud Scheduler experiences a lot of run traffic. | | Run | A single, unique execution of a dbt job. | -| Run slot | Run slots control the number of jobs that can run concurrently. Developer plan has a fixed number of run slots, and Enterprise & Team users have [unlimited run slots](/docs/dbt-versions/release-notes/July-2023/faster-run#unlimited-job-concurrency-for-enterprise-accounts). Each running job occupies a run slot for the duration of the run. If you need more jobs to execute in parallel, consider the [Enterprise plan](https://www.getdbt.com/pricing/) | +| Run slot | Run slots control the number of jobs that can run concurrently. Developer plan has a fixed number of run slots, while Enterprise and Team users have [unlimited run slots](/docs/dbt-versions/release-notes/July-2023/faster-run#unlimited-job-concurrency-for-enterprise-accounts). Each running job occupies a run slot for the duration of the run.

Team and Developer plans include only one project each. For additional projects, consider upgrading to the [Enterprise plan](https://www.getdbt.com/pricing/).| | Threads | When dbt builds a project's DAG, it tries to parallelize the execution by using threads. The [thread](/docs/running-a-dbt-project/using-threads) count is the maximum number of paths through the DAG that dbt can work on simultaneously. The default thread count in a job is 4. | | Wait time | Amount of time that dbt Cloud waits before running a job, either because there are no available slots or because a previous run of the same job is still in progress. | From 6cbf9963b7c23563943a1d09c23b20419d842897 Mon Sep 17 00:00:00 2001 From: mirnawong1 Date: Wed, 20 Dec 2023 16:31:53 -0500 Subject: [PATCH 03/15] small tweak --- .../docs/dbt-versions/release-notes/79-July-2023/faster-run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md b/website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md index 21f301299ae..02291af59df 100644 --- a/website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md +++ b/website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md @@ -37,4 +37,4 @@ For more feature details, refer to the [dbt Cloud pricing page](https://www.getd We've introduced a change to our dbt Cloud Scheduler for newly created Team plan accounts:

- Unlimited Job concurrency for new Team plans — New accounts on the Team plan now benefit from unlimited job concurrency. - Existing Team plans — It's important to note that existing Team plan accounts will continue to operate with their original fixed number of run slots. - - Project limitations — Both Team and Developer plans are limited to one project each. For larger-scale needs, our Enterprise plan, which provides unlimited job concurrency and project capacity, is an ideal upgrade. Refer to our [Enterprise plan page](https://www.getdbt.com/pricing/) for more details. + - Project limitations — Both Team and Developer plans are limited to one project each. For larger-scale needs, our [Enterprise plan](https://www.getdbt.com/pricing/) provides unlimited job concurrency and project capacity. From bf032954f4ef62b794fb216809342e65d61a4ade Mon Sep 17 00:00:00 2001 From: mirnawong1 Date: Wed, 20 Dec 2023 16:41:15 -0500 Subject: [PATCH 04/15] simplify --- .../docs/dbt-versions/release-notes/79-July-2023/faster-run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md b/website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md index 02291af59df..69ab76c6050 100644 --- a/website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md +++ b/website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md @@ -36,5 +36,5 @@ For more feature details, refer to the [dbt Cloud pricing page](https://www.getd - **Update December 2023: New Team plans with unlimited job concurrency**
We've introduced a change to our dbt Cloud Scheduler for newly created Team plan accounts:

- Unlimited Job concurrency for new Team plans — New accounts on the Team plan now benefit from unlimited job concurrency. - - Existing Team plans — It's important to note that existing Team plan accounts will continue to operate with their original fixed number of run slots. + - Existing Team plans — Existing Team plan accounts will continue to operate with their original fixed number of run slots. - Project limitations — Both Team and Developer plans are limited to one project each. For larger-scale needs, our [Enterprise plan](https://www.getdbt.com/pricing/) provides unlimited job concurrency and project capacity. From aeb2fc955930768741600b4b003313c2741ff53a Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Fri, 22 Dec 2023 12:28:32 -0500 Subject: [PATCH 05/15] Update website/docs/docs/deploy/job-scheduler.md --- website/docs/docs/deploy/job-scheduler.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/deploy/job-scheduler.md b/website/docs/docs/deploy/job-scheduler.md index df9cb09413e..7a4cd740804 100644 --- a/website/docs/docs/deploy/job-scheduler.md +++ b/website/docs/docs/deploy/job-scheduler.md @@ -31,7 +31,7 @@ Familiarize yourself with these useful terms to help you understand how the job | Over-scheduled job | A situation when a cron-scheduled job's run duration becomes longer than the frequency of the job’s schedule, resulting in a job queue that will grow faster than the scheduler can process the job’s runs. | | Prep time | The time dbt Cloud takes to create a short-lived environment to execute the job commands in the user's cloud data platform. Prep time varies most significantly at the top of the hour when the dbt Cloud Scheduler experiences a lot of run traffic. | | Run | A single, unique execution of a dbt job. | -| Run slot | Run slots control the number of jobs that can run concurrently. Developer plan has a fixed number of run slots, while Enterprise and Team users have [unlimited run slots](/docs/dbt-versions/release-notes/July-2023/faster-run#unlimited-job-concurrency-for-enterprise-accounts). Each running job occupies a run slot for the duration of the run.

Team and Developer plans include only one project each. For additional projects, consider upgrading to the [Enterprise plan](https://www.getdbt.com/pricing/).| +| Run slot | Run slots control the number of jobs that can run concurrently. Developer plans have a fixed number of run slots, while Enterprise and Team plans have [unlimited run slots](/docs/dbt-versions/release-notes/July-2023/faster-run#unlimited-job-concurrency-for-enterprise-accounts). Each running job occupies a run slot for the duration of the run.

Team and Developer plans are limited to one project each. For additional projects, consider upgrading to the [Enterprise plan](https://www.getdbt.com/pricing/).| | Threads | When dbt builds a project's DAG, it tries to parallelize the execution by using threads. The [thread](/docs/running-a-dbt-project/using-threads) count is the maximum number of paths through the DAG that dbt can work on simultaneously. The default thread count in a job is 4. | | Wait time | Amount of time that dbt Cloud waits before running a job, either because there are no available slots or because a previous run of the same job is still in progress. | From 6b7cfadbe9746803184546fda2ceb67261338436 Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Fri, 22 Dec 2023 12:30:09 -0500 Subject: [PATCH 06/15] Update website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md --- .../docs/dbt-versions/release-notes/79-July-2023/faster-run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md b/website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md index 69ab76c6050..bf3be3dd6cb 100644 --- a/website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md +++ b/website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md @@ -33,7 +33,7 @@ Something to note, each running job occupies a run slot for its duration, and if For more feature details, refer to the [dbt Cloud pricing page](https://www.getdbt.com/pricing/). -- **Update December 2023: New Team plans with unlimited job concurrency**
+- **Update: New Team plans with unlimited job concurrency**
We've introduced a change to our dbt Cloud Scheduler for newly created Team plan accounts:

- Unlimited Job concurrency for new Team plans — New accounts on the Team plan now benefit from unlimited job concurrency. - Existing Team plans — Existing Team plan accounts will continue to operate with their original fixed number of run slots. From 7b6a88a686a50f5829495194e49c8ff99f6af1ee Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Fri, 22 Dec 2023 12:43:56 -0500 Subject: [PATCH 07/15] Update website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md --- .../docs/dbt-versions/release-notes/79-July-2023/faster-run.md | 1 - 1 file changed, 1 deletion(-) diff --git a/website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md b/website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md index bf3be3dd6cb..02a578a92c5 100644 --- a/website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md +++ b/website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md @@ -34,7 +34,6 @@ Something to note, each running job occupies a run slot for its duration, and if For more feature details, refer to the [dbt Cloud pricing page](https://www.getdbt.com/pricing/). - **Update: New Team plans with unlimited job concurrency**
- We've introduced a change to our dbt Cloud Scheduler for newly created Team plan accounts:

- Unlimited Job concurrency for new Team plans — New accounts on the Team plan now benefit from unlimited job concurrency. - Existing Team plans — Existing Team plan accounts will continue to operate with their original fixed number of run slots. - Project limitations — Both Team and Developer plans are limited to one project each. For larger-scale needs, our [Enterprise plan](https://www.getdbt.com/pricing/) provides unlimited job concurrency and project capacity. From f1f8c93c704e1eda1bf56f9d3e8b7bc010ef5600 Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Fri, 22 Dec 2023 12:44:43 -0500 Subject: [PATCH 08/15] Update faster-run.md --- .../dbt-versions/release-notes/79-July-2023/faster-run.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md b/website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md index 02a578a92c5..a72d49ab1a9 100644 --- a/website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md +++ b/website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md @@ -34,6 +34,6 @@ Something to note, each running job occupies a run slot for its duration, and if For more feature details, refer to the [dbt Cloud pricing page](https://www.getdbt.com/pricing/). - **Update: New Team plans with unlimited job concurrency**
- - Unlimited Job concurrency for new Team plans — New accounts on the Team plan now benefit from unlimited job concurrency. - - Existing Team plans — Existing Team plan accounts will continue to operate with their original fixed number of run slots. - - Project limitations — Both Team and Developer plans are limited to one project each. For larger-scale needs, our [Enterprise plan](https://www.getdbt.com/pricing/) provides unlimited job concurrency and project capacity. +- Unlimited Job concurrency for new Team plans — New accounts on the Team plan now benefit from unlimited job concurrency. + - Existing Team plans — Existing Team plan accounts will continue to operate with their original fixed number of run slots. + - Project limitations — Both Team and Developer plans are limited to one project each. For larger-scale needs, our [Enterprise plan](https://www.getdbt.com/pricing/) provides unlimited job concurrency and project capacity. From 8d54fc94982da26c2a3abf2e8dfd99cfcd1877f0 Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Fri, 22 Dec 2023 12:45:13 -0500 Subject: [PATCH 09/15] Update website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md --- .../docs/dbt-versions/release-notes/79-July-2023/faster-run.md | 1 - 1 file changed, 1 deletion(-) diff --git a/website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md b/website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md index a72d49ab1a9..fe07cebbeb5 100644 --- a/website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md +++ b/website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md @@ -34,6 +34,5 @@ Something to note, each running job occupies a run slot for its duration, and if For more feature details, refer to the [dbt Cloud pricing page](https://www.getdbt.com/pricing/). - **Update: New Team plans with unlimited job concurrency**
-- Unlimited Job concurrency for new Team plans — New accounts on the Team plan now benefit from unlimited job concurrency. - Existing Team plans — Existing Team plan accounts will continue to operate with their original fixed number of run slots. - Project limitations — Both Team and Developer plans are limited to one project each. For larger-scale needs, our [Enterprise plan](https://www.getdbt.com/pricing/) provides unlimited job concurrency and project capacity. From 14330f6ecbb9600975ade9f6bebe72548e84f7fa Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Fri, 22 Dec 2023 12:45:43 -0500 Subject: [PATCH 10/15] Update website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md --- .../docs/dbt-versions/release-notes/79-July-2023/faster-run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md b/website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md index fe07cebbeb5..e06f91516a6 100644 --- a/website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md +++ b/website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md @@ -33,6 +33,6 @@ Something to note, each running job occupies a run slot for its duration, and if For more feature details, refer to the [dbt Cloud pricing page](https://www.getdbt.com/pricing/). -- **Update: New Team plans with unlimited job concurrency**
+Note, newly created Team accounts after xyz can benefit can now benefit from unlimited job concurrency: - Existing Team plans — Existing Team plan accounts will continue to operate with their original fixed number of run slots. - Project limitations — Both Team and Developer plans are limited to one project each. For larger-scale needs, our [Enterprise plan](https://www.getdbt.com/pricing/) provides unlimited job concurrency and project capacity. From 7f5f575197ee9a0fe89ceb6cf87303e7b53977a6 Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Fri, 22 Dec 2023 12:46:20 -0500 Subject: [PATCH 11/15] Update faster-run.md --- .../dbt-versions/release-notes/79-July-2023/faster-run.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md b/website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md index e06f91516a6..ee6de2c785e 100644 --- a/website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md +++ b/website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md @@ -33,6 +33,6 @@ Something to note, each running job occupies a run slot for its duration, and if For more feature details, refer to the [dbt Cloud pricing page](https://www.getdbt.com/pricing/). -Note, newly created Team accounts after xyz can benefit can now benefit from unlimited job concurrency: - - Existing Team plans — Existing Team plan accounts will continue to operate with their original fixed number of run slots. - - Project limitations — Both Team and Developer plans are limited to one project each. For larger-scale needs, our [Enterprise plan](https://www.getdbt.com/pricing/) provides unlimited job concurrency and project capacity. +Note, newly created Team accounts after xyz can now benefit from unlimited job concurrency: +- Existing Team plans — Existing Team plan accounts will continue to operate with their original fixed number of run slots. +- Project limitations — Both Team and Developer plans are limited to one project each. For larger-scale needs, our [Enterprise plan](https://www.getdbt.com/pricing/) provides unlimited job concurrency and project capacity. From d4457938d8f3b5f5295fa7b30f306c9d4b4e1b0c Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Fri, 22 Dec 2023 12:55:32 -0500 Subject: [PATCH 12/15] Update website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md --- .../docs/dbt-versions/release-notes/79-July-2023/faster-run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md b/website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md index ee6de2c785e..05bc517ce76 100644 --- a/website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md +++ b/website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md @@ -33,6 +33,6 @@ Something to note, each running job occupies a run slot for its duration, and if For more feature details, refer to the [dbt Cloud pricing page](https://www.getdbt.com/pricing/). -Note, newly created Team accounts after xyz can now benefit from unlimited job concurrency: +Note, newly created Team accounts after July 2023 benefit from unlimited job concurrency: - Existing Team plans — Existing Team plan accounts will continue to operate with their original fixed number of run slots. - Project limitations — Both Team and Developer plans are limited to one project each. For larger-scale needs, our [Enterprise plan](https://www.getdbt.com/pricing/) provides unlimited job concurrency and project capacity. From 19b107be6ca6118170121b02d248684b84e2f0bb Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Fri, 22 Dec 2023 12:56:53 -0500 Subject: [PATCH 13/15] Update website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md --- .../docs/dbt-versions/release-notes/79-July-2023/faster-run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md b/website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md index 05bc517ce76..b93dab551ba 100644 --- a/website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md +++ b/website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md @@ -35,4 +35,4 @@ For more feature details, refer to the [dbt Cloud pricing page](https://www.getd Note, newly created Team accounts after July 2023 benefit from unlimited job concurrency: - Existing Team plans — Existing Team plan accounts will continue to operate with their original fixed number of run slots. -- Project limitations — Both Team and Developer plans are limited to one project each. For larger-scale needs, our [Enterprise plan](https://www.getdbt.com/pricing/) provides unlimited job concurrency and project capacity. +- Project limitations — Both Team and Developer plans are limited to one project each. For larger-scale needs, our [Enterprise plan](https://www.getdbt.com/pricing/) offers features such as audit logging, unlimited job concurrency and projects, and more. From 1ce8a8e5f0fe7a56f8e9498ccc101a2702f90331 Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Fri, 22 Dec 2023 15:13:48 -0500 Subject: [PATCH 14/15] Update faster-run.md fold in maggie's feedback --- .../dbt-versions/release-notes/79-July-2023/faster-run.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md b/website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md index b93dab551ba..fab173caf95 100644 --- a/website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md +++ b/website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md @@ -27,12 +27,12 @@ Jobs scheduled at the top of the hour used to take over 106 seconds to prepare b Our enhanced scheduler offers more durability and empowers users to run jobs effortlessly. -This means Enterprise, multi-tenant accounts can now enjoy the advantages of unlimited job concurrency. Previously limited to a fixed number of run slots, Enterprise accounts now have the freedom to operate without constraints. Single-tenant support will be coming soon. Team plan customers will continue to have only 2 run slots. +This means Enterprise, multi-tenant accounts can now enjoy the advantages of unlimited job concurrency. Previously limited to a fixed number of run slots, Enterprise accounts now have the freedom to operate without constraints. Single-tenant support will be coming soon. Something to note, each running job occupies a run slot for its duration, and if all slots are occupied, jobs will queue accordingly. For more feature details, refer to the [dbt Cloud pricing page](https://www.getdbt.com/pricing/). -Note, newly created Team accounts after July 2023 benefit from unlimited job concurrency: -- Existing Team plans — Existing Team plan accounts will continue to operate with their original fixed number of run slots. +Note, Team accounts created after July 2023 benefit from unlimited job concurrency: +- Legacy Team accounts have a fixed number of run slots. - Project limitations — Both Team and Developer plans are limited to one project each. For larger-scale needs, our [Enterprise plan](https://www.getdbt.com/pricing/) offers features such as audit logging, unlimited job concurrency and projects, and more. From c6b01b380075a47ea144a0507399932dc960cd99 Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Fri, 22 Dec 2023 15:20:32 -0500 Subject: [PATCH 15/15] Update website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md --- .../docs/dbt-versions/release-notes/79-July-2023/faster-run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md b/website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md index fab173caf95..5cf1f97ff25 100644 --- a/website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md +++ b/website/docs/docs/dbt-versions/release-notes/79-July-2023/faster-run.md @@ -35,4 +35,4 @@ For more feature details, refer to the [dbt Cloud pricing page](https://www.getd Note, Team accounts created after July 2023 benefit from unlimited job concurrency: - Legacy Team accounts have a fixed number of run slots. -- Project limitations — Both Team and Developer plans are limited to one project each. For larger-scale needs, our [Enterprise plan](https://www.getdbt.com/pricing/) offers features such as audit logging, unlimited job concurrency and projects, and more. +- Both Team and Developer plans are limited to one project each. For larger-scale needs, our [Enterprise plan](https://www.getdbt.com/pricing/) offers features such as audit logging, unlimited job concurrency and projects, and more.