Skip to content

Conversation

pskrbasu
Copy link
Contributor

No description provided.

@pskrbasu pskrbasu requested a review from johnsmyth September 18, 2025 16:18
@pskrbasu pskrbasu self-assigned this Sep 18, 2025
Copy link

Preview Available 🚀

Commit Author: David Boeke
Commit Message: blog post images for launch week 10 (#105)

Preview Link: tailpipe-io-git-docs-ducklake-turbot.vercel.app

Copy link
Contributor

@johnsmyth johnsmyth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pskrbasu Can you also look for all the instances of tp_date in the docs and examples? We probably want to de-emphasize the tp_date column now that we have function-based partitioning on the tp_timestamp - maybe update the examples? Also, probably want to update https://tailpipe.io/docs/sql/tips

Tailpipe creates DuckLake tables based on the data and metadata that it discovers in the [workspace](#workspaces), along with the filter rules.

When you run `tailpipe query` or `tailpipe connect`, Tailpipe finds all the tables in the workspace according to the [hive directory layout](/docs/collect/configure#hive-partitioning) and adds a view for the table. The view definitions will include qualifiers that implement any filter arguments that you specify (`--from`,`--to`,`--index`,`--partition`).
When you run `tailpipe query` or `tailpipe connect` with any filter arguments that you specify (`--from`,`--to`,`--index`,`--partition`), Tailpipe finds all the tables in the workspace according to the [hive directory layout](/docs/collect/configure#hive-partitioning) and adds a filtered view over the tables.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does it "add a filtered view of the table", or "filter the view of the table" from the user perspective?

@pskrbasu
Copy link
Contributor Author

@johnsmyth, I have made further changes. Please take a look

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants