Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbt-labs/dbt-fusion
/ functions
Functions
15,474 in github.com/dbt-labs/dbt-fusion
⨍
Functions
15,474
◇
Types & classes
3,240
↓ 12 callers
Method
load
Looks up a variable in the context.
crates/dbt-jinja/minijinja/src/vm/context.rs:338
↓ 12 callers
Function
make_list_state
(backend: MacroListMockBackend)
crates/dbt-docs-server/src/handlers/macros_tests.rs:452
↓ 12 callers
Function
make_state
Build a test `AppState` with explicitly-set capability flags so unit tests don't depend on probe semantics. Production goes through `AppState::new` wh
crates/dbt-docs-server/src/handlers/sources_tests.rs:90
↓ 12 callers
Function
make_state
(backend: LineageMockBackend)
crates/dbt-docs-server/src/handlers/lineage_tests.rs:66
↓ 12 callers
Function
make_stmt
(sql: &str)
crates/dbt-adapter/src/query_cache.rs:502
↓ 12 callers
Function
map
(entries: &[(&str, YmlValue)])
crates/dbt-adapter/src/catalog_relation.rs:1676
↓ 12 callers
Method
offset
Offsets the query by `count` rows.
crates/dbt-jinja/examples/dsl/src/main.rs:46
↓ 12 callers
Method
opt_str
Get an optional string field.
crates/dbt-adapter/src/time_machine/serializable.rs:133
↓ 12 callers
Method
parse_atom
(&self, atom: &AtomExpr)
crates/dbt-selector-parser/src/parser.rs:137
↓ 12 callers
Function
range
(lower: i32, upper: Option<i32>, step: Option<i32>)
crates/dbt-jinja/minijinja/src/functions.rs:302
↓ 12 callers
Method
render_template
( slf: PyRef<'_, Self>, py: Python<'_>, template_name: &str, ctx: Option<&Boun
crates/dbt-jinja/minijinja-py/src/environment.rs:662
↓ 12 callers
Function
resolver_at
(path: PathBuf)
crates/dbt-platform-auth/src/resolver/oauth.rs:978
↓ 12 callers
Method
reverse
Returns a reversed view of this value. This is implemented for the following types with the following behaviors: undefined or none: value returned u
crates/dbt-jinja/minijinja/src/value/mod.rs:1460
↓ 12 callers
Function
right_align_static_action
Right aligns the given const (i.e. known at compile time) action text to a fixed width defined by ACTION_WIDTH. Use it for the first column of progre
crates/dbt-common/src/tracing/formatters/layout.rs:42
↓ 12 callers
Method
run
( mut self, run_task_args: Arc<RunTasksArgs>, schedule: Schedule<String>, base
crates/dbt-tasks-sa/src/task_runner.rs:238
↓ 12 callers
Method
schema
Returns the canonical schema identifier.
crates/dbt-schema-store/src/lib.rs:105
↓ 12 callers
Function
store_with_frontier
Builds a `SchemaStore` pre-loaded with one frontier entry.
crates/dbt-schema-store/tests/schema_store_contract.rs:47
↓ 12 callers
Function
test_versions_json
()
crates/dbt-main/src/update.rs:881
↓ 12 callers
Method
to_str
If the value is a string, return it. This will also perform a lossy string conversion of bytes from utf-8.
crates/dbt-jinja/minijinja/src/value/mod.rs:1244
↓ 12 callers
Method
token
Issues a fresh cancellation token from this source.
crates/dbt-base/src/cancel.rs:137
↓ 12 callers
Function
upcast
( arc: Arc<T>, )
crates/dbt-schemas/src/schemas/nodes.rs:4362
↓ 12 callers
Function
update_span_attrs
Updates attributes of the given span. The `attrs_updater` closure receives a mutable reference to the current attributes and should modify them in pl
crates/dbt-common/src/tracing/span_info.rs:202
↓ 12 callers
Method
uri
(&self)
crates/dbt-run-cache/src/redis_config.rs:46
↓ 12 callers
Method
validate
Validate an incoming event against a recorded event.
crates/dbt-adapter/src/time_machine/validation.rs:305
↓ 12 callers
Function
warn_ignored_auth_field
(warnings: &mut Vec<String>, auth_method: &str, field: &str)
crates/dbt-auth/src/snowflake/mod.rs:86
↓ 11 callers
Method
all_source_paths
(&self)
crates/dbt-schemas/src/schemas/project/dbt_project.rs:193
↓ 11 callers
Method
as_any
(&self)
crates/dbt-telemetry/src/serialize/otlp.rs:324
↓ 11 callers
Function
assert_parse_auth_config_error
(config: Mapping, expected_msg: &str)
crates/dbt-auth/src/snowflake/mod.rs:729
↓ 11 callers
Function
build_run_node_context
( node: &dyn InternalDbtNode, deprecated_config: &S, adapter_type: AdapterType, agate_table: O
crates/dbt-jinja-utils/src/phases/run/run_node_context.rs:238
↓ 11 callers
Method
cancellation_token
(&self)
crates/dbt-adapter/src/adapter/mod.rs:219
↓ 11 callers
Function
check_unknown_keys
(m: &yml::Mapping, allowed: &[&str], ctx: &str)
crates/dbt-schemas/src/schemas/dbt_catalogs.rs:446
↓ 11 callers
Function
clamp_first
Clamp a client-provided `first` value to the [1, MAX_PAGE_SIZE] range.
crates/dbt-docs-server/src/handlers/pagination.rs:108
↓ 11 callers
Method
clone_repr
Create a new Tuple with a fast clone
crates/dbt-agate/src/lib.rs:119
↓ 11 callers
Method
cmp
(&self, other: &Self)
crates/dbt-jinja/minijinja/src/types/mod.rs:919
↓ 11 callers
Method
configure
(&self, config: &AdapterConfig)
crates/dbt-auth/src/spark/mod.rs:346
↓ 11 callers
Function
create_progress_msg
Helper to create progress message
crates/dbt-tasks-sa/src/debug.rs:25
↓ 11 callers
Function
create_test_node
helper func to create nodes with dependencies
crates/dbt-scheduler/src/schedule.rs:3165
↓ 11 callers
Function
detail_backend
Minimal backend: node row only, empty columns and edges. Use for tests that care about capability gating, not sub-resource extraction.
crates/dbt-docs-server/src/handlers/models_tests.rs:936
↓ 11 callers
Function
dict_env
()
crates/dbt-jinja/minijinja-contrib/tests/globals.rs:46
↓ 11 callers
Function
duckdb_get_str
(duckdb: &'a dbt_yaml::Mapping, key: &str)
crates/dbt-adapter/src/engine/xdbc.rs:545
↓ 11 callers
Function
eat_keyword_ci
(s: &str, mut i: usize, kw: &str)
crates/dbt-adapter/src/sql/diff.rs:1399
↓ 11 callers
Function
execute_statement
Check execute of statement with `SELECT 21 + 21` query.
crates/dbt-xdbc/tests/driver/mod.rs:321
↓ 11 callers
Function
existing_epochs
List epoch files matching `{SCHEMA_VERSION}_{N}.parquet` in `dir`, sorted ascending.
crates/dbt-index-core/src/epoch_layers.rs:8
↓ 11 callers
Function
filter_select_column
( nodes: &Nodes, dialect: &Dialect, select: &SelectExpression, previous_state: Option<&StateAr
crates/dbt-scheduler/src/node_selector.rs:968
↓ 11 callers
Method
get_adbc_execute_options
Get the default ADBC statement options
crates/dbt-adapter/src/adapter/adapter_impl.rs:4308
↓ 11 callers
Method
get_flag
(&self, name: &str)
crates/dbt-schemas/src/schemas/user_settings.rs:41
↓ 11 callers
Function
get_group
`GET /api/v1/groups/:id?first=<n>` — full group detail with inline member-model list. `owner` is `null` when no owner-shaped fields are set on the gr
crates/dbt-docs-server/src/handlers/groups.rs:271
↓ 11 callers
Function
get_metric
Gets a specific invocation totals metrics (stored in the root invocation span).
crates/dbt-common/src/tracing/metrics.rs:141
↓ 11 callers
Function
get_metric
`GET /api/v1/metrics/:id` — full metric detail. `depends_on` and `referenced_by` are unbounded.
crates/dbt-docs-server/src/handlers/metrics.rs:155
↓ 11 callers
Method
get_optional
Get and consume an optional value by name or next positional argument
crates/dbt-jinja/minijinja/src/arg_utils.rs:191
↓ 11 callers
Function
get_semantic_model
`GET /api/v1/semantic_models/:id` — full semantic model detail. Semantic models are spec-only: no `execution_info`, `catalog`, `freshness`, `columns`
crates/dbt-docs-server/src/handlers/semantic_models.rs:371
↓ 11 callers
Function
get_snapshot
`GET /api/v1/snapshots/:id` — full snapshot detail. `execution_info` is `null` when `dbt_rt.run_results` has no row for this snapshot; `catalog` is `
crates/dbt-docs-server/src/handlers/snapshots.rs:308
↓ 11 callers
Method
handle
(&self)
crates/dbt-jinja/minijinja-autoreload/src/lib.rs:274
↓ 11 callers
Method
hash
(&self, state: &mut H)
crates/dbt-agate/src/grouper.rs:72
↓ 11 callers
Function
i64_col
( batch: &'a arrow_array::RecordBatch, name: &str, )
crates/dbt-index-core/src/ingest/metadata_to_parquet.rs:365
↓ 11 callers
Method
inner_mut
(&mut self)
crates/dbt-adapter/src/statement.rs:192
↓ 11 callers
Method
inner_mut
Get a mutable reference to the inner attribute.
crates/dbt-telemetry/src/attributes/wrapper.rs:35
↓ 11 callers
Function
insert_resource_fqns
( used_fqns: &mut ResourceFqns, resource_name: &'static str, nodes: &BTreeMap<String, Arc<T>>, )
crates/dbt-parser/src/unused_config_paths.rs:204
↓ 11 callers
Method
is_none
(&self)
crates/dbt-jinja/minijinja/src/vm/typemeta.rs:142
↓ 11 callers
Method
jsonify_nested_columns
Stringify nested columns, ignoring struct fields dbt Core flattens struct fields as JSON strings for certain adapters, only keeping the root-level co
crates/dbt-adapter/src/record_batch.rs:175
↓ 11 callers
Function
list_models
`GET /api/v1/models` — cursor-paginated, filterable, sortable list of model nodes. Response shape (ADR-6 envelope): ```json { "data": [...], "page_in
crates/dbt-docs-server/src/handlers/models.rs:640
↓ 11 callers
Function
literal_eval
Safely evaluate a Python expression to a literal value This mimics Python's `ast.literal_eval` - only supports literal structures (strings, bytes, nu
crates/dbt-parser/src/python_ast.rs:127
↓ 11 callers
Function
make_model_row
Make a simple model row (name match).
crates/dbt-docs-server/src/handlers/search_tests.rs:406
↓ 11 callers
Function
make_state
(backend: MetricDetailMockBackend)
crates/dbt-docs-server/src/handlers/metrics_tests.rs:59
↓ 11 callers
Function
make_state
Build a test `AppState` with explicitly-set capability flags so unit tests don't depend on probe semantics. Production goes through `AppState::new` wh
crates/dbt-docs-server/src/handlers/snapshots_tests.rs:93
↓ 11 callers
Function
make_state
(backend: SemanticModelMockBackend)
crates/dbt-docs-server/src/handlers/semantic_models_tests.rs:84
↓ 11 callers
Function
make_state
(backend: GroupDetailMockBackend)
crates/dbt-docs-server/src/handlers/groups_tests.rs:60
↓ 11 callers
Function
model_deprecated_config
(config: serde_json::Value)
crates/dbt-adapter/src/catalog_relation/catalog_relation_v2.rs:974
↓ 11 callers
Function
normalize_sql
Normalize SQL by compacting multiple spaces and newlines into a single space. This ensures consistent checksums regardless of formatting differences d
crates/dbt-schemas/src/schemas/common.rs:1429
↓ 11 callers
Function
parse
(pyproject_dir: PathBuf)
crates/dbt-ci/src/pyproject.rs:36
↓ 11 callers
Function
parse_bool
(name: &'static str, value: &str)
crates/dbt-run-cache/src/service_config.rs:342
↓ 11 callers
Function
parse_query_spec
Parse a JSON semantic query specification. Expected format: ```json { "metrics": ["revenue", "order_count"], "group_by": ["TimeDimension('metric_time
crates/dbt-metricflow/src/lib.rs:1048
↓ 11 callers
Function
response_body
(response: Response)
crates/dbt-docs-server/src/handlers/exposures_tests.rs:237
↓ 11 callers
Method
rest
(&self)
crates/dbt-jinja/minijinja/src/compiler/lexer.rs:409
↓ 11 callers
Function
rss_mb
()
crates/dbt-schema-store/tests/mem_scale6k.rs:24
↓ 11 callers
Method
save
(&self, token: &StoredToken)
crates/dbt-run-cache/src/auth/token_store.rs:125
↓ 11 callers
Method
schema
(&self)
crates/dbt-xdbc/src/odbc.rs:348
↓ 11 callers
Method
store
Stores a variable in the context.
crates/dbt-jinja/minijinja/src/vm/context.rs:272
↓ 11 callers
Function
store_event_attributes
Pre-saves structured event attributes to be immediately consumed by tracing span/log call. If you want to emit a log or create a new span, prefer - `
crates/dbt-common/src/tracing/event_info.rs:51
↓ 11 callers
Function
try_format_type
( datatype: &DataType, nullable: bool, out: &mut String, )
crates/dbt-adapter/src/sql_types.rs:774
↓ 11 callers
Method
validate
(self)
crates/dbt-adapter/src/relation/relation_impl.rs:392
↓ 11 callers
Function
value_map_with_capacity
(capacity: usize)
crates/dbt-jinja/minijinja/src/value/mod.rs:258
↓ 11 callers
Function
write_graph_cache
(out_dir: &Path)
crates/dbt-metadata/src/partial_parse.rs:1870
↓ 10 callers
Method
adapter_type
(&self)
crates/dbt-adapter/src/sql_types.rs:199
↓ 10 callers
Method
adapter_type
(&self)
crates/dbt-adapter/src/metadata/fabric/mod.rs:90
↓ 10 callers
Method
add_function
(&self, name: &str, callback: &Bound<'_, PyAny>)
crates/dbt-jinja/minijinja-py/src/environment.rs:254
↓ 10 callers
Function
args
()
crates/dbt-tasks-core/src/run_cache_lifecycle.rs:259
↓ 10 callers
Method
as_internal_node
Returns a reference to the underlying node as a trait object. This method allows accessing common functionality across all node types through the `In
crates/dbt-schemas/src/schemas/nodes.rs:167
↓ 10 callers
Method
assert_not_called
Assert no calls to a specific method were made.
crates/dbt-jinja-utils/src/mock_object.rs:152
↓ 10 callers
Function
base_config
()
crates/dbt-auth/src/databricks/mod.rs:277
↓ 10 callers
Function
base_config_without_user_password
()
crates/dbt-auth/src/snowflake/mod.rs:721
↓ 10 callers
Method
base_mut
(&mut self)
crates/dbt-schemas/src/schemas/nodes.rs:1143
↓ 10 callers
Function
build_parent_and_child_maps
Build parent and child dependency maps from the nodes. Returns a tuple of (parent_map, child_map) where: - parent_map: maps each node ID to a list of
crates/dbt-schemas/src/schemas/manifest/manifest.rs:1005
↓ 10 callers
Function
build_resolver_with_defer_context
Helper: build a NodeResolver with given compile_or_test flag, then call `set_defer_context` with the given nodes/sorted/frontier, and return it for te
crates/dbt-defer/src/lib.rs:1321
↓ 10 callers
Function
canonicalize
Wrapper around [`std::fs::canonicalize`] that returns a useful error in case of failure. This is the same as dbt_common::stdfs::canonicalize inlined i
crates/dbt-error/src/utils.rs:86
↓ 10 callers
Function
create_debug_span
(attrs: impl Into<TelemetryAttributes>)
crates/dbt-common/src/tracing/emit.rs:334
↓ 10 callers
Function
create_select_with_union_all
( adapter_type: AdapterType, type_ops: &dyn TypeOps, enriched_rows: Vec<Vec<YmlValue>>, ref_sc
crates/dbt-tasks-sa/src/renderable/renderable/unit_test.rs:1733
↓ 10 callers
Function
create_test_model_properties
(name: &str)
crates/dbt-parser/src/resolve/validate_semantic_models.rs:173
↓ 10 callers
Function
create_test_model_properties
(name: &str)
crates/dbt-parser/src/resolve/validate_models.rs:173
↓ 10 callers
Method
current_span
Returns a [Span] corresponding to the current instruction.
crates/dbt-jinja/minijinja/src/vm/state.rs:123
← previous
next →
701–800 of 15,474, ranked by callers