You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/recce-cloud/setup-gh-codespaces.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,10 +40,12 @@ GitHub Codespaces is a development environment provided by GitHub that allows de
40
40
- or [Repository-level or organization-level codespaces secrets](https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/managing-development-environment-secrets-for-your-repository-or-organization)
41
41
42
42
1. Prepare the `.devcontainer/Dockerfile`
43
+
For environment setup, you need to install `recce`, dbt and the appropriate adapter for your data platform.
44
+
Below is a sample Dockerfile for BigQuery. You can customize it based on your needs.
43
45
```
44
46
FROM mcr.microsoft.com/vscode/devcontainers/python:3.11
0 commit comments