Recued
Menu
← Back to recipes

What this analysis reads, and whether it runs

by recued-core v1 7 views

Use “What this analysis reads, and whether it runs” in Recued. For one Hex project: the warehouse tables it queries, and how its recent runs went. It reads information without changing data in the connected service.

How it works 28 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (28 steps)
project_id_text trim
Trim whitespace from setting project id
project_id_required template
Generate text from a template
fail: step.project_id_text is_empty
run_limit clamp
Clamp setting run limit between 1 and 100
project_raw ?
title default
Apply default
found template
Generate text from a template
fail: step.title is_empty
defaults defaults
Apply defaults
defaults_2 defaults
Apply defaults
schedule_count count
Count items in schedules
tables_raw ?
tables default
Apply default
table_count count
Count items in tables
connections_used unique
Remove duplicates from
connection_count count
Count items in connections used
runs_raw ?
runs default
Apply default
run_count count
Count items in runs
errored filter
Filter by condition
killed filter
Filter by condition
no_kernel filter
Filter by condition
errored_count count
Count items in errored
killed_count count
Count items in killed
no_kernel_count count
Count items in no kernel
fail_rate_raw math
Calculate: {{step.errored_count}} / {{step.run_count}} * 100
skip: step.run_count equal 0
fail_rate_raw_rounded round
Round fail rate raw to 0 decimal places
skip: step.run_count equal 0
defaults_3 defaults
Apply defaults
card to_summary
Format results as a summary card
table_list to_table
Format results as a data table
Settings 3 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

hex setting =
run limit setting = 25
project id setting =

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Permissions it requires

Read your Hex connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

hex hexanalyticsnotebookslineagedatarunsread-only

Details

28 steps 3 configurable settings recipe_id: audit-project-lineage-hex