Skip to content

Commit 564561d

Browse files
authored
Merge pull request #14 from DataRecce/feature/drc-1294-doc-update-recce-version-specification-for-pip
docs: Update devcontainer config for outdated version specification
2 parents 0dfdad5 + ba106cd commit 564561d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/recce-cloud/setup-gh-codespaces.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,14 @@ GitHub Codespaces is a development environment provided by GitHub that allows de
4040
- 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)
4141
4242
1. Prepare the `.devcontainer/Dockerfile`
43+
44+
For environment setup, you need to install `recce`, `dbt`, and the appropriate adapter for your data platform.
45+
46+
Below is a sample Dockerfile for BigQuery. You can customize it based on your needs.
4347
```
4448
FROM mcr.microsoft.com/vscode/devcontainers/python:3.11
4549
46-
RUN pip install dbt-bigquery~=1.7.0 recce~=0.34
50+
RUN pip install dbt-core dbt-bigquery recce
4751
```
4852
!!!Note
4953

0 commit comments

Comments
 (0)