solana-models/macros/streamline/bulk_program_parser/run_sp_program_parser.sql
xiuy001 3707093464
Add solana parser jobs and models (#316)
* updated the dbt model for adding the solana parser

* updated

* updated

* updated

* updated
2023-07-21 18:33:08 +02:00

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 %}