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
See this thread. #204
Need to restore this behaviour via sqlserver__information_schema_hints.
sqlserver__information_schema_hints
Fabric has a regression in get_catalog_relations and get_catalog where they are incorrectly applying {{ information_schema_hints() }}. https://github.com/microsoft/dbt-fabric/blob/main/dbt/include/fabric/macros/adapters/catalog.sql#L99 and https://github.com/microsoft/dbt-fabric/blob/main/dbt/include/fabric/macros/adapters/catalog.sql#L226 both place the {{ information_schema_hints() }} after the ON, not after the table.
get_catalog_relations
get_catalog
{{ information_schema_hints() }}
Copying their implementation to remove those lines while waiting for upstream fix. microsoft/dbt-fabric#228
The text was updated successfully, but these errors were encountered:
resolved in commit 9140793
Sorry, something went wrong.
No branches or pull requests
See this thread. #204
Need to restore this behaviour via
sqlserver__information_schema_hints
.Fabric has a regression in
get_catalog_relations
andget_catalog
where they are incorrectly applying{{ information_schema_hints() }}
. https://github.com/microsoft/dbt-fabric/blob/main/dbt/include/fabric/macros/adapters/catalog.sql#L99 and https://github.com/microsoft/dbt-fabric/blob/main/dbt/include/fabric/macros/adapters/catalog.sql#L226 both place the{{ information_schema_hints() }}
after the ON, not after the table.Copying their implementation to remove those lines while waiting for upstream fix. microsoft/dbt-fabric#228
The text was updated successfully, but these errors were encountered: