Skip to content

Commit 14776cd

Browse files
committed
Merge branch 'main' into add-dbt-less-lightdash
2 parents 821ff49 + 92d7ea8 commit 14776cd

11 files changed

Lines changed: 1273 additions & 514 deletions
577 KB
Loading
512 KB
Loading
341 KB
Loading
376 KB
Loading

references/joins.mdx

Lines changed: 601 additions & 251 deletions
Large diffs are not rendered by default.

references/tables.mdx

Lines changed: 642 additions & 249 deletions
Large diffs are not rendered by default.

references/workspace/how-to-create-multiple-projects.mdx

Lines changed: 23 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,36 +9,45 @@ description: With Lightdash, you can have a single organization (e.g. Lightdash)
99
Only users with organization admin permissions can create new projects.
1010
</Info>
1111

12-
To create a new project, click on `settings` \--> `project management` \--> `create new project`.
12+
To create a new project, navigate to **Organization settings** \--> **All projects** \--> **Create new**.
1313

1414
<Frame>
15-
<img src="/images/references/workspace/how-to-create-multiple-projects/screenshot-create-project-bb782e0d6a4ae16ab0383e7b500e5b76.png" alt="screenshot-create-project"/>
15+
<img src="/images/references/workspace/how-to-create-multiple-projects/create-project.png" alt="screenshot-create-project"/>
1616
</Frame>
1717

18-
Give your project a nice, new name, then get started on setting up the dbt and warehouse connection.
18+
Give your project a name, then get started on setting up the dbt and warehouse connection.
1919

20-
## Set up the dbt + warehouse connection
2120

22-
You'll need to define the dbt and warehouse connections for your new project.
21+
### Set up project connections
22+
23+
You'll need to define the warehouse connection for your new project, and the dbt project details if you're using dbt.
2324

2425
Not sure what it all means? Don't worry, we've written [a step-by-step guide](/get-started/setup-lightdash/connect-project) that will help you out.
2526

26-
## Easily switch between projects
2727

28-
Once you've got multiple projects set up, you can easily switch through the projects in your organization using the drop-down list in the top corner of your screen.
28+
## Switch between projects
29+
30+
Once you've got multiple projects set up, you can easily switch or search through the projects in your organization using the drop-down list in the top corner of your screen.
2931

3032
<Frame>
31-
<img src="/images/references/workspace/how-to-create-multiple-projects/screenshot-switch-projects-15e4afbb6766590a963a40d8e0b47f2e.png" alt="screenshot-switch-projects"/>
33+
<img src="/images/references/workspace/how-to-create-multiple-projects/select-project.png" alt="screenshot-switch-projects"/>
3234
</Frame>
3335

34-
## Go to the project management settings to delete a project
3536

36-
Don't need a project anymore? That's okay - you can easily delete a project in the project settings space.
37-
38-
<Frame>
39-
<img src="/images/references/workspace/how-to-create-multiple-projects/screenshot-delete-project-b6197abe202f18202f39aa9a4f1e1bf4.png" alt="screenshot-delete-project"/>
40-
</Frame>
37+
## Delete a project
4138

4239
<Info>
4340
Only users with admin permissions can delete projects.
4441
</Info>
42+
43+
Don't need a project anymore? That's okay - you can easily delete projects individually by clicking the trash can icon next to a project on the "All projects" page:
44+
45+
<Frame>
46+
<img src="/images/references/workspace/how-to-create-multiple-projects/delete-project.png" alt="screenshot-delete-project"/>
47+
</Frame>
48+
49+
Or you can delete multiple projects at once by selecting the checkboxes next to the projects you want to delete, and clicking the "Delete selected" button at the top of the page:
50+
51+
<Frame>
52+
<img src="/images/references/workspace/how-to-create-multiple-projects/delete-multiple-projects.png" alt="screenshot-delete-project"/>
53+
</Frame>

0 commit comments

Comments
 (0)