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

swap back to __version__.py #3

Merged
merged 6 commits into from
Feb 1, 2024
Merged

swap back to __version__.py #3

merged 6 commits into from
Feb 1, 2024

Conversation

colin-rogers-dbt
Copy link
Contributor

resolves #
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

CONTRIBUTING.md Outdated
@@ -86,6 +86,8 @@ will be reflected in the virtual environment immediately.
`dbt-postgres` contains [unit](https://github.com/dbt-labs/dbt-postgres/tree/main/tests/unit)
and [functional](https://github.com/dbt-labs/dbt-postgres/tree/main/tests/functional) tests.

To install test dependencies run: `pip install -e ".[test]"`
Copy link
Contributor

Choose a reason for hiding this comment

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

We decided to specifically not advertise that you could do this, and provide instructions just for hatch. Obviously that didn't happen at all here, but I don't think we should add this. Whether it's in this PR, or a separate docs one, we should update this file to be hatch-centric.

CONTRIBUTING.md Outdated
@@ -74,7 +74,7 @@ Rather than forking `dbt-labs/dbt-postgres`, use `dbt-labs/dbt-postgres` directl
[Setting up an environment](https://github.com/dbt-labs/dbt-core/blob/HEAD/CONTRIBUTING.md#setting-up-an-environment)
3. Install `dbt-postgres` and development dependencies in the virtual environment
```shell
pip install -e .[dev]
pip install -e "".[dev]""
Copy link
Contributor

Choose a reason for hiding this comment

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

Double double quotes doesn't look right here.

tests/functional/dbt_debug/test_dbt_debug.py Show resolved Hide resolved
@@ -1,34 +0,0 @@
from dbt.tests.util import run_dbt
Copy link
Contributor Author

Choose a reason for hiding this comment

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

So doesn't look like any adapter implements these tests and they're really covering dbt-core functionality.

We will test this via the persist_docs tests defined in dbt-tests-adapter in #4

@colin-rogers-dbt colin-rogers-dbt merged commit 6bf58e8 into main Feb 1, 2024
9 checks passed
@colin-rogers-dbt colin-rogers-dbt deleted the fixPGVersion branch February 1, 2024 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants