Commit 5c73f128 authored by Cynthia "Arty" Ng's avatar Cynthia "Arty" Ng 🌴
Browse files

Remove ul-indent exception and fix errors

parent e3323a33
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -26,8 +26,7 @@
    "no-duplicate-heading": { "siblings_only": true },
    "no-emphasis-as-heading": false,
    "no-inline-html": false,
    "no-trailing-punctuation": { "punctuation": ".,;:!。,;:!?" },
    "ul-indent": false
    "no-trailing-punctuation": { "punctuation": ".,;:!。,;:!?" }
  },
  "ignores": [
    "content/handbook/company/culture/all-remote/remote-work-report-2020.md",
+63 −63
Original line number Diff line number Diff line
@@ -215,7 +215,7 @@ Each quarter, [E-Group]({{< ref "structure#e-group" >}}) can choose to invite an
1. High performance
1. Clear results
1. Function (should have representation across functions throughout the year)
1. Diversity (participation from members in [GitLab Team Member Resource Groups]({{< ref "erg-guide" >}})
1. Diversity (participation from members in [GitLab Team Member Resource Groups]({{< ref "erg-guide" >}}))

Once the Key Talent Guest has been identified, it is the relevant E-Group team member's responsibility to ensure that managers of this person are aware of the invite. The EBA to the CEO will then confirm that the guest is able to join. If not, the invite will go to the runner up. Once a Key Talent Guest is confirmed, the EBA to the CEO should enter their name in the [Key Talent Board Dinner Guests](#key-talent-board-dinner-guests).

+43 −54
Original line number Diff line number Diff line
---

title: "Data Triage Guide"
description: "GitLab Data Triage Guide"
---









---

## <i class="fas fa-users fa-fw color-orange font-awesome" aria-hidden="true"></i>Data Triage
+177 −176
Original line number Diff line number Diff line
@@ -158,7 +158,8 @@ This will clone the DBT model from the `prod` branch into your local user databa

  ```console
  Compilation Error
  dbt found 7 package(s) specified in packages.yml, but only 0 package(s) installed in dbt_packages. Run "dbt deps" to install package dependencies.
    dbt found 7 package(s) specified in packages.yml, but only 0 package(s)
    installed in dbt_packages. Run "dbt deps" to install package dependencies.
  ```

- Run `make dbt-deps` from the root of the analytics folder and retry the command.
+41 −40
Original line number Diff line number Diff line
@@ -85,6 +85,7 @@ Account Name contains a number of options related to managing your account in Co
  - **Delegates**: Users can delegate their receiving and approvals to another user by using the Delegates functionality (it is possible to add multiple, overlapping delegates, and enable notifications). *Check the [How to add a Delegate in Coupa](/handbook/business-technology/enterprise-applications/guides/coupa-guide/#how-to-add-a-delegate-in-coupa) section for more details*.
  - **Reports**: Users can schedule a report by going to a particular report view and specifying the scheduling details (only certain users will have access to reports and report views are dependent on role).
  - **Notifications**: Coupa notifications can be managed under the User's Settings.

    ![coupa-image-26](/handbook/business-technology/enterprise-applications/guides/coupa-guide/coupa26.png)

    For each type of notification, the User can choose whether to receive notifications via email, Slack, or within Coupa (Online) and can select multiple platforms.
Loading