diff --git a/metadata-ingestion/docs/sources/bigquery/README.md b/metadata-ingestion/docs/sources/bigquery/README.md index cda2a3d16807d..fae1390dcc497 100644 --- a/metadata-ingestion/docs/sources/bigquery/README.md +++ b/metadata-ingestion/docs/sources/bigquery/README.md @@ -1 +1 @@ -Ingesting metadata from Bigquery requires either using the **bigquery** module with just one recipe (recommended) or the two separate modules **bigquery-legacy** and **bigquery-usage-legacy** (soon to be deprecated) with two separate recipes. +Ingesting metadata from Bigquery requires using the **bigquery** module. \ No newline at end of file diff --git a/metadata-ingestion/src/datahub/ingestion/source/bigquery_v2/bigquery.py b/metadata-ingestion/src/datahub/ingestion/source/bigquery_v2/bigquery.py index 6ee37cdff1ac2..9c74ed8764593 100644 --- a/metadata-ingestion/src/datahub/ingestion/source/bigquery_v2/bigquery.py +++ b/metadata-ingestion/src/datahub/ingestion/source/bigquery_v2/bigquery.py @@ -142,7 +142,7 @@ def cleanup(config: BigQueryV2Config) -> None: @capability(SourceCapability.SCHEMA_METADATA, "Enabled by default") @capability( SourceCapability.DATA_PROFILING, - "Optionally enabled via configuration, only table level profiling is supported", + "Optionally enabled via configuration", ) @capability(SourceCapability.DESCRIPTIONS, "Enabled by default") @capability(SourceCapability.LINEAGE_COARSE, "Optionally enabled via configuration")