garf-executors 0.0.8__py3-none-any.whl → 0.0.8.post0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of garf-executors might be problematic. Click here for more details.

@@ -42,4 +42,4 @@ __all__ = [
42
42
  'ApiExecutionContext',
43
43
  ]
44
44
 
45
- __version__ = '0.0.8'
45
+ __version__ = '0.0.8.post0'
@@ -51,8 +51,10 @@ class ApiQueryExecutor(executor.Executor):
51
51
 
52
52
  @classmethod
53
53
  def from_fetcher_alias(
54
- cls, source: str, fetcher_parameters: dict[str, str]
54
+ cls, source: str, fetcher_parameters: dict[str, str] | None = None
55
55
  ) -> ApiQueryExecutor:
56
+ if not fetcher_parameters:
57
+ fetcher_parameters = {}
56
58
  concrete_api_fetcher = fetchers.get_report_fetcher(source)
57
59
  return ApiQueryExecutor(concrete_api_fetcher(**fetcher_parameters))
58
60
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: garf-executors
3
- Version: 0.0.8
3
+ Version: 0.0.8.post0
4
4
  Summary: Executes queries against API and writes data to local/remote storage.
5
5
  Author-email: "Google Inc. (gTech gPS CSE team)" <no-reply@google.com>, Andrei Markin <andrey.markin.ppc@gmail.com>
6
6
  License: Apache 2.0
@@ -1,5 +1,5 @@
1
- garf_executors/__init__.py,sha256=MYFPN_XcBsgaW9jzoM9UHFKerUzhIjmFGgGyaBscWGE,1508
2
- garf_executors/api_executor.py,sha256=zSLyUGZIav2t0E6uXdaZX9Ps-mE_Q2YLeTjH4s3i028,3497
1
+ garf_executors/__init__.py,sha256=Xc2IDryx7-Nw7V16v93k9HEGxG51zxLDcN9xp8CQRO4,1514
2
+ garf_executors/api_executor.py,sha256=kMiy7PyjCvUDm1sFbW6SOXhrXFZFamL1XPLkg-aYqN8,3572
3
3
  garf_executors/bq_executor.py,sha256=XRik48P7aQkoLpABzWzEX2t3ktQVPrXp2v7Zdu8qWVI,4802
4
4
  garf_executors/exceptions.py,sha256=U_7Q2ZMOUf89gzZd2pw7y3g7i1NeByPPKfpZ3q7p3ZU,662
5
5
  garf_executors/execution_context.py,sha256=0PYYnwkwBJ2B1HpNN5MrANZkIbuzyxH7EzEjUPf0GGA,1966
@@ -10,8 +10,8 @@ garf_executors/entrypoints/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJ
10
10
  garf_executors/entrypoints/cli.py,sha256=ZGwDQ2V6hYMjaVVcNDrAyvagrAET8X1kXFfD2gSG4BI,3455
11
11
  garf_executors/entrypoints/server.py,sha256=MEEPxcIfy_PeDuz8oJ7wIZVUcz0q54mW0y89x5I_VgM,2821
12
12
  garf_executors/entrypoints/utils.py,sha256=p483h5RY_kfwOhNq2RqwMnunOoTGXGA59nCyHY_Lvgg,15057
13
- garf_executors-0.0.8.dist-info/METADATA,sha256=Z8A7U3jBsL14uEpv6-mHpjKNSrF480_QpAvUVC9V4fI,2648
14
- garf_executors-0.0.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
15
- garf_executors-0.0.8.dist-info/entry_points.txt,sha256=LskWNFIw8j0WJuI18-32OZrlASXAMg1XtrRYwsKBz2E,61
16
- garf_executors-0.0.8.dist-info/top_level.txt,sha256=sP4dCXOENPn1hDFAunjMV8Js4NND_KGeO_gQWuaT0EY,15
17
- garf_executors-0.0.8.dist-info/RECORD,,
13
+ garf_executors-0.0.8.post0.dist-info/METADATA,sha256=z5oroJiy5YtdrVXhMbZlJ5Rv9yzx7ZtJGxIoyXFp2d0,2654
14
+ garf_executors-0.0.8.post0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
15
+ garf_executors-0.0.8.post0.dist-info/entry_points.txt,sha256=LskWNFIw8j0WJuI18-32OZrlASXAMg1XtrRYwsKBz2E,61
16
+ garf_executors-0.0.8.post0.dist-info/top_level.txt,sha256=sP4dCXOENPn1hDFAunjMV8Js4NND_KGeO_gQWuaT0EY,15
17
+ garf_executors-0.0.8.post0.dist-info/RECORD,,