mirror of
https://github.com/FlipsideCrypto/fsc-utils.git
synced 2026-02-06 10:56:49 +00:00
add property for excluding from a datashare
This commit is contained in:
parent
5f7935feb4
commit
2c561fd8ff
@ -56,6 +56,7 @@
|
||||
IMMUTABLE
|
||||
sql: |
|
||||
{{ fsc_utils.sql_udf_json_rpc_call() }}
|
||||
exclude_from_datashare: true
|
||||
- name: {{ schema }}.udf_json_rpc_call
|
||||
signature:
|
||||
- [method, STRING]
|
||||
@ -68,6 +69,7 @@
|
||||
IMMUTABLE
|
||||
sql: |
|
||||
{{ fsc_utils.sql_udf_json_rpc_call() }}
|
||||
exclude_from_datashare: true
|
||||
- name: {{ schema }}.udf_json_rpc_call
|
||||
signature:
|
||||
- [method, STRING]
|
||||
@ -81,6 +83,7 @@
|
||||
IMMUTABLE
|
||||
sql: |
|
||||
{{ fsc_utils.sql_udf_json_rpc_call(False) }}
|
||||
exclude_from_datashare: true
|
||||
- name: {{ schema }}.udf_json_rpc_call
|
||||
signature:
|
||||
- [method, STRING]
|
||||
@ -94,6 +97,7 @@
|
||||
IMMUTABLE
|
||||
sql: |
|
||||
{{ fsc_utils.sql_udf_json_rpc_call(False) }}
|
||||
exclude_from_datashare: true
|
||||
|
||||
- name: {{ schema }}.udf_evm_text_signature
|
||||
signature:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user