pyflink.table.table_result.TableResult.get_job_client# TableResult.get_job_client() → JobClient | None[source]# For DML and DQL statement, return the JobClient which associates the submitted Flink job. For other statements (e.g. DDL, DCL) return empty. Returns: The job client, optional. Return type: pyflink.common.JobClient Added in version 1.11.0.