Google Dataplex Sink
Plugin version: 0.22.0
This sink writes to a Dataplex asset. Dataplex is an intelligent data fabric that unifies your distributed data to help automate data management and power analytics at scale. In case of asset of type Storage Bucket, Files can be written in various formats such as avro, parquet, and orc. In case of asset of type BigQuery Dataset, data is first written to a temporary location on Google Cloud Storage, then loaded into BigQuery from there.
Credentials
If the plugin is run on a Google Cloud Dataproc cluster, the service account key does not need to be provided and can be set to 'auto-detect'. Credentials will be automatically read from the cluster environment.
If the plugin is not run on a Dataproc cluster, the path to a service account key must be provided. The service account key can be found on the Dashboard in the Cloud Platform Console. Make sure the account key has permission to access BigQuery, Google Cloud Storage and Dataplex. The service account key file needs to be available on every node in your cluster and must be readable by all users running the job.
Permissions
Assign the following roles to the Dataproc service account to grant access to Dataplex:
Dataplex Developer
Dataplex Data Reader
Metastore Metadata User
Cloud Dataplex Service Agent
Dataplex Metadata Reader
Configuration
Property | Macro Enabled? | Version Introduced | Description |
---|---|---|---|
Reference Name | No | Â | Optional. Name used to uniquely identify this sink for lineage, annotating metadata, etc. |
Project ID | Yes | Â | Optional. Google Cloud Project ID, which uniquely identifies a project. It can be found on the Dashboard in the Google Cloud Platform Console. This is the project that the Dataplex job will run in. If a temporary bucket needs to be created, the service account must have permission in this project to create buckets. |
Service Account Type | Yes | Â | Optional. Select one of the following options:
|
Service Account File Path | Yes | Â | Optional. Path on the local file system of the service account key used for authorization. Can be set to 'auto-detect' when running on a Dataproc cluster. When running on other clusters, the file must be present on every node in the cluster. Default is auto-detect. |
Service Account JSON | Yes | Â | Optional. Content of the service account. |
Location ID | Yes | Â | Required. ID of the location in which the Dataplex lake has been created, which can be found on the details page of the lake. |
Lake ID | Yes | Â | Required. ID of the Dataplex lake, which can be found on the details page of the lake. |
Zone ID | Yes | Â | Required. ID of the Dataplex zone, which can be found on the details page of the zone. |
Asset ID | Yes | Â | Required. D of the Dataplex asset. It represents a cloud resource that is being managed within a lake as a member of a zone. |
Asset type | No | Â | Required. Type of asset selected to ingest the data in Dataplex.
Default is BigQuery Dataset. |
BigQuery Dataset properties | Â | Â | Â |
Table Name | Yes | Â | Optional. Table to write to. A table contains individual records organized in rows. Each record is composed of columns (also called fields). Every table is defined by a schema that describes the column names, data types, and other information. |
Operation | Yes | Â | Optional. Type of write operation to perform. This can be set to Insert, Update, or Upsert.
|
Table Key | Yes | Â | Optional. List of fields that determines relation between tables during Update and Upsert operations. |
Dedupe By | Yes | Â | Optional. Column names and sort order used to choose which input record to update/upsert when there are multiple input records with the same key. For example, if this is set to 'updated_time desc', then if there are multiple input records with the same key, the one with the largest value for 'updated_time' will be applied. |
Partition Filter | Yes | Â | Optional. Partition filter that can be used for partition elimination during Update or Upsert operations. Only use with Update or Upsert operations for tables where Require Partition Filter is enabled. For example, if the table is partitioned and the Partition Filter is '_PARTITIONTIME > "2020-01-01" and _PARTITIONTIME < "2020-03-01"', the update operation will be performed only in the partitions meeting the criteria. |
Truncate Table | Yes | Â | Optional. Whether or not to truncate the table before writing to it. Only use with the Insert operation. Default is False. |
Update Table Schema | Yes | Â | Optional. Whether the BigQuery table schema should be modified when it does not match the schema expected by the pipeline.
Default is False. |
Partitioning type | Yes | Â | Specifies the partitioning type. Can either be Integer, Time, or None. Defaults to Time. This value is ignored if the table already exists.
Default is Time. |
Range Start (inclusive) | Yes |  | Optional. For integer partitioning, specifies the start of the range. Only used when table doesn’t exist already, and Partitioning Type is set to Integer. The start value is inclusive. |
Range End (exclusive) | Yes |  | Optional. For integer partitioning, specifies the end of the range. Only used when table doesn’t exist already, and Partitioning Type is set to Integer. The end value is exclusive. |
Range Interval | Yes |  | Optional. For integer partitioning, specifies the partition interval. Only used when table doesn’t exist already, and Partitioning Type is set to Integer. The interval value must be a positive integer. |
Partition Field | Yes | Â | Optional. Partitioning column for the BigQuery table. Leave blank if the BigQuery table is an ingestion-time partitioned table. |
Require Partition Filter | Yes | Â | Optional. Whether to create a table that requires a partition filter. This value is ignored if the table already exists.
|
Clustering Order | Yes | Â | Optional. List of fields that determines the sort order of the data. Fields must be of type INT, LONG, STRING, DATE, TIMESTAMP, BOOLEAN, or DECIMAL. Tables cannot be clustered on more than 4 fields. This value is only used when the BigQuery table is automatically created and ignored if the table already exists. Compatible changes fall under the following categories:
Incompatible schema changes will result in pipeline failure. |
Output Schema | Yes | Â | Required. Schema of the data to write. If a schema is provided, it must be compatible with the table schema in BigQuery. |
Storage Bucket properties | Â | Â | Â |
Table Name | Yes | Â | Optional. Table to write to. In case of Asset of type Storage Bucket, a table is a directory where data would be stored and read by Dataplex discover jobs. |
Path Suffix | Yes | Â | Optional. Time format for the output directory that will be appended to the path. For example, the format ' yyyy-MM-dd-HH-mm' will result in a directory of the form '2015-01-01-20-42'. If not specified, directory will be created with default format 'yyyy-MM-dd-HH-mm'. |
Format | Yes |  | Optional. Format to write the records in. The format for a raw zone must be one of ‘json’, ‘avro’, ‘parquet’, ‘csv’, or ‘orc’. The format for a curated zone must be one of ‘avro’, ‘orc’, or ‘parquet’. If the format is a macro, only the pre-packaged formats can be used. |
Update Dataplex Metadata | Yes | 0.19.3/6.6.0 0.20.4/6.7.x 0.21.0/6.8.0 | Optional. Whether to update Dataplex metadata for the newly created entities. If enabled, the pipeline will automatically copy the output schema to the destination Dataplex entities, and the automated Dataplex Discovery won’t run for them. The user is responsible for the compatibility of the changes applied to the output schema. Default is False. |
Output Schema | Yes | Â | Optional. Schema of the data to write. The 'avro' and 'parquet' formats require a schema but other formats do not. |
Data Type Mappings from CDAP to BigQuery Asset
The following table lists the CDAP data types, as well as the corresponding BigQuery data type for each CDAP type, for updates and upserts.
CDAP type | BigQuery type |
---|---|
array | repeated |
boolean | bool |
bytes | bytes |
date | date |
datetime | datetime, string |
decimal | numeric |
double / float | float64 |
enum | unsupported |
int / long | int64 |
map | unsupported |
record | struct |
string | string, datetime (Must be ISO 8601 format) |
time | time |
timestamp | timestamp |
union | unsupported |
For inserts, the type conversions are the same as those used in loading Avro data to BigQuery; the table is available here.
Created in 2020 by Google Inc.