From d86d8a29efcb92b6d9f52ff2647fd1f877becc13 Mon Sep 17 00:00:00 2001 From: drethereum Date: Mon, 7 Apr 2025 10:35:17 -0600 Subject: [PATCH] removed seed file --- README.md | 1 - data/github_actions__workflows.csv | 14 -------------- 2 files changed, 15 deletions(-) delete mode 100644 data/github_actions__workflows.csv diff --git a/README.md b/README.md index c53e43d..18f8134 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,6 @@ 4. Set up the rest of the dbt project, where applicable, including but not limited to: - `dbt_project.yml` (enable/disable packages, vars, etc.) - `.github/workflows` (update tags, etc.) - - `github_actions__workflows.csv` (update schedule, workflows, etc.) - `overview.md` (update ``, table references, docs etc.) - `sources.yml` (update schemas, tables etc.) - `requirements.txt` (update dependencies) diff --git a/data/github_actions__workflows.csv b/data/github_actions__workflows.csv deleted file mode 100644 index c64c9e9..0000000 --- a/data/github_actions__workflows.csv +++ /dev/null @@ -1,14 +0,0 @@ -workflow_name,workflow_schedule -dbt_run_streamline_chainhead,"" --2x/hour 30 min offset -dbt_run_streamline_decoder_history,"" --1x/week not overlapping with chainhead -dbt_run_scheduled_main,"" --1x/hour 15 min offset to latest chainhead run -dbt_run_scheduled_decoder,"" --1x/hour 15 min offset to latest main run -dbt_run_scheduled_curated,"" --every 4 hours 15 min offset to latest main run -dbt_run_scheduled_abis,"" --1x/day 5 min offset to earliest main run -dbt_run_scheduled_scores,"" --1x/day 20 min offset to earliest main run -dbt_test_daily,"" --1x/day 20 min offset to earliest main run not overlapping with main curated decoder scores or other test jobs -dbt_test_intraday,"" --4x/hour 20 min offset to latest main run not overlapping with main curated decoder scores or other test jobs -dbt_test_monthly,"" --1x/month 20 min offset to earliest main run not overlapping with main curated decoder scores or other test jobs -dbt_run_heal_models,"" --1x/week 30 min offset to curated -dbt_run_full_observability,"" --1x/month 15 min offset to earliest main run -dbt_run_dev_refresh,"" --1x/week on monday early UTC time 20 min offset to latest main run \ No newline at end of file