You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This action manages a job run on [dbt Cloud](https://cloud.getdbt.com)and fetches job artifacts.
3
+
This action lets you trigger a job run on [dbt Cloud](https://cloud.getdbt.com), fetches the `run_results.json` artifact, and `git checkout`s the branch that was ran by dbt Cloud.
-`profiles` - contents of a [profiles.yml](https://docs.getdbt.com/reference/profiles.yml/) as a string
11
-
-`keyfile` - Contents of a data warehouse keyfile
10
+
-`profiles` - contents of a [profiles.yml](https://docs.getdbt.com/reference/profiles.yml/) as a string. (Please inline the keyfile [as seen in the example](https://docs.getdbt.com/reference/warehouse-profiles/bigquery-profile#service-account-json).)
11
+
12
+
We recommend passing sensitive variables as Github secrets. Example [here](https://github.com/fal-ai/fal_bike_example/blob/main/.github/workflows/fal_dbt.yml).
12
13
13
14
**Optional**:
14
15
-`cause` - Cause message to use [Default=`"Triggered by a GitHub Action"`]
15
16
-`interval` - The interval between polls in seconds [Default=`30`]
16
-
-`profile_name` - Name of target profile [Default=`default`]
0 commit comments