Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def get_connection_form_widgets(cls) -> dict[str, Any]:
from airflow.providers.google.cloud.utils.validators import ValidJson

connection_form_widgets = super().get_connection_form_widgets()
connection_form_widgets["use_legacy_sql"] = BooleanField(lazy_gettext("Use Legacy SQL"), default=True)
connection_form_widgets["use_legacy_sql"] = BooleanField(lazy_gettext("Use Legacy SQL"))
connection_form_widgets["location"] = StringField(
lazy_gettext("Location"), widget=BS3TextFieldWidget()
)
Expand Down