We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It looks like subquery requires alias. https://github.com/dbt-labs/dbt-adapters/blob/999dd7fd8238259538e271938cb5d1fc7e65c335/dbt-adapters/src/dbt/adapters/base/relation.py#L225C17-L225C30
Although, it is made optional, can it be controlled by an adapter? Please see the issue from a user using dbt-fabric adapter, microsoft/dbt-fabric#255
Adapter should able to control subquery alias.
microsoft/dbt-fabric#255
- OS: Windows - Python: > 3.8 - dbt-adapters: 1.11.0 - <adapter>: dbt-fabric 1.9.0
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is this a new bug?
Which packages are affected?
Current Behavior
It looks like subquery requires alias. https://github.com/dbt-labs/dbt-adapters/blob/999dd7fd8238259538e271938cb5d1fc7e65c335/dbt-adapters/src/dbt/adapters/base/relation.py#L225C17-L225C30
Although, it is made optional, can it be controlled by an adapter?
Please see the issue from a user using dbt-fabric adapter, microsoft/dbt-fabric#255
Expected Behavior
Adapter should able to control subquery alias.
Steps To Reproduce
microsoft/dbt-fabric#255
Relevant log output
Environment
Additional Context
No response
The text was updated successfully, but these errors were encountered: