mirror of
https://github.com/FlipsideCrypto/near-models.git
synced 2026-02-06 11:26:52 +00:00
fix sig
This commit is contained in:
parent
2c7ab1533c
commit
15c8449fd9
2
.github/workflows/dbt_run_scheduled.yml
vendored
2
.github/workflows/dbt_run_scheduled.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
||||
|
||||
- name: Run DBT Jobs
|
||||
run: |
|
||||
dbt run-operation dispatch_github_workflow --args "{'repo_name': 'streamline-snowflake', 'workflow_name': 'dbt_run_near_external_table_update'}";
|
||||
dbt run-operation dispatch_github_workflow --args "{'repo_name': 'streamline-snowflake', 'workflow_name': 'dbt_run_near_external_table_update', 'GB_ID': '${{ env.GB_ID }}'}";
|
||||
|
||||
- name: Store logs
|
||||
uses: actions/upload-artifact@v3
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{% macro dispatch_github_workflow(repo_name, workflow_name) %}
|
||||
{% macro dispatch_github_workflow(repo_name, workflow_name, gb_id) %}
|
||||
{% set context_query %}
|
||||
SET LIVEQUERY_CONTEXT = '{"userId":"{{ var('GB_ID') }}"}';
|
||||
SET LIVEQUERY_CONTEXT = '{"userId":"{{ gb_id }}"}';
|
||||
{% endset %}
|
||||
{% do run_query(context_query) %}
|
||||
{% set query %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user