Urmi Mustafi created GOBBLIN-1870:
-------------------------------------
Summary: Fix missing flow execution id bug causing SQL Error
Key: GOBBLIN-1870
URL: https://issues.apache.org/jira/browse/GOBBLIN-1870
Project: Apache Gobblin
Issue Type: Bug
Reporter: Urmi Mustafi
Seeing the following issue when trying to acquire lease for a flow action:
{{ava.sql.SQLIntegrityConstraintViolationException: Column 'flow_execution_id'
cannot be null" }}
Flow action is created in orchestrate function, during refactoring missed
executing the line to add flow execution id to metadata to be extracted for
multi-active case. Adding a log line as well to check the flow action object
created and verify it has all the flow information.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)