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

Demonstrate regression in dbt-core due to get_catalog updates (#8856) #816

Closed
wants to merge 2 commits into from

Conversation

mikealfare
Copy link
Contributor

Problem

A recent commit to dbt-core is causing inherited catalog tests to fail on dbt-snowflake.

Solution

This PR does not fix the issue, but demonstrates the root cause.

Checklist

  • I have read the contributing guide and understand what's expected of me
  • I have run this code in development and it appears to resolve the stated issue
  • This PR includes tests, or tests are not required/relevant for this PR
  • This PR has no interface changes (e.g. macros, cli, logs, json artifacts, config files, adapter interface, etc) or this PR has already received feedback and approval from Product or DX

@mikealfare mikealfare self-assigned this Oct 27, 2023
@cla-bot cla-bot bot added the cla:yes label Oct 27, 2023
@github-actions
Copy link
Contributor

Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the dbt-snowflake contributing guide.

@@ -1,7 +1,7 @@
# install latest changes in dbt-core
# TODO: how to automate switching from develop to version branches?
git+https://github.com/dbt-labs/dbt-core.git#egg=dbt-core&subdirectory=core
git+https://github.com/dbt-labs/dbt-core.git#egg=dbt-tests-adapter&subdirectory=tests/adapter
git+https://github.com/dbt-labs/dbt-core.git@4122f6c308c88be4a24c1ea490802239a4c1abb8#egg=dbt-core&subdirectory=core
Copy link
Contributor Author

@mikealfare mikealfare Oct 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revert the version of dbt-core to immediately prior to this PR: dbt-labs/dbt-core#8856.

@mikealfare mikealfare added the Skip Changelog Skips GHA to check for changelog file label Oct 27, 2023
@mikealfare
Copy link
Contributor Author

mikealfare commented Oct 27, 2023

Compare the CI checks here to a run against main, e.g. https://github.com/dbt-labs/dbt-snowflake/actions/runs/6669485128.

@mikealfare mikealfare changed the title install dbt-core from prior to get_catalog updates Demonstrate regression in dbt-core due to get_catalog updates (#8856) Oct 27, 2023
git+https://github.com/dbt-labs/dbt-core.git#egg=dbt-tests-adapter&subdirectory=tests/adapter
# git+https://github.com/dbt-labs/dbt-core.git@4122f6c308c88be4a24c1ea490802239a4c1abb8#egg=dbt-core&subdirectory=core
# git+https://github.com/dbt-labs/dbt-core.git@4122f6c308c88be4a24c1ea490802239a4c1abb8#egg=dbt-tests-adapter&subdirectory=tests/adapter
git+https://github.com/dbt-labs/dbt-core.git@paw/filtered-catalog-casefold#egg=dbt-core&subdirectory=core
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Point to the proposed fix on dbt-core to demonstrate it is working.

@mikealfare
Copy link
Contributor Author

The issue has been resolved, this is no longer needed.

@mikealfare mikealfare closed this Oct 31, 2023
@mikealfare mikealfare deleted the docs-generate/get-catalog-test-failures branch October 31, 2023 01:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla:yes Skip Changelog Skips GHA to check for changelog file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant