This commit is contained in:
yulike 2022-12-02 11:01:33 -05:00
parent de9b993e7f
commit 31e47a7b37
5 changed files with 22 additions and 3 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

BIN
.github/.DS_Store vendored Normal file

Binary file not shown.

1
.gitignore vendored
View File

@ -1,4 +1,3 @@
temp/
models_yml/
LICENSE
README.md

View File

@ -1 +1,21 @@
# dbt-replacement
Please follow the below steps to do the dbt cloud replacement:
## Step 1: Checkout the branch
`git pull`
`git checkout AN-2377-added-schedule-dbt-run-template-github-actions`
## Step 2: Created a new temp branch based on main
`git checkout -b tmp-dbt-replacement`
## Step 3: Checked out the changes
`git checkout AN-2377-added-schedule-dbt-run-template-github-actions .github/workflows`
## Step 4: Merged it to main
## Step 5: Set up the repository secrets
Go to `Github Repo -> Settings -> Environments`, click create new environment, call it `workflow`, and then type in the repo like this by adding the profiles under the current folder
![environment](./images/environment_screenshot.png)
## Step 6: END

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 KiB