Dorieh Data Platform
Contents
Introduction
What is Data Platform
Data Domains
Data Processing Pipelines
Python Packages
Examples
Data Platform Internals
Database Testing Framework
Adding more data
Executing containerized apps
Terms and Acronyms
Indices
Dorieh Data Platform
The pg_json_dump Module
View page source
The pg_json_dump Module
A command line utility to import/export JSON files as database tables
fqn
(
conn
:
connection
,
table
:
str
)
→
str
[source]
quote
(
x
)
[source]
flush
(
cursor
,
table
,
rows
)
[source]
result_set
(
conn
:
connection
,
table
:
str
)
[source]
dump
(
conn
:
connection
,
table
:
str
,
fd
,
corrector
=
None
)
[source]
export
(
conn
:
connection
,
table
:
str
)
[source]
ensure
(
conn
:
connection
,
table
:
str
)
[source]
populate
(
cursor
,
table
,
data_path
)
[source]
import_table
(
conn
:
connection
,
table
:
str
,
replace
=
True
)
[source]
add_state_fips
(
row
:
Dict
)
[source]
show
(
conn
:
connection
,
table
:
str
)
[source]