Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add docs for flattening_enabled and flattening_max_depth #717

Closed
aaronsteers opened this issue Jun 10, 2022 · 2 comments · Fixed by #2037
Closed

Add docs for flattening_enabled and flattening_max_depth #717

aaronsteers opened this issue Jun 10, 2022 · 2 comments · Fixed by #2037
Labels
Documentation Improvements or additions to documentation evergreen

Comments

@aaronsteers
Copy link
Contributor

aaronsteers commented Jun 10, 2022

I searched the docs and couldn't find any explanation of the flattening feature. We should add something, either under the stream maps docs page, or on another page.

FLATTENING_CONFIG = PropertiesList(
Property(
"flattening_enabled",
BooleanType(),
description=(
"'True' to enable schema flattening and automatically expand nested "
"properties."
),
),
Property(
"flattening_max_depth",
IntegerType(),
description="The max depth to flatten schemas.",
),
).to_dict()

Was discovered here:

@stale
Copy link

stale bot commented Jul 18, 2023

This has been marked as stale because it is unassigned, and has not had recent activity. It will be closed after 21 days if no further activity occurs. If this should never go stale, please add the evergreen label, or request that it be added.

@stale stale bot added the stale label Jul 18, 2023
@edgarrmondragon
Copy link
Collaborator

Still relevant

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Improvements or additions to documentation evergreen
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants