pyflink.table.table_result.TableResult.get_job_client# TableResult.get_job_client() → Optional[JobClient][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 New in version 1.11.0.