Skip to content

Commit

Permalink
Merge branch 'develop' into docs/DEVREL-213/everything-dataconnectors
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFarmer authored Nov 2, 2021
2 parents b780691 + 677e84e commit 4033abc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions great_expectations/data_context/types/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -671,6 +671,7 @@ class Meta:
)
caching = fields.Boolean(required=False, allow_none=True)
batch_spec_defaults = fields.Dict(required=False, allow_none=True)
force_reuse_spark_context = fields.Boolean(required=False, allow_none=True)

@validates_schema
def validate_schema(self, data, **kwargs):
Expand Down

0 comments on commit 4033abc

Please sign in to comment.