Skip to content

Commit

Permalink
Autoinstall dbt
Browse files Browse the repository at this point in the history
  • Loading branch information
vinooganesh committed Jul 31, 2023
1 parent 92b613c commit 78396cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@
]
}
},
// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "pip install --user -r requirements.txt",
"postCreateCommand": "sudo sh .devcontainer/startup.sh",
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"postCreateCommand": "sudo sh .devcontainer/startup.sh; pip install --user -r requirements.txt",
"remoteUser": "vscode"
// "onCreateCommand": "echo PS1='\"$ \"' >> ~/.bashrc" //Set Terminal Prompt to $
}
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
mysql-connector-python>=8.0.32
sqlfmt==0.0.3
dbt-mysql==1.1.0

0 comments on commit 78396cf

Please sign in to comment.