Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] GX Gallery ExpectColumnValuesToBeOfType #10740

Open
victorgrcp opened this issue Dec 5, 2024 · 1 comment
Open

[DOCS] GX Gallery ExpectColumnValuesToBeOfType #10740

victorgrcp opened this issue Dec 5, 2024 · 1 comment

Comments

@victorgrcp
Copy link

The gallery documentation says the output result for this Expectation is:

"result": {
    "element_count": 3,
    "unexpected_count": 3,
    "unexpected_percent": 100.0,
    "partial_unexpected_list": [
        "12345",
        "abcde",
        "1b3d5"
    ],
    "missing_count": 0,
    "missing_percent": 0.0,
    "unexpected_percent_total": 100.0,
    "unexpected_percent_nonmissing": 100.0 ...

But when I execute this Expectation I get:

  "success": false,
  "expectation_config": {
    "type": "expect_column_values_to_be_of_type",
    "kwargs": {
      "batch_id": "main.bronze.brnz_sharepoint_data_chairman_succ_chairman_nominee-brnz_sharepoint_data_chairman_succ_chairman_nominee",
      "column": "employee_id",
      "type_": "IntegerType"
    },
    "meta": {}
  },
  "result": {
    "observed_value": "DoubleType"
  },
  "meta": {},
  "exception_info": {
    "raised_exception": false,
    "exception_traceback": null,
    "exception_message": null
  }
}```


Is the documentation okey?
@adeola-ak
Copy link
Contributor

Hi there, thanks for reporting this. I can confirm that I’m also able to reproduce the issue and have reached out to the team to clarify the expected behavior for this expectation. Please stay tuned for updates!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In progress
Development

No branches or pull requests

2 participants