We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f93c707 commit 2b3d6c8Copy full SHA for 2b3d6c8
commons/data_access_layer/cosmos_db.py
@@ -148,7 +148,8 @@ def create_sql_active_condition(
148
)
149
condition_operand = ' OR '
150
151
- defined_condition = '(IS_DEFINED({container_name}.status) AND {container_name}.status = \'{status_value}\')'.format(
+ defined_condition = '(IS_DEFINED({container_name}.status) \
152
+ AND {container_name}.status = \'{status_value}\')'.format(
153
container_name=container_name, status_value=status_value
154
155
return (
0 commit comments