Hey everyone, I’m a data engineer new to the Foundry platform. I’m coming from a more traditional data stack (Airflow, dbt, Snowflake), where SQL is central to everything you do. I’ve been finding it a bit challenging to adjust to Foundry’s low-code/no-code approach, especially when it comes to building pipelines.
I’m aware that Code Repositories exist, but I wanted to ask the community (or Palantir team) whether either of the following is currently possible — and if not, whether it’s something on the roadmap.
-
Can I include custom SQL blocks within Pipeline Builder? It would be incredibly useful to mix custom SQL queries with low-code/no-code blocks when working with source data. I’m not talking about defining UDFs, but rather running full queries directly as part of the pipeline logic.
-
Is there a SQL development environment for exploration? I know about the “Explore with SQL” feature, but it seems pretty hidden. I’d love to see a more accessible, centralized interface — similar to Snowflake’s web UI — where I can run ad hoc queries at scale. Code Repositories seem focused on structured ETL jobs, not interactive exploration. My usual workflow involves querying intermediate tables and steps as I build pipelines, and I’d really benefit from an integrated query tool to support that.
Curious how others are working around this, and if there are best practices or features I might have missed.
Thanks!