Sha256: 24799f4581191d9b036dccf1d89c9f4bf923f5d8d68342b5abb5480ca6c25442
Contents?: true
Size: 1.21 KB
Versions: 9
Compression:
Stored size: 1.21 KB
Contents
# External Query Run The [external query run facet](ExternalQueryRunFacet.json) captures the identifier of the query that ran on an external source systems such as [bigquery](https://cloud.google.com/bigquery). _externalQueryId_ and _source_ fields. - _externalQueryId_: unique identifier of the query from the source system. - _source_: type of the source (e.g. bigquery) Full lineage event example: ``` { "eventType": "START", "eventTime": "2020-12-09T23:37:31.081Z", "run": { "runId": "3b452093-782c-4ef2-9c0c-aafe2aa6f34d", "facets": { > "externalQuery": { > "externalQueryId": "my-project-1234:US.bquijob_123x456_123y123z123c", > "source": "bigquery" > } } }, "job": { "namespace": "my-namespace", "name": "myjob.mytask", }, "inputs": [ { "namespace": "my-datasource-namespace", "name": "instance.schema.table", } ], "outputs": [ { "namespace": "my-datasource-namespace", "name": "instance.schema.output_table", } ], "schemaURL": "https://openlineage.io/spec/1-0-0/OpenLineage.json#/definitions/RunEvent" } ``` --- SPDX-License-Identifier: Apache-2.0\ Copyright 2018-2024 contributors to the OpenLineage project
Version data entries
9 entries across 9 versions & 4 rubygems