1
0
mirror of synced 2025-12-25 02:09:19 -05:00

🎉 Source Zendesk Chat: engagements data fix infinity looping + gradlew format (#18121)

* fix infinity looping in chats

* added more meaninful to variable name

* bump docker version

* auto-bump connector version

* run format

Co-authored-by: Roberto Bonnet <robertojuarezwp@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
This commit is contained in:
Marcos Marx
2022-10-18 14:14:02 -04:00
committed by GitHub
parent 740bbcde16
commit 70dd9a85cf
30 changed files with 250 additions and 237 deletions

View File

@@ -317,7 +317,6 @@ class Client:
logger.error(error_msg)
raise ConfigurationError(error_msg) from err
reader_options = {**self._reader_options}
try:
if self._reader_format == "csv":

View File

@@ -17,6 +17,7 @@ def wrong_format_client():
format="wrong",
)
@pytest.fixture
def csv_format_client():
return Client(
@@ -26,6 +27,7 @@ def csv_format_client():
format="csv",
)
@pytest.mark.parametrize(
"storage, expected_scheme",
[