Skip to content

Commit cf3d534

Browse files
docs: updated comments for DataQualityResult.dimensions field (#11988)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 579907849 Source-Link: googleapis/googleapis@418208c Source-Link: googleapis/googleapis-gen@67528c1 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWRhdGFwbGV4Ly5Pd2xCb3QueWFtbCIsImgiOiI2NzUyOGMxZjBlMzg4YjE2NWVjYWM5MTBhYzU2ZmU2ODdjNDMyOTBmIn0= --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 079b58a commit cf3d534

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

packages/google-cloud-dataplex/google/cloud/dataplex/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.8.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-dataplex/google/cloud/dataplex_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.8.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-dataplex/google/cloud/dataplex_v1/types/data_quality.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@ class DataQualityResult(proto.Message):
121121
Overall data quality result -- ``true`` if all rules passed.
122122
dimensions (MutableSequence[google.cloud.dataplex_v1.types.DataQualityDimensionResult]):
123123
A list of results at the dimension level.
124+
125+
A dimension will have a corresponding
126+
``DataQualityDimensionResult`` if and only if there is at
127+
least one rule with the 'dimension' field set to it.
124128
rules (MutableSequence[google.cloud.dataplex_v1.types.DataQualityRuleResult]):
125129
A list of all the rules in a job, and their
126130
results.

packages/google-cloud-dataplex/noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
LINT_PATHS = ["docs", "google", "tests", "noxfile.py", "setup.py"]
3434

3535

36-
DEFAULT_PYTHON_VERSION = "3.9"
36+
DEFAULT_PYTHON_VERSION = "3.10"
3737

3838
UNIT_TEST_PYTHON_VERSIONS: List[str] = ["3.7", "3.8", "3.9", "3.10", "3.11"]
3939
UNIT_TEST_STANDARD_DEPENDENCIES = [
@@ -282,7 +282,7 @@ def docs(session):
282282

283283
session.install("-e", ".")
284284
session.install(
285-
"sphinx==4.0.1",
285+
"sphinx==4.5.0",
286286
"alabaster",
287287
"recommonmark",
288288
)

packages/google-cloud-dataplex/samples/generated_samples/snippet_metadata_google.cloud.dataplex.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-dataplex",
11-
"version": "1.8.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)