You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the successful execution of an `Analyzer`, a `DataModel` will be created only if `_do_create_data_model` returns `True` and at least one of the following conditions is true:
436
+
436
437
1. The `mapping_data_model` field is defined in the `AnalyzerConfig`
437
438
2. The `Analyzer` overrides `_update_data_model`
438
439
3. The `Analyzer` overrides `_create_data_model_mtm`
0 commit comments