mirror of
https://github.com/FlipsideCrypto/solana-models.git
synced 2026-02-06 19:17:00 +00:00
* updated the dbt model for adding the solana parser * updated * updated * updated * updated
7 lines
153 B
SQL
7 lines
153 B
SQL
{% macro run_sp_udf_bulk_program_parser() %}
|
|
{% set sql %}
|
|
call silver.sp_udf_bulk_program_parser();
|
|
{% endset %}
|
|
|
|
{% do run_query(sql) %}
|
|
{% endmacro %} |