Skip to content

Commit

Permalink
Add respect_materialization_data_versions to instance config (#15910)
Browse files Browse the repository at this point in the history
to enable #15790
  • Loading branch information
johannkm committed Aug 18, 2023
1 parent deef7cb commit 549b468
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python_modules/dagster/dagster/_core/instance/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ def dagster_instance_config_schema() -> Mapping[str, Field]:
"enabled": Field(Bool, is_required=False),
"minimum_interval_seconds": Field(int, is_required=False),
"run_tags": Field(dict, is_required=False),
"respect_materialization_data_versions": Field(Bool, is_required=False),
}
),
}

0 comments on commit 549b468

Please sign in to comment.