ConduitIO / ConduitIO/conduit-connector-postgres

Feature: support table names with schemas

Open
#277 2 comments 2 reactions 0 assignees View on GitHub
feature
Dominant language
Go
Stars
19
Forks
12
Avg merge
12h 20m
Merged PRs (30d)
5

Description

### Feature description

Currently, source connector can only read table names from default 'public' schema.
Setting `settings.tables: other.table1,another.table2` will crash the pipeline.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start at the source connector handling the settings.tables value and reproduce the crash with schema-qualified names such as other.table1. Trace how table names are parsed and passed to PostgreSQL; the work is done when tables outside the public schema can be read without crashing the pipeline.

Written by the indexing model from the issue text.

Assessment

Tech stack
go, postgresql
Domain
databases
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.