From 4fd67df7cd696279b5aeca8b3986e106873a20b3 Mon Sep 17 00:00:00 2001 From: Leigh Staub <127452841+leighstaub@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:48:59 -0600 Subject: [PATCH 1/6] Create leadership-principles.md Adding our leadership principles to the handbook. Approved by Meg. --- website/docs/leadership-principles.md | 50 +++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 website/docs/leadership-principles.md diff --git a/website/docs/leadership-principles.md b/website/docs/leadership-principles.md new file mode 100644 index 0000000..d7864e6 --- /dev/null +++ b/website/docs/leadership-principles.md @@ -0,0 +1,50 @@ +--- +id: leadership_priciples +title: Leadership Principles +sidebar_label: Leadership Principles +--- + +| Content Maintainer | +|---| +| Tristan Handy | +| Megan Pittman | + +### We create remarkable experiences. + +Every touch point with dbt Labs should be remarkable—for customers, for community members, for employees, and for every other stakeholder of the business. Leaders are allergic to mediocrity, and hire and coach their teams to envision, identify, and create the remarkable. + +### We are customer-obsessed. + +Leaders start with the customer and work backwards. They work vigorously to earn and keep customer trust. Although leaders pay attention to competitors, they obsess over customers. + +### We drive results. + +Leaders deeply understand how value is created and relentlessly focus on it. Despite setbacks, changes, and challenges, leaders rise to the occasion and deliver outcomes for our customers and for the business. We solve problems, exceed expectations and amplify the impact of those around us. + +### We are pleased, but not satisfied. + +While we are proud of what we’ve accomplished, leaders prefer to focus on how much more there is to do in service of our mission and our customers. We do not rest on our laurels. We push ourselves and each other to be better every day. + +### We earn trust. + +Leaders know that trust is the single most valuable asset that any group of humans can have, and we know that building trust requires work. We do that work day-in, day-out, with our customers, our teams, and our peers. We are authentic, listen to be wrong, and live up to our commitments. + +### We have a bias for action. + +Speed matters in business, and it is one of our strengths. Leaders help teams move quickly by setting pace, energy, and context and by making good decisions quickly. We take calculated risks while learning quickly from our failures. Leaders only slow down a decision when we are faced with a one-way-door. + +### We are owners. + +Leaders never take off their owners hat. We act on behalf of our entire company, not just our own team. We spend the company’s money as if it were our own. We take ownership for both good and bad outcomes. We never sacrifice long term value for short term results. + +### We are self-aware. + +Leaders need to have a clear understanding of their own skills, abilities, behaviors and areas for improvement. They recognize and compensate for their weaknesses, biases, and blind spots. They understand how their actions impact others. Leaders embrace challenging feedback as an opportunity to build self-awareness. + +### We debate and decide. + +Leaders lean into debate and work to disconfirm our own beliefs. We find the most credible people who disagree with us and try to understand their reasoning. We support our fellow leaders by asking hard questions and disagreeing in public. Ultimately, leaders make decisions, at which point the organization as a whole commits to moving forwards. + +### We have fun. + +Leaders know that humans only come together to produce remarkable results when there is a spark of fun. They work to inject fun—and their own idiosyncratic human selves!— into their work and their teams. From 4375464c90c7fba62f1793f8fa26f336d7b1ad37 Mon Sep 17 00:00:00 2001 From: Leigh Staub <127452841+leighstaub@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:50:59 -0600 Subject: [PATCH 2/6] Update sidebars.json Re-ordering the pages for the website. --- website/sidebars.json | 1 + 1 file changed, 1 insertion(+) diff --git a/website/sidebars.json b/website/sidebars.json index 50a0e68..0759a93 100644 --- a/website/sidebars.json +++ b/website/sidebars.json @@ -4,6 +4,7 @@ "about_dbt_labs", "mission", "values", + "leadership_principles", "hiring", "working_here", "talent_development", From 8e2f13f9dd3a3be8435ab183b7953a9020965eb9 Mon Sep 17 00:00:00 2001 From: Leigh Staub <127452841+leighstaub@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:59:47 -0600 Subject: [PATCH 3/6] Update leadership-principles.md fixed typo --- website/docs/leadership-principles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/leadership-principles.md b/website/docs/leadership-principles.md index d7864e6..1814d6c 100644 --- a/website/docs/leadership-principles.md +++ b/website/docs/leadership-principles.md @@ -1,5 +1,5 @@ --- -id: leadership_priciples +id: leadership_principles title: Leadership Principles sidebar_label: Leadership Principles --- From ae44ddaa8b903845ae8a739c8b75c1a6deb748ba Mon Sep 17 00:00:00 2001 From: Leigh Staub <127452841+leighstaub@users.noreply.github.com> Date: Thu, 5 Dec 2024 13:08:24 -0600 Subject: [PATCH 4/6] Update about_dbt_labs.md adding link to LPs --- website/docs/about_dbt_labs.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/about_dbt_labs.md b/website/docs/about_dbt_labs.md index ce04726..051ec96 100644 --- a/website/docs/about_dbt_labs.md +++ b/website/docs/about_dbt_labs.md @@ -20,6 +20,8 @@ This handbook is intended to answer your questions as a new employee and should [Values](values.md) +[Leadership Principles](leadership_principles.md) + [Hiring](hiring.md) [Working Here](working_here.md) From 87eab28a7a47abcee19cd7b31028b01b8490b512 Mon Sep 17 00:00:00 2001 From: Leigh Staub <127452841+leighstaub@users.noreply.github.com> Date: Thu, 5 Dec 2024 13:16:26 -0600 Subject: [PATCH 5/6] Rename leadership-principles.md to leadership_principles.md changing page name with _ --- .../docs/{leadership-principles.md => leadership_principles.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename website/docs/{leadership-principles.md => leadership_principles.md} (100%) diff --git a/website/docs/leadership-principles.md b/website/docs/leadership_principles.md similarity index 100% rename from website/docs/leadership-principles.md rename to website/docs/leadership_principles.md From e377af547b2dc45e4560c4bc1474246aa633e062 Mon Sep 17 00:00:00 2001 From: john-rock Date: Thu, 5 Dec 2024 14:23:17 -0500 Subject: [PATCH 6/6] trigger build