Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TimeSpineSource additions & rename SqlTableFromClauseNode -> SqlTableNode #1399

Merged
merged 3 commits into from
Sep 10, 2024

Conversation

courtneyholcomb
Copy link
Contributor

More setup that will be used for rendering custom granularity SQL.

Previously, we were never rendering a join with only a table (no subquery), but that will change for custom granularities. Those joins will use this node, which essentially just renders a table name and alias. I've renamed the node to reflect that change.

Also adds some functionality to TimeSpineSource that will be needed soon.

Copy link
Contributor

@tlento tlento left a comment

Choose a reason for hiding this comment

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

:shipit:

Base automatically changed from court/custom-grain-dfp1 to main September 10, 2024 15:43
Previously, we were never rendering a join with only a table (no subquery), but that will change for custom granularities. Those joins will use this node, which essentially just renders a table name and alias. I've renamed the node to reflect that change.
@courtneyholcomb courtneyholcomb added the Run Tests With Other SQL Engines Runs the test suite against the SQL engines in our target environment label Sep 10, 2024
@github-actions github-actions bot removed the Run Tests With Other SQL Engines Runs the test suite against the SQL engines in our target environment label Sep 10, 2024
@courtneyholcomb courtneyholcomb merged commit e6c2196 into main Sep 10, 2024
29 checks passed
@courtneyholcomb courtneyholcomb deleted the court/custom-grain-dfp-2 branch September 10, 2024 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants