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

[Feature] Adapter get_columns_in_relation macro but using CTE instead of a Relation object #11157

Open
3 tasks done
alexiska opened this issue Dec 17, 2024 · 0 comments
Open
3 tasks done
Labels
enhancement New feature or request triage

Comments

@alexiska
Copy link

Is this your first time submitting a feature request?

  • I have read the expectations for open source contributors
  • I have searched the existing issues, and I could not find an existing issue for this feature
  • I am requesting a straightforward extension of existing dbt functionality, rather than a Big Idea better suited to a discussion

Describe the feature

Hi,
I'm attempting to implement functionality similar to the get_columns_in_relation macro, but using a CTE instead of a Relation object. Specifically, I'm looking to use ref() with a CTE. This is similar to the issue discussed here get_columns_in_relation macro but using CTE instead of a Relation object
Could someone please review this feature request and provide guidance or suggestions on how to achieve this functionality? Any insights or potential solutions would be greatly appreciated.

Describe alternatives you've considered

No response

Who will this benefit?

I would like check for a given column and do some operations on that given column.

Are you interested in contributing this feature?

Not sure if I am skilled enough to contribute but would like to if it is not too advanced

Anything else?

No response

@alexiska alexiska added enhancement New feature or request triage labels Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage
Projects
None yet
Development

No branches or pull requests

1 participant