Skip to content

[MAINTENANCE] Bump @babel/helpers from 7.26.9 to 7.27.0 in /docs/docusaurus #11123

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 23, 2025

Bumps @babel/helpers from 7.26.9 to 7.27.0.

Release notes

Sourced from @​babel/helpers's releases.

v7.27.0 (2025-03-24)

Thanks @​ishchhabra and @​vovkasm for your first PRs!

👓 Spec Compliance

  • babel-generator, babel-parser

🚀 New Feature

  • babel-helper-create-class-features-plugin, babel-traverse, babel-types
  • babel-parser, babel-types
    • #17110 Add ImportAttributes to Standardized and move its parser test fixtures (@​JLHwung)
  • babel-generator
  • babel-parser, babel-template
  • babel-plugin-transform-typescript, babel-traverse
  • babel-parser
  • babel-types
    • #17162 feat(babel-types): Add support for BigInt literal conversion in valueToNode (@​ishchhabra)

🐛 Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-traverse
  • babel-helpers, babel-preset-typescript, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-cli
  • babel-plugin-transform-named-capturing-groups-regex, babel-types

🏃‍♀️ Performance

Committers: 5

v7.26.10 (2025-03-11)

... (truncated)

Changelog

Sourced from @​babel/helpers's changelog.

v7.27.0 (2025-03-24)

👓 Spec Compliance

  • babel-generator, babel-parser

🚀 New Feature

  • babel-helper-create-class-features-plugin, babel-traverse, babel-types
  • babel-parser, babel-types
    • #17110 Add ImportAttributes to Standardized and move its parser test fixtures (@​JLHwung)
  • babel-generator
  • babel-parser, babel-template
  • babel-plugin-transform-typescript, babel-traverse
  • babel-parser
  • babel-types
    • #17162 feat(babel-types): Add support for BigInt literal conversion in valueToNode (@​ishchhabra)

🐛 Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-traverse
  • babel-helpers, babel-preset-typescript, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-cli
  • babel-plugin-transform-named-capturing-groups-regex, babel-types

🏃‍♀️ Performance

v7.26.10 (2025-03-11)

👓 Spec Compliance

🐛 Bug Fix

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies PR or issue that updates a dependency javascript Pull requests that update Javascript code labels Apr 23, 2025
Copy link

netlify bot commented Apr 23, 2025

Deploy Preview for niobium-lead-7998 canceled.

Name Link
🔨 Latest commit 4f27cf3
🔍 Latest deploy log https://app.netlify.com/sites/niobium-lead-7998/deploys/681e3d900deceb0008c07aa3

Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.26.9 to 7.27.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.27.0/packages/babel-helpers)

---
updated-dependencies:
- dependency-name: "@babel/helpers"
  dependency-version: 7.27.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/docs/docusaurus/babel/helpers-7.27.0 branch from 77dd6c6 to 4261020 Compare May 8, 2025 20:11
@joshua-stauffer joshua-stauffer changed the title Bump @babel/helpers from 7.26.9 to 7.27.0 in /docs/docusaurus [MAINTENANCE] Bump @babel/helpers from 7.26.9 to 7.27.0 in /docs/docusaurus May 9, 2025
Copy link

codecov bot commented May 9, 2025

❌ 10 Tests Failed:

Tests completed Failed Passed Skipped
17804 10 17794 2494
View the top 3 failed test(s) by shortest run time
tests.integration.data_sources_and_expectations.expectations.test_expect_column_pair_values_a_to_be_greater_than_b::test_success_complete_sql[redshift]
Stack Traces | 79.7s run time
batch_for_datasource = <great_expectations.datasource.fluent.interfaces.Batch object at 0x7fe47b669790>

    @parameterize_batch_for_data_sources(data_source_configs=SQL_DATA_SOURCES, data=DATA)
    def test_success_complete_sql(batch_for_datasource: Batch) -> None:
        expectation = gxe.ExpectColumnPairValuesAToBeGreaterThanB(
            column_A=NUMBERS_A,
            column_B=NUMBERS_B,
            or_equal=False,
        )
        result = batch_for_datasource.validate(expectation, result_format=ResultFormat.COMPLETE)
>       assert result.success
E       assert False
E        +  where False = {\n  "success": false,\n  "expectation_config": {\n    "type": "expect_column_pair_values_a_to_be_greater_than_b",\n    "kwargs": {\n      "column_A": "numbers_a",\n      "column_B": "numbers_b",\n      "or_equal": false,\n      "batch_id": "cnsypreame-wwnydyqnzq"\n    },\n    "meta": {}\n  },\n  "result": {},\n  "meta": {},\n  "exception_info": {\n    "MetricConfigurationID(metric_name='table.column_types', metric_domain_kwargs_id='fc10590c656bc896699d773e3b3bb222', metric_value_kwargs_id='include_nested=True')": {\n      "exception_traceback": "Traceback (most recent call last):\n  File \".../hostedtoolcache/Python/3.9.22............................../x64/lib/python3.9.../sqlalchemy/engine/base.py\", line 1964, in _exec_single_context\n    self.dialect.do_execute(\n  File \".../hostedtoolcache/Python/3.9.22............................../x64/lib/python3.9.../sqlalchemy/engine/default.py\", line 945, in do_execute\n    cursor.execute(statement, parameters)\npsycopg2.OperationalError: SSL connection has been closed unexpectedly\n\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \".../great_expectations/execution_engine/execution_engine.py\", line 534, in _process_direct_and_bundled_metric_computation_configurations\n    metric_computation_configuration.metric_fn(  # type: ignore[misc] # F not callable\n  File \".../expectations/metrics/metric_provider.py\", line 60, in inner_func\n    return metric_fn(*args, **kwargs)\n  File \".../great_expectations/execution_engine/redshift_execution_engine.py\", line 110, in _sqlalchemy\n    rows: sa.CursorResult[RedshiftColumnSchema] = execution_engine.execute_query(query)\n  File \".../great_expectations/execution_engine/sqlalchemy_execution_engine.py\", line 1274, in execute_query\n    result = connection.execute(query)  # type: ignore[arg-type] # FIXME:Selectable overly broad\n  File \".../hostedtoolcache/Python/3.9.22............................../x64/lib/python3.9.../sqlalchemy/engine/base.py\", line 1416, in execute\n    return meth(\n  File \".../hostedtoolcache/Python/3.9.22............................../x64/lib/python3.9.../sqlalchemy/sql/elements.py\", line 523, in _execute_on_connection\n    return connection._execute_clauseelement(\n  File \".../hostedtoolcache/Python/3.9.22............................../x64/lib/python3.9.../sqlalchemy/engine/base.py\", line 1638, in _execute_clauseelement\n    ret = self._execute_context(\n  File \".../hostedtoolcache/Python/3.9.22............................../x64/lib/python3.9.../sqlalchemy/engine/base.py\", line 1843, in _execute_context\n    return self._exec_single_context(\n  File \".../hostedtoolcache/Python/3.9.22............................../x64/lib/python3.9.../sqlalchemy/engine/base.py\", line 1983, in _exec_single_context\n    self._handle_dbapi_exception(\n  File \".../hostedtoolcache/Python/3.9.22............................../x64/lib/python3.9.../sqlalchemy/engine/base.py\", line 2352, in _handle_dbapi_exception\n    raise sqlalchemy_exception.with_traceback(exc_info[2]) from e\n  File \".../hostedtoolcache/Python/3.9.22............................../x64/lib/python3.9.../sqlalchemy/engine/base.py\", line 1964, in _exec_single_context\n    self.dialect.do_execute(\n  File \".../hostedtoolcache/Python/3.9.22............................../x64/lib/python3.9.../sqlalchemy/engine/default.py\", line 945, in do_execute\n    cursor.execute(statement, parameters)\nsqlalchemy.exc.OperationalError: (psycopg2.OperationalError) SSL connection has been closed unexpectedly\n\n[SQL: \n            SELECT\n                column_name,\n                data_type,\n                character_maximum_length,\n                numeric_precision,\n                numeric_scale,\n                datetime_precision\n            FROM information_schema.columns\n            WHERE table_name = 'expectation_test_table_hqyxqigamo' \n            ORDER BY ordinal_position;\n            ]\n(Background on this error at: https://sqlalche..../e/20/e3q8)\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \".../great_expectations/validator/validation_graph.py\", line 286, in _resolve\n    self._execution_engine.resolve_metrics(\n  File \".../great_expectations/execution_engine/execution_engine.py\", line 280, in resolve_metrics\n    return self._process_direct_and_bundled_metric_computation_configurations(\n  File \".../great_expectations/execution_engine/execution_engine.py\", line 539, in _process_direct_and_bundled_metric_computation_configurations\n    raise gx_exceptions.MetricResolutionError(\ngreat_expectations.exceptions.exceptions.MetricResolutionError: (psycopg2.OperationalError) SSL connection has been closed unexpectedly\n\n[SQL: \n            SELECT\n                column_name,\n                data_type,\n                character_maximum_length,\n                numeric_precision,\n                numeric_scale,\n                datetime_precision\n            FROM information_schema.columns\n            WHERE table_name = 'expectation_test_table_hqyxqigamo' \n            ORDER BY ordinal_position;\n            ]\n(Background on this error at: https://sqlalche..../e/20/e3q8)\n",\n      "exception_message": "(psycopg2.OperationalError) SSL connection has been closed unexpectedly\n\n[SQL: \n            SELECT\n                column_name,\n                data_type,\n                character_maximum_length,\n                numeric_precision,\n                numeric_scale,\n                datetime_precision\n            FROM information_schema.columns\n            WHERE table_name = 'expectation_test_table_hqyxqigamo' \n            ORDER BY ordinal_position;\n            ]\n(Background on this error at: https://sqlalche..../e/20/e3q8)",\n      "raised_exception": true\n    }\n  }\n}.success

.../data_sources_and_expectations/expectations/test_expect_column_pair_values_a_to_be_greater_than_b.py:77: AssertionError
tests.integration.data_sources_and_expectations.expectations.test_expect_column_values_to_be_in_type_list::test_success_complete_redshift[redshift-NUMERIC]
Stack Traces | 85.6s run time
batch_for_datasource = <great_expectations.datasource.fluent.interfaces.Batch object at 0x7fe47b32a280>
expectation = ExpectColumnValuesToBeInTypeList(id=None, meta=None, notes=None, result_format=<ResultFormat.BASIC: 'BASIC'>, descript...dows=None, batch_id=None, column='numeric', mostly=1, row_condition=None, condition_parser=None, type_list=['DECIMAL'])

    @pytest.mark.parametrize(
        "expectation",
        [
            pytest.param(
                gxe.ExpectColumnValuesToBeInTypeList(column="char", type_list=["CHAR", "CHAR(1)"]),
                id="CHAR",
            ),
            pytest.param(
                gxe.ExpectColumnValuesToBeInTypeList(column="text", type_list=["VARCHAR"]),
                id="TEXT",
            ),
            pytest.param(
                gxe.ExpectColumnValuesToBeInTypeList(column="integer", type_list=["INTEGER"]),
                id="INTEGER",
            ),
            pytest.param(
                gxe.ExpectColumnValuesToBeInTypeList(column="smallint", type_list=["SMALLINT"]),
                id="SMALLINT",
            ),
            pytest.param(
                gxe.ExpectColumnValuesToBeInTypeList(column="bigint", type_list=["BIGINT"]),
                id="BIGINT",
            ),
            pytest.param(
                gxe.ExpectColumnValuesToBeInTypeList(column="timestamp", type_list=["TIMESTAMP"]),
                id="TIMESTAMP",
            ),
            pytest.param(
                gxe.ExpectColumnValuesToBeInTypeList(column="date", type_list=["DATE"]),
                id="DATE",
            ),
            pytest.param(
                gxe.ExpectColumnValuesToBeInTypeList(
                    column="double_precision", type_list=["DOUBLE_PRECISION"]
                ),
                id="DOUBLE_PRECISION",
            ),
            pytest.param(
                gxe.ExpectColumnValuesToBeInTypeList(column="boolean", type_list=["BOOLEAN"]),
                id="BOOLEAN",
            ),
            pytest.param(
                gxe.ExpectColumnValuesToBeInTypeList(column="numeric", type_list=["DECIMAL"]),
                id="NUMERIC",
            ),
        ],
    )
    @parameterize_batch_for_data_sources(
        data_source_configs=[
            RedshiftDatasourceTestConfig(
                column_types={
                    "char": REDSHIFT_TYPES.CHAR,
                    "text": REDSHIFT_TYPES.VARCHAR,
                    "integer": REDSHIFT_TYPES.INTEGER,
                    "smallint": REDSHIFT_TYPES.SMALLINT,
                    "bigint": REDSHIFT_TYPES.BIGINT,
                    "timestamp": REDSHIFT_TYPES.TIMESTAMP,
                    "date": REDSHIFT_TYPES.DATE,
                    "double_precision": REDSHIFT_TYPES.DOUBLE_PRECISION,
                    "boolean": REDSHIFT_TYPES.BOOLEAN,
                    "numeric": REDSHIFT_TYPES.DECIMAL,
                }
            ),
        ],
        data=pd.DataFrame(
            {
                "char": ["a", "b", "c"],
                "text": ["a", "b", "c"],
                "integer": [1, 2, 3],
                "smallint": [1, 2, 3],
                "bigint": [1, 2, 3],
                "timestamp": [
                    "2021-01-01 00:00:00",
                    "2021-01-02 00:00:00",
                    "2021-01-03 00:00:00",
                ],
                "date": [
                    # Date in isoformat
                    "2021-01-01",
                    "2021-01-02",
                    "2021-01-03",
                ],
                "double_precision": [1.0, 2.0, 3.0],
                "boolean": [False, False, True],
                "numeric": [1, 2, 3],
            },
            dtype="object",
        ),
    )
    def test_success_complete_redshift(
        batch_for_datasource: Batch, expectation: gxe.ExpectColumnValuesToBeInTypeList
    ) -> None:
        result = batch_for_datasource.validate(expectation, result_format=ResultFormat.COMPLETE)
        result_dict = result.to_json_dict()["result"]
    
>       assert result.success
E       assert False
E        +  where False = {\n  "success": false,\n  "expectation_config": {\n    "type": "expect_column_values_to_be_in_type_list",\n    "kwargs": {\n      "column": "numeric",\n      "type_list": [\n        "DECIMAL"\n      ],\n      "batch_id": "ykjiyujypo-ghrtvevawl"\n    },\n    "meta": {}\n  },\n  "result": {},\n  "meta": {},\n  "exception_info": {\n    "MetricConfigurationID(metric_name='table.column_types', metric_domain_kwargs_id='a351bbf72b281f0b7a62dbbf3599ce5c', metric_value_kwargs_id='include_nested=True')": {\n      "exception_traceback": "Traceback (most recent call last):\n  File \".../hostedtoolcache/Python/3.9.22............................../x64/lib/python3.9.../sqlalchemy/engine/base.py\", line 1964, in _exec_single_context\n    self.dialect.do_execute(\n  File \".../hostedtoolcache/Python/3.9.22............................../x64/lib/python3.9.../sqlalchemy/engine/default.py\", line 945, in do_execute\n    cursor.execute(statement, parameters)\npsycopg2.OperationalError: SSL connection has been closed unexpectedly\n\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \".../great_expectations/execution_engine/execution_engine.py\", line 534, in _process_direct_and_bundled_metric_computation_configurations\n    metric_computation_configuration.metric_fn(  # type: ignore[misc] # F not callable\n  File \".../expectations/metrics/metric_provider.py\", line 60, in inner_func\n    return metric_fn(*args, **kwargs)\n  File \".../great_expectations/execution_engine/redshift_execution_engine.py\", line 110, in _sqlalchemy\n    rows: sa.CursorResult[RedshiftColumnSchema] = execution_engine.execute_query(query)\n  File \".../great_expectations/execution_engine/sqlalchemy_execution_engine.py\", line 1274, in execute_query\n    result = connection.execute(query)  # type: ignore[arg-type] # FIXME:Selectable overly broad\n  File \".../hostedtoolcache/Python/3.9.22............................../x64/lib/python3.9.../sqlalchemy/engine/base.py\", line 1416, in execute\n    return meth(\n  File \".../hostedtoolcache/Python/3.9.22............................../x64/lib/python3.9.../sqlalchemy/sql/elements.py\", line 523, in _execute_on_connection\n    return connection._execute_clauseelement(\n  File \".../hostedtoolcache/Python/3.9.22............................../x64/lib/python3.9.../sqlalchemy/engine/base.py\", line 1638, in _execute_clauseelement\n    ret = self._execute_context(\n  File \".../hostedtoolcache/Python/3.9.22............................../x64/lib/python3.9.../sqlalchemy/engine/base.py\", line 1843, in _execute_context\n    return self._exec_single_context(\n  File \".../hostedtoolcache/Python/3.9.22............................../x64/lib/python3.9.../sqlalchemy/engine/base.py\", line 1983, in _exec_single_context\n    self._handle_dbapi_exception(\n  File \".../hostedtoolcache/Python/3.9.22............................../x64/lib/python3.9.../sqlalchemy/engine/base.py\", line 2352, in _handle_dbapi_exception\n    raise sqlalchemy_exception.with_traceback(exc_info[2]) from e\n  File \".../hostedtoolcache/Python/3.9.22............................../x64/lib/python3.9.../sqlalchemy/engine/base.py\", line 1964, in _exec_single_context\n    self.dialect.do_execute(\n  File \".../hostedtoolcache/Python/3.9.22............................../x64/lib/python3.9.../sqlalchemy/engine/default.py\", line 945, in do_execute\n    cursor.execute(statement, parameters)\nsqlalchemy.exc.OperationalError: (psycopg2.OperationalError) SSL connection has been closed unexpectedly\n\n[SQL: \n            SELECT\n                column_name,\n                data_type,\n                character_maximum_length,\n                numeric_precision,\n                numeric_scale,\n                datetime_precision\n            FROM information_schema.columns\n            WHERE table_name = 'expectation_test_table_tsybuygosy' \n            ORDER BY ordinal_position;\n            ]\n(Background on this error at: https://sqlalche..../e/20/e3q8)\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \".../great_expectations/validator/validation_graph.py\", line 286, in _resolve\n    self._execution_engine.resolve_metrics(\n  File \".../great_expectations/execution_engine/execution_engine.py\", line 280, in resolve_metrics\n    return self._process_direct_and_bundled_metric_computation_configurations(\n  File \".../great_expectations/execution_engine/execution_engine.py\", line 539, in _process_direct_and_bundled_metric_computation_configurations\n    raise gx_exceptions.MetricResolutionError(\ngreat_expectations.exceptions.exceptions.MetricResolutionError: (psycopg2.OperationalError) SSL connection has been closed unexpectedly\n\n[SQL: \n            SELECT\n                column_name,\n                data_type,\n                character_maximum_length,\n                numeric_precision,\n                numeric_scale,\n                datetime_precision\n            FROM information_schema.columns\n            WHERE table_name = 'expectation_test_table_tsybuygosy' \n            ORDER BY ordinal_position;\n            ]\n(Background on this error at: https://sqlalche..../e/20/e3q8)\n",\n      "exception_message": "(psycopg2.OperationalError) SSL connection has been closed unexpectedly\n\n[SQL: \n            SELECT\n                column_name,\n                data_type,\n                character_maximum_length,\n                numeric_precision,\n                numeric_scale,\n                datetime_precision\n            FROM information_schema.columns\n            WHERE table_name = 'expectation_test_table_tsybuygosy' \n            ORDER BY ordinal_position;\n            ]\n(Background on this error at: https://sqlalche..../e/20/e3q8)",\n      "raised_exception": true\n    }\n  }\n}.success

.../data_sources_and_expectations/expectations/test_expect_column_values_to_be_in_type_list.py:770: AssertionError
tests.integration.data_sources_and_expectations.expectations.test_expect_column_values_to_not_match_like_pattern.TestNormalSql::test_success[redshift-mostly]
Stack Traces | 86.8s run time
self = <expectations.test_expect_column_values_to_not_match_like_pattern.TestNormalSql object at 0x7fe47c797a90>
batch_for_datasource = <great_expectations.datasource.fluent.interfaces.Batch object at 0x7fe47af12b50>
expectation = ExpectColumnValuesToNotMatchLikePattern(id=None, meta=None, notes=None, result_format=<ResultFormat.BASIC: 'BASIC'>, d... windows=None, batch_id=None, column='col_b', mostly=0.6, row_condition=None, condition_parser=None, like_pattern='a%')

    @pytest.mark.parametrize(
        "expectation",
        [
            pytest.param(
                gxe.ExpectColumnValuesToNotMatchLikePattern(column=COL_A, like_pattern="z%"),
                id="no_matches",
            ),
            pytest.param(
                gxe.ExpectColumnValuesToNotMatchLikePattern(column=COL_A, like_pattern="_______"),
                id="too_many_underscores",
            ),
            pytest.param(
                gxe.ExpectColumnValuesToNotMatchLikePattern(
                    column=COL_B, like_pattern="a%", mostly=0.6
                ),
                id="mostly",
            ),
        ],
    )
    @parameterize_batch_for_data_sources(data_source_configs=SUPPORTED_DATA_SOURCES, data=DATA)
    def test_success(
        self,
        batch_for_datasource: Batch,
        expectation: gxe.ExpectColumnValuesToNotMatchLikePattern,
    ) -> None:
        result = batch_for_datasource.validate(expectation)
>       assert result.success
E       assert False
E        +  where False = {\n  "success": false,\n  "expectation_config": {\n    "type": "expect_column_values_to_not_match_like_pattern",\n    "kwargs": {\n      "column": "col_b",\n      "mostly": 0.6,\n      "like_pattern": "a%",\n      "batch_id": "kfzfqvlqwg-xznbwgnnkw"\n    },\n    "meta": {}\n  },\n  "result": {},\n  "meta": {},\n  "exception_info": {\n    "MetricConfigurationID(metric_name='table.column_types', metric_domain_kwargs_id='f63b3529c29bf2e0be67f52fd3e655c4', metric_value_kwargs_id='include_nested=True')": {\n      "exception_traceback": "Traceback (most recent call last):\n  File \".../hostedtoolcache/Python/3.9.22............................../x64/lib/python3.9.../sqlalchemy/engine/base.py\", line 1964, in _exec_single_context\n    self.dialect.do_execute(\n  File \".../hostedtoolcache/Python/3.9.22............................../x64/lib/python3.9.../sqlalchemy/engine/default.py\", line 945, in do_execute\n    cursor.execute(statement, parameters)\npsycopg2.OperationalError: SSL connection has been closed unexpectedly\n\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \".../great_expectations/execution_engine/execution_engine.py\", line 534, in _process_direct_and_bundled_metric_computation_configurations\n    metric_computation_configuration.metric_fn(  # type: ignore[misc] # F not callable\n  File \".../expectations/metrics/metric_provider.py\", line 60, in inner_func\n    return metric_fn(*args, **kwargs)\n  File \".../great_expectations/execution_engine/redshift_execution_engine.py\", line 110, in _sqlalchemy\n    rows: sa.CursorResult[RedshiftColumnSchema] = execution_engine.execute_query(query)\n  File \".../great_expectations/execution_engine/sqlalchemy_execution_engine.py\", line 1274, in execute_query\n    result = connection.execute(query)  # type: ignore[arg-type] # FIXME:Selectable overly broad\n  File \".../hostedtoolcache/Python/3.9.22............................../x64/lib/python3.9.../sqlalchemy/engine/base.py\", line 1416, in execute\n    return meth(\n  File \".../hostedtoolcache/Python/3.9.22............................../x64/lib/python3.9.../sqlalchemy/sql/elements.py\", line 523, in _execute_on_connection\n    return connection._execute_clauseelement(\n  File \".../hostedtoolcache/Python/3.9.22............................../x64/lib/python3.9.../sqlalchemy/engine/base.py\", line 1638, in _execute_clauseelement\n    ret = self._execute_context(\n  File \".../hostedtoolcache/Python/3.9.22............................../x64/lib/python3.9.../sqlalchemy/engine/base.py\", line 1843, in _execute_context\n    return self._exec_single_context(\n  File \".../hostedtoolcache/Python/3.9.22............................../x64/lib/python3.9.../sqlalchemy/engine/base.py\", line 1983, in _exec_single_context\n    self._handle_dbapi_exception(\n  File \".../hostedtoolcache/Python/3.9.22............................../x64/lib/python3.9.../sqlalchemy/engine/base.py\", line 2352, in _handle_dbapi_exception\n    raise sqlalchemy_exception.with_traceback(exc_info[2]) from e\n  File \".../hostedtoolcache/Python/3.9.22............................../x64/lib/python3.9.../sqlalchemy/engine/base.py\", line 1964, in _exec_single_context\n    self.dialect.do_execute(\n  File \".../hostedtoolcache/Python/3.9.22............................../x64/lib/python3.9.../sqlalchemy/engine/default.py\", line 945, in do_execute\n    cursor.execute(statement, parameters)\nsqlalchemy.exc.OperationalError: (psycopg2.OperationalError) SSL connection has been closed unexpectedly\n\n[SQL: \n            SELECT\n                column_name,\n                data_type,\n                character_maximum_length,\n                numeric_precision,\n                numeric_scale,\n                datetime_precision\n            FROM information_schema.columns\n            WHERE table_name = 'expectation_test_table_irbamefohw' \n            ORDER BY ordinal_position;\n            ]\n(Background on this error at: https://sqlalche..../e/20/e3q8)\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \".../great_expectations/validator/validation_graph.py\", line 286, in _resolve\n    self._execution_engine.resolve_metrics(\n  File \".../great_expectations/execution_engine/execution_engine.py\", line 280, in resolve_metrics\n    return self._process_direct_and_bundled_metric_computation_configurations(\n  File \".../great_expectations/execution_engine/execution_engine.py\", line 539, in _process_direct_and_bundled_metric_computation_configurations\n    raise gx_exceptions.MetricResolutionError(\ngreat_expectations.exceptions.exceptions.MetricResolutionError: (psycopg2.OperationalError) SSL connection has been closed unexpectedly\n\n[SQL: \n            SELECT\n                column_name,\n                data_type,\n                character_maximum_length,\n                numeric_precision,\n                numeric_scale,\n                datetime_precision\n            FROM information_schema.columns\n            WHERE table_name = 'expectation_test_table_irbamefohw' \n            ORDER BY ordinal_position;\n            ]\n(Background on this error at: https://sqlalche..../e/20/e3q8)\n",\n      "exception_message": "(psycopg2.OperationalError) SSL connection has been closed unexpectedly\n\n[SQL: \n            SELECT\n                column_name,\n                data_type,\n                character_maximum_length,\n                numeric_precision,\n                numeric_scale,\n                datetime_precision\n            FROM information_schema.columns\n            WHERE table_name = 'expectation_test_table_irbamefohw' \n            ORDER BY ordinal_position;\n            ]\n(Background on this error at: https://sqlalche..../e/20/e3q8)",\n      "raised_exception": true\n    }\n  }\n}.success

.../data_sources_and_expectations/expectations/test_expect_column_values_to_not_match_like_pattern.py:69: AssertionError

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@joshua-stauffer joshua-stauffer added this pull request to the merge queue May 13, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks May 13, 2025
@joshua-stauffer joshua-stauffer added this pull request to the merge queue May 13, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks May 14, 2025
@NathanFarmer NathanFarmer added this pull request to the merge queue May 14, 2025
@NathanFarmer NathanFarmer removed this pull request from the merge queue due to a manual request May 14, 2025
@NathanFarmer NathanFarmer added this pull request to the merge queue May 14, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks May 14, 2025
@NathanFarmer NathanFarmer added this pull request to the merge queue May 14, 2025
Merged via the queue into develop with commit 3558671 May 14, 2025
66 of 69 checks passed
@NathanFarmer NathanFarmer deleted the dependabot/npm_and_yarn/docs/docusaurus/babel/helpers-7.27.0 branch May 14, 2025 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies PR or issue that updates a dependency javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants