Skip to content

Conversation

jtsodapop
Copy link
Contributor

Initial phase is done, but there looks to be an issue with the filters themselves. Speaking with Utkarsh more on this before requesting a review

@jtsodapop
Copy link
Contributor Author

This is failing on the following error:

>           assert task.created_by() == client.get_user()
E           Failed: DID NOT RAISE <class '***.exceptions.InvalidQueryError'>

on this test:
tests/integration/test_data_rows.py::test_data_row_bulk_creation

This is causing other PR's to fail and also when I run locally. Unsure for RCA for why this keeps failing here...

@jtsodapop jtsodapop requested a review from msokoloff1 February 2, 2022 15:41
@jtsodapop jtsodapop requested a review from msokoloff1 February 3, 2022 17:36
Comment on lines +282 to +287
quote = "\"" if value_with_quotes else ""
return ",".join([
f"""{c}: {quote}{dictionary.get(c)}{quote}"""
for c in dictionary
if dictionary.get(c)
])
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you test this?

Copy link
Contributor

@msokoloff1 msokoloff1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM can you just make a ticket to add tests for this later? I think it is kind of a pain to test and we just want to ship for now.

@jtsodapop jtsodapop merged commit 4a1a668 into develop Feb 4, 2022
@jtsodapop jtsodapop deleted the al-1351 branch February 4, 2022 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants