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

Joins to support queries #68

Merged
merged 13 commits into from
Oct 1, 2024
Merged

Joins to support queries #68

merged 13 commits into from
Oct 1, 2024

Conversation

drizk1
Copy link
Member

@drizk1 drizk1 commented Oct 1, 2024

  • adds @create_view - db_table already supports using views
  • adds drop_view
  • adds support for joining a queried table with another queried table
  • adds joining docs to outline using t() or @create_view for post wrangling joins
  • bug fix to allow cross database/schema joins with duckdb
  • corrects across name generation to be name_func to match TidierData, rather than func_name
    Breaking Change
  • To enable post wrangling joins, all joins no longer accept bare table names. tables that exist on a db must be written as strings or symbols (ie "table.name" or :table)

@drizk1 drizk1 merged commit d40df68 into main Oct 1, 2024
3 checks passed
@drizk1 drizk1 deleted the joins-to-support-queries branch October 1, 2024 20:21
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.

1 participant