Class BigQueryLineage
java.lang.Object
io.github.flink.gcp.connector.bigquery.BigQueryLineage
Inspects configured BigQuery resources without evaluating a resolver or opening a client.
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<ResourceIdentifier>resources(DestinationResolver<?> resolver) Returns a fixed output without invoking user destination resolution.static List<ResourceIdentifier>resources(TableDestination table) Returns the configured input, or no physical resource for an arbitrary query.
-
Method Details
-
resources
Returns the configured input, or no physical resource for an arbitrary query. -
resources
Returns a fixed output without invoking user destination resolution.
-