Skip to content

Commit

Permalink
fix(docs): build and broken snowflake docs fix (datahub-project#6997)
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal authored and Eric Yomi committed Jan 18, 2023
1 parent 23446f9 commit 179b192
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 384 deletions.
380 changes: 0 additions & 380 deletions docs/rfc/active/5818-serial-updates.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,7 @@ class SnowflakeV2Config(

extract_tags: TagOption = Field(
default=TagOption.skip,
description="""Optional. Allowed values are `without_lineage`, `with_lineage`, and `skip` (default).
`without_lineage` only extracts tags that have been applied directly to the given entity.
`with_lineage` extracts both directly applied and propagated tags, but will be significantly slower.
See the [Snowflake documentation](https://docs.snowflake.com/en/user-guide/object-tagging.html#tag-lineage) for information about tag lineage/propagation. """,
description="""Optional. Allowed values are `without_lineage`, `with_lineage`, and `skip` (default). `without_lineage` only extracts tags that have been applied directly to the given entity. `with_lineage` extracts both directly applied and propagated tags, but will be significantly slower. See the [Snowflake documentation](https://docs.snowflake.com/en/user-guide/object-tagging.html#tag-lineage) for information about tag lineage/propagation. """,
)

classification: Optional[ClassificationConfig] = Field(
Expand Down

0 comments on commit 179b192

Please sign in to comment.