axelar-models/models/github_actions/github_actions__current_task_status.sql
Eric Laurello 60656ddfd7 gha tasks
2023-11-06 14:07:03 -05:00

6 lines
115 B
SQL

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