rohan472000 commented on issue #32870:
URL: https://github.com/apache/airflow/issues/32870#issuecomment-1659065242
`BigQueryValueCheckOperator` is primarily used for data validation and
quality checks, while the `BigQueryInsertJobOperator` or other mentioned
operator (in issue description) is used to execute a `BigQuery` job, I'm not
sure whether it would be good to have those redirecting functionality here in
`BigQueryValueCheckOperator`.
Btw if we have to make those changes then I think we need to pass `
force_rerun: bool = True` in `def __init__` , `job_id` and `project_id` in
`template_fields`, `.json` in `template_ext`, other things also....
@lwyszomi @turbaszek , need your opinion.
--
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]