shahar1 commented on issue #39127: URL: https://github.com/apache/airflow/issues/39127#issuecomment-2083041708
> > A better option, IMO, would be to create a dedicated operator that will return the results into the XCOM given a job_id, to keep operations atomic. > > This sounds to be a better solution 👍 Thanks :) I've been trying out different configurations, and after discussing with @eladkal we came to the conclusion that querying data by `job_id` could be merged with the existing `BigQueryGetData` operator, as logic is very similar (also in the deferrable mode). I'll create a PR and tag you when I'm done. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
