Video: https://www.loom.com/share/020361ffc62e49ffa55deabd819fe166
Reproducing dbt Cloud Slim CI functionality using GitHub Actions - for cases when the dbt Cloud native GitHub App cannot be used or Slim CI isn't working as expected.
The GitHub Action workflow used in the video above is available below in dbt-cloud-actions-fal.yml
.
Update (2023-02-27) - there can be scenarios where GitHub Administrators block GitHub Actions that are not from GitHub itself, so I have added a new workflow (dbt-cloud-actions-native.yml
) which uses a Python script saved in the repo itself (dbt_cloud.py
) instead of using Fal's action as shown in the video above.