-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Let action work with dbt cloud jobs which don't produce artifacts (#24)
Fixes #23 Previously this action would always fail on dbt cloud jobs which don't produce artifacts, now the action can be configured to skip fetching artifacts. I considered catching & silencing errors when fetching artifacts rather than exposing another config option but decided against it since it could lead to hard-to-debug scenarios for this github action's primary use-case (running fal). Requiring a configuration opt-in to cover this niche instead feels quite harmless.
- Loading branch information
1 parent
dd2a2c4
commit 1ea5071
Showing
3 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters