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

[Bug] dynamic iceberg tables don't build without base_location_subpath option #1200

Closed
2 tasks done
VersusFacit opened this issue Oct 8, 2024 · 0 comments · Fixed by #1201
Closed
2 tasks done

[Bug] dynamic iceberg tables don't build without base_location_subpath option #1200

VersusFacit opened this issue Oct 8, 2024 · 0 comments · Fixed by #1201
Assignees
Labels
bug Something isn't working

Comments

@VersusFacit
Copy link
Contributor

Is this a new bug in dbt-snowflake?

  • I believe this is a new bug in dbt-snowflake
  • I have searched the existing issues, and I could not find an existing issue for this bug

Current Behavior

base_location_subpath should be an optional parameter that the user provides as an additional scoping mechanism. Instead, it is currently responsible for base generation creation.

image

Expected Behavior

Dynamic iceberg tables should render ddl using the _dbt/schema/relation name base location when no base_location_subpath is provided.

Steps To Reproduce

  1. in an iceberg-enabled snowflake, write a dynamic iceberg table code artifact with no base_location_subpath param
  2. dbt run

Relevant log output

No response

Environment

- OS:
- Python:
- dbt-core:
- dbt-snowflake:

Additional Context

No response

@VersusFacit VersusFacit added bug Something isn't working triage labels Oct 8, 2024
@VersusFacit VersusFacit self-assigned this Oct 8, 2024
@VersusFacit VersusFacit removed the triage label Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant