target-postgres icon indicating copy to clipboard operation
target-postgres copied to clipboard

A Singer.io Target for Postgres

Results 35 target-postgres issues
Sort by recently updated
recently updated
newest added

If I run `target-postgres` with `postgres_schema` set to a schema that does not exist at the start of the job, the code fails with the following error: ``` target_postgres.exceptions.PostgresError: ('Exception...

As discovered in Issue #185, we should not be using the binary package in a production codebase. Currently both versions are required in `setup.py`.

When BufferedSingerStream is instantiated, it [updates the schema](https://github.com/datamill-co/target-postgres/blob/master/target_postgres/singer_stream.py#L47). It passes the `key_properties` value that was passed to the constructor, which is [set to None if the SCHEMA message doesn't contain...

Hi, Here is the solution I found on issue #194. I don't know if there's a better one to solve this issue, but so far I haven't run into other...

Hello. I've run into an issue when trying to use this target alongside the zendesk tap, when the satisfaction_ratings stream provided by the latter is selected. Two errors appear to...

I tried running this target (via meltano) with `postgres_schema` set to an existing schema which already contained tables (with data). Some of the tables had comments on them, as created...

0.1.0 is marked as latest. Shouldn't this be updated to 0.2.4?

I'm having a weird issue: whenever the column value is 1 or 2, I get the following error: ``` target_postgres.exceptions.SingerStreamError: ('Invalid records detected above threshold: 0. See `.args` for details.',...

# Motivation When we remove a column from a schema definition, it _implies_ that the column is nullable. At present, `target-postgres` does not see _absence_ of properties to mean that...