eclipse-models/models/github_actions/github_actions__task_performance.sql
desmond-hui 7f0fae5239
Setup initial live query and GitHub (#3)
* basic setup for live query

* basic setup for GHA

---------

Co-authored-by: desmond-hui <desmond@flipsidecryto.com>
2024-08-29 06:35:33 -07:00

6 lines
112 B
SQL

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