Skip to content

Put WARNING notice on DagProperties, move report query dicts out

Aleksandar Mastilovic requested to merge feature/Fix-DagProperties-in-Reports into main
  • Put a WARNING notice on DagProperties objects in Python source code so that developers understand the mechanics and expectations of changing DagProperties variables in source code as opposed to UI
  • Move the queries objects out of DagProperties into common Python variables so that any changes made to them get reflected in the DAG with no need to reset the DAG properties in the UI

Merge request reports