bhirsz commented on a change in pull request #22311:
URL: https://github.com/apache/airflow/pull/22311#discussion_r832923867
##########
File path: docs/apache-airflow-providers-google/operators/cloud/bigquery.rst
##########
@@ -42,7 +42,7 @@ Create dataset
To create an empty dataset in a BigQuery database you can use
:class:`~airflow.providers.google.cloud.operators.bigquery.BigQueryCreateEmptyDatasetOperator`.
-.. exampleinclude::
/../../airflow/providers/google/cloud/example_dags/example_bigquery_operations.py
+.. exampleinclude::
/../../tests/system/providers/google/bigquery/example_bigquery_dataset.py
Review comment:
This lint check actually doesn't work at all :) For example:
```
f"${DOCS_DIR}/**/*.rst"
```
``$`` looks like a typo - after removing it and running the check I'm
getting the errors (for files I didn't modify - this check was silently
ignoring them). I will fix the check.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]