monad-models/models/github_actions/github_actions__current_task_status.sql
2025-01-31 14:46:18 -05:00

9 lines
174 B
SQL

{# Log configuration details #}
{{ log_model_details() }}
{{ config(
materialized = 'view',
tags = ['gha_tasks']
) }}
{{ fsc_utils.gha_task_current_status_view() }}