Manage files, secrets, memory, CPU and GPU compute, custom images, environment variables, and other settings for your Hex project.| learn.hex.tech
Share Hex projects, components, and collections with different permissions to ensure your team and stakeholders have the right level of access to collaborate effectively.| learn.hex.tech
Function Syntax Function Chaining via the Dot Operator DuckDB supports the dot syntax for function chaining. This allows the function call fn(arg1, arg2, arg3, ...) to be rewritten as arg1.fn(arg2, arg3, ...). For example, take the following use of the replace function: SELECT replace(goose_name, 'goose', 'duck') AS duck_name FROM unnest(['African goose', 'Faroese goose', 'Hungarian goose', 'Pomeranian goose']) breed(goose_name); This can be rewritten as follows: SELECT goose_name.replace('go...| DuckDB
Use Jinja in your Hex projects to parameterize SQL queries, and to combine Python variables with SQL, Text, Display, and other cell types.| learn.hex.tech
Connect your Hex data notebooks directly to your data warehouse or other database.| learn.hex.tech