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/decouple adapters from core #865

Merged
merged 63 commits into from
Jan 17, 2024

Conversation

McKnight-42
Copy link
Contributor

@McKnight-42 McKnight-42 commented Dec 14, 2023

resolves #882, dbt-labs/dbt-core#9187
docs dbt-labs/docs.getdbt.com/#

Problem

Solution

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

@McKnight-42 McKnight-42 added the Skip Changelog Skips GHA to check for changelog file label Dec 14, 2023
@McKnight-42 McKnight-42 self-assigned this Dec 14, 2023
@cla-bot cla-bot bot added the cla:yes label Dec 14, 2023

import agate
from dbt.adapters.relation_configs import RelationConfigChange, RelationResults
from dbt.contracts.graph.nodes import ModelNode
from dbt.contracts.relation import ComponentName
from dbt.adapters.contracts.relation import RelationConfig
Copy link
Contributor

Choose a reason for hiding this comment

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

Combine these

dbt/include/snowflake/macros/adapters.sql Show resolved Hide resolved
@McKnight-42 McKnight-42 marked this pull request as ready for review January 9, 2024 22:51
@McKnight-42 McKnight-42 requested a review from a team as a code owner January 9, 2024 22:51
@McKnight-42 McKnight-42 removed the Skip Changelog Skips GHA to check for changelog file label Jan 9, 2024
@McKnight-42 McKnight-42 merged commit a43f86b into main Jan 17, 2024
15 checks passed
@McKnight-42 McKnight-42 deleted the feature/decouple-adapters-from-core branch January 17, 2024 17:05
@ksingh225
Copy link

ksingh225 commented Aug 22, 2024

I am still facing this issue , ModuleNotFoundError: No module named 'dbt.clients.agate_helper'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ADAP-1092] [Feature] Migrate base adapter references to match dbt-core
4 participants