Dorieh Data Platform
Contents
Introduction
What is Data Platform
Data Domains
Data Processing Pipelines
Python Packages
Data Modelling for Dorieh Data Platform
Examples
Data Platform Internals
Database Testing Framework
Adding more data
Executing containerized apps
Terms and Acronyms
Indices
Dorieh Data Platform
The columns Module
View page source
The columns Module
noop
(
x
)
[source]
class
Column
(
table_name
:
str
,
column_block
:
Dict
,
mode
,
describe_column_type
:
Callable
)
[source]
column_mapping
=
None
is_in_mapping
(
)
[source]
is_transformed
(
)
[source]
classmethod
expand_macro1
(
block
:
Dict
)
→
Optional
[
List
[
Dict
]
]
[source]
expand_macro2
(
)
[source]
describe_txt
(
)
→
str
[source]
describe
(
format
:
str
)
→
str
[source]
describe_html
(
)
→
str
[source]
describe_node
(
)
→
str
[source]
describe_markdown
(
)
→
str
[source]
html
(
of
:
str
,
svg
=
None
)
[source]
column_toctree
(
targets
:
List
[
str
]
)
→
str
[source]
markdown
(
of
:
str
,
svg
=
None
)
[source]
to_dot
(
node_id
=
None
,
node_label
=
None
,
attributes
=
None
)
[source]
parse_expr
(
exp
:
str
)
[source]
find_all_names
(
element
)
[source]
class
CMSColumn
(
table_name
:
str
,
column_block
:
Dict
,
mode
,
describe_column_type
:
Callable
)
[source]
classmethod
init_column_mapping
(
)
[source]