You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this your first time submitting a feature request?
I have read the expectations for open source contributors
I have searched the existing issues, and I could not find an existing issue for this feature
I am requesting a straightforward extension of existing dbt-postgres functionality, rather than a Big Idea better suited to a discussion
Describe the feature
Running integration tests against Postgres requires a manual setup of Postgres locally. It would be nice if this were automated, especially for community contributors that may not have Postgres always running locally. Additionally, this would support developing in a Docker container via docker/dev.Dockerfile since the connection credentials and parameters would all be deterministic.
Describe alternatives you've considered
We could do nothing. This would leave in the current state:
developers must manually setup Postgres for integration tests
development via the provided Docker container would not be able to run integration tests
Who will this benefit?
Any contributors to dbt-postgres, including maintainers.
Are you interested in contributing this feature?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Ah, I didn't realize we already had that. Yes, it would probably be very similar. I would just set that up in the dbt-postgres repo and then make sure we could use it with the local virtual environment as well as a dev Docker environment.
mikealfare
changed the title
[Tech debt] Add Postgres container for developmehnt so that integration tests can be run via Docker
[Tech debt] Add Postgres container for development so that integration tests can be run via Docker
Jun 12, 2024
Is this your first time submitting a feature request?
Describe the feature
Running integration tests against Postgres requires a manual setup of Postgres locally. It would be nice if this were automated, especially for community contributors that may not have Postgres always running locally. Additionally, this would support developing in a Docker container via
docker/dev.Dockerfile
since the connection credentials and parameters would all be deterministic.Describe alternatives you've considered
We could do nothing. This would leave in the current state:
Who will this benefit?
Any contributors to
dbt-postgres
, including maintainers.Are you interested in contributing this feature?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: