blast-models/models/github_actions/github_actions__current_task_status.sql
drethereum 604ec8ef8f
AN-4377/initial-repo-build (#1)
* files

* docs

* package

* remove

* comments

* macro comments

* overview

* comment out on run start

* remove workflows
2024-02-07 10:57:39 -07:00

6 lines
115 B
SQL

{{ config(
materialized = 'view',
tags = ['gha_tasks']
) }}
{{ fsc_utils.gha_task_current_status_view() }}