mirror of
https://github.com/FlipsideCrypto/livequery-base.git
synced 2026-02-06 11:16:44 +00:00
* - removed utils.register_secret - add hosted profile * - refactor project variables to use config object * - add \n * - uncommented code * - update return type * - reverted name truncation * - change GHA workflow environments to align with dbt profiles * - add hosted option to enviornment dropdown * - add integration test * Update dbt_project.yml Add INTERNAL_DEV role to stg profile * - fix grants - enforce dbt target
19 lines
384 B
YAML
19 lines
384 B
YAML
name: dbt_run_dev_refresh
|
|
run-name: dbt_run_dev_refresh
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
schedule:
|
|
# Runs "at 9:00 UTC" (see https://crontab.guru)
|
|
- cron: '0 9 * * *'
|
|
|
|
concurrency:
|
|
group: ${{ github.workflow }}
|
|
|
|
jobs:
|
|
dev_refresh:
|
|
uses: ./.github/workflows/dbt.yml
|
|
secrets: inherit
|
|
with:
|
|
environment: prod
|
|
command: run-operation run_sp_create_prod_clone |