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
↓ 18 callers
Method
pop
(&mut self)
crates/dbt-jinja/minijinja/src/compiler/meta.rs:33
↓ 18 callers
Method
precision
Parse optional parenthesized integer value (e.g. `(3)`).
crates/dbt-adapter-sql/src/types/mod.rs:2008
↓ 18 callers
Function
response_body
(response: Response)
crates/dbt-docs-server/src/handlers/snapshots_tests.rs:310
↓ 18 callers
Function
schema_for
Get schema for a given table name.
crates/dbt-index-core/src/parquet.rs:2007
↓ 18 callers
Method
start
Creates a new `DepsAllPackagesInstalled` span event. # Arguments `package_count` - The total number of packages to be installed.
crates/dbt-telemetry/src/impls/v1_public_events_fusion_deps.rs:23
↓ 18 callers
Function
t
── timing helper (enabled via DBT_PP_TIMING=1) ───────────────────────────────
crates/dbt-metadata/src/parse_state.rs:51
↓ 18 callers
Method
with_location
Creates a new `OutputTracker` that writes to the given writer, using an existing location tracker.
crates/dbt-jinja/minijinja/src/output_tracker.rs:66
↓ 18 callers
Method
with_quoting
Set custom quoting for relation reconstruction.
crates/dbt-adapter/src/time_machine/engine.rs:161
↓ 17 callers
Method
as_string
Convert to a String if possible
crates/dbt-parser/src/python_ast.rs:83
↓ 17 callers
Function
atom_with_value
(method: MethodName, value: &str)
crates/dbt-metadata/src/partial_parse.rs:1745
↓ 17 callers
Function
base_required
()
crates/dbt-auth/src/athena/mod.rs:213
↓ 17 callers
Method
call
( &self, positional_args: &[Type], kwargs: &BTreeMap<String, Type>, listener:
crates/dbt-jinja/minijinja/src/vm/typemeta.rs:129
↓ 17 callers
Method
configure
(&self, config: &AdapterConfig)
crates/dbt-auth/src/athena/mod.rs:202
↓ 17 callers
Function
cursor_where_fragment
Build the SQL `WHERE` fragment for advancing past a cursor. `sort_expr` is the column expression used in `ORDER BY` (e.g. `n.name` or a `CAST(...)` f
crates/dbt-docs-server/src/handlers/pagination.rs:84
↓ 17 callers
Function
engine
(adapter_type: AdapterType)
crates/dbt-adapter/src/adapter/adapter_impl.rs:4834
↓ 17 callers
Function
extract
( sql: &str, dialect: Dialect, default_catalog: &str, default_schema: &str,
crates/dbt-adapter/src/sql/extract_sources.rs:205
↓ 17 callers
Function
increment_metric
Increments an invocation metric counter
crates/dbt-common/src/tracing/metrics.rs:97
↓ 17 callers
Method
index
Find the index of a value in the tuple.
crates/dbt-agate/src/lib.rs:114
↓ 17 callers
Method
index_of
(&self, value: &Value)
crates/dbt-agate/src/lib.rs:186
↓ 17 callers
Method
is_empty_or_whitespace
(&self)
crates/dbt-schemas/src/schemas/dbt_catalogs_v2.rs:170
↓ 17 callers
Method
len
(&self)
crates/dbt-jinja/minijinja/src/vm/context.rs:171
↓ 17 callers
Method
match_word
(&mut self, word: &'source str)
crates/dbt-adapter-sql/src/types/mod.rs:1988
↓ 17 callers
Function
parse_macro_statements
Parse the macro sql and return the [SqlResource]s macro wrappers that are observed during the rendering phase. path is the path relative to the in_dir
crates/dbt-parser/src/utils.rs:764
↓ 17 callers
Function
render_date_trunc
(granularity: &str, expr: &str, dialect: Dialect)
crates/dbt-metricflow/src/lib.rs:3374
↓ 17 callers
Function
render_type_cast
(expr: &str, sql_type: &str, dialect: Dialect)
crates/dbt-metricflow/src/lib.rs:3363
↓ 17 callers
Function
response_body
(response: Response)
crates/dbt-docs-server/src/handlers/macros_tests.rs:140
↓ 17 callers
Method
runtime_config
(&self)
crates/dbt-tasks-core/src/context.rs:244
↓ 17 callers
Method
source
Returns the source code of the template.
crates/dbt-jinja/minijinja/src/template.rs:93
↓ 17 callers
Method
token
(&self)
crates/dbt-run-cache/src/auth/oauth.rs:125
↓ 17 callers
Function
try_configure
(config: Mapping)
crates/dbt-auth/src/bigquery/mod.rs:354
↓ 17 callers
Function
unique_id_filter_for_selector
Try to resolve a unique_id filter from a selector expression using only `node_index` (no payload deserialization). Returns `Some(ids)` — the set of u
crates/dbt-metadata/src/partial_parse.rs:694
↓ 17 callers
Function
validate_python_model
Validate a Python model file structure
crates/dbt-parser/src/python_validation.rs:92
↓ 17 callers
Function
write_yaml
(content: &str)
crates/dbt-platform-auth/src/resolver/cloud_yaml.rs:136
↓ 16 callers
Method
adapter_type
(&self)
crates/dbt-adapter/src/adapter/mod.rs:275
↓ 16 callers
Method
build
(self)
crates/dbt-common/src/io_args.rs:674
↓ 16 callers
Method
clone
(&self)
crates/dbt-jinja/minijinja/src/value/object.rs:1507
↓ 16 callers
Function
config_from_pairs
( pairs: &[(&str, &str)], )
crates/dbt-run-cache/src/service_config.rs:429
↓ 16 callers
Function
create_test_model
(id: &str, depends_on: Vec<String>)
crates/dbt-schemas/src/schemas/manifest/manifest.rs:2075
↓ 16 callers
Function
current_dbt_version
()
crates/dbt-metadata/src/partial_parse.rs:308
↓ 16 callers
Method
database_as_str
Database as string or error
crates/dbt-schemas/src/schemas/relations/base.rs:171
↓ 16 callers
Method
get_base_adapter
Get the adapter from the environment
crates/dbt-jinja-utils/src/jinja_environment.rs:215
↓ 16 callers
Method
get_metric
Gets a specific per-invocation metric (stored in the root invocation span).
crates/dbt-common/src/tracing/data_provider.rs:331
↓ 16 callers
Function
get_target_write_path
Compute the absolute write path for a node inside `target/compiled` or `target/run`, matching dbt-core's `ParsedNode.get_target_write_path` behavior.
crates/dbt-common/src/path.rs:48
↓ 16 callers
Function
get_token_location
(tokens: &[Token], index: usize)
crates/dbt-jinja/minijinja/src/types/funcsign_parser.rs:60
↓ 16 callers
Function
helper
( adapter_type: AdapterType, quoting: bool, identifier: &str, expected_quoting
crates/dbt-schemas/src/schemas/common.rs:1994
↓ 16 callers
Method
increment_metric
Increments a per-invocation metric counter on the invocation span extensions directly.
crates/dbt-common/src/tracing/data_provider.rs:351
↓ 16 callers
Method
is_true
(self: &Arc<Self>)
crates/dbt-agate/src/decimal.rs:140
↓ 16 callers
Method
is_unbounded
(&self)
crates/dbt-deps/src/semver.rs:136
↓ 16 callers
Method
last_epoch_for
(&self, subdir: &'static str)
crates/dbt-index-core/src/ingest/ingest_state.rs:67
↓ 16 callers
Function
make_driver_data
(cfg: TestTableConfig)
crates/dbt-adapter/src/relation/bigquery/config/test_helpers.rs:26
↓ 16 callers
Function
make_local_config
(cfg: TestTableConfig)
crates/dbt-adapter/src/relation/bigquery/config/test_helpers.rs:171
↓ 16 callers
Function
make_state
(backend: ExposureMockBackend)
crates/dbt-docs-server/src/handlers/exposures_tests.rs:51
↓ 16 callers
Method
next_positional
Get and consume the next positional argument
crates/dbt-jinja/minijinja/src/arg_utils.rs:170
↓ 16 callers
Method
package_name
(&self)
crates/dbt-schemas/src/schemas/packages.rs:218
↓ 16 callers
Function
read_parquet_batches
(path: &Path)
crates/dbt-index-core/src/ingest/metadata_to_parquet.rs:318
↓ 16 callers
Function
render_full_relation
(model: &ResolvedModel, dialect: Dialect)
crates/dbt-metricflow/src/lib.rs:3610
↓ 16 callers
Method
require_string
Like `require`, but calls `to_string` on the value.
crates/dbt-auth/src/config.rs:87
↓ 16 callers
Function
response_body
(response: Response)
crates/dbt-docs-server/src/handlers/metrics_tests.rs:188
↓ 16 callers
Function
response_body
(response: Response)
crates/dbt-docs-server/src/handlers/semantic_models_tests.rs:350
↓ 16 callers
Function
response_body
(response: Response)
crates/dbt-docs-server/src/handlers/seeds_tests.rs:297
↓ 16 callers
Function
response_body
(response: Response)
crates/dbt-docs-server/src/handlers/groups_tests.rs:159
↓ 16 callers
Function
setup_test_env
()
crates/dbt-parser/src/tests.rs:72
↓ 16 callers
Function
simple_record_batch
()
crates/dbt-agate/src/table.rs:1230
↓ 16 callers
Method
sub
(self, other: CodeLocation)
crates/dbt-frontend-common/src/error/code_location.rs:145
↓ 16 callers
Function
transform
Transforms a serializable value to a value object. This neither fails nor panics. For objects that cannot be represented the value might be represen
crates/dbt-jinja/minijinja/src/value/serialize.rs:41
↓ 16 callers
Method
try_load
Try to load the [`Driver`] using the values provided to this builder.
crates/dbt-xdbc/src/driver/builder.rs:62
↓ 16 callers
Function
yaml_to_fs_error
Converts a `dbt_yaml::Error` into a `FsError`, attaching the error location
crates/dbt-schemas/src/schemas/serde.rs:71
↓ 15 callers
Method
build
Build the Minijinja Environment with all configured settings.
crates/dbt-jinja-utils/src/environment_builder.rs:387
↓ 15 callers
Method
database
(&self)
crates/dbt-profile/src/resolve.rs:87
↓ 15 callers
Method
decode
Decode records from `buf` returning the number of bytes read This method returns once `batch_size` objects have been parsed since the last call to [`
crates/dbt-csv/src/reader/mod.rs:560
↓ 15 callers
Function
diff
(desired_state: &Config, current_state: &Config)
crates/dbt-adapter/src/relation/databricks/config/components/refresh.rs:46
↓ 15 callers
Function
generate_test_name
( test_macro_name: &str, custom_test_name: Option<String>, project_name: &str, test_config: &G
crates/dbt-parser/src/resolve/resolve_tests/persist_generic_data_tests.rs:900
↓ 15 callers
Method
inner
Get a reference to the inner attribute.
crates/dbt-telemetry/src/attributes/wrapper.rs:30
↓ 15 callers
Function
key
(key: String)
crates/dbt-adapter/src/catalog_relation.rs:1437
↓ 15 callers
Method
kind
Returns the kind of the value. This can be used to determine what's in the value before trying to perform operations on it.
crates/dbt-jinja/minijinja/src/value/mod.rs:1121
↓ 15 callers
Method
last_mut
(&mut self)
crates/dbt-jinja/minijinja/src/vm/context.rs:163
↓ 15 callers
Method
len
Return the number of elements in the set.
crates/dbt-jinja/minijinja/src/value/object.rs:1849
↓ 15 callers
Method
lookup
(&self, name: &str)
crates/dbt-jinja/minijinja-py/src/state.rs:54
↓ 15 callers
Method
name
(&self)
crates/dbt-test-utils/src/task/task_seq.rs:74
↓ 15 callers
Method
next
(&mut self)
crates/dbt-adapter-sql/src/types/mod.rs:1969
↓ 15 callers
Function
not_found
(msg: String)
crates/dbt-docs-server/src/handlers/json.rs:170
↓ 15 callers
Method
parse_definition
(&self, def: &SelectorDefinitionValue)
crates/dbt-selector-parser/src/parser.rs:41
↓ 15 callers
Method
post
( &self, headers: HashMap<String, String>, )
crates/dbt-auth/src/redshift/token_service.rs:105
↓ 15 callers
Method
render_self_as_str
(&self)
crates/dbt-adapter/src/relation/relation_impl.rs:998
↓ 15 callers
Method
render_with_run_filter
Render this relation with a run filter.
crates/dbt-schemas/src/schemas/relations/base.rs:515
↓ 15 callers
Function
resolve_cloud_config_with_env_reader
Internal: same as [`resolve_cloud_config`] but with an injectable env reader for testing.
crates/dbt-cloud-config/src/resolve.rs:24
↓ 15 callers
Method
resolve_with_env
( &self, env: impl Fn(&str) -> Option<String>, )
crates/dbt-platform-auth/src/resolver/cloud_yaml.rs:52
↓ 15 callers
Method
rest_bytes
(&self)
crates/dbt-jinja/minijinja/src/compiler/lexer.rs:414
↓ 15 callers
Method
sanitize
(&self, sql: &str)
crates/dbt-adapter/src/time_machine/validation.rs:557
↓ 15 callers
Function
save
(args: &SaveArgs<'_>)
crates/dbt-metadata/src/parse_state.rs:966
↓ 15 callers
Function
sm
( name: &str, alias: &str, database: &str, schema: &str, primary_entity: Option<&str>,
crates/dbt-metricflow/tests/common/mod.rs:16
↓ 15 callers
Function
test_events
Helper to test events and compare against expected JSON outputs
crates/dbt-common/src/tracing/tests/layers_json_compat_tests.rs:142
↓ 15 callers
Function
to_adbc_error
(e: RecordReplayError, path: Option<&Path>)
crates/xdbc-record-replay/src/error.rs:51
↓ 15 callers
Method
to_ascii_uppercase
(&self)
crates/dbt-ident/src/lib.rs:140
↓ 15 callers
Function
write_cll_epoch
Writes a delta epoch of CLL rows to `cll_dir/{version}_{N}.parquet`. `ingested_at`: wall-clock nanoseconds of the current invocation — all rows writt
crates/dbt-metadata-parquet/src/cll_epoch.rs:200
↓ 15 callers
Function
write_file
(dir: &std::path::Path, name: &str, content: &str)
crates/dbt-profile/tests/resolve_test.rs:26
↓ 15 callers
Function
write_rows_with_fields
(path: &Path, fields: &[FieldRef], rows: &[T])
crates/dbt-metadata/src/parse_state.rs:275
↓ 14 callers
Function
add_task_context
Add common context vars for tasks
crates/dbt-jinja-utils/src/utils.rs:686
↓ 14 callers
Method
as_secs
Returns the duration as seconds, or None if set to never refresh.
crates/dbt-schemas/src/schemas/common.rs:1595
↓ 14 callers
Function
assert_err_contains
(yaml: &str, needle: &str)
crates/dbt-schemas/src/schemas/dbt_catalogs.rs:1445
← previous
next →
501–600 of 15,474, ranked by callers