blob: 9c78d0ca338ad4339434fb75566c286411d03dab [file] [log] [blame]
////
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
////
:documentationPath: /pipeline/transforms/
:language: en_US
:description: The Table Exists transform verifies if a certain table exists in a database. The result of this transform is a boolean flag field.
= image:transforms/icons/tableexists.svg[Table Exists transform Icon, role="image-doc-icon"] Table Exists
[%noheader,cols="3a,1a", role="table-no-borders" ]
|===
|
== Description
The Table Exists transform verifies if a certain table exists in a database. The result of this transform is a boolean flag field.
|
== Supported Engines
[%noheader,cols="2,1a",frame=none, role="table-supported-engines"]
!===
!Hop Engine! image:check_mark.svg[Supported, 24]
!Spark! image:question_mark.svg[Maybe Supported, 24]
!Flink! image:question_mark.svg[Maybe Supported, 24]
!Dataflow! image:question_mark.svg[Maybe Supported, 24]
!===
|===
== Options
[options="header"]
|===
|Option|Description
|Transform name|The name of the transform.
This name has to be unique in a single pipeline.
|Connection|The database connection to use
|Schema name|The schema of the table to look for
|Table name field|The name of the field that will contain the database table name to look for.
|Result fieldname|The name of the field that will contain the boolean result flag in the output of this transform.
|===