-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(doc): Allow copying asset when dbt docs command is run outside th…
…e dbt project
- Loading branch information
1 parent
3de3b82
commit 7d1f3df
Showing
3 changed files
with
45 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Fixes | ||
body: Allow copying asset when dbt docs command is run outside the dbt project | ||
time: 2025-01-16T19:26:16.160976423Z | ||
custom: | ||
Author: cedric-orange | ||
Issue: "9308" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"name": "Python 3", | ||
"image": "docker.io/python:3.12", | ||
|
||
"features": { | ||
"ghcr.io/devcontainers/features/docker-in-docker:2": {}, | ||
"ghcr.io/devcontainers/features/common-utils:2": {}, | ||
"ghcr.io/devcontainers/features/github-cli:1": {}, | ||
"ghcr.io/devcontainers-extra/features/gh-release:1": { | ||
"repo": "miniscruff/changie", | ||
"binaryNames": ["changie"] | ||
}, | ||
"ghcr.io/devcontainers-extra/features/pre-commit:2": {}, | ||
"ghcr.io/jungaretti/features/make:1": {}, | ||
"ghcr.io/devcontainers-extra/features/apt-get-packages:1": { | ||
"packages": ["postgresql-client"] | ||
} | ||
}, | ||
|
||
"postCreateCommand": "make dev", | ||
|
||
"customizations": { | ||
"vscode": { | ||
"extensions": [ | ||
"mhutchie.git-graph", | ||
"ms-python.python", | ||
"ms-python.flake8", | ||
"ms-python.black-formatter" | ||
] | ||
} | ||
}, | ||
|
||
"runArgs": ["-e", "GITHUB_TOKEN=${localEnv:GITHUB_TOKEN}"] | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters