Skip to content

Getting the sql query as bad formatted #11243

@mradulbohra

Description

@mradulbohra

Describe the bug
I am getting the query as below in sql format

To Reproduce
SELECT optimization_elasticity FROM SELECT * FROM (SELECT
campaign_id, campaign_version, xyz. where something_1 where something_2

Expected behavior
SELECT optimization_elasticity FROM (SELECT * FROM (SELECT
campaign_id, campaign_version, xyz. where something_1) where something_2

Environment (please complete the following information):

  • Operating System: [e.g. Linux, MacOS, Windows]
  • Great Expectations Version: [e.g. 0.13.2]
  • Data Source: [e.g. Pandas, Snowflake]
  • Cloud environment: [e.g. Airflow, AWS, Azure, Databricks, GCP]

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions