garf-executors 1.2.0__py3-none-any.whl → 1.2.1__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.
@@ -22,4 +22,4 @@ __all__ = [
22
22
  'ApiExecutionContext',
23
23
  ]
24
24
 
25
- __version__ = '1.2.0'
25
+ __version__ = '1.2.1'
@@ -91,6 +91,15 @@ class BigQueryExecutor(executor.Executor):
91
91
  self._client = bigquery.Client(self.project)
92
92
  return self._client
93
93
 
94
+ @property
95
+ def project_id(self) -> str:
96
+ warnings.warn(
97
+ "'project_id' property is deprecated. Please use 'project' instead.",
98
+ DeprecationWarning,
99
+ stacklevel=2,
100
+ )
101
+ return self.project
102
+
94
103
  @tracer.start_as_current_span('bq.execute')
95
104
  def execute(
96
105
  self,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: garf-executors
3
- Version: 1.2.0
3
+ Version: 1.2.1
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
@@ -17,7 +17,7 @@ Classifier: Operating System :: OS Independent
17
17
  Classifier: License :: OSI Approved :: Apache Software License
18
18
  Requires-Python: >=3.9
19
19
  Description-Content-Type: text/markdown
20
- Requires-Dist: garf-core>=1.0.0
20
+ Requires-Dist: garf-core>=1.1.1
21
21
  Requires-Dist: garf-io>=1.0.0
22
22
  Requires-Dist: pyyaml
23
23
  Requires-Dist: pydantic
@@ -1,6 +1,6 @@
1
- garf/executors/__init__.py,sha256=i7udlIWHIzMtLJmErjJJGiuauAGlApUlyB2sdX8gR4I,824
1
+ garf/executors/__init__.py,sha256=r-g6UxyUQKmqhHQR_hiw0-K6PU9oSIOWCyiKF54xzig,824
2
2
  garf/executors/api_executor.py,sha256=96slSspngBQ2_R15gLxaUd565EqCg7syyC2yf2oK6ic,7118
3
- garf/executors/bq_executor.py,sha256=-LlDFNF-OvPy-9_QzY1d58emOs5eehsgIDPYUkm-H1A,6696
3
+ garf/executors/bq_executor.py,sha256=71sSlL3ty9kn_Ycj__8r8GXV7rx-Pe761KqA5QxCBL8,6911
4
4
  garf/executors/config.py,sha256=w5g9EYabPtK-6CPl3G87owUvBiqi0_r_aeAwISpK-zw,1720
5
5
  garf/executors/exceptions.py,sha256=U_7Q2ZMOUf89gzZd2pw7y3g7i1NeByPPKfpZ3q7p3ZU,662
6
6
  garf/executors/execution_context.py,sha256=_T9sEkkImTjtdwJcnxbCEZXA6cpXh5GVs9CCGcGdGcw,3380
@@ -39,8 +39,8 @@ garf_executors/entrypoints/grcp_server.py,sha256=HiYsfk31OgkPA4jcED3htJGidkRZH5N
39
39
  garf_executors/entrypoints/server.py,sha256=JZCklhqx74PIhc4GIoOr2nNZz9n7QCfIm_vGyd3Q3dQ,815
40
40
  garf_executors/entrypoints/tracer.py,sha256=JlDSgeDP0Q5Lk_pZLASDXPgZCPaKkWqZgaWOQ7JB-Bs,815
41
41
  garf_executors/entrypoints/utils.py,sha256=iF-LBfKjrAhEW6HShh69RCPWVPC4Rf8iV5JEYSMhsx0,814
42
- garf_executors-1.2.0.dist-info/METADATA,sha256=s8o4jKBZBT6uAxL6NMoU5pgYGv2JgEHx2f7LVG_jDj0,3605
43
- garf_executors-1.2.0.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
44
- garf_executors-1.2.0.dist-info/entry_points.txt,sha256=0IBZun3_hC4HYU-1krlbjTArZym3phu4jxYXs809ilw,61
45
- garf_executors-1.2.0.dist-info/top_level.txt,sha256=UaHdWdgQhbiHyRzpYC-vW3Q7pdgbxXvTTBvDA655Jq4,20
46
- garf_executors-1.2.0.dist-info/RECORD,,
42
+ garf_executors-1.2.1.dist-info/METADATA,sha256=VUtVH5uNpOB4ms8u6BPFsFyfPyDXGR0H-WEYt345wgU,3605
43
+ garf_executors-1.2.1.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
44
+ garf_executors-1.2.1.dist-info/entry_points.txt,sha256=0IBZun3_hC4HYU-1krlbjTArZym3phu4jxYXs809ilw,61
45
+ garf_executors-1.2.1.dist-info/top_level.txt,sha256=UaHdWdgQhbiHyRzpYC-vW3Q7pdgbxXvTTBvDA655Jq4,20
46
+ garf_executors-1.2.1.dist-info/RECORD,,