xuan616 commented on a change in pull request #18927:
URL: https://github.com/apache/airflow/pull/18927#discussion_r727608247
##########
File path: airflow/providers/google/cloud/transfers/cassandra_to_gcs.py
##########
@@ -84,6 +87,10 @@ class CassandraToGCSOperator(BaseOperator):
Service Account Token Creator IAM role to the directly preceding
identity, with first
account from the list granting this role to the originating account
(templated).
:type impersonation_chain: Union[str, Sequence[str]]
+ :param query_timeout: (Optional) The floating-point timeout used to
execute the Cassandra query.
+ If not set, the timeout value will be set in Session.execute() by
Cassandra driver.
+ If set to None, there is no timeout.
+ :type query_timeout: Union[float, NotSetType]
Review comment:
that makes sense. Applied
--
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]