Skip to content

Commit

Permalink
docs: updated comments for DataQualityResult.dimensions field (#11988)
Browse files Browse the repository at this point in the history
- [ ] 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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Nov 7, 2023
1 parent 079b58a commit cf3d534
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.8.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.8.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ class DataQualityResult(proto.Message):
Overall data quality result -- ``true`` if all rules passed.
dimensions (MutableSequence[google.cloud.dataplex_v1.types.DataQualityDimensionResult]):
A list of results at the dimension level.
A dimension will have a corresponding
``DataQualityDimensionResult`` if and only if there is at
least one rule with the 'dimension' field set to it.
rules (MutableSequence[google.cloud.dataplex_v1.types.DataQualityRuleResult]):
A list of all the rules in a job, and their
results.
Expand Down
4 changes: 2 additions & 2 deletions packages/google-cloud-dataplex/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
LINT_PATHS = ["docs", "google", "tests", "noxfile.py", "setup.py"]


DEFAULT_PYTHON_VERSION = "3.9"
DEFAULT_PYTHON_VERSION = "3.10"

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

session.install("-e", ".")
session.install(
"sphinx==4.0.1",
"sphinx==4.5.0",
"alabaster",
"recommonmark",
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-dataplex",
"version": "1.8.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down

0 comments on commit cf3d534

Please sign in to comment.