Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

schema inference #73

Open
sjcotto opened this issue Jul 24, 2022 · 2 comments
Open

schema inference #73

sjcotto opened this issue Jul 24, 2022 · 2 comments

Comments

@sjcotto
Copy link

sjcotto commented Jul 24, 2022

Hi,

I notice the schema is generated with id and document JSON and not the properties of the document, how is possible to use this with the https://github.com/transferwise/pipelinewise-target-postgres loader in order to send a JSON from mongodb into a table with columns in postgresql?

"name": "a", "description": "aa"

into a table with the 2 columns name and description

any help?

@Samira-El
Copy link
Contributor

Hi, try using data_flattening_max_level feature of https://github.com/transferwise/pipelinewise-target-postgres .

@kimus
Copy link

kimus commented Nov 22, 2022

Defining the property data_flattening_max_level with a value higher then 0 will load a NULL document!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants