-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Description
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
Labels
No labels