Hello Channel, I am trying unload a postgres table...
# troubleshooting
o
Hello Channel, I am trying unload a postgres table into a jsonl as a test. but even with the entity selected in the meltano.yml file, is not producing anything. Please advise This is the output
e
Hi @oscar_gonzalez! Can you check the output of
meltano select tap-postgres --list --all
?
o
They are there
e
Under
Selected attributes
is there anything that's not
excluded
?
o
Everything is excluded?
Do I need to see them here?
e
Those two attributes should be displayed as
[selected ] ...
. Maybe you're missing the postgres schema name?
Copy code
select:
- <pg schema name>-transunion_profile_enriched_characteristics_v2.id
- <pg schema name>-transunion_profile_enriched_characteristics_v2.transunion_profile_id
o
thanks, let me check it out
yeah, the schema is not there. I thought it will take it from the tap variable TAP_POSTGRES_FILTER_SCHEMAS
so, that one is just for the connection?
e
It's a setting specific to
pipelinewise-tap-postgres
for limiting which schemas will be inspected for tables and columns. From the docs
Comma separated schema names to scan only the required schemas to improve the performance of data extraction.
o
thanks, I will check it out
e
Also, if you look at the output of
meltano select tap-postgres --list --all
you may be able to see the complete
<pg schema name>-transunion_profile_enriched_characteristics_v2.id
stream name (being excluded)