Documentation Index
Fetch the complete documentation index at: https://docs.sdf.com/llms.txt
Use this file to discover all available pages before exploring further.
SDF is now a part of dbt Labs. Get live CTA previews, inline errors, and mesh support natively in the dbt platform. Learn more ยท Migrate to Fusion
Documentation Index
Fetch the complete documentation index at: https://docs.sdf.com/llms.txt
Use this file to discover all available pages before exploring further.
flattenfunction flatten $1(input $1) returns struct<seq bigint, key string, path string, index bigint, value variant, this $1>
where $1 in (variant, object, array)
generatorfunction generator() returns struct<dummy bigint>
get_object_referencesfunction get_object_references() returns struct<database_name string, schema_name string, object_name string, referenced_database_name string, referenced_schema_name string, referenced_object_name string, referenced_object_type string>
infer_schemafunction infer_schema() returns struct<
column_name string,
type string,
nullable boolean,
expression string,
filenames string,
order_id bigint
>
rest_event_historyfunction rest_event_history(rest_service_type string) returns struct<
event_timestamp timestamp,
event_id bigint,
event_type string,
endpoint string,
method string,
status string,
error_code bigint,
details string,
client_ip string,
actor_name string,
actor_domain string,
resource_name string,
resource_domain string
>
validatefunction validate(string, job_id string) returns struct<
error string,
file string,
line bigint,
character bigint,
byte_offset bigint,
category string,
code bigint,
sql_state bigint,
column_name string,
row_number bigint,
row_start_line bigint,
rejected_record string
>
function validate(job_id string) returns struct<
error string,
file string,
line bigint,
character bigint,
byte_offset bigint,
category string,
code bigint,
sql_state bigint,
column_name string,
row_number bigint,
row_start_line bigint,
rejected_record string
>