Go to file
2023-11-08 10:24:21 -08:00
.github add exclude 2023-11-08 10:24:21 -08:00
documentation update urls in docs 2023-02-09 10:31:56 -07:00
images updated 2022-12-02 11:01:33 -05:00
models_yml added files 2022-12-02 11:10:29 -05:00
temp updated 2022-12-05 15:22:48 -05:00
.DS_Store added files 2022-12-02 11:08:13 -05:00
.gitignore added files 2022-12-02 11:08:13 -05:00
LICENSE Initial commit 2022-10-28 15:35:16 -04:00
README.md updated 2022-12-02 11:01:33 -05:00

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

Step 6: END