Skip to content

Commit

Permalink
chore(ingest/presto-on-hive) Set enable_properties_merge to True by d…
Browse files Browse the repository at this point in the history
…efault
  • Loading branch information
dushayntAW committed May 15, 2024
1 parent 5fbf781 commit c58e404
Show file tree
Hide file tree
Showing 6 changed files with 2,297 additions and 637 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ class HiveMetastore(BasicSQLAlchemyConfig):
)

enable_properties_merge: bool = Field(
default=False,
description="By default, the connector overwrites properties every time. Set this to True to enable merging of properties with what exists on the server.",
default=True,
description="By default, the connector enables merging of properties with what exists on the server. Set this to False to enable the default connector behavior of overwriting properties on each ingestion.",
)

simplify_nested_field_paths: bool = Field(
Expand Down
Loading

0 comments on commit c58e404

Please sign in to comment.