feat(python): Add create_adhoc_run and utility function for stopping …#365
Conversation
de39340 to
96fd3df
Compare
…run from Run object.
96fd3df to
c8a5493
Compare
|
I think we need to consider how adhoc runs and runs fit together. I don't think we have a great story of this in the UI as it is today and adding another point of confusiong by having two different create methods further cements the confusion. |
Only create_adhoc_run creates an adhoc run. The create_automatic_association_for_assets requires a run being created beforehand but could make it take all the same inputs as creating a run and manage creating the run then creating the association. |
Verification: Updated test coverage
Confirmed run created by association had the the newly ingested flows on each associated assets

Confiremd adhoc run had data for given assets in time window
